feat(cli): add plugin disable/enable commands#12490
feat(cli): add plugin disable/enable commands#12490scarf005 wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
The following comment was made by an LLM, it may be inaccurate: I found a related PR that could be a potential duplicate: Related PR Found:
This PR appears to address very similar functionality - adding plugin management CLI commands. It shows up in multiple searches related to plugin management. Given that PR #12490 is specifically adding |
a010ffa to
445f5c5
Compare
Add new CLI commands to manage plugins: - opencode plugin list - list all plugins and their status - opencode plugin disable <name> - disable a plugin - opencode plugin enable <name> - enable a previously disabled plugin Also adds disabled_plugins config field to track disabled plugins without removing them from the config. Resolves anomalyco#7687
445f5c5 to
c9235e5
Compare
|
Can this, or related PRs be merged? |
|
+1 can this be merged? |
|
A great use case for getting this merged is that |
This is the exact same situation I'm in and my motivation behind seeing this merged |
|
+1 can this be merged? |
|
+1 |
|
please please please merge this pull request, this feature is sooooooooo good |
|
I've setup a quick plugin to manage the plugins 😄 to anyone interested, here it is. you can use slash commands to enable/disable plugins |
|
+1 |
Summary
add CLI commands to list,enable or disable plugins without editing config file
Changes
disabled_pluginsfield to config schemaopencode plugin list- list all plugins and their statusopencode plugin disable <name>- disable a pluginopencode plugin enable <name>- enable a previously disabled pluginUsage
Related Issues
Resolves #7687