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 v1.0.116 Home All releases olderv1.0.115 v1.0.117newer
Claude Code v1.0.116

Reverse Search History (Ctrl+R)

What: Interactive command history search similar to bash's reverse-i-search

How to use:

# In the interactive prompt, press Ctrl+R
# Type your search query - matches appear from command history
# Press Ctrl+R again to cycle through matches
# Press Enter to execute, Escape/Tab to accept without executing

Details:

  • Displays "bck-i-search: " prompt when active
  • Shows "failing bck-i-search: " when no matches found
  • Searches through full command history including pasted content
  • Ctrl+C cancels and restores previous input
  • Evidence: YNB() at line 429227, ZW5() at line 429311

See this entry in the whole of v1.0.116 →