[Feature] Session Timer - Live Elapsed Time Display #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Display a live elapsed timer in the session header during active troubleshooting sessions. Optionally support a "target time" per tree (e.g., "Password resets should take <5 min").
Why
Implementation Notes
Date.now() - session.started_atdisplay in session headerMM:SSorHH:MM:SSfor longer sessionsSession Duration: 23 minutesAcceptance Criteria
requestAnimationFrameor 1s interval)Sources
docs/plans/2026-02-04-feature-ideas-brainstorm.md— Idea 1: Session Time Tracking.claude/docs/ai/resolutionflow/10x/session-1.md— Small Gems Test PR environment deployment (#1)Priority
Do Now — quick win, foundation for analytics
Implemented in PR #72 (feat/session-quick-wins).