Skip to content

v0.9.0

Choose a tag to compare

@joeynyc joeynyc released this 09 May 13:09
· 7 commits to main since this release

hermes-hudui v0.9.0

This release launches Hermes Replay as the HUD's local proof and publishing layer. It turns private Hermes sessions into redacted, shareable run receipts with exports, verification, and local publish artifacts.

Highlights

  • Hermes Replay — inspect local runs as normalized timelines with run receipts, proof scores, redaction state, artifacts, skill provenance, and raw trace access.
  • Safe Share Mode — default exports redact raw tool arguments, terminal output, reasoning, emails, token-like values, local paths, and other sensitive fields.
  • Replay Exports — write redacted JSON, GitHub-ready Markdown, standalone HTML, share-card PNGs, fork JSON, clips, and local public/unlisted publish records under ~/.hermes-hud/replays/.
  • Receipt Verification — verify a receipt.json against replay.redacted.json from the collapsible Verify Export section inside Replay.
  • Replay UI Polish — Replay Runs stays on the left, Timeline uses the main detail space, and receipt/proof/redaction/export controls are grouped in the right column.
  • Hermes Teal Default — the official Hermes Teal theme is now the default first-load theme, and the theme picker is visibly labeled.
  • Chat Diagnostics — Chat now shows spawn, first-token, total-turn, resume, and recent average latency metrics.
  • GitHub Actions CI — pushes and pull requests now run backend tests and the frontend production build.

Artifacts

Verification

  • pytest
  • cd frontend && npm run build
  • Browser E2E coverage for redaction scan, JSON/Markdown/HTML exports, PNG generation, local publish, and receipt verification.
  • GitHub Actions CI on main.