v1.9.6
VRSEN/agency-swarmv1.9.6May 3, 2026by nicko-ai
AI Summary
This patch release allows structured Responses-style message attachments to be accepted in FastAPI requests.
Key Highlights
- Accept structured Responses-style message attachments in FastAPI
- Preserve Codex output ordering
New Features
- Structured message attachment support
Full Release Notes
Patch release for structured FastAPI message attachments used by AgentSwarm TUI file attachment flows. ## What's Changed * fix: allow structured FastAPI message attachments by @nicko-ai in https://github.com/VRSEN/agency-swarm/pull/639 - Accept structured Responses-style message attachments in FastAPI requests. - Preserve streamed Codex output ordering and function-call deduplication. - Document that manual chat_history clients must replay required inline attachment parts unless they use future server-managed state or durable file IDs. **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v1.9.5...v1.9.6