Documentation

Autopilot

Copied!What is Autopilot Mode?

Autopilot mode is Kiro's autonomous execution mode that allows the agent to make code changes across your codebase and complete complex tasks with minimal intervention. It's a key feature that enables Kiro to work more independently on your behalf.

Copied!How It Works

Copied!Autopilot Mode (Default)

Kiro works autonomously to complete tasks end-to-end. It can create files, modify code across multiple locations, run commands, and make architectural decisions without asking for approval at each step. You maintain control through the ability to view all changes, revert everything, or interrupt execution at any time.

Copied!Supervised Mode

Kiro presents each proposed action and waits for your approval before proceeding. You'll see exactly what changes Kiro wants to make and can accept, reject, or modify them. This mode breaks complex tasks into manageable steps with clear checkpoints for feedback.

Copied!Switching Between Modes

You can toggle between Autopilot and Supervised modes at any time using the autopilot switch in the chat interface. This flexibility allows you to use the appropriate level of control for different tasks.

Loading image...
Kiro Autopilot Toggle

Copied!When to Use Each Mode

Copied!Autopilot Mode is best for:

  • Experienced users familiar with Kiro's capabilities
  • Repetitive or well-defined tasks
  • Projects where you want to move quickly
  • Tasks spanning multiple files or requiring several steps

Copied!Supervised Mode is best for:

  • New users getting familiar with Kiro
  • Critical or sensitive codebases
  • Learning how Kiro approaches problems
  • When you want to carefully review each change
  • Working with unfamiliar code or complex systems

You can toggle between these modes at any time based on your current needs and comfort level with the task at hand.

Copied!Kiro's Change Management Features

Copied!In Autopilot Mode

In Autopilot mode, Kiro works autonomously and can make multiple changes to your codebase without requiring approval for each individual action. However, you still maintain control over these changes through several key features:

  1. View All Changes
  • You can see a comprehensive list of all modifications made by selecting the "View all changes" option in the Chat module
  • This gives you visibility into everything Kiro has done across your codebase
  • Changes are presented in a diff view that clearly shows what was added, modified, or removed
  1. Revert All Changes
  • If you're not satisfied with the changes Kiro has made, you can select "Revert"
  • This will restore your files to their previous state in the filesystem locally
  • This is essentially an "undo" function for all of Kiro's modifications
  1. Interrupt Execution
  • You can interrupt Autopilot mid-execution to regain manual control
  • This stops Kiro from making further changes if you notice something going wrong

Copied!In Supervised Mode

In Supervised mode, Kiro works interactively with you and requires your approval before making changes:

  1. Review Changes
  • Kiro shows you a diff of all proposed changes before implementing them
  • You can review these changes in detail to ensure they meet your requirements
  1. Accept All
  • The "Accept All" functionality would allow you to approve all proposed changes at once
  • This is useful when Kiro suggests multiple related changes that you want to implement together
  1. Reject All
  • Similarly, "Reject All" would allow you to decline all proposed changes
  • This is helpful when Kiro's suggestions don't align with your intentions
Page updated: July 14, 2025