this is my config now.
"meta": {
"lastTouchedVersion": "2026.2.3-1",
"lastTouchedAt": "2026-02-06T19:21:38.654Z"
},
"wizard": {
"lastRunAt": "2026-02-06T19:21:38.628Z",
"lastRunVersion": "2026.2.3-1",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"models": {
"providers": {
"ollama": {
"baseUrl": "http://127.0.0.1:11434/v1",
"apiKey": "ollama-local",
"api": "openai-completions",
"models": [
{
"id": "lfm2.5-thinking:1.2b",
"name": "lfm2.5-thinking:1.2b",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 128000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "ollama/lfm2.5-thinking:1.2b"
},
"models": {
"ollama": {},
"ollama/lfm2.5-thinking:1.2b": {}
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"workspace": "/home/dan/.openclaw/workspace"
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"auth": {
"mode": "token",
"token":"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
}
}