What version of Kimi Code is running?
0.34.0
Which open platform/subscription were you using?
n1n/gpt-5.6-luna,thinking effort = xhigh(via n1n provider)
Which model were you using?
gpt-5.6-luna
What platform is your computer?
Darwin bogon 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:53:31 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T8103 arm64 arm
What issue are you seeing?
现象:
• 模型 streaming 在 82s 后返回 869 output tokens + 7 个 tool call(其中存在重复:同一文件被 Read 多次)
• wire log 中没有任何 tool.result 事件——tool call 从未被执行
• 从 streaming 返回到 turn.cancel 之间有约 16 分钟空白,期间 ESC / Ctrl+C 完全无响应
• 最终 turn.cancel 在约 17 分钟后才生效(reason: user_cancelled)
核心怀疑:
Streaming → tool execution 状态转换异常(可能由重复 tool call 触发),导致中断信号处理在该状态窗口内失效,用户无法中断。
相关 wire log 片段:
[1786159199727] llm.request: model=gpt-5.6-luna, effort=xhigh, msgs=21
[1786159281764] usage.record: output=869
[1786159281851-853] 7x tool.call (Read: MEMORY.md ×2, AGENTS.md ×2, personal-principles.md ×2+1)
← 16 分钟空白,无 tool.result,ESC/Ctrl+C 无响应 →
[1786160229456] turn.cancel: reason=user_cancelled
What steps can reproduce the bug?
复现步骤:
- 在会话中切换到 gpt-5.6-luna 模型,effort=xhigh
- 发送一条 prompt,模型 streaming 响应极慢(首 token ~82s)
- 模型返回后,尝试按 ESC / Ctrl+C 中断
What is the expected behavior?
按 ESC / Ctrl+C 中断
Additional information
No response
What version of Kimi Code is running?
0.34.0
Which open platform/subscription were you using?
n1n/gpt-5.6-luna,thinking effort = xhigh(via n1n provider)
Which model were you using?
gpt-5.6-luna
What platform is your computer?
Darwin bogon 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:53:31 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T8103 arm64 arm
What issue are you seeing?
现象:
• 模型 streaming 在 82s 后返回 869 output tokens + 7 个 tool call(其中存在重复:同一文件被 Read 多次)
• wire log 中没有任何 tool.result 事件——tool call 从未被执行
• 从 streaming 返回到 turn.cancel 之间有约 16 分钟空白,期间 ESC / Ctrl+C 完全无响应
• 最终 turn.cancel 在约 17 分钟后才生效(reason: user_cancelled)
核心怀疑:
Streaming → tool execution 状态转换异常(可能由重复 tool call 触发),导致中断信号处理在该状态窗口内失效,用户无法中断。
相关 wire log 片段:
What steps can reproduce the bug?
复现步骤:
What is the expected behavior?
按 ESC / Ctrl+C 中断
Additional information
No response