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.0.66 Home All releases olderv2.0.65 v2.0.67newer
Claude Code v2.0.66

Prompt Stash (Ctrl+S)

What: Save your current prompt input and retrieve it later - useful when you want to temporarily switch to a different task without losing your in-progress prompt. How to use:

# With text in prompt, press Ctrl+S to stash it
# Later, with empty prompt, press Ctrl+S to restore

Details:

  • Stash indicator appears when you have a saved prompt
  • First-time users see a hint after deleting significant text
  • Evidence: $() function at line 21215-21220, stash hint logic at $A.current tracking

See this entry in the whole of v2.0.66 →