v1.9.3
VRSEN/agency-swarmv1.9.3Apr 21, 2026by nicko-ai
AI Summary
Patch release for provider-scoped FastAPI client configuration, ensuring `client_config.base_url` is scoped correctly by LiteLLM provider.
Key Highlights
- Fixed `client_config.base_url` scoping for Codex by LiteLLM provider
- Preserves documented `client_config.base_url + litellm_keys` proxy pattern
- Added focused tests around provider-scoped behavior
Full Release Notes
Patch release for provider-scoped FastAPI client configuration. ## Bugfixes - fix(fastapi): scope Codex `client_config.base_url` by LiteLLM provider (#630) — closes #629. This patch preserves the documented `client_config.base_url + litellm_keys` proxy pattern, only strips the Codex OAuth `base_url` when the target provider is non-OpenAI-compatible, and adds focused tests around the provider-scoped behavior. **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v1.9.2...v1.9.3