mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-05 03:09:56 +00:00
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.
13 lines
252 B
JSON
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,
|
|
},
|
|
}
|