- 修复 delete-runner.md 中的 API 端点从 /api/v1/admin/runners 改为 /api/v1/admin/actions/runners - 更新 SKILL.md 和 repository-operations.md 文档 - 更新 opencode.json 配置
28 lines
575 B
JSON
28 lines
575 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "opencode/claude-sonnet-4-5",
|
|
"mcp": {},
|
|
"permission": "allow",
|
|
"plugin": [
|
|
"@mohak34/opencode-notifier@latest"
|
|
],
|
|
"provider": {
|
|
"opencode": {
|
|
"models": {
|
|
"claude-opus-4-5": {
|
|
"options": {
|
|
"thinking": {
|
|
"type": "enabled",
|
|
"budgetTokens": 16000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"zhipuai-coding-plan": {
|
|
"options": {
|
|
"apiKey": "0f76aea86295476dbfa98724013b0fe8.o2EaJVqcl4Cf7WLP"
|
|
}
|
|
}
|
|
}
|
|
} |