Claude Code adds CLI auth management, faster startup, Windows ARM64
Claude Code gains native auth management via new CLI subcommands, plus faster startup, auto-generated session names, and a native Windows ARM64 binary. On the news side: a $30 billion Series G, a Pentagon contract dispute over usage restrictions, and a senior safety researcher's public resignation.

Anthropic Pushes Its Valuation to $380 Billion With New Funding Round — New York Times
Highlight
New Auth Subcommands Bring Login Management to the CLI
You can now manage authentication directly from the terminal using claude auth login, claude auth status, and claude auth logout -- no need to navigate settings or restart a session. This is particularly useful in CI environments or when switching between accounts, giving you a clean, scriptable interface for credential management.
Worth Knowing
Claude Code Now Warns When You Launch It Inside Itself
If you accidentally try to start Claude Code from within an existing Claude Code session, you'll now get a clear warning instead of a confusing nested environment. This catches a common mistake when working in Claude-managed terminals.
Slash-Rename Now Generates Session Names Automatically
Calling /rename without any arguments now produces a name derived from your conversation context rather than leaving the field blank. You no longer need to think up a label -- just run /rename and Claude will summarize the session for you.
Native Windows ARM64 Binary Now Available
If you run Claude Code on a Windows ARM64 device, you'll now get a native binary instead of running under emulation. Expect better performance and lower overhead on Snapdragon-based Windows machines.
Prompt Cache Hit Rates Improved for Long Sessions
The current date has been moved out of the system prompt, which previously invalidated the prompt cache on every new day. Your longer or repeated sessions should now benefit from higher cache hit rates, reducing latency and token costs.
Startup Is Faster Thanks to Deferred Schema Loading
Zod schema construction is now deferred until it's actually needed, shaving time off cold starts. You'll notice Claude Code launches more quickly, particularly on slower machines or in CI pipelines.
Under the Hood
Terminal Rendering, File Handling, and Session Bugs Fixed
This release cycle resolves a VS Code terminal scroll regression, character loss at screen boundaries, blank lines in verbose transcript view, @-mention resolution with anchor fragments like @README.md#installation, FileReadTool blocking on FIFOs and large files, and ENAMETOOLONG errors for deeply-nested paths. Auth refresh errors and process hangs after session close are also fixed.
Hook Errors, MCP Crash, and Session Preview Display Fixed
Hook blocking errors (exit code 2) now correctly surface stderr output to you instead of silently failing. A crash when MCP tools return image content during streaming is resolved, and /resume session previews no longer show raw XML tags or interrupt messages as session titles.
From Anthropic
In the News
The auth CLI additions and nested-session guard are small changes with real daily impact -- worth updating if you haven't already.




