What's wrong with this entry?
Anonymous. No account, no email.
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
activeFormtext + "…" - 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.