mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-06 01:37:43 +02:00
(1) After MCPActivate, the continuation prompt now enumerates the activated server's callable tool names so the next turn calls them directly instead of burning a turn on tool-discovery guesses. (2) Resume no longer deletes the session file from disk; previously every click on a past chat permanently removed it from history. (3) WS replay skips agent:closed events; replaying them on a fresh client destructively deleted the session being opened.