v3.1.62026-06-03
Freeze fix under heavy multi-agent load
BridgeSpace 3.1.6 fixes a freeze that could pin the app at full CPU when many agent terminals were open and you switched panes or apps, and now reclaims memory by automatically cleaning up finished agents in idle background workspaces.
- No more freeze under heavy swarm load. Fixed a focus loop that could pin the renderer at full CPU when many agent terminals were open and you switched panes or switched back to the app.
- Background agents clean themselves up. Finished agents in idle background workspaces are now reaped automatically after 15 minutes to reclaim memory. Active and recently used workspaces are left alone, and you can turn it off in Settings.
Changed
- Finished background agents are now cleaned up by default: after a workspace sits idle for 15 minutes, agents that are done or have exited are torn down to free their CLI and memory MCP server. Active and recently used workspaces are never touched, and the behavior is toggleable in Settings.
- The floating terminal control bar now uses a lighter solid surface and the active-pane indicator animates more cheaply, cutting the rendering work done on every focus change.
Fixed
- Fixed a freeze where switching focus under heavy multi-agent load could pin the renderer at full CPU: terminal panes no longer re-focus redundantly once focus has landed, and background workspaces no longer all grab focus on a single window or visibility event.
