Checks
Operating system
macOS 26.2.0 (25C56)
Expected behaviour
After signing in with a Google account that has Kiro Pro, Kiro CLI should list the Claude models available to Pro users, or clearly explain why this account is not entitled to Claude models.
Actual behaviour
After a clean reinstall and Google sign-in, kiro-cli chat --list-models --format json-pretty lists only non-Claude models: deepseek-3.2, minimax-m2.5, minimax-m2.1, glm-5, and qwen3-coder-next. No Claude models are returned.
kiro-cli whoami returns Logged in with Google.
Kiro CLI version is 2.2.2.
Steps to reproduce
- Fully uninstall Kiro CLI.
- Remove local state:
~/.kiro and ~/Library/Application Support/kiro-cli.
- Reinstall from
https://cli.kiro.dev/install.
- Sign in with Google using
kiro-cli login --use-device-flow.
- Run
kiro-cli whoami and confirm it returns Logged in with Google.
- Run
kiro-cli chat --list-models --format json-pretty.
- Observe that Claude models are missing from the returned model list.
Environment
<This will be visible to anyone. Do not include personal or sensitive information>
[q-details]
version = "2.2.2"
hash = "7b8bf7d8e854fbf3b4071b047526b3dd851b2563"
date = "2026-05-05T23:09:32.804354Z (5d ago)"
variant = "full"
[system-info]
os = "macOS 26.2.0 (25C56)"
chip = "Apple M4 Pro"
total-cores = 14
memory = "24.00 GB"
[environment]
cwd = "/Users/USER/Library/Mobile Documents/com~apple~CloudDocs/codex"
cli-path = "/Users/USER/Library/Mobile Documents/com~apple~CloudDocs/codex"
os = "Mac"
shell-path = "/Applications/Codex.app/Contents/Resources/codex"
install-method = "unknown"
[env-vars]
PATH = "/opt/homebrew/bin:/opt/homebrew/sbin:/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:/Library/Apple/usr/bin:/Users/USER/.codex/tmp/arg0/codex-arg04ipAv9:/Users/USER/.local/bin:/Users/USER/.bun/bin:/Users/USER/.catpaw/bin:/Users/USER/.local/npm/bin:/Users/USER/.cargo/bin:/Applications/Codex.app/Contents/Resources"
Q_SET_PARENT_CHECK = "1"
SHELL = "/bin/zsh"
TERM = "dumb"
__CFBundleIdentifier = "com.openai.codex"
Checks
q doctorin the affected terminal sessionq restartand replicated the issue againOperating system
macOS 26.2.0 (25C56)
Expected behaviour
After signing in with a Google account that has Kiro Pro, Kiro CLI should list the Claude models available to Pro users, or clearly explain why this account is not entitled to Claude models.
Actual behaviour
After a clean reinstall and Google sign-in,
kiro-cli chat --list-models --format json-prettylists only non-Claude models:deepseek-3.2,minimax-m2.5,minimax-m2.1,glm-5, andqwen3-coder-next. No Claude models are returned.kiro-cli whoamireturnsLogged in with Google.Kiro CLI version is
2.2.2.Steps to reproduce
~/.kiroand~/Library/Application Support/kiro-cli.https://cli.kiro.dev/install.kiro-cli login --use-device-flow.kiro-cli whoamiand confirm it returnsLogged in with Google.kiro-cli chat --list-models --format json-pretty.Environment