Files
clawpanel/tests
Cursor Agent 7ad95a2cce fix(hermes): restore profile and isolate group-chat run events
Group chat switched profiles during multi-agent sends but never
restored the user's active profile afterward, leaving Chat/Channels
on the wrong profile. matchesRun also accepted any hermes-run-done
while run_id was still null, so a concurrent run could leak output.

- Save initialProfile separately and restore in finally
- matchesHermesRun requires a known matching run_id
- Add regression tests

Co-authored-by: 晴天 <1186258278@users.noreply.github.com>
2026-06-01 11:02:55 +00:00
..