GitHub Copilot CLI bug: Mission Control dashboard links 404 as sessions live under /agents/tasks path
dai · ghdev · 2026-09-09
A bug filed in github/copilot-cli (#4775) reports that the Mission Control "Created by me" dashboard on github.com renders remote session links pointing to a non-existent path, returning 404 even though the sessions are alive and reachable via copilot --resume=<uuid>.
Key facts:
- The dashboard renders links as https://github.com/copilot/tasks/<uuid>, but the cloud API actually serves sessions at /agents/tasks/<uuid> — the two paths are not equivalent
- API checks (2026-09-09): unauthenticated /agents/tasks/<id> returns 400, authenticated returns 200, while the web route /copilot/tasks/<id> 404s
- The CLI itself prints https://github.com/copilot/tasks/<uuid> after a successful resume, suggesting the client builds URLs from a slug missing the /agents/ prefix instead of deriving them from the real API endpoint
Affected: Copilot CLI 1.0.84-3 (prerelease), latest Chrome on Windows, current github.com web app. The dashboard listed 320 active sessions.
More from coding & agent
- Vibe coder's loop: make the model draw architecture diagrams, write specs, and iterate to production quality — Daniel_Farinax · 2026-09-09
- Tencent Hunyuan details Gander, an end-to-end full-duplex omni interaction agent — Tencent-Hunyuan · 2026-09-09
- Google proposes Procedural Graphs, self-evolving execution structures for LLM agents — google · 2026-09-09
- Perplexity Search API lands in Hermes Agent with a 450B+ URL index — NousResearch · 2026-09-09
- FrogNano: 4B model hits 61.5% on SWE-bench Verified with pure RL, zero distillation — sivareddyg · 2026-09-09
- Free MIT-licensed AI engineer guide: 523 lessons, 20 phases, ~342 hours end to end — Roger_M_Taylor · 2026-09-09