feat: add claude plugin

This commit is contained in:
Jet 2026-04-16 19:28:54 -07:00
parent dca1951e15
commit d0e3379f86
No known key found for this signature in database

View file

@ -359,6 +359,8 @@ in
# CLI # CLI
bat bat
bun
claude-code
ffmpeg-full ffmpeg-full
wrappedOpencode wrappedOpencode
skills skills
@ -862,6 +864,7 @@ in
home.file.".config/opencode/opencode.json".text = builtins.toJSON { home.file.".config/opencode/opencode.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/config.json"; "$schema" = "https://opencode.ai/config.json";
autoupdate = false; autoupdate = false;
plugin = [ "opencode-with-claude" ];
mcp.linear = { mcp.linear = {
type = "remote"; type = "remote";
url = "https://mcp.linear.app/mcp"; url = "https://mcp.linear.app/mcp";