Skip to content

Build plugin management system with install and toggle#80

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/plugin-management-system-01MTLaAKGmJKZ11buK6QLjos
Nov 18, 2025
Merged

Build plugin management system with install and toggle#80
JoshuaAFerguson merged 1 commit into
mainfrom
claude/plugin-management-system-01MTLaAKGmJKZ11buK6QLjos

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

… button

  • Rename sidebar menu from "Plugin Management" to "Plugins"
  • Change page title from "Plugin Management" to "Plugins"
  • Add "Add Plugin" button to install plugins from catalog
  • Add modal dialog to browse available plugins and install them
  • Update backend to copy plugins to local plugins folder on install
  • Add PLUGIN_DIR env var for configurable plugins directory
  • Add cleanup logic to remove plugin files on uninstall

… button

- Rename sidebar menu from "Plugin Management" to "Plugins"
- Change page title from "Plugin Management" to "Plugins"
- Add "Add Plugin" button to install plugins from catalog
- Add modal dialog to browse available plugins and install them
- Update backend to copy plugins to local plugins folder on install
- Add PLUGIN_DIR env var for configurable plugins directory
- Add cleanup logic to remove plugin files on uninstall
@JoshuaAFerguson JoshuaAFerguson merged commit 765ba6d into main Nov 18, 2025
9 of 23 checks passed
if err != nil {
return err
}
if _, err := io.Copy(f, tr); err != nil {

Check warning

Code scanning / Semgrep OSS

Semgrep Finding: go.lang.security.decompression_bomb.potential-dos-via-decompression-bomb Warning

Detected a possible denial-of-service via a zip bomb attack. By limiting the max bytes read, you can mitigate this attack. io.CopyN() can specify a size.
@JoshuaAFerguson JoshuaAFerguson deleted the claude/plugin-management-system-01MTLaAKGmJKZ11buK6QLjos branch November 18, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants