v1.9.2

pyannote/pyannote-audiov1.9.2Apr 18, 2026by bonk1t

AI Summary

This release fixes TUI output silencing issues and introduces the ability to override an agent's model for a single request using client configuration.

Key Highlights

  • Contain Agent Swarm CLI TUI bridge output to prevent silencing
  • Add per-request agent model override capability

New Features

  • Per-request agent model override via `client_config.model`

Full Release Notes

## Bugfixes

- Contain Agent Swarm CLI TUI bridge output to the bridge thread and its async children so other threads' stdout/stderr/logging no longer get silenced (#618).

## Features

- Per-request agent model override via `client_config.model` in FastAPI requests. Callers can swap an agent's model for a single request while preserving the agent's existing transport (OpenAI client or LiteLLM base_url/api_key), GPT-5 model-family defaults, and OpenClaw usage aliases (#621).