Changelog

Stay up to date with the latest updates and improvements to Kiro.

Follow us:Bluesky,X,Discord,andLinkedIn
2.16.0CLI

This release introduces tangents: branch into side-conversations that inherit your full conversation history, explore freely, then jump back exactly where you left off. /context also gains a per-tool token breakdown so you can see what's consuming your context window.

/tangent side-conversations (v3)

Loading image...The tangent picker opened by /tangent ls, titled "Switch to a tangent" with a search filter. It shows a conversation tree: root marked as current, with branches tangent-2, tangent-1, ddb (containing ddb1), and ec2 (containing t3), each showing when it was last active. A footer lists esc to close, arrow keys to navigate, and Enter to switch.

Need to look something up mid-task without polluting your main thread? /tangent branches into a side-conversation that inherits everything discussed so far — explore freely, then jump back to exactly where you left off. Create named tangents with /tangent <name>, browse your whole conversation tree in a visual picker with /tangent ls, and jump straight back to the main conversation from any depth with /tangent root. Available in V3 mode (kiro-cli --v3). Learn more ->

1.0.242IDE

This version adds a Kiro submenu to the editor context menu and an Ask Kiro to Fix quick fix on errors and warnings, plus a guided form for creating hooks. Kiro moves to Code OSS v1.108.2, and now replies in your IDE display language. Chat history also survives workspace folder changes, and several sign-in, trust, and approval issues are fixed.

2.15.0CLI

This version adds a guided description step to /spec new and makes Plan mode execute your approved plan automatically without a manual mode switch.

Guided spec creation (v3)

/spec new now asks what the spec should cover before drafting requirements. Instead of guessing from the spec name alone, the agent uses your description as the ground truth for the requirements it generates. Learn more ->

Plan auto-execution (v3)

In Plan mode, approving a plan now kicks off execution immediately. You no longer need to manually switch modes after reviewing and accepting the plan. Learn more ->

Models

Claude Opus 5 is now available in the Kiro IDE, CLI, and Web. It's a meaningful step up from Opus 4.8 on the hardest agentic coding tasks — setting new state-of-the-art results on leading coding benchmarks, more than doubling Opus 4.8's performance while approaching Fable 5 at half the cost. Excels at multi-file features, large refactors, and end-to-end feature work, completing full tasks rather than leaving stubs or placeholders. Opus 5 verifies its own work and iterates carefully until it succeeds. Multi-agent coordination sees meaningful gains with fewer conflicts between parallel agents. For code review, it finds a high rate of real bugs with low false positives and stays accurate at lower effort settings. Claude Opus 5 is rolling out gradually with experimental support to Kiro Pro, Pro+, Pro Max, and Power customers in us-east-1 and eu-central-1 with cross-region inference. 1M context window. 2.2x credit multiplier. Restart your IDE or CLI to access it from the model selector. Learn more ->

2.14.0CLI

This release introduces /upgrade-agent to migrate V2 custom agent configurations to the universal format, automatic retries for interrupted model responses, and quality-of-life improvements across both modes.

/upgrade-agent (v3)

Migrate V2 agent configuration files to the universal format that works with both V2 and V3. Run /upgrade-agent inside a V3 session to convert your existing custom agent configs in place the command reads your V2 configuration and produces an updated file compatible with both modes. Available in V3 mode (kiro-cli --v3). Learn more ->

1.0.182IDE

This release adds user-level global hooks, a searchable session history panel, and stronger reliability for corporate proxy environments. The agent now recovers automatically from interrupted responses and refreshes MCP tools dynamically.

2.13.0CLI

This release brings two new capabilities to CLI 3.0 (early access) a built-in subagent for learning Kiro's features and global hooks that apply across all workspaces alongside error handling fixes for all users.

Introspect Subagent (v3)

Ask questions about Kiro's features and get accurate answers in-line. The new introspect subagent can explain capabilities, walk you through writing custom agents, hooks, and steering files, and suggest the right configuration for your workflow. Available in V3 (kiro-cli --v3).

Global Hooks (v3)

Define hooks once and have them apply everywhere. Hooks placed in ~/.kiro/hooks/ now fire in every workspace automatically, so cross-cutting behaviors like linting on save, security checks before commits, or custom approval gates no longer need to be duplicated per project. Workspace-level hooks continue to work alongside global ones. Available in V3 (kiro-cli --v3).

Models

OpenAI models are available in Kiro for the first time. GPT-5.6 Sol, Terra, and Luna bring three tiers of frontier intelligence to the IDE, CLI, and Web — each tuned for a different point on the performance-cost curve. Sol is the flagship, built for the hardest multi-step work: spec-driven implementation, long-horizon refactors, and complex terminal tasks. It scores 80 on the Coding Agent Index and 88.8% on Terminal-Bench 2.1. Terra is the balanced option for routine multi-step development at a fraction of flagship cost. Luna is the fastest, lowest-cost tier for high-frequency tasks where throughput matters most. All three run longer without supervision and can write lightweight programs that coordinate tools and process intermediate results, reducing round-trips and dead ends. Hidden chain-of-thought means you see final output only. 272K context window across all tiers. Kiro credit multipliers: Sol 2.4x, Terra 1.2x, Luna 0.6x. Experimental support is rolling out to Pro, Pro+, Pro Max, and Power customers in us-east-1 and eu-central-1 with cross-region inference. Learn more ->

1.0.138IDE

Note: To get the latest 1.0.x release, download it directly from kiro.dev/downloads. Auto-updates are being rolled out gradually to users.

This release delivers faster session startup, fixes the compaction loop that caused repeated Context limit exceeded errors on large sessions, and adds full PowerShell trust support on Windows. MCP tools now also recover from transient network failures instead of failing silently.

1.0.116IDE

Note: To get the latest 1.0.x release, download it directly from kiro.dev/downloads. Auto-updates are being rolled out gradually to users.

This release brings hooks to agent-driven file changes, automatic OAuth for MCP servers that require sign-in, multi-window settings sync, and several trust and connectivity fixes.