docs: update Claude Code releases to v2.1.79

- --console flag for claude auth login (Anthropic Console / API billing)
- Show turn duration toggle in /config menu
- VSCode /remote-control command + AI-generated session tab titles
- Fixed claude -p hanging without explicit stdin
- Fixed enterprise 429 retry and SessionEnd hooks on /resume switch
- ~18MB startup memory improvement

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-03-19 11:58:52 +01:00
parent e76c623fd2
commit 043eb796f0
3 changed files with 36 additions and 4 deletions

View file

@ -3,8 +3,8 @@
# Purpose: Track Claude Code product releases for documentation sync
# Maintained: Manual updates when new releases are announced
latest: "2.1.78"
updated: "2026-03-18"
latest: "2.1.79"
updated: "2026-03-19"
# ════════════════════════════════════════════════════════════════
# RELEASES (newest first, condensed highlights only)
@ -15,6 +15,16 @@ releases:
# 2.1.x Series (January-March 2026)
# ─────────────────────────────────────────────────────────────
- version: "2.1.79"
date: "2026-03-19"
highlights:
- "--console flag for claude auth login (Anthropic Console / API billing authentication)"
- "Show turn duration toggle added to /config menu"
- "Fixed claude -p hanging when spawned as subprocess without explicit stdin"
- "Fixed enterprise users unable to retry on rate limit (429) errors"
- "Fixed SessionEnd hooks not firing when using interactive /resume to switch sessions"
- "Improved startup memory usage by ~18MB; non-streaming API fallback now has 2-minute timeout"
- version: "2.1.78"
date: "2026-03-18"
highlights: