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
- Start a task in copilot CLI
- Give it a steering message
- 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)
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
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