Files
David Ibia 8d92715761 feat(opencode): add agent modes and with-context MCP server config
- Add explicit mode settings for agents (build, plan as primary; others as subagent)
- Configure with-context MCP server for Obsidian vault integration
- Remove with-context-mcp from plugin dependencies (now using MCP server)
2025-12-28 23:19:43 +01:00

9 lines
167 B
JSON

{
"name": "opencode-plugins",
"version": "1.0.0",
"description": "OpenCode plugins for dotfiles",
"dependencies": {
"@opencode-ai/plugin": "^1.0.51"
}
}