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.66 Home All releases olderv0.2.65 v0.2.67newer
Claude Code v0.2.66

Todo List Management Tools

Added comprehensive todo list functionality with two new tools:

TodoWrite - Update and manage your task list during coding sessions

  • Create, update, and track todos with status (pending, in_progress, completed) and priority (high, medium, low)
  • Automatic progress tracking with visual indicators
  • Use it to organize complex multi-step tasks and maintain focus

TodoRead - View your current todo list

  • Quickly check pending tasks and current progress
  • Shows focused view by default, with verbose option for full list
  • Helps maintain context across long coding sessions
Example usage
# Claude will proactively use these tools to track progress
# You can also explicitly ask to see or update the todo list
"Show me my todo list"
"Add a todo to implement dark mode"

See this entry in the whole of v0.2.66 →