Fixes multiple agent routing, streaming, and persistence bugs
Claude releases fixes for agent routing, streaming, persistence, and SSL certificate handling across stacked skill invocations and background sessions.
What's changed Stacked slash-skill invocations like `/skill-a /skill-b do XYZ` now load all leading skills (up to 5), not just the first Fixed SSL certificate errors (TLS-inspecting proxies, missing `NODE_EXTRA_CA_CERTS`, expired certs) burning retries before showing actionable guidance — they now fail immediately with the fix hint Fixed streaming responses being discarded when the API emits a mid-stream overloaded/server error after partial output — the partial is now kept with an incomplete-response notice Fixed subagents cut off by a rate limit or server error silently failing instead of returning their partial work to the parent Fixed subagents reporting API errors (e.g.
usage limit reached) as successful results — the error is now reported to the parent agent Fixed the background-agent daemon on Linux killing itself and every running agent every ~50 seconds after an unclean shutdown left a corrupted worker record Fixed background agents failing to cold-start over SSH on macOS with "Could not switch to audit session" (regression in 2.1.196) Fixed `claude stop` being silently undone when it raced a background-agent respawn — the respawn now honors the stop Fixed background job…
- github.comClaude Code v2.1.199primary