opencode/.opencode/opencode.jsonc
Dax Raad bf316018d7 core: enable enterprise-managed session sharing with configurable enterprise URLs
When an enterprise URL is configured, session shares now route through the enterprise API instead of the public API, allowing organizations to manage session sharing infrastructure on their own servers.
2025-11-21 19:53:55 -05:00

14 lines
276 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"enterprise": {
"url": "http://localhost:3000",
},
"provider": {
"opencode": {
"options": {
// "baseURL": "http://localhost:8080",
},
},
},
}