Three new env vars tune the read-only memory notice, async agent stall timeout and check-in interval.
What's wrong with this entry?
CLAUDE_CODE_DISABLE_MEMORY_RO_UNSAVED_NOTICE suppresses the notice about unsaved edits to read-only memory. CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS overrides the async-agent stall timeout, which otherwise defaults to 600000 ms (10 minutes). CLAUDE_CODE_COORDINATOR_WORKER_CHECKIN_SECONDS sets the coordinator worker check-in interval. All three are unset by default.
- Each is a new entry in the environment-variable allowlist and each has exactly one reader in the build.
- The coordinator check-in variable is consulted on only one code path, so it does not apply everywhere.
CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS=1200000 claudeCLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS
Strings lifted out of the shipped bundle, so the claim above can be checked against them.