v0.22.11
What's Changed
- fix: add encoding='utf-8' to all file operations to prevent UnicodeEn… by @programminx-askui in #213
- feat(messages): add support for injecting cancelled tool results in m… by @danyalxahid-askui in #212
- Introduce io publisher for communicating events via stdio by @onur-askui in #211
🚀 New Features
io_publisherfor communicating events via stdio
🐛 Bug Fixes
- Added encoding='utf-8' to all file operations
- Handle messages without
tool_resultblock correctly
Full Changelog: v0.22.10...v0.22.11