You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2026. It is now read-only.
agent/core/agent_loop.pyemits Event("session_terminated", ...) when context compaction fails, however this event type is not handled in any consumer:agent/main.pycontains no case for "session_terminated" and falls through to the silent catch-allfrontend/src/types/events.tsThe event is emitted correctly, the gap being purely in the consumer layers.