opencode/opencode.json
Dax Raad 113a7b5996 tui: improve sidebar visibility logic and session title display
- 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
2025-10-08 19:38:17 -04:00

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"]
}
}
}