From 423be567bffa40630a58a3e62919de39c61a7905 Mon Sep 17 00:00:00 2001 From: "Agusti F." <6601142+agustif@users.noreply.github.com> Date: Sun, 14 Dec 2025 04:19:00 +0100 Subject: [PATCH] feat: add /plugins command --- .opencode/command/plugins.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .opencode/command/plugins.md diff --git a/.opencode/command/plugins.md b/.opencode/command/plugins.md new file mode 100644 index 000000000..33ac791a0 --- /dev/null +++ b/.opencode/command/plugins.md @@ -0,0 +1,12 @@ +--- +description: List all enabled OpenCode plugins +--- + +List all enabled OpenCode plugins. + +This command shows: +- All plugins configured in your OpenCode config (global and project-specific) +- Default plugins that are always enabled +- Plugin locations and versions + +Use the list_plugins tool to get the current list of enabled plugins.