We've added new web search and fetch capabilities to the Kiro CLI, enabling access to current information from the internet in real-time.

We've added new web search and fetch capabilities to the Kiro CLI, enabling access to current information from the internet in real-time.

Added support for Claude Opus 4.5 - Anthropic's most intelligent model combining maximum capability with practical performance. Ideal for complex specialized tasks, professional software engineering, and advanced agents. Claude Opus 4.5 is available in both the Kiro IDE and Kiro CLI for Pro, Pro+, and Power tier subscribers.
This release adds support for enterprise billing where administrators can onboard large teams to Kiro, provides the capability to revert to the results of a previous conversation through checkpointing, adds support for multi-root workspaces, and introduces property-based testing with Kiro.
Introduces property-based testing (PBT) to generate evidence for verification of spec requirements. Unlike unit tests, PBTs run hundreds of times with randomly generated inputs to detect edge cases.
Launches support for enterprise users in Kiro IDE. Profile selection when multiple profiles are configured (auto-select default profile if only one profile exists), new dashboard for enterprise users, in-chat alerts, usage metering and summaries, enterprise governance of telemetry and MCP settings.
Introducing the Kiro CLI. Kiro CLI leverages the Auto agent to deliver results in your terminal, and takes you from natural language, to code, to deployment. Kiro CLI supports different agent modes, MCPs, steering files, and custom agents. Install on macOS or Linux:
curl -fsSL https://cli.kiro.dev/install | bashWith multi-root workspace support, a single Kiro workspace can have multiple roots, e.g., a single workspace that contains both /users/bob/my-project and /shared/utils/auth as top-level folders.
Support for checkpointing which allows users to revert to the results of a previous conversation in Kiro. This feature enables developers to undo changes made by AI agents and return to a previous state of their workspace, while providing visibility into what changed and guidance on next steps.

Adds experimental settings to control the Codebase (#codebase) allowing users to opt-in to this CPU-intensive indexing feature.
Adds capabilities to the chat context provider for files to use line ranges in order to focus context to either a single line in a file or line range.

Access app.kiro.dev to manage your account, track usage statistics, and modify subscription settings through the web interface.
Kiro CLI leverages the Kiro Auto agent to deliver the best results at the best price, in your terminal, and takes you from natural language, to code, to deployment. Kiro CLI supports different agent modes, MCPs, Kiro steering files, and custom agents, allowing you to mold the CLI to meet your needs.
This release expands MCP capabilities with remote server support and one-click installation, introduces global steering rules and project-specific agent configuration, and refines agent workflows with improved hook execution, command trust, and targeted file context.
Connect to MCP servers hosted anywhere on the internet via Streamable HTTP, accessing cloud services and APIs without local installation.
Define global steering rules that apply across all your workspaces.
Support for the AGENTS.md standard to define guidelines, coding standards and architectural patterns. Add an AGENTS.md file to the global steering file location (~/.kiro/steering/), or to the root folder of your workspace, and they will get picked up by Kiro automatically.
Simplified MCP server setup with automatic installation—get started with MCP tools faster than ever. View servers →
Use environment variables in your MCP server configurations for flexible, environment-specific setups.
![## Use Case 3: Extending User Preferences
**Scenario**: Add a "preferredPaymentMethod" field to UserPreferences
**Targeted Context Needed**:
#IIfile:src/types/app.ts:127-143]]
This shows just the UserPreferences interface, which is what needs modification. The agent doesn't need to see:
- The full User interface (lines 115-126)
- Payment method enums (lines 105-112)
- Subscription types (lines 158-180)
**Result**: Faster, more accurate implementation with less context pollution.](/images/changelogs/v0.5.0/targeted-context.png?h=e6ee3581)
Reference specific line ranges when adding files to context (e.g., #[[file:src/utils/helper.ts:10-25]]), giving you precise control over what the agent sees and enabling more focused implementations.
This release introduces dev server support with background processes, spec context provider and MVP task workflows, enhanced MCP controls, and per prompt usage tracking with notifications.

Choose your development pace during spec creation. When the agent generates tasks, select "Keep optional tasks (faster MVP)" to mark tests and documentation as optional (✱), or "Make all tasks required" for comprehensive coverage from the start. Optional tasks remain visible throughout the workflow, letting you focus on core features first
Use #spec in chat to reference your spec files directly. The agent now understands your spec context, providing more accurate responses during development
Long-running commands like npm run dev, build watchers, and test runners now start in the background automatically. The agent detects these processes, returns control to you immediately, and continues tracking them—no more blocked terminals
You can now see how many credits each prompt consumed, right in the chat panel.

Get intelligent alerts about your credit usage patterns to help you stay informed and avoid surprises
This release brings spec task management, intelligent code diagnostics, AI-powered commit messages, and refined agent interactions to streamline your development process.
Support for Sonnet 4.5 (experimental): You can now send your prompts to Sonnet 4.5 via the chat box. Sonnet 4.5 is also available in Auto, our agent which uses a variety of task-specific foundation models under the hood
Spec MVP tasks: During spec creation, you can now mark tasks (including unit tests) as optional to prioritize core features while keeping comprehensive task lists
Diagnostics Tool: Added diagnostics tool to provide agent with syntax, type, and semantic errors, improving agent accuracy and reducing lint errors
Git Commit Message Generation: Draft commit messages using the agent directly from the source control pane with a single click. Learn more →
Repetitive Tool Use Detection: Agent now detects repetitive tool usage patterns and prompts users to continue or stop, optimizing credit consumption
Unified Credits System improvements: Unified credits system with Auto agent capabilities enhancements and bug fixes. This feature provides users a single credit pool and streamlined usage tracking. Learn more →
This release addresses critical security vulnerabilities and bug fixes.
V8 Engine Security: Merge Chromium 138.0.7204.251 to address CVE-2025-10585, a zero-day vulnerability addressing type confusion issue in V8 JavaScript and WebAssembly engine.
Command Execution Security: Fixed vulnerability on PowerShell that could allow malicious commands to execute without user confirmation
License Access: Fixed render issue in License page
This release brings Auto, our new agent, enhanced usage tracking, and editor improvements to elevate your development experience.
Note: These features are rolling out gradually between now and October 1st, and users will be migrated to a single pool of credits and new limits. Your limits will reset to the new monthly plan limits once migrated.
Auto: Added Auto to the model options. Auto is an agent that uses a mix of different frontier models such as Sonnet 4 combined with specialized models, and optimization techniques such as intent detection, caching, and more
Unified Limits: Support for new paid plans with unified limits and fractional credit consumption
Usage Dashboard: Support to view usage based on single Kiro credit pool
Usage Meter: Add credit consumption status bar item to allow easier usage tracking
Editor Upgrade: Upgraded editor to CodeOSS 1.103.2
Account Management: Enable Kiro account deletion for BuilderID
Authentication: Improvements to login reliability and logout flow for better signing experience
UI Improvements: Hide trust command UI on command cancellation
This release includes editor performance improvements, enhanced reliability, and bug fixes to enhance your development experience.
Code OSS v1.100.3 Upgrade: Updated to Code OSS v1.100.3 that adds improved stability and performance improvements
Faster Response Times: Optimized request handling makes interactions more efficient and improves performance
Improved Session Management: Enhanced backend processing reduces interruptions and allows for longer continuous work sessions
Enhanced Tool Call Recovery: When tool invocations result in repeated failures, Kiro now prompts for your intervention instead of continuing indefinitely, protecting your usage limits and preventing loops
Enhanced Security Patterns: Expanded detection of dangerous shell commands with improved pattern recognition. Risky commands require manual review unless you explicitly trust them. Learn more about security patterns →
Model Update: Removed Claude Sonnet 3.7 from the model selector and set Claude Sonnet 4 as the default for all users. Sonnet 4 delivers improved performance and capabilities across all interactions.
Git Repository Initialization: Fixed issue that prevented Git setup for new projects without existing repositories
Model Selection Persistence: Fixed chat model selection not being saved when restarting Kiro IDE