#Broken config file in build

1 messages Β· Page 1 of 1 (latest)

exotic obsidian
#

@light plover Hi, I am trying to integrate the ability for openclaw to auto get skills and so on, and be more autonomous by giving preset approvals so openclaw ask less questions and just do stuff, here is my open claw.json

"models": {
"providers": {
"ollama": {
"baseUrl": "http://127.0.0.1:11434/v1",
"apiKey": "ollama-local",
"api": "openai-completions",
"models": [
{
"id": "qwen3-coder-next",
"name": "Qwen 3 Coder Next",
"contextWindow": 32768
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "ollama/qwen3-coder-next"
},
"workspace": "~/.openclaw/workspace"
}
},
"commands": {
"native": "auto",
"capabilities": ["filesystem", "terminal", "browser", "think"],
"allowlist": ["*"],
"approvalMode": "none",
"autoInstallSkills": true
},
"gateway": {
"port": 18789,
"bind": "loopback",
"auth": {
"mode": "token",
"token": "SOMETOKENIWONTSHARE"
}
},
"workspace": {
"root": "./workspace",
"redaction": "tools",
"maxConcurrent": 4
},
"meta": {
"lastTouchedVersion": "2026.2.21-2"
}
}

Please see if there are issues, im getting unrecognized keys

my openclaw version: openclaw 2026.2.21-2