Skills
Headless Claude Code now auto-continues responses cut off mid-stream, and subagents that hit maxTurns return partial output instead of looking finished
Two 2.1.246 changes matter for scripted pipelines. Non-interactive sessions (`-p`, the SDK, cloud sessions) now automatically continue a response truncated by a server error, connection loss or stall rather than ending with an error, which removes a whole class of silent short runs. And a subagent that stops at its `maxTurns` limit now returns its output explicitly marked partial with a hint to continue it via `SendMessage`, instead of being indistinguishable from a completed one. Also fixed: MCP tool calls interrupted by an incoming message in headless or remote sessions were being reported to the model as "completed with no output" instead of an interrupted error.
↳ Follow the thread