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 v0.2.70 Home All releases olderv0.2.69 v0.2.72newer
Claude Code v0.2.70

New Features

Enhanced Conversation Management

  • Conversation ID Tracking: A new conversation ID system has been introduced that automatically generates and tracks unique identifiers for each conversation branch. This enables better organization of chat history and conversation forks.
  • Example: When you start a new conversation or fork an existing one, Claude Code now assigns it a unique ID like a3b2c1d4e5f6 that persists throughout the session.

Improved Command Permission System

  • Deny Rules for Commands: The Bash tool now supports explicit deny rules in addition to allow rules. This provides more granular control over which commands Claude can execute.
  • You can now specify both allowed and denied command patterns
  • Deny rules take precedence over allow rules for enhanced security
  • Example: You could allow all git commands except git push by setting appropriate rules

See this entry in the whole of v0.2.70 →