docs: clarify Claude CLI auth mode

This commit is contained in:
Peter Steinberger
2026-01-15 02:35:20 +00:00
parent 2fb2035dbf
commit b1e3d79eaa
4 changed files with 15 additions and 0 deletions

View File

@@ -59,4 +59,7 @@ clawdbot onboard --auth-choice claude-cli
## Notes
- The wizard can run `claude setup-token` on the gateway host and store the token.
- Clawdbot writes `auth.profiles["anthropic:claude-cli"].mode` as `"oauth"` so the profile
accepts both OAuth and setup-token credentials. Older configs using `"token"` are
auto-migrated on load.
- Auth details + reuse rules are in [/concepts/oauth](/concepts/oauth).