copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

Add Prompt Queue, Plan Mode Toggle

Open PedramGlobiance opened this issue 4 months ago • 3 comments

Feature Requests

I would like to request two enhancements to GitHub Copilot CLI:

1. Prompt Queue

Add the ability to queue multiple prompts so they can be processed sequentially without waiting for each one to complete before submitting the next. This would improve workflow efficiency when working on tasks that require multiple operations.

2. Plan Mode Toggle

Introduce a plan mode that generates and displays an execution plan before actually making changes. This would allow users to:

  • Review the proposed actions before they're executed
  • Approve or reject the plan
  • Understand the scope of changes before they happen

Similar to terraform plan or other IaC tools, this would provide better control and visibility.

Use Case

These features would significantly improve workflow efficiency and control when working with Copilot CLI on complex tasks that require multiple steps, or careful review

Additional Context

  • Prompt queue would reduce idle time between operations
  • Plan mode would increase confidence when making changes

PedramGlobiance avatar Oct 16 '25 10:10 PedramGlobiance

Hi @PedramGlobiance and any other followers of this issue. Improvements to image support have landed in CLI 0.0.362.

All of the following now results in an image being attached to your prompt:

  • Copy & paste image data
    • On Windows and Linux use alt+v
    • On macOS use ctrl+v
  • Drag and drop image file
  • Copy & paste (normal keyboard shortcuts) image file (does not currently work with Finder on macOS)
  • Copy & paste (normal keyboard shortcuts) path to image file

Please leave a comment here if you have any problems with these features. Thanks!

MRayermannMSFT avatar Nov 21 '25 00:11 MRayermannMSFT

@PedramGlobiance I'm going to edit your issue to remove the references to image support since we have now shipped those. If you have any other issues regarding image support from this point please open a new issue.

MRayermannMSFT avatar Nov 25 '25 21:11 MRayermannMSFT

I do need queue and plan mode. I've got this in opencode and claude code and I miss it a lot. 🙏

kud avatar Nov 29 '25 20:11 kud

Hey folks, prompt queuing and steering landed in v0.0.381. I will leave this open for the plan mode which 🤞 will be coming soon.

williammartin avatar Jan 15 '26 13:01 williammartin

This is shipped! Plan mode via shift+tab shipped this week!

EvanBoyle avatar Jan 21 '26 04:01 EvanBoyle