v1.10.0
Minor release for stronger provider support, OpenRouter reasoning continuity, and safer FastAPI history replay.
This release is especially important for Agent Swarm CLI and OpenSwarm users who run Agency Swarm through FastAPI with provider-specific models. It adds first-class OpenRouter routing, preserves provider reasoning metadata across turns, and tightens several replay paths that matter for browser-auth, file attachments, AG-UI, and streamed responses.
What's Changed
Provider routing and reasoning
- Add OpenRouter model routing for direct
Agent(model="openrouter/...")usage and request-scoped FastAPI model overrides in #655. - Preserve OpenRouter
reasoning_detailsacross non-streaming runs, streamed runs, encrypted-only reasoning, and second-turn replay in #678. - Route model-only OpenRouter swaps through the OpenRouter endpoint instead of reusing unrelated custom gateway clients in #678.
- Strip stale OpenAI credential headers when copying official-base clients into OpenRouter swaps in #685.
- Forward provider-specific model settings from FastAPI clients, including LiteLLM reasoning settings for OpenAI, Anthropic, Gemini, and xAI paths, in #654.
- Surface LiteLLM thinking blocks as streamed reasoning events in #654.
FastAPI, Codex, and replay reliability
- Fix Codex browser-auth replay failures by translating replayed system-role input only at the final Codex-bound model-call boundary in #651.
- Preserve FastAPI
file_urlssource provenance in replayed history for non-streaming, streaming, and AG-UI endpoints in #676. - Normalize AG-UI media content parts and keep file source snapshots valid across replay in #676.
- Allow handoff communication and default
SendMessagecommunication to coexist for the same agent pair in commit46ea8125without a pull request.
Package, CI, and dependency maintenance
- Bump Agency Swarm to
1.10.0for this minor release in #677. - Improve live CI stability and route Dependabot PRs around secret-backed tests in #670 and #671.
- Stabilize file, tool-folder, instruction-loading, and code-interpreter assertions in #659, #661, #662, #663, and #664.
- Update runtime and development dependencies, including OpenAI, Rich, websockets, datamodel-code-generator, fastmcp, griffe, ipykernel, and Ruff, in #665, #667, #668, #669, #679, #680, #681, #682, and #683.
Compatibility Notes
- This is a minor release, not a major release. No intentional breaking public API change is included.
- OpenSwarm does not need its own release for these Agency Swarm fixes. Its Python dependency range can pick up
agency-swarm==1.10.0when the environment is upgraded or recreated. - A later patch release can continue polishing provider behavior without changing the
1.10.xline.
Full Changelog: v1.9.9...v1.10.0