opencode/.opencode/opencode.jsonc
Aiden Cline 5c6356f5a6 fix(tui): keep configured model and agent when navigating sessions
Navigating between sessions adopted the session's last-used model and agent, which overrode an explicitly configured model/default_agent (or --model/--agent). Skip the auto-adoption when an explicit selection exists so the user's configured choice sticks.
2026-06-01 16:06:16 -05:00

13 lines
252 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {},
"permission": {},
"reference": {
"effect": "github.com/Effect-TS/effect-smol",
},
"mcp": {},
"tools": {
"github-triage": false,
"github-pr-search": false,
},
}