Files
humanlayer/humanlayer-wui/problems.md
dexhorthy 5f30d58fd5 Implement fuzzy search command palette with superhuman-style interactions
 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>
2025-06-17 10:02:41 -07:00

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