-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Feat request: /plugin update-all command #2228
Copy link
Copy link
Open
Labels
area:installationInstalling, updating, versioning, PATH setup, and binary distributionInstalling, updating, versioning, PATH setup, and binary distributionarea:pluginsPlugin system, marketplace, hooks, skills, extensions, and custom agentsPlugin system, marketplace, hooks, skills, extensions, and custom agents
Metadata
Metadata
Assignees
Labels
area:installationInstalling, updating, versioning, PATH setup, and binary distributionInstalling, updating, versioning, PATH setup, and binary distributionarea:pluginsPlugin system, marketplace, hooks, skills, extensions, and custom agentsPlugin system, marketplace, hooks, skills, extensions, and custom agents
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
a /plugin update-all command would be useful.
Proposed solution
The CLI currently only supports the /plugin interactive command, which updates plugins one at a time. There's no built-in "update all" option or batch command.
Workaround — you can bulk-update by editing the config directly:
Or more practically — run /plugin and update them one by one. It's tedious with 21 plugins, but it's the supported path today.
You could also file this as a feature request via /feedback — a /plugin update-all command would be useful.
Example prompts or workflows
No response
Additional context
No response