31 lines
580 B
JSON
31 lines
580 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"agent": {
|
|
"build": {
|
|
"model": "opencode-go/deepseek-v4-flash",
|
|
"temperature": 1.0,
|
|
"top_p": 0.95,
|
|
"permission":{
|
|
"task": {
|
|
"git": "allow"
|
|
}
|
|
}
|
|
},
|
|
"plan": {
|
|
"model": "kimi-for-coding/k3",
|
|
}
|
|
},
|
|
"mcp": {
|
|
"gitea-mcp": {
|
|
"enabled": true,
|
|
"type": "local",
|
|
"command": [
|
|
"gitea-mcp",
|
|
"-t", "stdio",
|
|
"-H", "https://gitea.itspm.cc",
|
|
"-T", "82e8aeb9bcf9b26d1bad9167549f6532f968bcb0"
|
|
]
|
|
}
|
|
}
|
|
}
|