I am hitting an issue where I have stale token for one of my agents, and another token for main, using OpenAI 0AUTH login
Main is not supposed to use this model, not as default at least
The agent with the expired token is somehow still working, but showing stale in config
Last command used to update sub agent token ended up doing this:
linuxuser@sera-gateway:~$ docker exec -it openclaw-openclaw-gateway-1 sh -lc 'openclaw models auth login --provider openai-codex --set-default'
Config warnings:\n- plugins.allow: plugin not found: auth (stale config entry ignored; remove it from plugins config)
๐ฆ OpenClaw 2026.4.11 (unknown) โ Type the command with confidenceโnature will provide the stack trace if needed.
โ
โ Config warnings โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ - plugins.allow: plugin not found: auth (stale config entry ignored; remove it from โ
โ plugins config) โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โ
โ OpenAI Codex OAuth โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ You are running in a remote/VPS environment. โ
โ A URL will be shown for you to open in your LOCAL browser. โ
โ After signing in, paste the redirect URL back here. โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โ
โ OAuth URL ready
Open this URL in your LOCAL browser:
https://auth.openai.com/oauth/authorize?response_type=code&client_id=app_REDACTED
โ
โ Paste the authorization code (or full redirect URL):
โ http://localhost:1455/auth/callback?code=REDACTED
e+email+offline_access&state=0b6929b4f6061c98303e8540e329d3eb
Config warnings:
- plugins.allow: plugin not found: auth (stale config entry ignored; remove it from plugins config)
Config overwrite: /home/node/.openclaw/openclaw.json (sha256 4bf514b76974d34c8a1b8c065b18977e76b1c444217a0b7239910ab410cbb574 -> 21810517765109851ae105e1bf9666f02ffe94e28fa29a7dca57ad71fd9dc508, backup=/home/node/.openclaw/openclaw.json.bak)
Config warnings:\n- plugins.allow: plugin not found: auth (stale config entry ignored; remove it from plugins config)
Updated ~/.openclaw/openclaw.json
Auth profile: openai-codex:REDACTED (openai-codex/oauth)
Default model set to openai-codex/gpt-5.4
Tip: Codex-capable models can use native Codex web search. Enable it with openclaw configure --section web (recommended mode: cached). Docs: https://docs.openclaw.ai/tools/web
I only want 1 auth token and for specific agent profile to use its model as default