When adding two steering message the first gets queued which messes up order.
- Lenguaje dominante
- Shell
- Estrellas
- 11.2k
- Forks
- 1.9k
- Merge medio
- 14 h 16 min
- PR fusionados (30 d)
- 6
Descripción
### Describe the bug
When steering, and then you have another idea and steer again, the order of the steering messages is flipped and the first message is queued. Leading to the wrong order of execution.
This happens a lot when you think of relevant context after firing off the steering message.
### Affected version
GitHub Copilot CLI 1.0.78. Run 'copilot update' to check for updates.
### Steps to reproduce the behavior
1. Start a task in copilot CLI
2. Give it a steering message
3. Before it's finished processing steer again, e.g. adding more context
This leads to the first steering message being queued, and the second steering message being used now, which would even be confusion for a human.
### Expected behavior
Steering happens in the order we steer, and is not queued without asking to queue.
### Additional context
- OS: MacOS
- Shell: Nushell
- Terminal: Ghostty (seems to have with normal Mac terminal as well though)
Guía de contribución
Línea de trabajo
Comienza reproduciendo el comportamiento en Copilot CLI 1.0.78: envía un mensaje de steering y, antes de que termine el procesamiento, envía otro, siguiendo los pasos del issue. Rastrea el manejo de los mensajes de steering y el punto de entrada de la cola; después, verifica que los mensajes de steering se ejecuten en el orden en que se enviaron y que no se pongan en cola sin una solicitud explícita.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- shell
- Área
- cli
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 55/100