Commit graph cad-editor/plugins
Author SHA1 Message Date
piyton
dd466bbf54 registry: add MCP Bridge
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-25 21:02:56 +02:00
Hakan Seven
4100044c01
Update registry.json 2026-06-23 00:22:08 +03:00
Kevin Griffin
08c59cab23 registry: add Land Survey plugin 2026-06-22 14:11:23 -07:00
Michael Flynn
53ef6b19ee Add HydroComplete to plugin marketplace registry 2026-06-22 15:25:40 -04:00
Michael Flynn
29d2a4a16c feat(registry): list Storm Sewer plugin (mf4633/opencad-storm-sewer-plugin) 2026-06-17 14:38:20 -04:00
Hakan Seven
020a3a4c84 feat(plugin): marketplace — install plugins from a curated registry
Add a Plugin Manager marketplace that installs external add-ons from a
GitHub repo's Releases. A curated registry (plugins/registry.json in this
repo, extended by PR) lists discoverable plugins; the host fetches it,
shows each entry with a release dropdown, and on install downloads the
asset matching the user's platform plus plugin.toml into the plugins
folder (API-version checked first). Users can also link arbitrary
owner/repo manually. Linked repos persist in settings.

Desktop only (ureq + serde_json); the install path reuses the phase-2
loader. Part of the #100 extensibility epic (phase 2).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 15:24:56 +03:00