feat: agent version visibility, published build API, update history, simplified reinstall #8

Merged
HexC0d3rz merged 1 commit from feat/agent-version-visibility into main 2026-06-17 15:35:05 -04:00
HexC0d3rz commented 2026-06-17 15:07:39 -04:00 (Migrated from github.com)

Summary

  • Added reliable agent build visibility in device detail, including current/outdated/unknown status and published build metadata.
  • Added GET /api/agent-published-build and a published-build panel on the agent updates page.
  • Replaced the recent activity list with a historical update table.
  • Simplified reinstall UX by removing the typed-hostname check and radio flow.

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace --all-targets
  • cargo build --release -p zeno-server
## Summary - Added reliable agent build visibility in device detail, including current/outdated/unknown status and published build metadata. - Added `GET /api/agent-published-build` and a published-build panel on the agent updates page. - Replaced the recent activity list with a historical update table. - Simplified reinstall UX by removing the typed-hostname check and radio flow. ## Verification - `cargo fmt --all -- --check` - `cargo clippy --workspace --all-targets -- -D warnings` - `cargo test --workspace --all-targets` - `cargo build --release -p zeno-server`
Sign in to join this conversation.
No description provided.