Mission Control dashboard links 404: /copilot/tasks/<uuid> path doesn't exist; sessions actually live at /agents/tasks/<uuid>
Ninguém assumiu esta issue ainda.
Avaliação
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Facilidade para iniciantes
- 65/100
Direção de pesquisa
Comece pela lista de sessões "Created by me" do Mission Control e pelo ponto de entrada --resume da CLI; em seguida, rastreie como a URL de cada sessão é composta e compare-a com o endpoint documentado /agents/tasks/. Está concluído quando clicar em uma sessão do dashboard abre a tarefa correspondente em vez de retornar 404, enquanto o fluxo existente de resume da CLI continua funcionando.
Escrita pelo modelo de indexação a partir do texto da issue.
Descrição
Describe the bug
The github.com Mission Control "Created by me" dashboard shows links to remote sessions that point to a non-existent URL path. Clicking the link returns a 404, but the session itself is alive and reachable from the CLI via copilot --resume=.
The dashboard renders each session as:
https://github.com/copilot/tasks/?q=is%3Aopen
but the actual cloud API is served at:
/agents/tasks/
The two paths are not equivalent. Web routing for /copilot/tasks/ returns 404 even though the task exists in the cloud backend.
Reproduction
-
Open https://github.com/copilot -> "Created by me" (or any session list).
-
Click the first remote session in the list.
-
Observe: browser shows a 404 / page-not-found for the task.
-
In a terminal on the same account, run:
copilot --resume=05db5cb6-fea4-43ee-8914-4460ca096ca3
-
Observe: CLI prints "Remote control connected" and joins the same session, MCP servers reload successfully.
API evidence (collected 2026-09-09)
| Endpoint | Auth | Status |
|---|---|---|
| GET /copilot/tasks/05db5cb6-fea4-43ee-8914-4460ca096ca3 | no | 404 |
| GET /agents/tasks/05db5cb6-fea4-43ee-8914-4460ca096ca3 | no | 400 (bad request) |
| GET /agents/tasks/05db5cb6-fea4-43ee-8914-4460ca096ca3 | yes | 200 |
| GET https://github.com/copilot/tasks/05db5cb6-... | n/a | 404 (web route) |
The CLI itself prints https://github.com/copilot/tasks/<uuid> after a successful resume, which suggests the URL template is generated client-side from a slug that omits the /agents/ prefix, instead of being derived from the actual API endpoint the CLI talks to.
Expected behavior
Clicking a session link in the Mission Control dashboard should land on a working detail page that resolves to the same task the CLI sees.
Affected version
- GitHub Copilot CLI: 1.0.84-3 (prerelease, 2026-09-09)
- Browser: latest Chrome on Windows
- github.com web app: current
Additional context
- The dashboard lists 320 active + 292 completed sessions on this account, with many entries under "No repository" -- likely accumulated test/orphan tasks from prior CLI versions and /remote experiments.
- The CLI's --resume\ works fine; only the web frontend's URL composition is broken.
- Possibly related to issue #2813 (URL format regression), but #2813 was fixed in v1.0.33 and the URL shape here is post-fix; this is a separate routing failure rather than a URL-shape failure.
- Linguagem predominante
- Shell
- Estrelas
- 11.2k
- Forks
- 1.9k
- Merge médio
- 14h 16min
- PRs com merge (30d)
- 6
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Mais de github/copilot-cli
-
triage
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 78/100
github/copilot-cli#4909 ·
-
triage
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 76/100
github/copilot-cli#4906 ·
-
triage
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 72/100
github/copilot-cli#4848 ·
-
area:agents area:mcp
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 72/100
github/copilot-cli#4729 ·
-
area:sessions
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 72/100
github/copilot-cli#4712 ·
Todas as issues de github/copilot-cli
Issues semelhantes
-
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 92/100
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 68/100
-
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 92/100
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 78/100
community-scripts/ProxmoxVE#17425 · 1 comentário ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 90/100
danielmiessler/LifeOS#2218 ·