Loading image...Kiro
  • CLI
  • IDE
  • Web
  • Mobile
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro
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
  1. Docs
  2. IDE
  3. Experimental
  4. Agent Focus Mode

Agent Focus Mode


Overview

Chat takes center stage. Agent Focus Mode flips the traditional layout: conversations occupy the main panel, sessions line up on the left, and specs and diffs appear in an auxiliary panel on the right. You're directing agents, not editing code directly.

This is designed for developers who work agentically, defining intent through conversation rather than writing code line by line. Start a session, describe what you want, attach a spec when you need structure, and let the agent execute. Both Autopilot and Supervised modes are available.

The layout

Agent Focus Mode uses a multi-panel layout optimized for agentic workflows:

PanelPositionPurpose
SessionsLeftLaunch, navigate, and monitor agent sessions
ChatCenterYour primary interaction surface (wider than the sidebar)
AuxiliaryRightSpecs, code diffs, artifacts (hidden until needed)

Switching between views

You can toggle between Agent Focus Mode and the traditional Editor View at any time using the Agent Focus button in the top-right corner of the IDE. Click it to move the current session into Agent Focus Mode. Click it again to return to Editor View for code-focused work. Both views can run simultaneously. Work started in one continues in the other. Sessions carry over between them.

Starting a new session

When you create a new session in Agent Focus Mode, you can optionally pick a workflow to start with:

WorkflowWhat it does
SpecStructured feature development
PlanBreaks ideas down into an implementation plan without making changes
Bug FixStructured bug-fix workflow: investigate, diagnose, and resolve bugs
Quick SpecFast spec workflow: clarify, then auto-generate requirements, design, and tasks

Picking a workflow sets the agent mode for that session. You can also skip the picker and start a freeform chat session by typing directly.

Multiple parallel sessions

Launch multiple agent sessions, each working independently on different tasks or workspaces. Sessions are grouped by workspace in the left panel, with status indicators showing:

  • Spinning: the agent is actively working
  • Warning: the agent needs your input (tool approval, clarification)
  • Paused: the session is idle, waiting for your next message

Click any session to switch the center and right panels to that conversation. Clear finished sessions from the list when you no longer need them.

Chat-first specs

In Agent Focus Mode, specs emerge naturally from conversation. Instead of filling out forms or sequencing through phases manually:

  1. Start a chat session and describe your idea
  2. The agent asks clarifying questions to understand your intent
  3. When you're ready, attach a spec. The agent formalizes what you've discussed into requirements, design, and tasks
  4. Kick off execution and monitor progress across sessions

What's different from Editor View

AspectEditor ViewAgent Focus Mode
Primary surfaceCode editorChat
File editingDirectThrough the agent
SessionsOne foregroundMultiple parallel
SpecsSequential phasesConversational, then formalized

What's not in Agent Focus yet

Some capabilities still require the IDE view. Agent Focus keeps clear paths back for:

  • Settings and preferences
  • Powers and skills
  • MCP server management
  • Terminal access
  • Full git workflows
  • Direct file editing

Switch back to the IDE view anytime using the IDE button in the top-right corner.

Viewing code changes

Files changed by the agent appear as inline code diffs in the chat. Click a diff to open the full file view in the auxiliary panel. For direct code editing, switch to Editor View. Agent Focus Mode is about directing the agent, not hand-editing files.

Page updated: June 25, 2026
Experimental
Privacy and security