What's New
New Features
- Dynamic session mode and model selection - Users can now dynamically change session mode and model during conversations (#67)
- Scroll to bottom button - Added a convenient button to scroll to the latest messages with optimized scroll behavior (#62)
Bug Fixes
- Terminal command display - Fixed array commands displaying without spaces (e.g.,
/bin/zsh-lcgitnow correctly shows/bin/zsh -lc git) (#68) - Nested button hydration error - Fixed React hydration error by replacing nested button with div role="button" (#64)
Improvements
- Chat area padding - Improved horizontal padding in chat area for better visual alignment (#65)
- Conductor refactoring - Split monolithic Conductor into focused modules for better maintainability (#63)