v1.9.2
Patch release for Agent Swarm CLI TUI output containment and FastAPI request-scoped model overrides.
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.modelin 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).
Full Changelog: v1.9.1...v1.9.2