Commit Graph

13 Commits

Author SHA1 Message Date
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
da18b7dfe5 added examples 2026-04-18 21:04:28 +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
905fdc25b8 Add usage guide 2026-04-18 20:13:12 +10:00
15c9afd630 Commit compiled dist for git installs 2026-04-18 20:11:29 +10:00
234d269283 Add prepare script for git installs 2026-04-18 20:10:45 +10:00
eace5d0f35 Initial commit 2026-04-18 20:09:16 +10:00