🚀 Features
- Add rate limit detection with auto-schedule config option - by @d-kimuson and Claude Opus 4.5 (f2d06)
- Add readLastLine utility for reading file tails - by @d-kimuson and Claude Opus 4.5 (7c1c9)
- Add RateLimitAutoScheduleService for auto-continue on rate limit - by @d-kimuson and Claude Opus 4.5 (eb2c2)
- Integrate RateLimitAutoScheduleService into server lifecycle - by @d-kimuson and Claude Opus 4.5 (375f1)
- Add auto-schedule continue on rate limit setting with UI - by @d-kimuson (4f4d1)
- Command completion enhancements - by zhube (093b4)
- Improved command completion UI text - by zhube (e65ec)
- Users need to know whether the mcp is healthy, instead of only seeing the available mcp - by zhube (7eff6)
- Enhance the Markdown rendering function of the export service, support more syntax and add new tool result content rendering. - by zhube (d053d)
- Display message timestamps in conversation lists, extend date formatting functionality to support datetime formats, and optimize conversation filtering logic to hide user messages containing only tool results. - by zhube (7def2)
- Improved styling and user experience of the chat input component - by zhube (e8a9c)
- Sort the
originarray in each message by file path and line number. - by zhube (b7e72)
🐞 Bug Fixes
- Use Path service for cross-platform file path construction - by @d-kimuson and Claude Opus 4.5 (d1aaf)