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.273 ·

Resume-interrupted-turn behavior can now be overridden and is read from a 'lane' config

Whether Claude Code resumes an interrupted turn is now configurable per call and read from a lane config object instead of only an env var

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.273,
Group of 2 Under the hood

Whether Claude Code resumes an interrupted turn is now configurable per call and read from a lane config object instead of only an env var

What

Behavior around resuming an interrupted turn, previously controlled only by the CLAUDE_CODE_RESUME_INTERRUPTED_TURN environment variable, changed in two ways:

Why

Moving these settings into a lane config object, with the option to override per call, allows resume-related behavior to be controlled more flexibly than a fixed environment variable read for the whole process.

See this entry in the whole of v2.1.273 →

Feedback