Release v0.7.0
Release v0.7.0
Highlights
ConnectOnion v0.7.0 improves developer experience with comprehensive code documentation and fixes WebSocket image support for oo-chat integration.
What's Changed
🐛 Bug Fixes
- Image support over WebSocket: Fixed base64 image transmission and display in oo-chat (#82)
- Enhanced
image_result_formatterplugin with WebSocket support - Added
io.send_image()method for sending base64-encoded images - Improved image display with better formatting and error handling
- Enhanced
📚 Documentation
- Comprehensive LLM-Note headers: Added detailed documentation across 13 core files
- Documented
useful_tools(bash.py, shell.py) - Documented
useful_plugins(auto_compact.py, system_reminder.py, tool_approval.py) - Documented
network/trustsystem (factory.py, fast_rules.py, trust_agent.py, init.py) - Documented
network/host(config.py, server.py) - Documented
cli/co_aiandcore/agent.py - All headers follow LLM-Note format with Dependencies, Data flow, State/Effects, Integration, Performance, and Errors sections
- Documented
Installation
pip install --upgrade connectonionBreaking Changes
None
Migration Guide
No migration needed - this is a backward-compatible release.
Contributors
Thanks to all contributors! 🎉
Full Changelog: v0.6.9...v0.7.0