MoonshotAI / MoonshotAI/kimi-code
[Bug] Kimi Web 中 ESC 关闭搜索弹窗会终止当前运行任务
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
问题描述
在 Kimi Web 中使用搜索会话弹窗时,按下 ESC 键关闭弹窗,会同时终止当前正在进行中的任务,存在热键冲突。
复现步骤
- 在 Kimi Web 中启动一个正在运行的任务
- 打开搜索会话弹窗
- 按下
ESC键关闭弹窗
预期结果
ESC 键仅用于关闭搜索会话弹窗,不应影响后台正在运行的任务。
实际结果
搜索会话弹窗关闭的同时,当前进行中的任务被直接终止。
环境信息
- Kimi Code 版本:
0.23.4 - 使用平台:macOS
- 浏览器:Safari
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
No file or test is named. Reproduce the issue in Safari on macOS with a running task and the Kimi Web search session modal open, then trace the ESC handlers involved. Done means ESC closes only the search modal and leaves the running task active, with regression coverage if the project has a relevant test area.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100