Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Self-hosted runner session-exit result schema added

New internal schema describes how a self-hosted runner's session ended, with phase, exit code, and signal

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.265,
Under the hood

New internal schema describes how a self-hosted runner's session ended, with phase, exit code, and signal

What

Claude Code now has an internal schema for describing how a self-hosted runner's session process ended. It records a phase, either setup (the process never started) or run (it exited), plus optional exit_code and signal values.

Why

This gives more structured information about how and why a self-hosted runner session terminated, which should help in diagnosing failures that happen before versus after the session actually starts running.

See this entry in the whole of v2.1.265 →

Feedback