Steer the conversation while Copilot is thinking
While Copilot is working on a task, you can enter a new prompt at any time. By default, a plain prompt you send while Copilot is thinking is treated as steering and is considered in the context of the current task.
Queue a prompt to be processed next
You can also queue a message instead of steering with it, by pressing Ctrl+Enter (or Ctrl+Q) instead of Enter. A queued message waits until the current task finishes, then runs as the next turn, instead of being folded into the task that's in progress. For more information about queued prompts, see Canceling a GitHub Copilot CLI operation and rolling back changes.
Steering lets you:
- Interrupt an agent that is heading in the wrong direction.
- Provide inline feedback when rejecting a tool permission request.
- Refine or clarify the task scope partway through execution.
Next steps
To learn how to use Copilot CLI to get an AI-powered review of your code changes, see Requesting a code review with GitHub Copilot CLI.