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 bin_path configuration option for Claude binary location
Adds a new `bin_path` configuration option to specify the path to the Claude binary,
addressing issues where users have Claude installed in non-standard locations or use
aliases that aren't recognized when Neovim spawns processes.
Changes:
- Add `bin_path` to default configuration with "claude" as default
- Update terminal module to use `bin_path` when `terminal_cmd` is not set
- Add validation for `bin_path` configuration option
- Maintain backward compatibility with existing configurations
Fixes scenarios where users get exit code 127 errors due to Claude binary not being
found in PATH or when using shell aliases that don't work in subprocess environments.
0 commit comments