swarm_cli-v2.1.13
ed-donner/llm_engineeringswarm_cli-v2.1.13Jan 30, 2026by parruda
AI Summary
Major CLI release featuring migration to upstream ruby_llm library, parallel delegation support, and several bug fixes for delegation and proxy handling.
Key Highlights
- Migrated from ruby_llm_swarm fork to upstream ruby_llm with compatibility patches
- Added support for parallel delegation
- Fixed circular delegation detection
- Fixed Anthropic proxy URL handling
New Features
- Migration to upstream ruby_llm with compatibility patches
- Parallel delegation support
- Circular detection fix
- Anthropic proxy URL fix
- disable_environment_info, hard stop, trampoline loop fix
Full Release Notes
## What's Changed * feat(sdk): migrate from ruby_llm_swarm fork to upstream ruby_llm with compatibility patches by @parruda in https://github.com/parruda/swarm/pull/185 * Support parallel delegation, fix circular detection, and fix Anthropic proxy URL by @parruda in https://github.com/parruda/swarm/pull/187 * feat(sdk): disable_environment_info, hard stop, trampoline loop fix by @parruda in https://github.com/parruda/swarm/pull/189 **Full Changelog**: https://github.com/parruda/swarm/compare/swarm_cli-v2.1.12...swarm_cli-v2.1.13