feat: add 9 plugins, sync to new provider format, add 6 new MCP packages
This commit is contained in:
+135
-78
@@ -1,22 +1,17 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"model": "openai-compatible/kimi-k2.6",
|
||||
"small_model": "openai-compatible/miaoda-model-flash",
|
||||
"disabled_providers": [],
|
||||
"model": "ai/kimi-k2.6",
|
||||
"small_model": "ai/miaoda-model-flash",
|
||||
"provider": {
|
||||
"openai-compatible": {
|
||||
"api": "openai",
|
||||
"name": "OpenAI Compatible",
|
||||
"ai": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "https://ai.fs.nomsg.cn/v1",
|
||||
"apiKey": "${OPENCODE_API_KEY}",
|
||||
"baseURL": "https://ai.fs.nomsg.cn/v1"
|
||||
"setCacheKey": true
|
||||
},
|
||||
"models": {
|
||||
"kimi-k2.6": {
|
||||
"id": "kimi-k2.6",
|
||||
"name": "Kimi K2.6",
|
||||
"tool_call": true,
|
||||
"reasoning": true
|
||||
},
|
||||
"doubao-seed-2.0-pro": {
|
||||
"id": "doubao-seed-2.0-pro",
|
||||
"name": "Doubao Seed 2.0 Pro",
|
||||
@@ -27,15 +22,16 @@
|
||||
"name": "GLM 5.1",
|
||||
"tool_call": true
|
||||
},
|
||||
"qwen-3.6-plus": {
|
||||
"id": "qwen-3.6-plus",
|
||||
"name": "Qwen 3.6 Plus",
|
||||
"grok-4.3": {
|
||||
"id": "grok-4.3",
|
||||
"name": "Grok 4.3",
|
||||
"tool_call": true
|
||||
},
|
||||
"minimax-m3": {
|
||||
"id": "minimax-m3",
|
||||
"name": "MiniMax M3",
|
||||
"tool_call": true
|
||||
"kimi-k2.6": {
|
||||
"id": "kimi-k2.6",
|
||||
"name": "Kimi K2.6",
|
||||
"tool_call": true,
|
||||
"reasoning": true
|
||||
},
|
||||
"miaoda-auto-multimodal": {
|
||||
"id": "miaoda-auto-multimodal",
|
||||
@@ -51,34 +47,107 @@
|
||||
"id": "miaoda-model-flash",
|
||||
"name": "Miaoda Model Flash",
|
||||
"tool_call": true
|
||||
},
|
||||
"mimo-v2.5": {
|
||||
"id": "mimo-v2.5",
|
||||
"name": "Mimo V2.5",
|
||||
"tool_call": true
|
||||
},
|
||||
"mimo-v2.5-pro": {
|
||||
"id": "mimo-v2.5-pro",
|
||||
"name": "Mimo V2.5 Pro",
|
||||
"tool_call": true
|
||||
},
|
||||
"minimax-m3": {
|
||||
"id": "minimax-m3",
|
||||
"name": "MiniMax M3",
|
||||
"tool_call": true
|
||||
},
|
||||
"qwen-3.6-plus": {
|
||||
"id": "qwen-3.6-plus",
|
||||
"name": "Qwen 3.6 Plus",
|
||||
"tool_call": true
|
||||
},
|
||||
"step-3.5-flash": {
|
||||
"id": "step-3.5-flash",
|
||||
"name": "Step 3.5 Flash",
|
||||
"tool_call": true
|
||||
},
|
||||
"step-3.5-flash-2603": {
|
||||
"id": "step-3.5-flash-2603",
|
||||
"name": "Step 3.5 Flash 2603",
|
||||
"tool_call": true
|
||||
},
|
||||
"step-3.7-flash": {
|
||||
"id": "step-3.7-flash",
|
||||
"name": "Step 3.7 Flash",
|
||||
"tool_call": true
|
||||
},
|
||||
"step-router-v1": {
|
||||
"id": "step-router-v1",
|
||||
"name": "Step Router V1",
|
||||
"tool_call": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"paths": ["~/.config/opencode/skills"]
|
||||
},
|
||||
"agent": {
|
||||
"explorer": {
|
||||
"description": "Read-only codebase explorer for gathering evidence before changes are proposed.",
|
||||
"mode": "subagent",
|
||||
"model": "openai-compatible/kimi-k2.6",
|
||||
"permission": { "edit": "deny", "bash": "ask" }
|
||||
},
|
||||
"reviewer": {
|
||||
"description": "PR reviewer focused on correctness, security, and missing tests.",
|
||||
"mode": "subagent",
|
||||
"model": "openai-compatible/kimi-k2.6",
|
||||
"permission": { "edit": "deny", "bash": "ask" }
|
||||
},
|
||||
"docs-researcher": {
|
||||
"description": "Documentation specialist that verifies APIs, framework behavior, and release notes.",
|
||||
"mode": "subagent",
|
||||
"model": "openai-compatible/kimi-k2.6",
|
||||
"permission": { "edit": "deny", "bash": "ask" }
|
||||
}
|
||||
},
|
||||
"plugin": [
|
||||
"oh-my-openagent",
|
||||
"opencode-mem",
|
||||
"opencode-pty",
|
||||
"@tarquinen/opencode-dcp",
|
||||
"opencode-rag-plugin",
|
||||
"opencode-command-inject",
|
||||
"opencode-notify",
|
||||
"@gotgenes/opencode-agent-identity",
|
||||
"@ramtinj95/opencode-tokenscope"
|
||||
],
|
||||
"mcp": {
|
||||
"git": {
|
||||
"type": "local",
|
||||
"command": ["git-mcp-server"],
|
||||
"enabled": true
|
||||
},
|
||||
"filesystem": {
|
||||
"type": "local",
|
||||
"command": ["mcp-server-filesystem", "${PROJECTS_PATH}"],
|
||||
"enabled": true
|
||||
},
|
||||
"jina": {
|
||||
"type": "local",
|
||||
"command": ["jina-mcp-tools"],
|
||||
"enabled": true
|
||||
},
|
||||
"codegraph": {
|
||||
"type": "local",
|
||||
"command": ["codegraph", "serve", "--mcp"],
|
||||
"enabled": true
|
||||
},
|
||||
"smart-tree": {
|
||||
"type": "local",
|
||||
"command": ["/home/chaos/.local/bin/st", "--mcp"],
|
||||
"enabled": true
|
||||
},
|
||||
"dbhub": {
|
||||
"type": "local",
|
||||
"command": ["dbhub", "--transport", "stdio", "--demo"],
|
||||
"enabled": false
|
||||
},
|
||||
"memory": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-memory"],
|
||||
"enabled": true
|
||||
},
|
||||
"playwright": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@playwright/mcp@latest"],
|
||||
"enabled": true
|
||||
},
|
||||
"chrome-devtools": {
|
||||
"type": "local",
|
||||
"command": ["chrome-devtools-mcp"],
|
||||
"enabled": true
|
||||
},
|
||||
"github": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-github"],
|
||||
@@ -94,46 +163,11 @@
|
||||
"command": ["npx", "-y", "mcp-remote", "https://mcp.exa.ai/mcp"],
|
||||
"enabled": true
|
||||
},
|
||||
"memory": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-memory"],
|
||||
"enabled": true
|
||||
},
|
||||
"playwright": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@playwright/mcp@latest", "--extension"],
|
||||
"enabled": true
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-sequential-thinking"],
|
||||
"enabled": true
|
||||
},
|
||||
"codegraph": {
|
||||
"type": "local",
|
||||
"command": ["codegraph", "serve", "--mcp"],
|
||||
"enabled": true
|
||||
},
|
||||
"git": {
|
||||
"type": "local",
|
||||
"command": ["python", "-m", "mcp_server_git"],
|
||||
"enabled": true
|
||||
},
|
||||
"filesystem": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-filesystem", "${PROJECTS_PATH}"],
|
||||
"enabled": true
|
||||
},
|
||||
"fetch": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-fetch"],
|
||||
"enabled": false
|
||||
},
|
||||
"time": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@modelcontextprotocol/server-time"],
|
||||
"enabled": false
|
||||
},
|
||||
"brave-search": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@brave/brave-search-mcp-server"],
|
||||
@@ -142,5 +176,28 @@
|
||||
"BRAVE_API_KEY": "${BRAVE_API_KEY}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"paths": ["~/.config/opencode/skills"]
|
||||
},
|
||||
"agent": {
|
||||
"explorer": {
|
||||
"description": "Read-only codebase explorer for gathering evidence before changes are proposed.",
|
||||
"mode": "subagent",
|
||||
"model": "ai/kimi-k2.6",
|
||||
"permission": { "edit": "deny", "bash": "ask" }
|
||||
},
|
||||
"reviewer": {
|
||||
"description": "PR reviewer focused on correctness, security, and missing tests.",
|
||||
"mode": "subagent",
|
||||
"model": "ai/kimi-k2.6",
|
||||
"permission": { "edit": "deny", "bash": "ask" }
|
||||
},
|
||||
"docs-researcher": {
|
||||
"description": "Documentation specialist that verifies APIs, framework behavior, and release notes.",
|
||||
"mode": "subagent",
|
||||
"model": "ai/kimi-k2.6",
|
||||
"permission": { "edit": "deny", "bash": "ask" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user