github / github/copilot-cli

list_agents returns empty while background agents are still visibly running in UI

Offen
#3,514 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
area:agents area:context-memory area:tools
Vorherrschende Sprache
Shell
Sterne
11.2k
Forks
1.9k
Ø Merge
14 Std. 16 Min.
Gemergte PRs (30 T.)
6

Beschreibung

## Bug: `list_agents` shows no agents while tasks are still active in UI

### Description
When multiple background agents are launched during a session, calling `list_agents` returns `` even though the user can see 7 active agents in the Copilot CLI tasks UI. The assistant incorrectly concludes "no agents running" and calls `task_complete`, while agents are still executing in the background.

### Steps to Reproduce
1. Start a Copilot CLI session
2. During a complex review task, background agents are launched (e.g., `explore` agents for parallel codebase investigation)
3. After the main analysis completes, call `list_agents`
4. `list_agents` returns ``
5. Meanwhile, the user sees 7 active tasks in the UI task list

### Expected Behavior
`list_agents` should return all currently running background agents, matching what the user sees in the UI.

### Actual Behavior
`list_agents` returns empty (``) while the UI shows 7 active agents still running. The assistant has no way to detect or stop these orphaned agents.

### Impact
- Assistant cannot detect running agents → cannot stop them
- Assistant incorrectly reports "no agents running" to the user
- Orphaned agents consume resources silently
- User has to manually identify and stop stale agents
- Breaks the HITL trust model — assistant says one thing, UI shows another

### Environment
- Copilot CLI version: 1.0.54
- Model: Claude Opus 4.6
- OS: macOS (Darwin)

### Additional Context
The agents were likely launched in a previous checkpoint/compaction cycle. After context compaction, the agent IDs may have been lost from the conversation context, making them invisible to `list_agents` but still running in the runtime.

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

Beginne damit, das Problem in einer Copilot CLI-Sitzung mit mehreren Hintergrundagenten zu reproduzieren, und vergleiche anschließend list_agents mit der sichtbaren UI-Aufgabenliste, nachdem die Hauptanalyse abgeschlossen ist. Als erledigt gilt die Aufgabe, wenn list_agents alle derzeit laufenden Agenten meldet und genügend Informationen bereitstellt, um sie zu stoppen, einschließlich der Agenten, die vor der Kontextkomprimierung gestartet wurden.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
shell
Bereich
cli
Issue-Typ
Bug
Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Aktivitätsstatus
Ruhig
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
45/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.