Skip to content

Release v0.9.4

Latest

Choose a tag to compare

@wu-changxing wu-changxing released this 16 May 03:39
· 49 commits to main since this release

Release v0.9.4

Highlights

This patch release lands the new co sub subscription workflow, makes agent announce publishing durable across restarts, and drops the unused litellm dependency for noticeably leaner installs.

What's Changed

✨ Features

  • co sub command — relationship-based skill subscription, letting agents follow other published bundles
  • Durable agent announce publishing — announce state survives process restarts
  • Announce all skills, gate only bodies on publish:true — skills metadata is always discoverable; bodies remain access-controlled

♻️ Refactoring

  • Refactor co sub: sync verb model + drop over-engineering

🧹 Cleanup

  • Remove unused litellm dependency (~50MB lighter installs)

Installation

pip install --upgrade connectonion==0.9.4

Breaking Changes

None.

Full Changelog: v0.9.3...v0.9.4