github / github/copilot-cli

Resumed session retains stale connection item IDs after interrupted response

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

还没有人认领这个 Issue。

area:networking area:sessions
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

Describe the bug

After reopening and resuming an existing Copilot CLI session, every prompt fails with:

Execution failed: CAPIError: 400 input item ID does not belong to this connection

The affected session does not recover after retrying. Forking it with /fork also does not help: prompts in the fork fail with the same error. A separate new Copilot CLI session works normally.

This appears to be a regression of #2147, which was closed as fixed in v1.0.10. The reported root cause there was stale WebSocket state being reused after a reconnection.

Affected version
GitHub Copilot CLI 1.0.81-0
Steps to reproduce the behavior

I am not certain of the exact trigger, but the likely sequence was:

  1. Use an existing Copilot CLI session normally.

  2. Exit or close the CLI while the agent is about to respond or while a response is in progress.

  3. Reopen Copilot CLI and resume the existing session.

  4. Enter a prompt such as continue.

  5. Observe:

    Execution failed: CAPIError: 400 input item ID does not belong to this connection
    (Request ID: 00000-ed11ed35-1761-4d58-95f1-7f22a29c4556)
    
  6. Retry the prompt and receive the same error with a new request ID:

    Execution failed: CAPIError: 400 input item ID does not belong to this connection
    (Request ID: 00000-b4c9a489-fc2f-4b5f-921f-13a2e409f386)
    
  7. Run /fork and try another prompt in the fork. The error persists.

  8. Start a separate new session. The new session works normally.

Expected behavior

Copilot CLI should discard or reconstruct connection-bound response state after reconnecting. An interrupted response should not permanently make a persisted session, or a fork of that session, unusable.

Additional context
  • Operating system: Windows
  • CPU architecture: ARM64
  • Shell: PowerShell 7
  • The original session log shows the old Copilot process shutting down and cleaning up the persisted session before it was reopened.
  • The failure is isolated to the affected conversation and forks made from it.
  • Restarting/reconnecting and retrying do not recover the conversation.
  • A comment on #2147 reports the same failure on v1.0.79-4, suggesting the issue may have regressed before v1.0.81-0.
  • I have not attached the complete session log because it contains conversation and tool history.

Investigated and filed with assistance from GitHub Copilot CLI.

贡献指南

打开贡献指南

从这里开始

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

调研方向

未指定源文件或测试。首先跟踪持久化会话的恢复/重新连接流程,包括 /fork 路径以及中断响应后的清理;使用报告中的复现步骤和会话日志上下文,定位被复用的连接绑定状态。完成标准是恢复的会话及其 fork 不再因 stale input item ID error 失败,同时新会话继续正常工作。

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

评估

技术栈
shell
领域
cli, networking
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

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