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.27 Home All releases olderv2.0.26 v2.0.28newer
Claude Code v2.0.27

Interactive Session Resume with Search and Filtering

What: When resuming previous sessions, you can now search through sessions and filter by git branch to quickly find what you're looking for.

How to use:

# Start claude code
claude

# Press Ctrl+R to open session resume
# Then:
# - Press 'B' to toggle filtering by current git branch
# - Press '/' to enter search mode
# - Type to search across session summaries and branch names
# - Press Escape or Enter to exit search mode

Details:

  • Search is case-insensitive and matches against session summary, first prompt, and git branch
  • Branch filtering shows only sessions from your current branch (when toggled on)
  • Visual feedback shows active filters and search term with a cursor indicator
  • Context-aware help text shows available commands based on current mode
  • Evidence: lEA() at line 392685 in v2.0.27 (complete rewrite from mEA() at line 392011 in v2.0.26)

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.27 →