Kiro Release Notes

Follow

85 release notes curated from 1 source by the Releasebot Team. Last updated: Aug 20, 2026

Get this feed:
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Kiro logo

    Kiro

    Spec Review Mouse Support, AI Session Titles, and Automatic Stream Recovery

    Kiro adds mouse support to spec review, AI-generated titles in the V3 session picker, and stronger streaming recovery with automatic retries, idle watchdogs, and a 60-minute timeout to keep turns from hanging or cutting off.

    This release brings mouse support to the spec review screen and AI-generated titles to the V3 session picker, so similar sessions are easy to tell apart. Under the hood, a stream idle watchdog, automatic retries with backoff, and a 60-minute streaming timeout mean a dropped connection or a throttled request no longer hangs or ends your turn.

    Mouse support in spec review

    The spec review screen now supports the mouse: scroll to navigate the document and click to position the cursor. Press m to toggle mouse support on or off.

    Learn more ->

    AI-generated session titles (v3)

    The session resume picker now shows a short AI-generated title summarizing your first prompt, so similar sessions are easy to tell apart when you return with kiro-cli chat --resume-picker or /chat resume .

    Learn more ->

    Automatic recovery from stream and network failures

    Turns no longer hang on a stalled response stream: an idle watchdog warns after 60 seconds of silence and cancels at 300, while throttling, 5xx errors, and connection drops are retried automatically with backoff. Streaming responses also get a 60-minute timeout by default, so long responses are no longer cut off. Tune all of it with the api.streamIdleSoftTimeout , api.streamIdleHardTimeout , and api.timeout settings.

    Learn more ->

    Original source
  • Aug 18, 2026
    • Date parsed from source:
      Aug 18, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Kiro logo

    Kiro

    Permission Improvements and Configured Windows Shells

    Kiro improves search, filesystem and command permissions, and runs agent commands in the configured Windows terminal profile.

    This version keeps ignored files out of search results, improves filesystem and command permission rules, and runs agent commands in your configured terminal profile on Windows.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Kiro and hundreds of other software products.

    Create account
  • Aug 17, 2026
    • Date parsed from source:
      Aug 17, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Kiro logo

    Kiro

    Access Kiro Web with Okta or Microsoft Entra ID

    Kiro adds Kiro Web sign-in through Okta or Microsoft Entra ID, letting teams access the app with their existing identity setup after admin configuration. The feature is available for Kiro Pro and above and includes Cloud Sessions preview support.

    Your team can now access Kiro Web through the Okta or Microsoft Entra ID integration you already use. After an administrator configures access, users only need to sign in. This capability is available with Kiro Pro and above subscriptions.

    Configure Kiro Web access

    Add https://app.kiro.dev/signin/oauth to your existing Kiro OpenID Connect (OIDC) application. In Okta, add another Sign-in redirect URI. In Microsoft Entra ID, add the URI under Single-page application, separate from the Mobile and desktop application redirects. Then enable Cloud Sessions (Preview). You can enable Cloud Sessions and API key generation independently.

    Learn more: Okta -> | Microsoft Entra ID ->

    Original source
  • Aug 13, 2026
    • Date parsed from source:
      Aug 13, 2026
    • First seen by Releasebot:
      Aug 14, 2026
    Kiro logo

    Kiro

    Nested AGENTS.md and Long-Session Efficiency

    Kiro adds scoped AGENTS.md instructions and improves idle resource use, long-session context, Cloud config, chat, hooks, and MCP connections.

    Add AGENTS.md files throughout your workspace to give Kiro instructions scoped to each directory tree.

    This version also lowers idle resource use, preserves more context in long sessions, and improves Cloud configuration, chat, hooks, and MCP connections.

    Original source
  • Aug 12, 2026
    • Date parsed from source:
      Aug 12, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    • Modified by Releasebot:
      Aug 18, 2026
    Kiro logo

    Kiro

    Voice Mode, Opt-In Cloud Sessions, and Spec Review

    Kiro adds voice dictation with on-device transcription, a spec review screen for reading phase docs and staging comments, broader AGENTS.md steering support across the workspace tree, and cloud sessions now opt in for enterprise admins.

    This release lets you talk to Kiro instead of typing: /voice dictates your prompts with on-device transcription. Spec runs gain a review screen for reading phase documents and staging line comments, and AGENTS.md files now load as steering context from anywhere in your workspace tree. Enterprise administrators should note that cloud sessions are now opt-in, so organizations that never set the toggle will find them disabled.

    /voice dictation

    Speak your prompts instead of typing them. Start a recording with /voice or by holding Space, and partial text streams into the prompt as you talk until you press Enter or it auto-stops on silence. By default your speech is transcribed on your own machine with Whisper, so no audio leaves your computer and no cloud API key is required. The model downloads once, behind an explicit confirmation, on first use.

    Cloud sessions are now opt-in (v3)

    Cloud sessions are now disabled unless an administrator explicitly turns on Cloud Sessions in the Kiro console. Because an unset toggle now resolves to disabled, organizations that never configured it will find cloud sessions unavailable until an admin opts in.

    Spec review screen (v3)

    Press Ctrl+X at a spec phase checkpoint to read the phase document in place and stage line comments on the parts you want changed. When you answer the checkpoint question, every staged comment goes to the agent as one revision request, so reading a document and asking for changes stays in a single screen.

    Nested AGENTS.md steering (v3)

    AGENTS.md files now load as steering context from anywhere in your workspace tree, not just the workspace root and ~/.kiro/steering/. Put an AGENTS.md next to the code it describes, and the agent picks it up alongside your other steering files.

    Original source
  • Similar to Kiro with recent updates:

  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    • Modified by Releasebot:
      Aug 18, 2026
    Kiro logo

    Kiro

    Cloud Sessions Preview and Smarter Command Menus

    Kiro introduces cloud sessions in preview, letting users run CLI sessions in a managed cloud sandbox, disconnect and resume from any machine. It also adds substring matching in the slash command menu and smoother typing in the TUI during rapid input.

    This release introduces cloud sessions in preview: run your session in a managed cloud sandbox with --cloud, disconnect while the agent keeps working, and resume from any machine. The slash command menu also gains substring matching, and typing in the TUI stays smoother during rapid input.

    Cloud sessions (preview)

    Cloud sessions let you run Kiro CLI in a managed cloud sandbox instead of on your machine. Start one with kiro-cli --cloud (or kiro-cli chat --cloud), attach repositories with --repo or the /repo picker, then disconnect while the agent keeps working and resume later from any machine with --resume-id. Cloud and local sessions appear together in the session picker.

    For organizations using IAM Identity Center, administrators manage Cloud Sessions with the Cloud Sessions (Preview) setting, formerly Kiro Web (Preview). Organizations that enabled the prior setting remain enabled; new organizations must opt in before users can start Kiro Web sessions.

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    Kiro logo

    Kiro

    Cloud Sessions and Agent Focus Mode Upgrades

    Kiro releases Cloud Sessions in Agent Focus Mode as a preview, adding a collapsible icon-only sessions rail, in-chat attention cards, and back and forward navigation. It also pins the Windows terminal to PowerShell, restores Always Allow for commands, and fixes a macOS updater issue.

    This version brings Cloud Sessions to Agent Focus Mode as a preview and gives the sessions rail a collapsible icon-only view, attention cards you can answer in place, and back/forward navigation. It also pins the agent's Windows terminal to PowerShell, restores Always Allow for commands it was quietly forgetting, and fixes the macOS updater downloading every update twice.

    Cloud Sessions in Agent Focus Mode

    Cloud Sessions are now available in Agent Focus Mode as a preview. Start a session that runs in the cloud alongside your local ones, pick the repositories it works against, and keep those repositories visible below the chat. Cloud sessions use the same agent and model selectors as local sessions.

    Agent Focus Mode: collapsible rail, attention cards, and navigation

    Collapse the sessions rail to an icon strip to give the chat more room, with every session still one click away. When a session needs your input, an attention card appears next to the chat with the question and the agent's options as buttons, so you can answer it without switching over. The attention panel never opens on its own, and won't raise itself for the session you already have on screen. And you can move back and forward across sessions and settings from the titlebar (Cmd/Ctrl+[ and Cmd/Ctrl+]).

    Original source
  • Aug 7, 2026
    • Date parsed from source:
      Aug 7, 2026
    • First seen by Releasebot:
      Aug 7, 2026
    • Modified by Releasebot:
      Aug 8, 2026
    Kiro logo

    Kiro

    Agent Plugin Support and Session Pinning

    Kiro adds Agent Plugin support for Powers, reworks Agent Focus Mode with session pinning, Kiro CLI hand-off, and in-app updates, and improves workspace safety, bulk session migration, and error recovery while moving to Code OSS v1.109.5.

    This version supports Powers packaged in the open Agent Plugin format and reworks the Agent Focus Mode session rail with pinning, Kiro CLI hand-off, and in-app updates. It also moves Kiro to Code OSS v1.109.5, improves how spec hovers and MCP installs handle untrusted workspace content, and adds bulk session migration and steadier error recovery.

    Agent Plugin support for Powers

    Install powers aligned with the open Agent Plugin format from a local folder or GitHub URL. Kiro now supports plugins that bundle skills and MCP making powers easier to share across compatible agent tools.

    Pin and manage sessions in Agent Focus Mode

    Pin a session with Pin Session to keep it at the top of its section. Resume an existing session in Kiro CLI with Open with Kiro CLI. When a new version of Kiro is available, an update row appears in the rail footer, and the settings pane gains a Check for Updates button. Spec documents and task rows in the context panel now open directly in the editor.

    Learn more ->

    Original source
  • Jul 31, 2026
    • Date parsed from source:
      Jul 31, 2026
    • First seen by Releasebot:
      Jul 31, 2026
    Kiro logo

    Kiro

    Tangent Side-Conversations and Per-Tool Token Breakdown

    Kiro adds tangents for branching into side-conversations that keep full history, so users can explore freely and jump back where they left off. It also adds a per-tool token breakdown in /context to show what is using the context window.

    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)

    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 , 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 ->

    Original source
  • Jul 28, 2026
    • Date parsed from source:
      Jul 28, 2026
    • First seen by Releasebot:
      Jul 29, 2026
    Kiro logo

    Kiro

    Editor Actions, Guided Hook Creation, and Code OSS Upgrade

    Kiro adds editor context menu actions, Ask Kiro to Fix quick fixes, guided hook creation, localization, chat history persistence, and fixes.

    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.

    Original source
  • Jul 27, 2026
    • Date parsed from source:
      Jul 27, 2026
    • First seen by Releasebot:
      Jul 28, 2026
    Kiro logo

    Kiro

    Spec Drafting and Plan Auto-Execution

    Kiro adds guided spec creation and auto-executes approved plans in Plan mode.

    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 ->

    Original source
  • Jul 24, 2026
    • Date parsed from source:
      Jul 24, 2026
    • First seen by Releasebot:
      Jul 25, 2026
    Kiro logo

    Kiro

    Claude Opus 5 Now Available

    Kiro adds Claude Opus 5 across IDE, CLI, and Web, bringing stronger agentic coding, major gains on hard benchmarks, better multi-file refactors and end-to-end feature work, plus improved self-checking and code review. It is rolling out gradually with experimental support for eligible customers.

    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 ->

    Original source
  • Jul 22, 2026
    • Date parsed from source:
      Jul 22, 2026
    • First seen by Releasebot:
      Jul 23, 2026
    Kiro logo

    Kiro

    V2 to V3 Agent Migration

    Kiro adds /upgrade-agent migration, automatic retries for interrupted model responses, and quality-of-life improvements across both modes.

    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 ->

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 22, 2026
    Kiro logo

    Kiro

    Global Hooks, Session Search, and Reliability Fixes

    Kiro adds user-level global hooks, searchable session history, and stronger proxy reliability for smoother agent workflows.

    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.

    Original source
  • Jul 17, 2026
    • Date parsed from source:
      Jul 17, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    Kiro logo

    Kiro

    Introspect Subagent and Global Hooks

    Kiro releases CLI 3.0 early access with a built-in Introspect subagent for learning features and asking in-line questions, plus Global Hooks that apply across all workspaces. It also includes error handling fixes for all users.

    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).

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.