162 words
1 minutes
How to Switch Modes in GitHub Copilot CLI【Shift+Tab】

Overview#

Sometimes you want Copilot to check with you at every step. Other times you just want to say “handle it” and walk away.

GitHub Copilot CLI has multiple modes for exactly this, and you switch between them with Shift+Tab.


Usage#

Press Shift+Tab at the prompt to cycle through modes:

interactive → plan → autopilot → interactive → ...

Mode Comparison#

ModeBehaviorBest for
interactiveAsks for approval at each stepCareful, controlled work
planCreates a plan first, then executes after approvalBig changes where you want the big picture first
autopilotWorks autonomously until the task is doneTasks you trust Copilot to handle end-to-end

About Autopilot Mode#

Autopilot is an experimental feature. You need to enable it first with /experimental.

Once enabled, it appears in the Shift+Tab rotation.


Things to Note#

  • Autopilot modifies files without asking — start with interactive or plan until you’re comfortable
  • You can switch modes at any time with Shift+Tab
  • Use /rewind to undo the last change if something goes wrong

How to Switch Modes in GitHub Copilot CLI【Shift+Tab】
https://naonao-na.com/en/posts/github-copilot-cli-shift-tab/
Author
[object Object]
Published at
2026-03-28