← Back to all entries
2026-08-13 🧭 Daily News

Claude Code v2.1.229, SSE Keepalives, and Auto Mode Eve

Claude Code v2.1.229, SSE Keepalives, and Auto Mode Eve — visual for 2026-08-13

🧭 Claude Code v2.1.229: SSE Keepalives, Runner Hooks, and Four Bug Fixes

Claude Code v2.1.229 shipped today with two additions and four bug fixes. The standout change is SSE keepalive pings sent to gateway streaming responses during extended thinking pauses — a targeted fix for the idle-timeout disconnects that were silently killing long agentic sessions partway through deep tasks.

What's new

Bug fixes

Why keepalives matter for production agentic pipelines

Without keepalives, a reverse proxy (Nginx, AWS ALB, Cloudflare) with a 60-second idle timeout would silently sever a streaming connection mid-task. Claude Code would either hang waiting for the response or surface a generic network error — with no clear indication that the task had been abandoned, not completed. The v2.1.229 keepalives resolve this at the transport layer, so long multi-step tasks running through self-hosted runners or standard gateway endpoints no longer require a custom proxy idle-timeout workaround.

⭐⭐⭐ github.com
Claude Code v2.1.229 SSE keepalive self-hosted runner bug fixes streaming

🧭 Auto Mode Default Switches On Tomorrow: Five Things to Check Today

As covered on August 10, Claude Code's Auto Mode becomes the default for all new sessions starting August 14. That's tomorrow. Teams who have not yet evaluated how Auto Mode will affect their workflows have one day to do so. Here is a concise pre-flight checklist.

What changes at midnight

Before August 14, Claude Code sessions start in confirm mode — Claude asks for approval before each tool call. From August 14 onward, new sessions start in Auto Mode — Claude executes tool calls autonomously within configured permission boundaries, only pausing when it hits an operation outside its allowed scope. Existing sessions and projects with an explicit autoMode: false in their settings are unaffected.

Pre-flight checklist

CI/CD pipelines: Auto Mode is likely already what you want

If you're running Claude Code in a non-interactive CI pipeline (via claude --print or as a GitHub Actions step), the Auto Mode default has no practical effect — non-interactive invocations have always executed tool calls autonomously. The change only affects interactive sessions where confirm mode was previously the starting point.

⭐⭐⭐ docs.anthropic.com
Auto Mode Claude Code permissions agentic configuration hooks
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research