2025-11-17 23:57:18 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://opencode.ai/config.json",
|
|
|
|
|
"plugin": ["opencode-openai-codex-auth"],
|
2025-11-22 09:41:27 +08:00
|
|
|
// "enterprise": {
|
|
|
|
|
// "url": "http://localhost:3000",
|
|
|
|
|
// },
|
2025-11-17 23:57:18 +08:00
|
|
|
"provider": {
|
|
|
|
|
"opencode": {
|
|
|
|
|
"options": {
|
2025-11-18 00:32:07 +08:00
|
|
|
// "baseURL": "http://localhost:8080",
|
2025-11-17 23:57:18 +08:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
}
|