After successfully using OpenClaw with model "openai-codex/gpt-5.4" until now, I'm trying to switch to the Codex harness. I've updated my openclaw.json config file:
"agents": {
"defaults": {
"model": "openai/gpt-5.4",
"agentRuntime": {
"id": "codex",
},
"workspace": "/Users/openclaw/.openclaw/workspace",
"userTimezone": "Australia/Melbourne",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"models": {
"openai/gpt-5.4": {},
"openai/gpt-5.5": {}
}
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
},
"openai": {
"enabled": true
},
"codex": {
"enabled": true
}
}
},
The gateway launches, but the web dashboard displays errors:
Requested agent harness "codex" is not registered.
โ ๏ธ Agent failed before reply: Requested agent harness "codex" is not registered. Logs: openclaw logs --follow
Log output:
00:49:42+00:00 warn Config warnings:
- plugins.entries.codex: plugin not found: codex (stale config entry ignored; remove it from plugins config)