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

Session Tagging with /tag Command

What: A new command to add searchable tags to your sessions for better organization and retrieval. How to use:

/tag bugfix        # Add tag to current session
/tag bugfix        # Run again to remove (toggle behavior)
/tag feature-auth  # Use descriptive names

Details:

  • Tags appear after the branch name in /resume list
  • Tags are searchable with / search functionality
  • Running the same tag command again removes the tag (toggle)
  • Evidence: c55() at line 483604, HG0() at line 491331, nh2() at line 491336

See this entry in the whole of v2.0.65 →