From 22841470449a765a3dcc3cc226e44e1a0ac8b7c8 Mon Sep 17 00:00:00 2001 From: yoniebans Date: Sat, 6 Jun 2026 19:03:07 +0200 Subject: [PATCH] docs: document commits field on /api/hermes/update/check --- website/docs/user-guide/features/web-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user-guide/features/web-dashboard.md b/website/docs/user-guide/features/web-dashboard.md index 7db4dce3aca..b7518c01b6b 100644 --- a/website/docs/user-guide/features/web-dashboard.md +++ b/website/docs/user-guide/features/web-dashboard.md @@ -481,7 +481,7 @@ same auth gate as the rest of `/api/`. | `GET /api/ops/checkpoints` · `POST .../prune` | Inspect / prune the `/rollback` store | | `POST /api/ops/hooks` · `DELETE /api/ops/hooks` | Create / remove a shell hook (consent-gated) | | `GET /api/system/stats` | Host stats — OS, CPU, memory, disk, uptime | -| `GET /api/hermes/update/check` | Report update availability (commits behind, install method) without applying. `?force=1` busts the 6h cache | +| `GET /api/hermes/update/check` | Report update availability (commits behind, install method) without applying. For git/pip installs that are behind, also returns a `commits` list (`sha`, `summary`, `author`, `at`) of what's changed. `?force=1` busts the 6h cache | | `GET /api/curator` · `PUT .../paused` · `POST .../run` | Skill-curator status + pause/resume + run | | `GET /api/portal` | Nous Portal auth + Tool Gateway routing (read-only) | | `POST /api/ops/prompt-size` · `/dump` · `/config-migrate` | Diagnostics (backgrounded) |