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 v1.0.86 Home All releases olderv1.0.85 v1.0.87newer
Claude Code v1.0.86

Todo List Feature Flag System

What changed: TodoWrite tool now controlled by runtime feature flag instead of hardcoded visibility Previous behavior: TodoWrite had hardcoded visibility conditions New behavior: Todo list visibility controlled by todoFeatureEnabled feature flag (defaults to disabled) Implementation: Tool inclusion controlled by dynamic feature flag system rather than hardcoded conditions Impact:

  • Todos become opt-in feature rather than always-on
  • Tool functionality remains fully implemented but filtered out at runtime by default
  • Users must explicitly enable todo feature to see todo list management
  • Creates configurable task management system
  • Todos still persist to disk and function when enabled

See this entry in the whole of v1.0.86 →