Add response timing display for interactive sessions
Resolved 💬 6 comments Opened Aug 13, 2025 by idreessyed1 Closed Jan 4, 2026
## Feature Request: Response Timing Display
### Problem
Currently, there's no way to see how long each individual response takes within an interactive Claude session. This would be valuable for:
- Performance monitoring
- Understanding response complexity
- Debugging slow queries
### Proposed Solution
Add a setting or flag (e.g., --show-timing or claude.showResponseTime: true) that displays response time after each answer in interactive mode.
### Example Output
Human: What is 2+2?
4
⏱️ Response time: 1.23 seconds
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗