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

Resume session with session id fails with "no session matched"

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

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
42/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
活跃
技术栈
shell
领域
cli

调研方向

Start by reproducing /resume with the reported session ID on the affected versions, then trace how the CLI resolves session IDs versus task IDs. Done means a valid session ID resumes the matching session and the failure is covered by a regression test.

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

描述

triage
Describe the bug

Repeatedly, I've asked Copilot to help me find an old session, and it does, providing details about the session it found. For example:

The session is “Investigate Computer Shutdown Issues”:

• Session ID:  a2e4ec55-7ece-4c5b-b8ed-7c9b6d5ef25f 
• Date: July 20, 2026
• Key finding: Modern Standby/sleep failure, followed by  DRIVER_POWER_STATE_FAILURE (0x0000009F)  and battery drain while the lid was closed.

But then I try to resume that session and it fails.

How to resume that session?
Checking my documentation  # GitHub Copilot CLI Documentation

Use the  /resume  command and provide the session ID:

/resume a2e4ec55-7ece-4c5b-b8ed-7c9b6d5ef25f

You can also resume it by name:

/resume Investigate Computer Shutdown Issues

If  /resume  opens a selector, choose the July 20, 2026 session.

No session, task, or name matched 'a2e4ec55-7ece-4c5b-b8ed-7c9b6d5ef25f' 

The help seems to indicate that a session ID should be sufficient:

/resume                             Switch to a different session (optionally specify session ID, task ID, or name)

If I prompt Copilot, it can find the task ID instead, and that works:

Yes—the alternate **task ID** is:

69efac91-fce7-44fb-a7c0-2371c0201ded

Try:

/resume 69efac91-fce7-44fb-a7c0-2371c0201ded

The original session ID is `a2e4ec55-7ece-4c5b-b8ed-7c9b6d5ef25f`; depending on the CLI version, `/resume` may require the task ID instead.

This flow is super clumsy. Why can't Copilot resume a session by ID?

Affected version

1.0.74-3 and 1.0.86-2

Steps to reproduce the behavior

No response

Expected behavior

No response

Additional context

No response

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

贡献指南

打开贡献指南

从这里开始

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

github/copilot-cli 的其他 Issue

查看 github/copilot-cli 的全部 Issue

相似的 Issue

更多 Shell/Bash Issue

把新 issue 发到你的邮箱

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