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.50 Home All releases olderv2.0.49 v2.0.51newer
Claude Code v2.0.50

Friendly Session Slug Names

What: Plan files now use memorable, human-readable names instead of UUIDs. How to use:

# Session plans are now named with friendly slugs like:
# ~/.claude/plans/fluffy-bouncing-bunny.md
# ~/.claude/plans/golden-dancing-butterfly.md

Details:

  • 146 adjectives × 112 verbs × 300 nouns = 4.9 million unique combinations
  • Word categories include nature terms, animals, and whimsical objects
  • Names like "sparkly-juggling-penguin" or "cozy-dreaming-unicorn"
  • Evidence: $A2() at line 300930, word arrays at lines 300938-301497 in v2.0.50

See this entry in the whole of v2.0.50 →