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.92 v0.2.94newer

Claude Code v0.2.93

5 entries read diff v0.2.92 → v0.2.93 Markdown
Find
Pick an entry · j / k steps through
5 entries

Changesopen

Removed Features#

Settings Management Functions Removed

  • Removed local and project settings functionality
  • Removed Qs4() function that returned the project settings path (.claude/settings.json)
  • Removed cy0() function that handled both managed and project settings
  • Removed bO1() function that saved settings to files
  • Removed R76() function that managed allowed/denied tool rules based on local settings
  • Removed Fp5() function that displayed settings information

This indicates that the settings management system has been refactored or removed entirely in this version.

Todo List Read Functionality Removed

  • Removed the TodoRead tool description and implementation
  • The tool that allowed reading the current todo list for the session has been removed
  • This tool previously allowed checking task status without parameters
  • The related UI component n76() for rendering todo lists has also been removed

Added Features#

React/UI Framework Integration

A significant number of React-related functions have been added, suggesting a major UI framework update or integration:

  • Core React Functions: Added fundamental React utilities like S2() for error handling, eT(), Ex() for event handling
  • DOM Manipulation: Added functions for DOM operations including jx1(), bl(), cl() for element manipulation
  • Component Lifecycle: Added hooks and lifecycle management functions
  • Event System: Enhanced event handling with functions like Ji(), rY9(), tY9(), eY9()
  • Rendering Pipeline: Added numerous rendering-related functions for component updates and reconciliation

Enhanced Development Tools

  • Error Boundaries: Added error handling capabilities with functions like Zr0(), Gr0() for better error management
  • Performance Monitoring: Added functions for tracking component render times and performance metrics
  • State Management: Enhanced state management with functions like Va0(), Mi(), DZ1() for hooks implementation

Technical Improvements#

Internal Architecture Updates

  • Significant restructuring of the internal architecture with 487 new function additions
  • The high structural similarity (92.8%) indicates these are primarily additions rather than replacements
  • Most of the new code appears to be React/UI framework related, suggesting a major UI system upgrade

Related

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

Breaking Changes#

  • The removal of the settings management system (localSettings and projectSettings) may break existing workflows that relied on these features
  • The removal of the TodoRead tool means users can no longer query their todo list status programmatically

Migration Notes#

  • Users who relied on local or project settings files (.claude/settings.json) will need to adapt to the new configuration system
  • The todo list functionality appears to have been streamlined - reading todos may now be integrated differently or removed in favor of a write-only approach
Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.93. 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.

  • Resume conversations from where you left off from with "claude --continue" and "claude --resume"
  • Claude now has access to a Todo list that helps it stay on track and be more organized
System prompt

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