I am unable to swtich to any models with the /models command
My config looks like this. I want gpt-4o-mini to be the default... but I still want to be able to switch to whatever I want from OpenAI.
Can you explain what's wrong and how to fix it?
{
"meta": {
"lastTouchedVersion": "2026.1.24-3",
"lastTouchedAt": "2026-01-26T18:36:46.035Z"
},
"env": {
"OPENAI_API_KEY": "sk-proj-.."
},
"wizard": {
"lastRunAt": "2026-01-19T07:32:23.755Z",
"lastRunVersion": "2026.1.16-2",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"agents": {
"defaults": {
"model": {
"primary": "openai/gpt-4o-mini"
},
"workspace": "/home/clawd/clawd",
"contextPruning": {
"ttl": "1h"
},