dotfiles/.config/opencode/opencode.json
C4 Patino 87ec3b76c5
All checks were successful
sync tailscale acls / acls (push) Successful in 1m1s
feat: updated default agent from minimax-m2.5-free to gpt-5-mini
2026-03-04 23:00:26 -06:00

16 lines
270 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"theme": "tokyonight",
"model": "github-copilot/gpt-5-mini",
"lsp": {
"clangd": {
"disabled": true
},
"pyright": {
"disabled": true
},
"texlab": {
"disabled": true
}
}
}