- 新增 Go、Node.js、Rust 服务的 Dockerfile 模板 - 新增 Rust 快速参考指南 - 新增 Rust 后端工作流模板 - 优化 create-runner.md,明确 host 网络模式为缓存必需条件 - 更新 gitea skill 主文档
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "moonshotai-cn/kimi-k2.5",
|
|
"permission": "allow",
|
|
"plugin": [
|
|
"@mohak34/opencode-notifier@latest"
|
|
],
|
|
"provider": {
|
|
"opencode": {
|
|
"models": {
|
|
"claude-sonnet-4-5": {
|
|
"options": {
|
|
"thinking": {
|
|
"type": "enabled",
|
|
"budgetTokens": 16000
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mcp": {}
|
|
} |