[BUG] Worked for X time is removed in 2.1.2
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The "Worked for X time" duration indicator that appeared at the end of each response was silently removed in version 2.1.2. This feature showed useful information like ✻ Worked for 1m 25s after Claude finished responding.
The removal is not mentioned in the 2.1.2 changelog.
Before (2.1.1):
<img width="220" height="44" alt="Image" src="https://github.com/user-attachments/assets/40f0d57f-477f-4b72-9367-def79253a191" />
What Should Happen?
The duration indicator should either:
- Be restored (preferred, as it was useful for understanding how long tasks take)
- If intentionally removed, be documented in the changelog so users know the change was deliberate
Error Messages/Logs
N/A - no error, the feature is simply missing.
Steps to Reproduce
- Install Claude Code 2.1.2
- Run any prompt that takes some time to complete
- Observe that the "Worked for X time" indicator no longer appears at the end of the response
- Compare with 2.1.1 behavior where the indicator was present
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.1
Claude Code Version
2.1.2 (Claude Code)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Other
Additional Information
This was a helpful feature for:
- Understanding task duration for billing/cost estimation
- Knowing when complex tasks actually finished vs. when output finished streaming
- General awareness of Claude's processing time
If this removal was intentional, it would be good to document it in the changelog and potentially offer it as a configurable option.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗