v1.9.1
VRSEN/agency-swarmv1.9.1Apr 17, 2026by nicko-ai
AI Summary
Patch release addressing browser-auth errors, CLI TUI output containment, and CLI session-memory compatibility.
Key Highlights
- Fixed 'Store must be set to false' 400 error in browser-auth
- Contained Python bridge stdout/stderr writes in the Agent Swarm CLI TUI
- Pinned Agent Swarm CLI to `1.4.12` to recover local session memory
Full Release Notes
Patch release for browser-auth, Agent Swarm CLI TUI output containment, and CLI session-memory compatibility. ## Bugfixes - Fix browser-auth "Store must be set to false" 400 from the Codex Responses backend when generating chat titles and when request-scoped client overrides retarget agents to Codex (#612). - Contain Python bridge stdout/stderr writes and existing stream-handler logger output so they no longer leak into the Agent Swarm CLI TUI; replaces the previous print()-only trap with stream-level containment (#613). - Pin Agent Swarm CLI to 1.4.12, which recovers local Agency Swarm session memory across loopback port changes (https://github.com/VRSEN/agentswarm-cli/pull/64 in agentswarm-cli). **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v1.9.0...v1.9.1