mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
✨ Major enhancements: - Added fuzzy search with highlighting (inspired by Superhuman/Linear) - Command palette (Cmd+K) now only shows 'Create Session' - Search mode (/) provides fuzzy search across all sessions - Compact UI limited to 5 results to prevent scrolling - Smart keyboard navigation with up/down arrows - Enter key opens selected session in search mode - Fixed 'c' hotkey to properly open launcher and show input view 🔧 Technical improvements: - Created reusable FuzzySearchInput component - Implemented fuzzy matching algorithm with smart scoring - Enhanced session configuration with working directory, model, max turns - Directory path fuzzy search for working directory field - Improved focus management and hotkey detection 🐛 Bug fixes: - Fixed 'c' hotkey not working in session table - Fixed ESC key handling in command palette - Fixed keyboard navigation in search input Co-Authored-By: Claude <noreply@anthropic.com>
350 B
350 B
- 'c' on session table doesn't launch the session creator
- selecting "create new session" from the cmd+k launch takes me to a blank screen
- search view still doesn't work - the max height should be 80% of the screen height, and only display as many items as can fit
- selecting a session from the search view should navigate to the session details