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.140 Home All releases olderv2.1.139 v2.1.163newer
Claude Code v2.1.140

CLAUDE_CODE_RESUME_PROMPT Environment Variable

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."
claude
Details
  • 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.

See this entry in the whole of v2.1.140 →