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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Resumed sessions can adopt a permission prompt left waiting

Not switched on
Useful2 Signal4
Permissions Notable not in their notes

A resumed headless session could hand you back a permission prompt left unanswered, but three variables must be set.

Adopting a parked permission needs CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSION plus a hold or retire variable, all unset by default.

CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSIONCLAUDE_CODE_HOLD_UNANSWERED_PARKED_PERMISSIONCLAUDE_CODE_RETIRE_UNANSWERED_PARKED_PERMISSION
What

When a headless session resumes and finds a permission request that was left unanswered, and that request does not belong to the interrupted turn's tools, Claude Code can now hand it back to you as an adopted prompt, and on a denial or a timeout retire the interrupted turn rather than re-running it. This needs CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSION set plus either CLAUDE_CODE_HOLD_UNANSWERED_PARKED_PERMISSION or CLAUDE_CODE_RETIRE_UNANSWERED_PARKED_PERMISSION. All three are unset by default.

Details
  • A classifier decides whether such a request is adoptable or excluded, distinguishing "underivable_adoptable" from "underivable_excluded", "underivable_leaf_only" and "underivable_no_superseded".
  • The ADOPT variable is new in this release; the HOLD and RETIRE ones already existed.
Evidence

CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSION

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.238 →