I've updated to the latest openclaw version and have been trying to get the GPT5.5 model to run via the codex harness instead of the Pi harness. No matter what I or codex-cli does I just can't get it to hook up to the codex harness. I've burnt though so many codex token trying to get it sorted out.
This is a sanitised extract from my openclaw.config
"profiles": {
"minimax:global": {
"provider": "minimax",
"mode": "api_key"
},
"minimax:cn": {
"provider": "minimax",
"mode": "api_key"
},
"openai-codex:<REDACTED_EMAIL>": {
"provider": "openai-codex",
"mode": "oauth"
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "minimax/MiniMax-M2.7",
"fallbacks": []
},
"models": {
"minimax/MiniMax-M2.7": {
"alias": "Minimax"
},
"openai-codex/gpt-5.5": {}
},
"agentRuntime": {
"id": "codex",
"fallback": "pi"
}
},```