Kiro CLI v2.12.0 Changelog
What changed in Kiro CLI v2.12.0, released 2026-07-09 β explained in plain English.
- You can now set up automated rules that apply to all your coding projects at once.
- This saves you from having to copy and paste the same settings into every single project folder.
- This specific feature is part of the new V3 version of the tool.
Want a heads-up when Kiro CLI updates?
We email you the moment a new Kiro CLI version drops β plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
If you work on a lot of different coding projects and find yourself setting up the exact same automated checks for every single one, this update is for you. It introduces a "global hooks" feature, which lets you write a rule just once and have it automatically apply everywhere you work.
What's new
- Global Hooks: "Hooks" are automated actions that run by themselves at certain moments, like checking your code for errors right before you save it. Now, you can put a hook in a special central folder on your computer (
~/.kiro/hooks/), and it will automatically run in every single project you open. - No more duplication: You no longer have to set up the same rulesβlike security checks before you share code or formatting checks when you saveβover and over again for each individual project.
- Works with existing setups: If you still have hooks set up for just one specific project, those will keep working perfectly right alongside your new global ones.
- V3 only: To use this right now, you have to turn on the newest version of the tool by using the V3 setting.
Improvements
No specific improvements were mentioned in this release.
Fixes
No specific bugs were fixed in this release.
Breaking changes
No breaking changes in this release.
This is our plain-language summary. Read the complete, official notes on the Kiro CLI official changelog β.
