You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a shared useElapsedTime hook that both the status indicator and
message display can use. Now streaming AI messages show elapsed time
(e.g., "5s") that updates every second while the message is being
generated. Once complete, it switches to showing the completion time
and credits as before.
Changes:
- Added useElapsedTime hook for tracking elapsed seconds
- Updated StatusIndicator to use the shared hook
- Updated MessageBlock to show elapsed time for streaming messages
- Passed streamStartTime through message renderer chain
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments