v1.1.0

VRSEN/agency-swarmv1.1.0Oct 8, 2025by nicko-ai

AI Summary

Adds CLI agent template creation, v0 migration tool, and introduces handoff reminders.

Key Highlights

  • CLI workflow for creating agent templates for new projects
  • v0 to v1 migration tool for settings.json agents
  • Auto-generate chat titles from request context
  • Handoff reminder injection system whenever agents transfer control

New Features

  • Agent template creation CLI
  • v0 Migrator CLI for settings.json
  • Terminal demo /resume persistence command
  • Terminal demo show_reasoning parameter
  • Guardrail hardening for guardrail/output_type interplay

Full Release Notes

## Features
- feat(fastapi): auto-generate chat titles from request context and harden guardrail/output_type interplay by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/362  
- cli: add agent template creation workflow for new projects by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/380  
- cli(v0 migration): port `settings.json` agents into v1 projects by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/374  
- terminal demo: add /resume persistence command by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/340
- terminal demo: add show_reasoning parameter to control reasoning traces display by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/342

_Note: some terminal demo improvements were introduced in 1.0.2._

## Improvements & Fixes
- guardrails: preserve prior assistant output across retry cycles without `run_data` by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/365  
- guardrails: ensure input wrappers apply regardless of guardrail name by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/370  
- handoffs: inject a reminder system message whenever agents transfer control by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/366  
- metadata: surface the running agency-swarm version on the FastAPI metadata endpoint by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/373  
- files: reuse existing vector-store directories and skip utility files during ingestion by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/385 and https://github.com/VRSEN/agency-swarm/pull/382  
- cli: tighten error handling, exit codes, and AGENTS.md compliance for migrate-agent flows by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/386  
- terminal: fix reference routing for agents with repeating name patterns by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/363  
- fix: add tsx runner support and resolve build failures by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/392

## Docs
- docs: remove legacy v0 mentions and polish navigation by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/371  
- docs: refresh MCP demo guidance, agent initialization, and `max_tokens` usage by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/375  
- docs: align BaseTool examples with the async `run` context pattern by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/384  
- docs: add coverage badge and trim outdated Colab reference by @bonk1t in https://github.com/VRSEN/agency-swarm/commit/57928303925204edbf324ba72fdc086cff4ce64c  

## Tests
- tests: broaden coverage across tool factory, BaseTool, MCP server, persistence, and FastAPI logging by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/378  
- tests: refactor FastAPI logging middleware integration to run in-process and disable tracing noise by @bonk1t in https://github.com/VRSEN/agency-swarm/pull/379  
- tests: stabilize file attachment expectations in integration suite by @ArtemShatokhin in https://github.com/VRSEN/agency-swarm/pull/377  

## Security
- security: upgrade Next.js dependency to 15.4.7+ to address upstream vulnerability by @bonk1t in https://github.com/VRSEN/agency-swarm/commit/aac33f036c61da67107fdafb76c9de15dbe198c3  

Full Changelog: https://github.com/VRSEN/agency-swarm/compare/v1.0.2...v1.1.0