Skip to content

v1.1.1

Choose a tag to compare

@nicko-ai nicko-ai released this 17 Jul 14:55
d2d0a46

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 (composio 0.15.0), and execution adapts to whichever client version is already installed.
  • Composio keys added through /addons mid-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/openswarm

Already installed? The same command picks up 1.1.1 automatically.

Full changelog