cw doctor complains about invalid CLI path #154
-
Checks
Expected behaviourThe CodeWhisperer CLI binary is installed in the correct directory. Actual behaviourThe binary is installed in two directories:
These are identical (no output from
For what it's worth, CodeWhisperer seems to be working OK, but as I run Steps to reproduce
Environmentq-details:
- 1.0.0
hardware-info:
- model:
- model-id:
- chip-id: Apple M1 Pro
- cores: 10
- mem: 32.00 GB
os-info:
- macOS 14.4.1 (23E224)
environment:
- shell: /opt/homebrew/Cellar/fish/3.7.1/bin/fish
- terminal: iterm
- cwd: /Users/USER
- exe-path: /Users/USER/.local/bin/q
- install-method: unknown
- env-vars:
- SHELL: /opt/homebrew/bin/fish
- __CFBundleIdentifier: com.googlecode.iterm2
- Q_PARENT:
- Q_TERM: 1.0.0
- QTERM_SESSION_ID: 5c526bb6bd7747f591ef341e090053de
- TERM: xterm-256color
- PATH: /Users/USER/.krew/bin:/Users/USER/.bun/bin:/Users/USER/work/src:/Users/USER/work:/usr/local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/USER/.asdf/shims:/opt/homebrew/opt/asdf/libexec/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/USER/.local/bin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
My working assumption is that this is a result of CodeWhisperer being folded into Q., and that the If that's the case, I'm hoping that the naming and documentation can be harmonized so we know what to expect when using this tool. For example, here is some more unexpected behavior that I found confusing: after the CodeWhisperer app is opened for the first time, it renames itself to to Q. |
Beta Was this translation helpful? Give feedback.
Your assumption is correct -
cw
was symlinked to the new binary so that users aren't immediately broken.Sorry about the confusion, the next release will have more information about the CodeWhisperer -> Q rebranding.