#Openclaow VERSION v2026.4.21

1 messages · Page 1 of 1 (latest)

silk kestrel
#

I want to set up auth login for clade and openao codex how can i set that up? and am i on lasest update if not how i also update it

onyx lichenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

silk kestrel
#

I got no answer

radiant gulchBOT
#

Sorry, you should’ve had an answer here.

Assuming you mean Claude + OpenAI Codex:

  1. 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
  1. 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
  1. 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