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
fix: enhance ClaudeCodeSend to handle tree multi-selection properly
- Add tree buffer detection to ClaudeCodeSend command
- Delegate to tree integration when in nvim-tree or neo-tree buffers
- Fixes issue where visual selection in tree sent line ranges instead of files
- Now properly sends each selected file as individual at_mentions
- Simplify keybinding configuration - single command handles both contexts
- Update documentation to reflect enhanced functionality
Resolves multi-file selection issue in neotree/nvim-tree
Co-authored-by: ThomasK33 <[email protected]>
0 commit comments