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 releases Home olderv0.2.94 v0.2.97newer

Claude Code v0.2.96

14 entries read diff v0.2.94 → v0.2.96 Markdown
Find
Pick an entry · j / k steps through
15 entries

Changesopen

#

# Claude Code v0.2.96 Changelog

Related

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

Data Sharing and Development Partner Program#

  • Development Partner Program Integration: Organizations enrolled in the Development Partner Program now have their Claude Code sessions shared with Anthropic for service improvement and model training
  • New UI components display enrollment status and information
  • First-time users see a detailed message about data sharing
  • Subsequent sessions show a condensed enrollment indicator
  • Links to support documentation and admin settings included

Related

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

Cost Discounts for Partner Organizations#

  • Discounted API Pricing: Organizations in the Development Partner Program receive automatic cost reductions:
  • 90% discount on input tokens
  • 9% discount on prompt cache read tokens
  • Additional 12.5% discount on prompt cache write tokens
  • Applies to first-party Anthropic models only

Related

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

Rule-Based File Access Control#

  • Granular Permission Rules: New pattern-based permission system for file operations
  • Support for glob patterns to allow/deny file access
  • Separate rules for read vs edit operations
  • Pattern prefixes:
  • // - Relative to root directory
  • ~/ - Relative to user's home directory
  • / - Relative to configured scope (project, user settings, etc.)
Example usage
# Deny all access to sensitive files
claude code --deny-read "//etc/**" --deny-edit "~/.ssh/**"

# Allow specific directories
claude code --allow-read "/src/**" --allow-edit "/docs/*.md"

Ignore Patterns Integration#

  • File ignore patterns from project settings now properly integrated with the permission system
  • Automatic merging of ignore patterns with permission rules

Related

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

Database Repair Mechanism#

  • Automatic SQLite Recovery: If the conversation database fails to open, Claude Code now:
  1. Detects the corruption
  2. Automatically rebuilds the better-sqlite3 native module
  3. Retries the connection
  4. Provides user feedback during the repair process

OAuth Scope Changes#

  • Always Request Full Permissions: The user:inference scope is now always included in OAuth requests, regardless of environment
  • Simplified authentication flow with consistent permission requests

Stream Handling#

  • Fixed missing stream import that could cause issues with certain operations
  • Added proper PassThrough stream support for improved data handling

Related

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

Permission Context Management#

  • Migrated from React state-based permission context to Recoil atoms for better state management
  • Ensures permission context persists correctly across component updates

File System Operations#

  • Improved path resolution for permission rules
  • Better handling of relative vs absolute paths in permission checks

Related

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

Domain Whitelist for WebFetch#

  • Removed the hardcoded whitelist of allowed domains for web fetching
  • WebFetch tool no longer restricts domains to a predefined list
  • Security note removed about domain restrictions

Deprecated Functions#

  • Removed several internal utility functions related to the old permission system
  • Cleaned up unused domain validation logic

Related

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

Cache Management#

  • Added comprehensive cache clearing function (k10) that clears all tool caches
  • Improves memory management during long sessions

Related

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

Model Cost Tracking#

  • Enhanced cost calculation to apply partner discounts dynamically
  • Added telemetry for discount application

Related

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

UI Components#

  • New React components for data sharing notifications
  • Improved styling and user messaging for partner program features

Related

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

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.96. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Claude Code can now also be used with a Claude Max subscription (https://claude.ai/upgrade)
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.