Skip to content

Release v0.7.0

Choose a tag to compare

@wu-changxing wu-changxing released this 15 Feb 12:17

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_formatter plugin with WebSocket support
    • Added io.send_image() method for sending base64-encoded images
    • Improved image display with better formatting and error handling

📚 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/trust system (factory.py, fast_rules.py, trust_agent.py, init.py)
    • Documented network/host (config.py, server.py)
    • Documented cli/co_ai and core/agent.py
    • All headers follow LLM-Note format with Dependencies, Data flow, State/Effects, Integration, Performance, and Errors sections

Installation

pip install --upgrade connectonion

Breaking 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