mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 13:26:04 -06:00
feat(cli): add models auth logout (#114407)
This commit is contained in:
committed by
GitHub
parent
498a2caaf2
commit
e9990b818a
@@ -146,6 +146,13 @@ model route has a stored OpenAI profile: a subscription route is verified
|
||||
against the native account instead. Log in with Codex itself if a turn reports
|
||||
missing subscription credentials.
|
||||
|
||||
Because user-home mode refuses a prepared OpenClaw auth profile outright
|
||||
(`Prepared Codex auth requires an isolated app-server home.`), a stored OpenAI
|
||||
profile plus `homeScope: "user"` stops the agent from starting. Check with
|
||||
`openclaw models auth list --provider openai` and remove the stored profile with
|
||||
`openclaw models auth logout <profileId> --yes`, or switch back to
|
||||
`homeScope: "agent"` if you want OpenClaw to keep managing that credential.
|
||||
|
||||
Owner turns gain the `codex_threads` tool: list, search, read, fork, rename,
|
||||
archive, and restore native threads. Fork a thread to continue it in
|
||||
OpenClaw; the fork attaches to the current OpenClaw session and stays
|
||||
|
||||
Reference in New Issue
Block a user