Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions SPECS/Workplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,38 @@ Phase 8 Follow-up Backlog

## Known Issues / Bug Tracker

### BUG-T0: Uptime widget on Web UI always shows 1h 0m 0s
- **Type:** Bug / Feature Issue
- **Status:** 🔴 Open
- **Priority:** P2
- **Discovered:** 2026-02-13
- **Component:** Web UI Dashboard
- **Affected:** Web UI uptime widget display

#### Description
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.

#### Symptoms
```
Uptime widget shows: 1h 0m 0s
Expected: Dynamic uptime that increases over time (e.g., 1h 5m 23s after 5 minutes 23 seconds)
```

#### Root Cause Analysis
[To be diagnosed during implementation]

#### Workaround
The uptime counter in the metrics sidebar may show accurate counts for requests/errors as an alternative indicator of runtime.

#### Resolution Path
- [ ] Investigate Web UI metrics collection and uptime calculation
- [ ] Check if uptime is being calculated as fixed value instead of elapsed time
- [ ] Implement dynamic uptime display
- [ ] Add tests for uptime widget accuracy over time
- [ ] Verify dashboard updates correctly

---

### BUG-T1: Kimi CLI MCP Connection Failure
- **Type:** Bug / Compatibility Issue
- **Status:** 🔴 Open - Client-Side Issue
Expand Down