From 7879668c4000042d33c48459522a047709afdb65 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 20 Feb 2026 16:09:19 -0700 Subject: [PATCH] chore: remove completed TODO --- docs/TODO.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 978811660..1bd166d88 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -51,15 +51,3 @@ Pending tasks for AI agents. Remove items when completed. **Goal**: The `input-not-matches` handler in StartOS should queue the task, check it once the service is ready, then clear it if it matches. This allows tasks to be created regardless of whether the service is currently running. - -- [ ] Build start-tunnel update UI - @MattDHill - - **Goal**: Add a UI in the start-tunnel web frontend for checking and applying OTA updates. - The backend RPC endpoints (`tunnel.update.check` and `tunnel.update.apply`) and frontend - API service methods (`checkUpdate()` / `applyUpdate()`) are already implemented. The UI - needs a settings or admin page that calls `checkUpdate()` to display the current/candidate - versions and status, and an "Apply Update" button that calls `applyUpdate()`. - - **Types**: `TunnelUpdateResult` has `status` ("up-to-date" | "update-available" | "updating"), - `installed` (current version string), and `candidate` (available version string). -