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 subcommand — 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
litellmdependency (~50MB lighter installs)
Installation
pip install --upgrade connectonion==0.9.4Breaking Changes
None.
Full Changelog: v0.9.3...v0.9.4