Distinguish "agent working" vs "awaiting user input" vs "turn complete" in the title-bar indicator
- Lenguaje dominante
- Shell
- Estrellas
- 11.2k
- Forks
- 1.9k
- Merge medio
- 14 h 16 min
- PR fusionados (30 d)
- 6
Descripción
### 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_
Guía de contribución
Línea de trabajo
Comienza rastreando el indicador de la barra de título y las transiciones de estado para la ejecución de herramientas, las solicitudes del usuario, los permisos y los turnos completados. Define y verifica estados distintos de trabajo, espera de entrada y finalización breve; los glifos configurables sugeridos por el issue son una extensión opcional. Confirma que los tres estados se distinguen visualmente en los workflows relevantes.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- shell
- Área
- cli
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 48/100