Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • 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
  • IDE
  • Web
  • Mobile
  • 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
CompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Capability-based permissions
Hooks
Agent config changes
Improved compaction
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Headless modeACPAuto complete
Experimental
2.x reference

Web - Preview

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

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettingsIDE keyboard shortcuts

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
Subscribe 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. IDE 1.x
  3. What's new in 1.0
  4. Improved compaction

Improved compaction


Overview

Auto-compaction in 1.0 uses checkpoint-based session persistence, replacing the previous fixed-threshold summarization with a structured approach that retains task-level awareness across restarts.

How it works

When context approaches the compaction threshold:

  1. The agent generates a structured LLM summary covering: tasks completed, files modified, key decisions made, and next steps.
  2. The summary is persisted as a session checkpoint in the IDE's internal session storage (managed by the IDE, not written to your project directory).
  3. On next session load, only the summary is read — not the full conversation history. This makes restarts fast regardless of session length.

Manual compaction

Use /compact in the chat input to trigger compaction at any point. Useful if a session is large and responses feel slow. The summary includes the same structured content as auto-compaction.

What's preserved

Always preservedMay be summarized
Task status (done / in-progress / pending)Individual tool call details
File paths modifiedIntermediate reasoning steps
Key decisions and constraintsCode snippets in earlier messages
Next stepsError details from resolved issues

Limitations

Compaction is one-way — the full conversation history before the checkpoint is not recoverable within the session. Export your session before manual compaction if you need to preserve full history.

For how compaction works across all surfaces, see Compaction.

Page updated: August 4, 2026
Agent config changes
Setup & First Run