Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Input method not recognized on macOS 27.0 — CodeWhisperer does not appear in Input Sources

未关闭
#3,916 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
45/100
Issue 类型
缺陷
描述清晰度
描述清楚
活跃度
活跃
技术栈
macos, rust, typescript

调研方向

The issue is with the CodeWhisperer input method registration on macOS 27.0. Start by examining the input method installation and registration code, likely in the CLI's integration or helper modules. Look for the symlink creation logic and the input method bundle's Info.plist. Check macOS input method APIs and compatibility with the new OS version. Verify the bundle is correctly signed and structured. Testing requires a macOS 27.0 environment to reproduce the registration failure.

由索引模型根据 Issue 内容生成。

描述

Checks
Operating system

macOS 27.0.0 (26A428)

Expected behaviour

Description

On macOS 27.0, kiro-cli doctor reports "Input method is not running",
and the input method cannot be enabled because it never appears
in System Settings > Keyboard > Input Sources.

Environment

  • macOS: 27.0 (Build 26A428)
  • Terminal: Ghostty
  • kiro-cli version: 2.24.0

Doctor output

✘ Input Method: Input method is not running
Attempting to fix automatically...
Re-running check...
✘ Input Method: Input method is not running

Steps tried

  1. Ran kiro-cli integrations install input-method.
    System Settings > Keyboard opens, but no Kiro / CodeWhisperer
    input source is available to add.
  2. Verified the symlink exists and points to a valid path:
    ~/Library/Input Methods/CodeWhispererInputMethod.app
    -> /Applications/Kiro CLI.app/Contents/Helpers/CodeWhispererInputMethod.app
    The target exists (contains Contents).
  3. Logged out and logged back in.
  4. Checked Input Sources > "+" > "Others":
    CodeWhisperer is still not listed.

Expected behavior

CodeWhisperer input method appears in Input Sources and
kiro-cli doctor passes.

Actual behavior

The input method is never registered by macOS,
so autocomplete cannot work.

Notes

All files appear to be in place, so this looks like a
compatibility issue with macOS 27's input method registration.

Actual behaviour

kiro-cli doctor

Image
Steps to reproduce

No response

Environment
<This will be visible to anyone. Do not include personal or sensitive information>

[q-details]
version = "2.24.0"
hash = "240642df93e76b55141520bb767a757f4434d006"
date = "2026-09-23T20:12:52.807706Z (18h ago)"
variant = "full"

[system-info]
os = "macOS 27.0.0 (26A428)"
chip = "Apple M6"
total-cores = 12
memory = "32.00 GB"

[environment]
cwd = "/Users/USER"
cli-path = "/Users/USER"
os = "Mac"
shell-path = "/bin/zsh"
shell-version = "5.9"
terminal = "Ghostty"
install-method = "brew"

[env-vars]
PATH = "/Users/USER/.local/share/mise/installs/bun/1.4/bin:/Users/USER/.local/share/mise/installs/java/zulu-17/bin:/Users/USER/.local/share/mise/installs/node/26/bin:/Users/USER/.local/share/mise/installs/pnpm/latest:/Users/USER/.local/share/mise/installs/python/3.12/bin:/Users/USER/.local/share/mise/installs/ruby/3.2/bin:/Users/USER/.local/share/mise/installs/uv/latest/uv-aarch64-apple-darwin:/Users/USER/.local/share/mise/shims:/Users/USER/.local/bin:/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:/pkg/env/global/bin:/Library/Apple/usr/bin:/opt/homebrew/bin:/Applications/Ghostty.app/Contents/MacOS:/Users/USER/.local/bin:/Users/USER/Library/Android/sdk/emulator:/Users/USER/Library/Android/sdk/platform-tools"
QTERM_SESSION_ID = "dc30997c5f0d4862958cd5555181c304"
Q_SET_PARENT_CHECK = "1"
Q_TERM = "2.24.0"
SHELL = "/bin/zsh"
TERM = "xterm-ghostty"
__CFBundleIdentifier = "com.mitchellh.ghostty"
主要语言
Rust
星标
2k
派生
439
PR 合并指标
30 天内没有已合并 PR

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

aws/amazon-q-developer-cli 的其他 Issue

查看 aws/amazon-q-developer-cli 的全部 Issue

相似的 Issue

更多 Rust Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。