GitHub Mission Control 面板链接 404,会话实际存于 /agents/tasks 路径
dai · ghdev · 2026-09-09
GitHub Copilot CLI 的用户在 github/copilot-cli 仓库提交 issue:github.com Mission Control 仪表盘里「Created by me」显示的远程会话链接指向不存在的路径,点击返回 404,但会话本身仍存活,可从 CLI 通过 copilot --resume=<uuid> 正常接入。
关键事实:
- 面板渲染的链接是 https://github.com/copilot/tasks/<uuid>,而云端 API 实际服务路径是 /agents/tasks/<uuid>,两者不等价
- API 验证(2026-09-09):无鉴权访问 /agents/tasks/<id> 返回 400,带鉴权返回 200,而 /copilot/tasks/<id> 网页路由 404
- CLI 在成功 resume 后打印的也是 copilot/tasks/<uuid> 链接,说明客户端从缺失 /agents/ 前缀的 slug 生成 URL,而非取自实际 API 端点
受影响版本:Copilot CLI 1.0.84-3(prerelease)、最新版 Chrome/Windows、当前 github.com web。仪表盘本身列出了 320 个活跃会话,受影响面不小。
「编程与Agent」频道最新
- Fuzz 测试自家 Rust Postgres,顺带挖出 20+ 个 Postgres 本体 bug — DanielLockyer · 2026-09-09
- 改用 CLI 跑 AI 后 Mac 续航骤降,可能是 agent 长驻耗电 — DanielLockyer · 2026-09-09
- 微软办 MCP Live! 四小时直播:GitHub、AWS、Anthropic 齐讲 MCP 服务器实战 — lee_stott · 2026-09-09
- Kent C. Dodds 发布 Kody:让 Claude Code、Cursor、Codex 之间的切换不再丢配置 — threepointone · 2026-09-09
- DaVinci Resolve 21.1 被视为 AI 视频编辑 Agent 的关键升级 — gabrielchua · 2026-09-09
- Frost 智能体自主立项:提出假设、链上记录推理并启动跨 GPU 基准 — Michael_Moroz_ · 2026-09-09