hermes-agent/plugins/hermes-achievements/dashboard
Teknium 80bb5f2947 fix(achievements): use canonical X-Hermes-Session-Token header
Follow-up to TreyDong's fix: switch the auth header to
`X-Hermes-Session-Token` (the canonical pattern used by the rest of
the dashboard SPA — see `web/src/lib/api.ts` `fetchJSON()`). The
server still accepts both schemes, so the original `Authorization:
Bearer` form would also work; we standardize on X-header to match
every other dashboard fetch and only set the header when a token is
actually present.

Also add scripts/release.py AUTHOR_MAP entry for treydong.zh@gmail.com.
2026-05-10 19:41:45 -07:00
..
dist fix(achievements): use canonical X-Hermes-Session-Token header 2026-05-10 19:41:45 -07:00
manifest.json feat(achievements): share card render on unlocked badges (#19657) 2026-05-04 04:47:53 -07:00
plugin_api.py fix(paths): route achievements plugin + profile-tui through HERMES_HOME 2026-04-30 23:21:54 -07:00