feat(cli): add models auth logout (#114407)

This commit is contained in:
Peter Steinberger
2026-07-27 03:48:27 -04:00
committed by GitHub
parent 498a2caaf2
commit e9990b818a
14 changed files with 566 additions and 87 deletions
+7
View File
@@ -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