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)
This commit is contained in:
David Ibia
2025-12-28 23:19:43 +01:00
parent 24fb286db1
commit 8d92715761
3 changed files with 31 additions and 1149 deletions

View File

@@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "OpenCode plugins for dotfiles",
"dependencies": {
"@opencode-ai/plugin": "^1.0.51",
"with-context-mcp": "^3.0.4"
"@opencode-ai/plugin": "^1.0.51"
}
}