v1.9.1

pyannote/pyannote-audiov1.9.1Apr 17, 2026by bonk1t

AI Summary

A bugfix-heavy release addressing Codex authentication errors, Python bridge output leakage into the TUI, and pinning the Agent Swarm CLI version.

Key Highlights

  • Fix browser-auth errors for Codex Responses backend
  • Contain Python bridge stdout/stderr to prevent TUI leakage
  • Pin Agent Swarm CLI to 1.4.12

Full Release Notes

## 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).