You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhanced CLI panel with file mentions and loading states
## Summary
- Add file path highlighting with @ mentions in CLI and RichTextEditor
- Implement scrollable file hints with wrap-around navigation
- Add loading state with animated dots during task creation
- Persist CLI panel width with Zustand
- Fix linter errors with proper TypeScript types
## Changes
- Created FilePathHighlight extension for detecting and styling @file mentions
- Added scrolling window for file hints (shows 10 at a time)
- Implemented wrap-around navigation for file hints
- Added spinner and "Spawning task..." indicator during task creation
- Made CLI panel width persistent using Zustand store
- Disabled spell checking in CLI editor
- Made caret semi-transparent with color blend mode
- Added proper TypeScript types for ProseMirror nodes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments