This commit is contained in:
Dax Raad 2025-11-17 10:55:30 -05:00
parent 857c083e35
commit e6d549497c
6 changed files with 105 additions and 91 deletions

11
.opencode/opencode.jsonc Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"provider": {
"opencode": {
"options": {
// "baseURL": "http://localhost:8080"
},
},
},
}