Commit Graph

9 Commits

Author SHA1 Message Date
6f506c59a4 feat: Enhance Electron test harness with preload script and CSP configuration 2026-04-19 03:05:29 +10:00
dcc17946ef feat: Implement Plugin Marketplace Manager and Client
- Added PluginMarketplaceManager to coordinate marketplace reads and manage installed plugins.
- Introduced PluginMarketplaceClient for fetching marketplace metadata.
- Implemented storage management for installed plugins using MemoryStorage.
- Added methods for installing, uninstalling, and enabling/disabling plugins.
- Created type definitions for PluginMarketplaceManager options and installed plugin records.
- Added support for fetching full marketplace catalog and individual plugin metadata.
- Included error handling for fetch operations and validation of plugin data.
- Updated index.browser.ts to export new modules and types.
2026-04-19 01:03:58 +10:00
8e650e94b1 Fix ZIP download URL, add activate/deactivate compat shim 2026-04-18 20:46:25 +10:00
9bd1dd325f Fix ESM detection: try CJS then fall back to data URL import on SyntaxError 2026-04-18 20:43:44 +10:00
0e7edc3aab Support ESM and CJS plugins via data URL import fallback 2026-04-18 20:42:56 +10:00
e862ec5f70 Keep unloaded plugins in list with Reload button 2026-04-18 20:41:43 +10:00
11b428e25b Add plugin directory tab with remote marketplace browse and download 2026-04-18 20:27:16 +10:00
c6d3d4cbe5 Add getRegisteredPlugins, plugin manager panel in test app 2026-04-18 20:24:54 +10:00
93dbef6a59 Add Electron test harness with example plugin 2026-04-18 20:20:47 +10:00