← AI PulseAug 12, 2026

Wire · news · Single-source brief

Claude Code Updates Enhance Remote Control, Streaming, and Stability

Recent updates to Claude Code include new features for remote control session management, improved streaming response handling, and fixes for several stability issues.

By Illumora Editorial

Source · Aug 12, 2026, 8:56 PM · On Illumora · Aug 12, 2026, 9:02 PM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Claude Code What's New + releases — Claude Code changelog - Claude Code Docs
Save

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 --continue for 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.
  • ListAgents now 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, or command value has been resolved.
  • A RangeError crash 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 --continue option 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.