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.93 Home All releases olderv0.2.92 v0.2.94newer
Claude Code v0.2.93

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

See this entry in the whole of v0.2.93 →