Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

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.91 Home All releases olderv1.0.90 v1.0.92newer
Claude Code v1.0.91

TodoWrite activeForm UI Display

What: Status spinner now displays the activeForm field from in-progress todos Implementation: Removed feature flag MQ("false") at archive/pretty/pretty-v1.0.91.js:398916-398919 How it works:

  • When a todo is marked as "in_progress", the spinner shows the activeForm text + "…"
  • Example: "Fixing authentication bug…" instead of generic loading text
  • Provides contextual progress feedback using present continuous tense

Details:

  • Feature was implemented behind a disabled flag in v1.0.90
  • Flag removal in v1.0.91 made the display unconditional
  • Completes the TodoWrite enhancement that began with schema changes in v1.0.89

Related

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

See this entry in the whole of v1.0.91 →