fix: correct v2.1.39/v2.1.41 feature attributions + add claude auth CLI docs
3 features were incorrectly attributed to v2.1.39 instead of v2.1.41 (guard nested sessions, OTel speed attribute, Agent Teams model fix). Verified against official CHANGELOG. Also adds claude auth login/status/logout to the ultimate guide maintenance commands table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
75e93f79a4
commit
e4d9d9e825
4 changed files with 106 additions and 18 deletions
|
|
@ -260,6 +260,9 @@ claude doctor
|
|||
| `claude update` | Check and install updates | Weekly or when encountering issues |
|
||||
| `claude doctor` | Verify auto-updater health | After system changes or if updates fail |
|
||||
| `claude --version` | Display current version | Before reporting bugs |
|
||||
| `claude auth login` | Authenticate from the command line | CI/CD, devcontainers, scripted setups |
|
||||
| `claude auth status` | Check current authentication state | Verify which account/method is active |
|
||||
| `claude auth logout` | Clear stored credentials | Shared machines, security cleanup |
|
||||
|
||||
**Update frequency recommendations:**
|
||||
- **Weekly**: Check for updates during normal development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue