feat(FN-3007): merge fusion/fn-3007
Commits merged: - feat(FN-3007): complete Step 4 — document system memory usage bar - fix(FN-3007): restore custom provider mapper type compatibility - test(FN-3007): complete Step 2 — cover memory bar semantics and severity - feat(FN-3007): complete Step 1 — add semantic memory usage progressbar - test(FN-3007): complete Step 2 — cover memory usage progress semantics - feat(FN-3007): complete Step 1 — add system memory usage bar Files changed: docs/architecture.md | 2 +- .../app/components/ModelOnboardingModal.tsx | 27 ++++++------ .../dashboard/app/components/SettingsModal.tsx | 27 ++++++------ .../dashboard/app/components/SystemStatsModal.css | 48 ++++++++++++++++++++++ .../dashboard/app/components/SystemStatsModal.tsx | 29 +++++++++++-- .../components/__tests__/SystemStatsModal.test.tsx | 33 +++++++++++++++ 6 files changed, 133 insertions(+), 33 deletions(-) Fusion-Task-Id: FN-3007
This commit is contained in:
@@ -402,7 +402,7 @@ Operator setup + troubleshooting guide: **[Remote Access runbook](./remote-acces
|
||||
|
||||
Key server capabilities:
|
||||
- REST APIs for tasks, git, GitHub, agents, missions, planning, automations/routines, settings
|
||||
- System stats snapshot and vitest process controls APIs (`GET /api/system-stats`, `POST /api/kill-vitest`) exposing dashboard process/system telemetry plus task/agent aggregates and manual vitest process termination for the System Stats modal
|
||||
- System stats snapshot and vitest process controls APIs (`GET /api/system-stats`, `POST /api/kill-vitest`) exposing dashboard process/system telemetry (including host memory rendered as both numeric values and a visual usage bar in the System Stats modal), task/agent aggregates, and manual vitest process termination
|
||||
- Remote access APIs (`/api/remote/*`) for provider config, activation, tunnel lifecycle, status, token issuance, authenticated URL generation, and QR payload generation
|
||||
- Operational runbook (prereqs/security/troubleshooting): [`docs/remote-access.md`](./remote-access.md)
|
||||
- `/api/remote/tunnel/start` and `/api/remote/tunnel/stop` are the only lifecycle transition endpoints.
|
||||
|
||||
Reference in New Issue
Block a user