cloudaxe-opencode/.opencode/opencode.jsonc

15 lines
285 B
Text
Raw Normal View History

2025-11-17 15:57:18 +00:00
{
"$schema": "https://opencode.ai/config.json",
2025-11-24 21:17:40 +00:00
"plugin": ["opencode-openai-codex-auth"],
2025-11-25 04:14:52 +00:00
// "enterprise": {
// "url": "http://localhost:3000",
// },
2025-11-17 15:57:18 +00:00
"provider": {
"opencode": {
"options": {
2025-11-17 16:32:07 +00:00
// "baseURL": "http://localhost:8080",
2025-11-17 15:57:18 +00:00
},
},
},
}