v1.1.1
Patch release fixing the first issues reported against 1.1.0.
Fixes
Composio works again
- Composio tool execution failed on every fresh 1.1.0 install with
Tools.execute() got an unexpected keyword argument 'dangerously_skip_version_check'. The bundled Composio client was pinned below the version the integration was written for; the pins now match (composio0.15.0), and execution adapts to whichever client version is already installed. - Composio keys added through
/addonsmid-session are picked up by later tool calls — no restart needed. - The documented Composio call example used a wrong parameter name and now works as written.
Same-turn chained handoffs
- With agents wired A → B → C, asking A to hand off to B and then immediately to C stalled at B, because B did not receive its handoff tools until the next message. A → B → A patterns were equally affected. Fixed in Agency Swarm 1.10.5, which this release pins.
Install
npx @vrsen/openswarmAlready installed? The same command picks up 1.1.1 automatically.