Key Highlights
Chat Management Improvements
- Refactored ChatManager to use unified Message structure
- Implemented proper tool use cycle handling with recursive approach
- Fixed conversation history serialization and deserialization
Performance & UI Enhancements
- Improved performance with throttled sidebar updates
- Added tool result tracking and display in UI
- Fixed memory issues with proper
@MainActor
annotations - Enhanced search indexing with incremental updates
What's Changed
- Update README.md by @didhd in 467e94f
- Update TROUBLESHOOTING.md by @didhd in 0e36b2b
- Improve ChatManager and tool use implementation by @didhd in a9da6bf
Full Changelog: v1.3.5...v1.3.6