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.65 v0.2.67newer

Claude Code v0.2.66

10 entries read diff v0.2.65 → v0.2.66 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

# Claude Code v0.2.66 Changelog

Related

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

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"

Enhanced Permission System#

  • Improved permission handling for Bash commands with smarter rule suggestions
  • Better detection and handling of command injection attempts
  • More informative permission debug information display
  • Rule suggestions now based on actual command analysis

Settings Enhancement#

  • Added stressTestingFraction to user settings options
  • This appears to be for internal testing/debugging purposes

User Experience#

  • Better visual formatting for permission prompts
  • Clearer distinction between local and project settings descriptions
  • Enhanced permission decision reasoning display

Related

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

Architecture Changes#

  • Improved file handling for external tool integrations
  • Better error handling in file save operations
  • More robust command prefix detection and validation

Related

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

New Dependencies#

  • Added imports for execSync, execFile, and spawn from child_process
  • Added PassThrough from stream module
  • Added path and filesystem utilities (extname, relative, existsSync, statSync)

Related

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

Internal Improvements#

  • Refactored permission checking logic for better maintainability
  • Enhanced rule suggestion generation
  • Improved handling of workspace and organization roles
  • Better support for admin and billing role detection

Related

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

1 entry

Bug Fixesopen

#

  • Fixed issues with command injection detection
  • Improved error handling in file operations
  • Better handling of edge cases in permission flows

Related

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

1 entry

Notesopen

#

The todo list feature is designed to be used proactively by Claude to track complex tasks and maintain context. It's stored locally in your project's .claude/todos/ directory and persists across sessions.

Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • Print mode (-p) now supports streaming output via --output-format=stream-json
  • Fixed issue where pasting could trigger memory or bash mode unexpectedly
System prompt

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