Description
I have this config on ~/.config/opencode/opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.4",
"agent": {
"build": {
"model": "openai/gpt-5.4",
"variant": "high"
},
"plan": {
"model": "openai/gpt-5.4",
"variant": "low"
}
}
}
When I run opencode on the terminal, the default model loads correctly. However on ACP (zed), the default model variant is not respected:
I would expect OpenAI/GPT-5.4 (high) to load, since it's my default variant when using the build agent
Plugins
No response
OpenCode version
1.3.13
Steps to reproduce
- Put this on your
opencode.json config:
{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.4",
"agent": {
"build": {
"model": "openai/gpt-5.4",
"variant": "high"
},
"plan": {
"model": "openai/gpt-5.4",
"variant": "low"
}
}
}
- Open an ACP client (for example Zed)
- The default model variant is not respected
Screenshot and/or share link
No response
Operating System
Arch Linux
Terminal
acp
Description
I have this config on
~/.config/opencode/opencode.json:{ "$schema": "https://opencode.ai/config.json", "model": "openai/gpt-5.4", "agent": { "build": { "model": "openai/gpt-5.4", "variant": "high" }, "plan": { "model": "openai/gpt-5.4", "variant": "low" } } }When I run opencode on the terminal, the default model loads correctly. However on ACP (zed), the default model variant is not respected:
I would expect
OpenAI/GPT-5.4 (high)to load, since it's my default variant when using thebuildagentPlugins
No response
OpenCode version
1.3.13
Steps to reproduce
opencode.jsonconfig:{ "$schema": "https://opencode.ai/config.json", "model": "openai/gpt-5.4", "agent": { "build": { "model": "openai/gpt-5.4", "variant": "high" }, "plan": { "model": "openai/gpt-5.4", "variant": "low" } } }Screenshot and/or share link
No response
Operating System
Arch Linux
Terminal
acp