From 55ade9e254fe6f5811b6e50decb5a8136614e1fd Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 1 Jul 2026 21:37:21 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20REPORT=20=E2=80=94=20add=20agent=20v0.5?= =?UTF-8?q?9.0=20(registry-row=20device+capacity)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- REPORT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/REPORT.md b/REPORT.md index 2898401..bf54d7e 100644 --- a/REPORT.md +++ b/REPORT.md @@ -1,4 +1,4 @@ -# REPORT — raw-drive first-class support (agent v0.55.0 → v0.58.0) +# REPORT — raw-drive first-class support (agent v0.55.0 → v0.59.0) **Date:** 2026-07-01 · **Repo:** `felhom-agent` · **Class:** Risky/supervised (drive health/enroll path). @@ -13,6 +13,9 @@ felhom-agent `91f6a26` (v0.55.0, Impl-2a) → **v0.58.0**. Companion: controller ## 2. Changes (all `internal/localapi/disks.go` + wiring), newest first +- **v0.59.0** — the `/disks` registry row also reports `BackingDevice` (resolved to the real /dev node via + `ResolveStorageDevice`) + capacity (`statfsCapacity` — build-tagged `syscall.Statfs`) — the agent-view + showed "—" for the device and no size bar for a raw drive. Commits `5ff5f8e` + `39ec76d`. - **v0.58.0** — the `/disks` registry-union row (Impl-2a) now reports `GuestPath` (`StablePathForRaw`) + `BoundUnderParent` (`boundUnderParent`), like the Observe path — a registry-only drive read as "Leválasztva" despite being bound live. Commit `3825664`.