Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Away-from-keyboard auto-answer re-checks before answering

Use it now
Useful4 Signal3
Agents Notable not in their notes

Away-from-keyboard auto-answers now bail out if you interacted first; set afkTimeoutMs or CLAUDE_AFK_TIMEOUT_MS.

afkTimeoutMsCLAUDE_AFK_TIMEOUT_MS
What

When a question times out because you are away, Claude now re-checks staleness before submitting the automatic answer and bails out if you interacted in the meantime, if the pending questions changed, or if the answer is rejected. Previously the answer was delivered unconditionally. Only active when a timeout is set, via afkTimeoutMs or the CLAUDE_AFK_TIMEOUT_MS environment variable, and not in screen-reader or background sessions.

Details
  • Auto-advance and skip telemetry are now only emitted when the answer actually goes through.
Evidence

CLAUDE_AFK_TIMEOUT_MS

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →