Skip to content

v1.9.2

Choose a tag to compare

@nicko-ai nicko-ai released this 18 Apr 17:34
· 192 commits to main since this release

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

Full Changelog: v1.9.1...v1.9.2