mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
- Fix sidebar visibility calculation to prevent layout issues - Add session title and share URL to sidebar header - Remove empty text parts from assistant messages - Adjust user message spacing for first message - Add OpenAI codex auth plugin to configuration
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["opencode-openai-codex-auth"],
|
|
"mcp": {
|
|
"weather": {
|
|
"type": "local",
|
|
"command": ["bun", "x", "@h1deya/mcp-server-weather"]
|
|
},
|
|
"puppeteer": {
|
|
"type": "local",
|
|
"command": ["buns", "x", "puppeteer-mcp-server"]
|
|
}
|
|
}
|
|
}
|