What's wrong with this entry?
Anonymous. No account, no email.
What
A new environment variable that lets you override the message Claude sends when auto-resuming an interrupted conversation.
Usage
export CLAUDE_CODE_RESUME_PROMPT="Pick up exactly where you left off, no preamble."
claudeDetails
- If unset, the default message is
"Continue from where you left off.". - Takes effect whenever the auto-resume prompt is generated (e.g., after a context window compaction or interrupted session).
Evidence
y58() function (search for "CLAUDE_CODE_RESUME_PROMPT")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.