Skip to content

Commit cb6784f

Browse files
committed
Add bug task: Uptime widget on Web UI always shows 1h 0m 0s
Added BUG-T0 entry to SPECS/Workplan.md Known Issues section documenting the uptime widget display bug. https://claude.ai/code/session_011wrqCp5gsAsJxNQeLmExVv
1 parent e12f685 commit cb6784f

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

SPECS/Workplan.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,38 @@ Phase 8 Follow-up Backlog
904904

905905
## Known Issues / Bug Tracker
906906

907+
### BUG-T0: Uptime widget on Web UI always shows 1h 0m 0s
908+
- **Type:** Bug / Feature Issue
909+
- **Status:** 🔴 Open
910+
- **Priority:** P2
911+
- **Discovered:** 2026-02-13
912+
- **Component:** Web UI Dashboard
913+
- **Affected:** Web UI uptime widget display
914+
915+
#### Description
916+
The uptime widget on the Web UI dashboard always displays a fixed value of "1h 0m 0s" instead of showing the actual runtime uptime of the XcodeMCPWrapper process.
917+
918+
#### Symptoms
919+
```
920+
Uptime widget shows: 1h 0m 0s
921+
Expected: Dynamic uptime that increases over time (e.g., 1h 5m 23s after 5 minutes 23 seconds)
922+
```
923+
924+
#### Root Cause Analysis
925+
[To be diagnosed during implementation]
926+
927+
#### Workaround
928+
The uptime counter in the metrics sidebar may show accurate counts for requests/errors as an alternative indicator of runtime.
929+
930+
#### Resolution Path
931+
- [ ] Investigate Web UI metrics collection and uptime calculation
932+
- [ ] Check if uptime is being calculated as fixed value instead of elapsed time
933+
- [ ] Implement dynamic uptime display
934+
- [ ] Add tests for uptime widget accuracy over time
935+
- [ ] Verify dashboard updates correctly
936+
937+
---
938+
907939
### BUG-T1: Kimi CLI MCP Connection Failure
908940
- **Type:** Bug / Compatibility Issue
909941
- **Status:** 🔴 Open - Client-Side Issue

0 commit comments

Comments
 (0)