Litruv litruv
  • Joined on 2025-11-26
litruv pushed to master at litruv/plugin-manager 2026-04-19 01:04:01 +10:00
dcc17946ef feat: Implement Plugin Marketplace Manager and Client
litruv pushed to master at litruv/plugin-manager 2026-04-18 21:04:32 +10:00
da18b7dfe5 added examples
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:46:27 +10:00
8e650e94b1 Fix ZIP download URL, add activate/deactivate compat shim
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:43:46 +10:00
9bd1dd325f Fix ESM detection: try CJS then fall back to data URL import on SyntaxError
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:42:59 +10:00
0e7edc3aab Support ESM and CJS plugins via data URL import fallback
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:41:45 +10:00
e862ec5f70 Keep unloaded plugins in list with Reload button
litruv pushed to master at litruv/cinny-mobile 2026-04-18 20:32:02 +10:00
2cde79e87d Update README.md
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:27:18 +10:00
11b428e25b Add plugin directory tab with remote marketplace browse and download
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:24:57 +10:00
c6d3d4cbe5 Add getRegisteredPlugins, plugin manager panel in test app
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:20:50 +10:00
93dbef6a59 Add Electron test harness with example plugin
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:13:15 +10:00
905fdc25b8 Add usage guide
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:11:31 +10:00
15c9afd630 Commit compiled dist for git installs
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:10:48 +10:00
234d269283 Add prepare script for git installs
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:09:19 +10:00
eace5d0f35 Initial commit
litruv created branch master in litruv/plugin-manager 2026-04-18 20:09:08 +10:00
litruv pushed to master at litruv/plugin-manager 2026-04-18 20:09:08 +10:00
d7b8fe8e23 Remove node_modules/dist from tracking, add .gitignore
5d682e539e Initial commit
litruv created repository litruv/plugin-manager 2026-04-18 20:08:36 +10:00
litruv pushed to main at litruv/cinny-desktop 2026-04-18 03:56:51 +10:00
a4429fe9c2 feat: Add comprehensive plugin API documentation and example plugin
Compare 2 commits »
litruv pushed to main at litruv/cinny 2026-04-18 03:56:14 +10:00
d1d3033c15 feat(plugins): implement plugin loading and management system
litruv pushed to master at litruv/cinny-mobile 2026-04-17 20:16:06 +10:00
e203a46b5a fix: move capacitor dependencies to root package.json