github / github/copilot-cli

Distinguish "agent working" vs "awaiting user input" vs "turn complete" in the title-bar indicator

Aperta
#3,327 1 commento 1 reazione 0 assegnatari Vedi su GitHub
area:terminal-rendering
Lingua principale
Shell
Stelle
11.2k
Fork
1.9k
Merge medio
14h 16m
PR unite (30g)
6

Descrizione

### Describe the feature or problem you'd like to solve

I need a visual indicator to distinguish when an agent is performing work and when it is waiting on input.

### Proposed solution

The spinning indicator in the title bar currently means two different things, which makes it hard to know whether Copilot needs me or is actively working:

1. The agent is processing / running tools (legitimate spinner)
2. The agent is blocked waiting for me to respond (e.g., ask_user prompt, permission prompt, or just idle after a turn)

Both look identical, so I sometimes wait on Copilot while Copilot is waiting on me.

Request: A 3-state indicator with distinct glyphs:

| State | Suggested glyph |
|---|---|
| Agent working / running tools | 🔄 (current spinner) |
| Awaiting user input (ask_user, permission, idle post-turn) | ⚠️ |
| Turn just completed successfully | ✅ (briefly, then idle) |

Bonus points if the glyphs are configurable via settings.json or a new /theme key, e.g.:

```json
"indicator": {
"working": "🔄",
"awaiting": "⚠️",
"done": "✅"
}
```

### Example prompts or workflows

_No response_

### Additional context

_No response_

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia tracciando l’indicatore della barra del titolo e le transizioni di stato per l’esecuzione degli strumenti, i prompt dell’utente, le autorizzazioni e i turni completati. Definisci e verifica stati distinti di lavoro, attesa dell’input e completamento temporaneo; i glifi configurabili suggeriti dall’issue sono un’estensione opzionale. Conferma che i tre stati siano visivamente distinguibili nei workflow pertinenti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
shell
Ambito
cli
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Tranquilla
Chiarezza
Abbastanza chiara
Idoneità per principianti
48/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.