New CLAUDE_CODE_PARKED_PERMISSION_WAIT_MS env var sets a 2 second default wait for parked permissions
A new environment variable, CLAUDE_CODE_PARKED_PERMISSION_WAIT_MS, controls a wait time used in logic around "parked" permissions and resuming a turn. If it isn't set, it defaults to 2000 milliseconds (2 seconds). It appears alongside other related environment variables: CLAUDE_CODE_RESUME_INTERRUPTED_TURN, CLAUDE_CODE_ADOPT_UNDERIVABLE_PARKED_PERMISSION, and CLAUDE_CODE_PARKED_STOP_RETIRES.
This gives more control over timing in the logic that resumes interrupted turns and handles permission requests that were left pending ('parked'), building on the existing CLAUDE_CODE_RESUME_INTERRUPTED_TURN recovery behavior, which was previously narrowed to remote sessions and fixed to report unfinished background tasks after a local claude -p --resume.
* Fixed a local `claude -p --resume` started with `CLAUDE_CODE_RESUME_INTERRUPTED_TURN` not reporting background tasks the previous process left unfinishedsee the edit
CLAUDE_CODE_RESUME_INTERRUPTED_TURN on Claude Code changelog
Fixed --resume, the resume picker preview, resumed background agents and the transcript view failing on a session whose saved history…