MoonshotAI / MoonshotAI/kimi-cli
kimi acp 命令无响应 || kimi acp command no response
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.4k
- Forks
- 1.3k
- Avg merge
- 9h 47m
- Merged PRs (30d)
- 2
Description
问题描述
输入 kimi acp 后按下回车,终端没有任何响应,程序似乎卡住了或没有任何输出。
复现步骤
- 打开终端
- 输入
kimi acp - 按下回车
- 观察:无任何输出,光标停留在原地,程序没有退出也没有提示
期望行为
kimi acp 应该正常执行并给出相应反馈(如进入交互模式、显示提示或报错信息)。
实际行为
完全无响应,没有任何输出,需要手动 Ctrl+C 中断。
环境信息
- kimi-cli 版本: 1.46.0
- 操作系统: WSL2(Windows 台式机)
- 终端类型: WSL2 终端
如有需要,我可以补充更多调试信息或日志。
Problem description
After typing kimi acp and pressing Enter, the terminal does not respond. The program seems to be stuck or does not produce any output.
Reproduction steps
- Open the terminal
- Enter
kimi acp - Press Enter
- Observation: There is no output, the cursor stays in place, the program does not exit and there is no prompt.
Desired behavior
kimi acp should execute normally and give corresponding feedback (such as entering interactive mode, displaying prompts or reporting error messages).
Actual behavior
Completely unresponsive, no output, requires manual Ctrl+C to interrupt.
Environment information
- kimi-cli version: 1.46.0
- OS: WSL2 (Windows Desktop)
- Terminal type: WSL2 terminal
I can add more debugging information or logs if needed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing kimi acp with kimi-cli 1.46.0 in the reported WSL2 terminal environment, then trace the kimi acp CLI entry point to identify where execution stops. Done means the command provides feedback, enters its intended interactive mode, or reports an actionable error instead of hanging until Ctrl+C.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100