hermes-agent/website/docs
Teknium 86fd6da1dc fix(hooks): single delivery_id across header+body, never follow redirects
- delivery_id is now generated once per firing and used for both the
  X-Hermes-Delivery header and the signed body's delivery_id field —
  previously they were two different uuid4s, breaking receiver-side
  dedupe as documented.
- 3xx responses are no longer followed: urllib's default redirect
  handler converts a redirected POST into a body-less GET, silently
  dropping the signed payload. Redirects now log a misconfiguration
  warning and count as delivery failure (no retry).
- Docs: receiver-side replay-protection guidance (dedupe on
  delivery_id, timestamp freshness window) + redirect semantics.
- Tests: 5xx retry count, redirect-not-followed (sabotage-verified),
  header/body delivery_id equality.
2026-08-02 15:01:11 -07:00
..
developer-guide perf(state): add messages(session_id, id) index for window/ordering queries 2026-08-02 21:16:17 +05:30
getting-started feat(runtime)!: require Node 26 across all installers, heal, and upgrade paths 2026-08-01 21:17:51 -04:00
guides
integrations
reference feat(skills): add grounded-citations skill for verifiable sourcing 2026-08-02 14:27:47 -07:00
user-guide fix(hooks): single delivery_id across header+body, never follow redirects 2026-08-02 15:01:11 -07:00
index.mdx
user-stories.mdx