#Openclaow VERSION v2026.4.21
1 messages · Page 1 of 1 (latest)
I got no answer
Sorry, you should’ve had an answer here.
Assuming you mean Claude + OpenAI Codex:
- Check your installed version:
openclaw --version
openclaw update status
Your thread title says v2026.4.21; I checked npm and current stable is 2026.5.7. Latest beta is 2026.5.9-beta.1.
Update safely with:
openclaw update
Or preview first:
openclaw update --dry-run
- Claude auth options:
For Anthropic API key:
openclaw onboard
# choose Anthropic API key
For Claude subscription / Claude CLI reuse:
claude --version
openclaw onboard
# choose Claude CLI
- OpenAI Codex / ChatGPT subscription OAuth:
openclaw models auth login --provider openai-codex
If you’re on a server/headless box and the browser callback is awkward:
openclaw models auth login --provider openai-codex --device-code
For the recommended native Codex runtime setup after login:
openclaw config set plugins.entries.codex '{"enabled":true}' --strict-json --merge
openclaw config set agents.defaults.model.primary openai/gpt-5.5
openclaw config set agents.defaults.agentRuntime '{"id":"codex"}' --strict-json
Then verify:
openclaw models auth list --provider openai-codex
openclaw models list --provider openai-codex
openclaw doctor
openclaw gateway restart
Docs:
https://docs.openclaw.ai/providers/anthropic
https://docs.openclaw.ai/providers/openai