Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • CLI
  • Web
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
Cloud sessionsCompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Session management
Goal
Queue steering
In-session settings
Prompts
File references
Context management
Responding to messages
Working with Git
Images
Custom diff tools
Voice modeHeadless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
System & storageConfigurationSecurityTroubleshooting

Web

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomationsMemoryConfiguration Sync
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Deployment optionsSubscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. CLI
  3. Chat
  4. Queue steering
View as Markdown

Queue steering

View as Markdown

Mid-turn steering lets you type a follow-up message while the agent is actively processing. Instead of waiting for the agent to finish or cancelling and starting over, you can send guidance that the agent incorporates into its work.

Kiro offers two follow-up modes that control when your message reaches the agent:

ModeBehaviorBest for
Steer (default)Message reaches the agent mid-turn so it can adjust courseReal-time course correction
QueueMessage buffered locally, sent after turn endsBatching multiple follow-ups

Press Ctrl+S to switch between steer and queue modes.

How it works

Steer mode

  1. Type your message and press Enter while the agent is working
  2. Your message is sent to the agent
  3. The agent picks it up mid-turn at the next safe point and incorporates it
  4. The agent sees your guidance and adjusts its approach
  5. The agent acknowledges how it handled your input

Queue mode

  1. Type your message and press Enter while the agent is working
  2. Your message is added to a local buffer (visible in activity tray)
  3. The agent finishes its current turn normally
  4. The first queued message is sent as a new prompt
  5. Process continues until the queue is empty

When the agent sees your message

In steer mode, your message reaches the agent during the current turn and is picked up at the next safe point in its work — without interrupting an action that's already in progress. Multiple messages sent in steer mode are concatenated and delivered together.

Usage

Type and press Enter while the agent is working:

bash
> Refactor the auth module [Agent starts working, reading files...] > Actually, focus on the login function first [In steer mode: sent to the agent mid-turn] [In queue mode: message added to local buffer]

Viewing queued messages

The activity tray shows your pending messages:

  • Press Ctrl+X to expand the activity tray
  • The tab shows "Steer" (steer mode) or "Queue (N)" (queue mode with N items)
  • Press Delete or Backspace to clear the message or selected item

Cancel and redirect

Press Ctrl+C or Esc while a steering message is queued to implement "stop that and do this instead":

  1. The current operation is cancelled
  2. Your queued message is automatically sent as a new prompt
bash
> Write unit tests for the user service [Agent starts writing tests...] > Actually, let's do integration tests > [press Ctrl+C or Esc] Redirecting to: Actually, let's do integration tests [New turn starts with integration test focus]

Steer vs. queue vs. cancel

ActionWhat happensUse when
Steer (type + Enter)Agent adjusts mid-turn at the next safe pointYou want immediate course correction
Queue (Ctrl+S, then type)Messages buffer, sent after turn endsYou want to batch multiple follow-ups
Cancel (Ctrl+C or Esc)Agent stops, queued steer message sent as new promptYou want to stop and pivot immediately

Configuration

Set the startup default via /settings → terminal → interrupt behaviour.

Limitations

  • Steer mode: Only one message slot — multiple messages concatenate with \n\n
  • Queue mode: Messages sent sequentially, not batched
  • Timing dependent: If the agent finishes before your message is queued, it becomes a normal prompt

Related

  • Goal — autonomous agent loop with built-in verification
  • Responding to messages — how to interact with agent responses
  • Rewind — fork a conversation at an earlier turn
  • Settings — configure keybindings and display preferences
Page updated: August 4, 2026
Goal
In-session settings