Commit 01ecac2
docs: fix claude authentication command (#739)
* docs: fix claude authentication command in claude-code.md
Replace `claude setup-token` with `claude auth login` for container auth.
`claude setup-token` generates a long-lived token for CI/scripts without
saving it locally. For container deployments with PVC persistence,
`claude auth login` is the correct command — it authenticates via OAuth
device flow and stores credentials on disk.
Ref: https://docs.anthropic.com/en/docs/claude-code/cli-usage
* fix: update remaining setup-token refs and wording nit
Address review comments:
- Replace claude setup-token with claude auth login in NOTES.txt
- Replace claude setup-token with claude auth login in wizard.rs
- Improve wording: 'restart the pod so the bot process loads the new credentials'
---------
Co-authored-by: pahud <[email protected]>
Co-authored-by: 超渡法師 <[email protected]>1 parent ed4fedc commit 01ecac2
3 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
40 | 48 | | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| |||
0 commit comments