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
  • 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
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Migration guide
Upgrading agent configs
Permissions migration
Hooks migration
Agent config changes
New features in 3.0
Tangent
Setup & First Run
Terminal UI
Chat
Headless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
ConfigurationSecurityTroubleshooting

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 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
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. CLI
  3. What's new in 3.0
  4. Tangent

Tangent


Need to ask something unrelated mid-task, like looking up an API limit, debugging a side error, or exploring an alternative, without polluting your main thread? /tangent lets you branch into a side-conversation that inherits everything discussed so far, explore freely, then jump back to exactly where you left off.

Info

This page covers tangent in CLI 3.0 (kiro-cli --v3), built on the unified agent harness. The earlier experimental tangent mode behaves differently — a single checkpoint toggled with /tangent or Ctrl+T, with no naming or nesting. See Tangent mode (experimental) for that behavior.

Commands

CommandWhat it does
/tangentAt the root, branches into a side-conversation (auto-named tangent-N) that inherits your conversation so far. Inside a tangent, goes back one level toward the parent.
/tangent <name>Branches into a named side-conversation (e.g. /tangent ddb). Creates it if new, switches to it if it already exists.
/tangent lsOpens a visual picker showing your whole conversation tree. Select any session to switch to it.
/tangent rootJumps straight back to the main conversation from any depth.

While in a tangent, a ↯ name chip in the footer shows where you are.

How tangents work

Each tangent is a full session: it starts with your conversation's history up to the branch point, but everything after stays isolated. Nothing you do inside a tangent touches the parent conversation's context. Because a tangent branches from your conversation's history, you can't branch an empty chat — send a message first.

Tangents can also have tangents. Nest as deep as you need — /tangent ls shows the whole tree, and /tangent root gets you home from anywhere.

Ways to use tangents

  1. Quick lookups without derailing. Mid-refactor and need to check DynamoDB item size limits? /tangent, ask, get the answer, /tangent back. Your main thread never sees the detour.
  2. Compare alternatives in parallel. Branch /tangent approach-a and /tangent approach-b off the same design discussion, explore each with full shared context, then return to the root and commit to the winner.
  3. Contain noisy debugging. A failing test needs 15 turns of log-dumping? Do it in a tangent. The noise stays out of your main conversation's context, keeping it focused and cheap.
  4. Ask the "dumb question" freely. Want to ask something basic without the model anchoring on it for the rest of the session? Tangent it.
  5. Nest as deep as you need. A tangent mid-tangent is fine — the tree keeps track for you.
Tip

Name tangents after what they're for (ddb, pricing, flaky-test). Names are how you switch back by command, and they show in the picker.

Related

  • CLI 3.0 overview for the unified agent harness and how to opt in
  • New features in 3.0 for what else is new in the v3 engine
  • Tangent mode (experimental) for the earlier single-checkpoint behavior
Page updated: August 4, 2026
New features in 3.0
Setup & First Run