mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "opencode/deepseek-v4-flash-free",
|
|
"tools": {
|
|
"bash": true
|
|
},
|
|
"permission": {
|
|
"bash": {
|
|
"*": "ask",
|
|
"git add *": "deny",
|
|
"git commit *": "deny"
|
|
}
|
|
}
|
|
}
|