amazon-q-developer-cli
amazon-q-developer-cli copied to clipboard
Toolbox installed kiro-cli shows error when `kiro-cli doctor` command is ran
Checks
- [x] I have searched github.com/aws/amazon-q-developer-cli/issues and there are no duplicates of my issue
- [x] I have run
q doctorin the affected terminal session - [x] I have run
q restartand replicated the issue again
Operating system
macOS 26.1.0 (25B78)
Expected behaviour
all tests with kiro-cli doctor should pass
Actual behaviour
I get
✘ Valid CLI path: CLI (/Users/chuckwon/.toolbox/tools/kiro-cli/1.20.0/Kiro CLI.app/Contents/MacOS/kiro-cli) must be in /Users/chuckwon/.local/bin/kiro-cli
Steps to reproduce
install the kiro-cli with toolbox install kiro-cli in Macbook and run kiro-cli doctor. Even though I create the symlink, I still have the issue.
Environment
<This will be visible to anyone. Do not include personal or sensitive information>
[q-details]
version = "1.20.2"
hash = "8088fcdd7061e697061ef5b3c397625b4f9fc7e5"
date = "2025-11-25T23:07:08.299942Z (19h ago)"
variant = "full"
[system-info]
os = "macOS 26.1.0 (25B78)"
chip = "Apple M4 Pro"
total-cores = 14
memory = "48.00 GB"
[environment]
cwd = "/Users/USER/.local/bin"
cli-path = "/Users/USER/.local/bin"
os = "Mac"
shell-path = "/Users/USER/.toolbox/tools/toolbox/1.1.2344.0/toolbox-exec"
shell-version = "5.9"
terminal = "macOS"
install-method = "toolbox"
[env-vars]
PATH = "/Users/USER/.local/share/mise/installs/node/20.19.5/bin:/Users/USER/.local/share/mise/installs/python/3.12.12/bin:/Users/USER/.local/share/mise/installs/python/3.11.14/bin:/Users/USER/.local/share/mise/installs/python/3.10.19/bin:/Users/USER/.local/share/mise/installs/python/3.9.24/bin:/Users/USER/.local/share/mise/installs/python/3.8.20/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/USER/.antigravity/antigravity/bin:/opt/homebrew/opt/ruby/bin:/Users/USER/.local/share/solana/install/active_release/bin:/Library/Java/JavaVirtualMachines/amazon-corretto-21.jdk/Contents/Home/bin:/Users/USER/.toolbox/bin:/Users/USER/.local/bin:/opt/homebrew/opt/openjdk/bin:/Users/USER/bin:/usr/local/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:/opt/pmk/env/global/bin:/Users/USER/.cargo/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:/apollo/env/PythonEnvImprovement/bin"
QTERM_SESSION_ID = "68b0d2c6598845b0bebae167160fd527"
Q_SET_PARENT_CHECK = "1"
Q_TERM = "1.20.2"
SHELL = "/bin/zsh"
TERM = "xterm-256color"
__CFBundleIdentifier = "com.apple.Terminal"
I got the same problem.