Anthropic has released updates for Claude Code, addressing various aspects of its functionality. These changes focus on enhancing the remote control experience, improving the reliability of streaming responses, and resolving several crashes and display issues.
Key Points
- Claude Code now supports
remote-control --continuefor resuming the most recent Remote Control session. - Claude Code has added server-supplied hook support for self-hosted runner sessions, aligning with managed-environment behavior.
- SSE keepalive pings have been added to gateway streaming responses to prevent idle-timeout disconnects on Vertex and Bedrock upstreams during long thinking pauses.
- Plugin marketplace command sources now allow a local command to print the plugin directory, which is re-resolved each session and applied without a restart.
ListAgentsnow marks disconnected Remote Control sessions as offline and labels cloud sessions as cloud.- A fix addresses long responses partly disappearing while streaming and being printed twice in the terminal.
- A crash occurring when a tool call had a non-string
glob,file_path, orcommandvalue has been resolved. - A
RangeErrorcrash related to progress bars or markdown tables rendering in narrow terminal windows has been fixed.
Context
According to the Claude Code changelog, these updates introduce new capabilities for managing remote control sessions and improve the robustness of the system when interacting with cloud platforms like Vertex and Bedrock. The changes also address specific scenarios that previously led to crashes or incorrect display behavior.
Why It Matters
These updates improve the reliability and user experience for developers working with Claude Code, particularly those using remote control features or encountering long streaming responses. The fixes contribute to a more stable development environment, reducing interruptions and data display errors.
What To Do
- Note the new
remote-control --continueoption for resuming sessions. - Review the updated behavior for self-hosted runner sessions regarding server-supplied hooks.
- Observe improved stability during long thinking pauses when using Vertex and Bedrock upstreams.
- Test the fixes for long responses and terminal rendering in narrow windows.
- Check for the resolution of crashes related to non-string tool call values and extended-length file paths on Windows.
