This commit is contained in:
2026-07-29 19:28:27 -04:00
parent 38b11f0264
commit 48c0a7bb5f
5 changed files with 337 additions and 5 deletions
+18
View File
@@ -2,11 +2,29 @@
"$schema": "https://opencode.ai/config.json",
"agent": {
"build": {
"model": "kimi-for-coding/kimi-for-coding",
"Thinking": "ON",
"permission":{
"task": {
"git": "allow"
}
}
},
"plan": {
"model": "kimi-for-coding/k3-256k",
"reasoning_effort": "max"
}
},
"mcp": {
"gitea-mcp": {
"enabled": true,
"type": "local",
"command": [
"gitea-mcp",
"-t", "stdio",
"-H", "https://gitea.itspm.cc",
"-T", "82e8aeb9bcf9b26d1bad9167549f6532f968bcb0"
]
}
}
}