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: add oil.nvim support for file selection (#27)
* feat: add oil.nvim support for file selection
- Add oil.nvim integration to support file selection with @-mention
- Support both visual selection and single file under cursor
- Handle directories, files, and symbolic links properly
- Add comprehensive unit tests for oil.nvim integration
- Update README documentation to include oil.nvim support
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: add missing oil.nvim filetype checks for window selection
- Add oil filetype check in diff.lua's _find_main_editor_window()
- Add oil filetype check in open_file.lua's find_main_editor_window()
- Add oil filetype check in init.lua's ClaudeCodeSend command
These changes ensure oil.nvim buffers are properly excluded when
searching for main editor windows, preventing diff views and file
opens from appearing in the oil explorer window.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: remove unnecessary variable
* fix: run formatter
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments