hermes-agent/locales
CharlesMcquade 4fe2fecf54 feat(gateway): add /context command for a detailed context-window view
A dedicated /context (alias /ctx) gateway slash command that gives a full
context-window view with:

- Usage gauge: visual bar + fraction + percentage + headroom
- Auto-compression threshold and how far away it is
- Compression count and how much the last one freed
- Cumulative session throughput (explicitly labelled as throughput,
  NOT context size — each call re-sends the window)
- Cascading fallback: running agent → cached agent → SessionStore metadata
  → rough transcript estimate

Not included (per current-main design):
- Cache reporting removed: commit 446b8e239 intentionally removed cache
  reporting from user-facing surfaces because providers that omit cached-token
  details produce misleading values
- Sync DB calls replaced with async_session_store (current main requires
  AsyncSessionStore with await)

Also rewords the /status tokens line from 'Cumulative API tokens (re-sent
each call)' to 'Lifetime tokens billed: ... (not your current context size;
use /context)' to reduce the recurring confusion that the cumulative figure
is the current context window.

Fixes salvation of PR #52184 (salvage commit replaces a 12K-commit-behind
fork branch with a fresh implementation against current main, incorporating
reviewer feedback from @whoislikemiha and the hermes-sweeper).
2026-07-26 18:06:21 -07:00
..
af.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
ar.yaml feat(delegation): structured stall metadata + live per-child status in /agents 2026-07-26 17:13:52 -07:00
de.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
en.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
es.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
fr.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
ga.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
hu.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
it.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
ja.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
ko.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
pt.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
ru.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
tr.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
uk.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
zh-hant.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00
zh.yaml feat(gateway): add /context command for a detailed context-window view 2026-07-26 18:06:21 -07:00