From 25d06b4ce48a4370e9a3eb2f07813a2cdffc75c0 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Tue, 30 Dec 2025 00:41:55 +0100 Subject: [PATCH] feat(opencode): add oh-my-opencode plugin for enhanced agent capabilities Adds curated agents (Oracle, Librarian, Explore, Frontend Engineer), LSP/AST tools, background agents, Claude Code compatibility layer, and built-in MCPs (context7, exa, grep.app) --- .config/opencode/opencode.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index ae32495..1c60695 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -5,6 +5,9 @@ "disabled_providers": [ "openai" ], + "plugin": [ + "oh-my-opencode" + ], "instructions": [ "docs/guidelines.md", "docs/development-standards.md",