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.123 Home All releases olderv0.2.122 v0.2.124newer
Claude Code v0.2.123

Improvements

Permission System Enhancements

  • Detailed Decision Reasons: Permission prompts now show exactly why a permission was allowed or denied
  • Rule Suggestions: When permissions are denied, the system suggests appropriate rules to allow the action
  • Multi-level Reasoning: Shows permission decisions for subcommands with hierarchical reasoning display
  • Visual Indicators: Uses colored checkmarks (✓) and crosses (✗) to indicate allowed/denied permissions

Configuration Management

  • Migration System: New automatic migration for moving API keys and environment variables to user settings
  • Environment Variable Migration: Migrates global config environment variables to user settings
  • Forced Local Installation: Can automatically migrate users from npm global installation to local installation

UI/UX Improvements

  • Message Idle Notifications: New messageIdleNotifThresholdMs setting (default: 60000ms) for idle notifications
  • Auto-compact Messages: Better handling of message compaction for cleaner conversation display
  • Improved Error Messages: New RetryError class provides better context for retry failures
  • Enhanced Tooltips: More descriptive tooltips for model selection and feature explanations

See this entry in the whole of v0.2.123 →