hermes-agent/tui_gateway
Brooklyn Nicholson 6debeb0836 fix(gateway): announce backend-reclaimed sessions to their clients
The idle-TTL reaper, the LRU cap, and the WS-orphan reap tear down a
live session without the client asking. Nothing was pushed, so a client
kept a runtime id the backend had already forgotten and only found out
by failing a later prompt. Broadcast session.reclaimed with the runtime
id and the reason; client-initiated closes stay silent.
2026-07-31 23:04:44 -05:00
..
__init__.py
_stdin_recovery.py
compute_host.py
entry.py
event_publisher.py
git_probe.py
host_supervisor.py
loop_noise.py
method_ctx.py
methods_complete.py
methods_config.py
methods_prompt.py
methods_session.py
methods_tools.py
project_tree.py
render.py
server.py fix(gateway): announce backend-reclaimed sessions to their clients 2026-07-31 23:04:44 -05:00
slash_worker.py
synthetic_turn.py
transport.py
turn_marker.py
ws.py