Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Self-hosted runner now surfaces API error status codes from turn results

Self-hosted runner sessions now surface the API's numeric error status code when a turn fails

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSelf-Hosted Runnerwhat it touches
KindImprovementsin v2.1.274,
Under the hood

Self-hosted runner sessions now surface the API's numeric error status code when a turn fails

What

In the self-hosted runner (used when running Claude Code sessions on your own infrastructure), when a turn result comes back marked as an error and includes a numeric API error status code, a new callback is now invoked with that status code.

Why

This lets self-hosted runner integrations react to the specific API error status code behind a failed turn, rather than only knowing that a turn failed.

See this entry in the whole of v2.1.274 →