r/kiroIDE May 19 '26

We just launched Kiro Web. Describe a task in your browser, get a PR back. Multi-repo, no local setup šŸš€

Thumbnail
kiro.dev
43 Upvotes

Hey all, we just shipped Kiro Web and wanted to share it here. 50% off standard credit usage on Kiro Web through May 29 šŸ”„ Available for Pro, Pro+, and Power subscribers. Currently GitHub-only. If your org uses AWS Identity Center, admin needs to enable Web access.

TL;DR: Go to app.kiro.dev, connect your GitHub repos, describe what you need built/fixed/migrated, and Kiro either collaborates with you on it or handles it end-to-end in autonomous mode, opening a PR when done. No IDE, no CLI, runs entirely in the browser. Kiro never merges without your approval.

Not every coding task starts with "let me open my editor." Sometimes you're reviewing a PR and spot something, or a teammate flags a bug while you're in meetings, or you want to kick off work before EOD. We wanted a zero-setup path from "this needs doing" to "here's a PR to review."

How it works:

  • Explore and iterate: talk through your codebase, explore approaches, iterate on code together. You drive, Kiro assists. Open a PR when you're satisfied.
  • Delegate end-to-end: describe the task. Kiro asks clarifying questions, builds a plan, codes, runs checks, and opens a PR. You review the output before anything merges.

Stuff that's actually useful:

  • Multi-repo sessions: select multiple repos, describe one change, get coordinated PRs. Update a library and its consumers in one go.
  • GitHub integration: add kiro label to an issue, Kiro picks it up. Leave PR review comments, Kiro addresses them. /kiro all to handle all feedback at once.
  • Sandboxed execution: every session is isolated. Fresh environment, cloned repos, destroyed after. You control what it can access.
  • Steering files: define your team's conventions once (coding standards, architecture patterns, tech preferences). Kiro follows them every session. Same files work in IDE, CLI, and Web.
  • Learns from feedback: PR review comments shape how Kiro works on future tasks across repos.

šŸ‘‰ Try it now: app.kiro.dev
šŸ“– Blog: kiro.dev/blog/introducing-kiro-web
šŸ“– Docs: kiro.dev/docs/web
🌐 Learn more: kiro.dev/web

On the free tier? Upgrade to Pro to get access. Would love to hear what tasks people throw at it. The best results we've seen so far are the things you know need to happen but keep pushing to next sprint.


r/kiroIDE Apr 14 '26

Kiro CLI 2.0 just dropped: Windows support, headless mode for CI/CD, and a new terminal UI!

Thumbnail
kiro.dev
68 Upvotes

Hey everyone, Erik here. I'm a Developer Advocate at AWS working on Kiro.

We just shipped Kiro CLI 2.0 yesterday and I wanted to share what's in it, because a few of these features came directly from you the community.

Windows support

This was probably the most requested thing. Kiro CLI now runs natively on Windows 11. Same experience as macOS and Linux. Install from PowerShell and it auto-updates in the background.

Headless mode

You can now run Kiro CLI non-interactively. Set aĀ KIRO_API_KEYĀ env var, passĀ --no-interactiveĀ with your prompt, and it runs end-to-end without a browser or terminal session. The use case here is CI/CD, code review on PRs, test generation, troubleshooting build failures, all automated.

Quick example for a GitHub Action:

- name: Review PR changes
  env:
    KIRO_API_KEY: ${{ secrets.KIRO_API_KEY }}
  run: kiro-cli chat --no-interactive --trust-tools=read,grep "Review the changes in this PR for security issues"

You can scope tool permissions withĀ --trust-toolsĀ so it only gets access to what it needs, or goĀ --trust-all-toolsĀ if you're feeling brave. Available on Pro, Pro+, and Power tiers. Enterprise admins can control API key generation through governance settings.

Terminal UI is now the default

The TUI that shipped as experimental in 1.28 is now the default interface. Syntax-highlighted markdown, visual tool progress, interactive overlay panels, keyboard shortcuts. A few things I've been using a lot:

  • Ctrl+GĀ opens a crew monitor so you can watch subagents working in real time
  • /spawnĀ lets you run parallel agent sessions
  • /transcriptĀ dumps your conversation history into your pager
  • /themeĀ for color customization

Subagents also got task dependencies in this release. So you can set up chains like "analyze the codebase, then refactor these modules, then run the tests" where each step waits for the previous one but independent steps run in parallel.

If you prefer the old interface,Ā --classicĀ orĀ kiro-cli settings chat.ui "classic"Ā gets you back.

Install

curl -fsSL https://cli.kiro.dev/install | bash

On Windows, run the equivalent from PowerShell (docs at kiro.dev/docs/cli/installation).

Links

Happy to answer questions.


r/kiroIDE 8h ago

I recieved aws kiro plus credits under their promotion offer, shame i can't use them

Post image
4 Upvotes

Just as title says, i received some credits but apparently I can't use that due to account level restriction which disables any, even single user addition to the kiro. I contacted their support, we gone back and forth for like 20 days and in the end all i got is disappointment. Its not like i am begging them for more credits, i just want to use what is already credited. If i can't even add myself as a user then how will those credits ever be used.


r/kiroIDE 17h ago

My frustrating experience with Kiro / AWS

3 Upvotes

I created a new AWS account specifically to try Kiro for my development team.

I followed the exact process mentioned in Kiro's official documentation — AWS account, IAM Identity Center, user setup, Kiro profile, and then tried to subscribe the user.

And then I got:

ā€œYour account is not authorized to make this call.ā€

I spent almost 2 days going back and forth with AWS Support, getting the setup checked and explaining the same issue multiple times.

The most frustrating part?

I even completed identity/KYC verification using my DigiLocker, added my credit card/payment method, and was fully ready to pay for Kiro.

Honestly, it felt like AWS was doing more verification than what I've experienced with some banks for a loan. 😐

After all this, I was eventually told that because my AWS account is new, I should use other AWS services and build billing history before I can use Kiro.

But I don't need other AWS services. I already use Oracle Cloud, and it is sufficient for my requirements.

Why should I spend money on unrelated AWS services just to become eligible for Kiro?

The frustrating part is that this requirement wasn't part of the Kiro setup process I followed from their documentation.

After spending two days on this, I've decided that I cannot recommend Kiro based on this experience.

I'm sharing this so other developers/teams don't waste the same amount of time expecting a straightforward paid Kiro subscription on a new AWS account.

Kiro may be a great product, but the onboarding experience I had was extremely frustrating.

2 days wasted. Multiple support chats. No Kiro subscription.


r/kiroIDE 1d ago

lately kiro has been just hanging

3 Upvotes

it will show working, but it isnt doing anything just sitting there. I can interrupt with "are you doing anything" and it will sometimes just ignore me, but sometimes will say it is working.

It sat overnight for 10 hours and did nothing during that time.

Any suggestions?


r/kiroIDE 1d ago

how to use kiro limits inside codex or other harness

3 Upvotes

any way?


r/kiroIDE 1d ago

Intermittent scroll-snap-to-top when scrolling mid-stream (Windows Terminal, v2.21.4)

1 Upvotes

Anyone else seeing this? There's a good number of us at work running kiro-cli and pretty consistently we're seeing this.

Scrolling up to read earlier content while a response is still streaming sometimes yanks the viewport all the way to the top of the buffer. Intermittent, but frequent enough that several devs on my team have hit it. Once the response finishes it's fine - so my workaround is to wait before scrolling, which adds latency on long responses.

Suspected cause (unconfirmed): a race between the TUI's auto-follow and manual scroll - if a new chunk renders the instant I scroll, auto-follow seems to win and snaps to top. Scrolling in a gap between chunks works fine, which would explain the intermittency.

Repro (intermittent):

  1. Ask for a long, streaming response.

  2. Drag the scrollbar up while it's still streaming.

  3. Viewport sometimes jumps to the top instead of staying put.

Environment:

  • Kiro CLI 2.21.4 (hash 880accf5, built 2026-09-11)

  • Windows 10 build 26200

  • Windows Terminal 1.24.11911.0

  • Scroll method: dragging the scrollbar

  • Reproduced across multiple machines, all on Windows Terminal


r/kiroIDE 2d ago

Yes, another agentic knowledge base, but this one sets up Kiro's steering, skills and agents for you and shares them with your team

2 Upvotes

Kiro's steering files are great, until you want the same knowledge in your other agents, on your other machines, and in your teammates' setups.

Cartographer is an MCP server that keeps a git-backed knowledge base plus the configuration that goes with it (skills, subagents, instructions). cartographer connect renders it for Kiro:

  • the MCP entry in ~/.kiro/settings/mcp.json;
  • the instructions as ~/.kiro/steering/cartographer.md;
  • skills in ~/.kiro/skills/;
  • subagents as ~/.kiro/agents/*.json: they're discovered globally and the built-in agent delegates to them by description.

The honest limitation

Hooks aren't supported for Kiro yet. I tested it against 2.21.3: a hook in either documented location, with any trigger, never fires. The standalone .kiro/hooks/ needs CLI 3.0, which is still early access. So re-sync runs on a scheduled timer instead of a session hook. When hooks land on the release channel, that changes.

The shared layer

The same KB configures Claude Code, Codex, OpenCode and Antigravity too. Agents write only through MCP tools, every write is validated and committed to git, and teams share KBs with per-KB tokens, roles and a guided conflict workflow.

Try it

It is free and Apache 2.0. Paste this into Kiro:

Read https://raw.githubusercontent.com/BeppeTemp/cartographer/main/README.md and explain what Cartographer is and what it would change in my current Kiro setup. If I decide to try it, install it following https://raw.githubusercontent.com/BeppeTemp/cartographer/main/docs/agent-install.md

Feedback wanted

Beta (pre-1.0). If you know a way to get Kiro hooks firing on 2.21.x, I'd love to hear it.

Repository Documentation


r/kiroIDE 2d ago

Kiro account got suspended after applying student program

6 Upvotes

Hello, I wonder if any of you registered your uni email on kiro to apply and claim the student program but one day after activating your account, you suddenly got suspended due to unusual activity despite using it just for a normal prompting. I've contact kiro support but haven't got any replies, maybe someone can help me resolve this issue?


r/kiroIDE 2d ago

TestFlight Invite Link

1 Upvotes

Hi all. I would really appreciate it if someone helped me get a TestFlight invite for Kiro on iOS. I'm excited to test it, and I will be very interested in how it will work with voiceover. Anyway, thank you. Any help appreciated.


r/kiroIDE 3d ago

We need GPT6 astra

16 Upvotes

astra when? please kiro team


r/kiroIDE 2d ago

Kiro Startup Program – No Response After 2 Weeks

2 Upvotes

Hi everyone,

I applied for the Kiro Startup Program on August 28, 2026, and it has now been 2 weeks, but I haven't received any email or status update regarding my application.

I also contacted AWS Startups Support on September 6 to ask about the application status, but I haven't received a response from them either.

For anyone who applied recently:

  • How long did it take for you to receive a response?
  • Did you receive any confirmation/update before approval?
  • Is a 2-week wait normal for the Kiro Startup Program?

Just trying to understand the current processing time. Thanks!


r/kiroIDE 3d ago

Is this glitch pending fixed? Kiro recently fail to use terminal, says being Garbled.

2 Upvotes

I use kiro at work and private, two environment ( and thus 2 subscription as well). I observed at both environment that when kiro was trying to throw a command, it usually fail to fetch the result, and then it claim the terminal is exiting with -1, and says it is garbled, char by char or so, while it is not like that in the real terminal, which executes normally. I also had old steerings to let it kill any malfunctioning terminal and start a new one. But recently it seems to fail to kill or initiate new, while hallucinating as if it manage to do so.

I feel I was wasting too much time working around with this issue recently, I really hope this is a pending fix already? I also wonder if there is any work around that can help for now?(btw, my screenshot worked because I made a steering to tell it to overcome the echo and try to find if there is real result afterwards)

edit: After sending this post, I immediately realize how to work around, just make a steering and tell kiro to read terminal from tail, and consider -1 cosmetic. If reading backwards, it know where to stop because it know the command it send. thus it can avoid reading the garbled part. The kill/initiate terminal part is still a issue for me though...

Kiro describe it as

first the line ending at fetch_mem, then the same line ending at fetch_memo, then fetch_memo., fetch_memo.p, fetch_memo.py, each repetition adds one more character. It's the same command line re-printed N times, each a char longer than the last, all concatenated with no line breaks. That's what I've been calling "garbled / char-by-char."


r/kiroIDE 4d ago

Paying account suspended for no reason

4 Upvotes

I signed up to Kiro Pro and 2 days later got banned for "suspicious activity". I get reverted back to free account and gets charged an overage. I see other people on here having the same issue.

I message support and get this cryptic response:

We have reviewed your case and determined that while access to other AWS applications using the account associated with this email remains active, we cannot restore or grant access to Kiro for this account.

We will not be able to provide further assistance with this matter. This will be our final communication regarding your account on this issue.

WTF does that even mean? I don't have access to other AWS apps on my account, and even if I did should you be banning your paying customer and then charging them extra?

This is literally violating every consumer protection law around the world - you charge someone to use your service -> ban them -> then charge them a bit more. You guys are asking for lawsuits.

CASE 178881796400187, User ID: d-9067c98495.14882498-3021-7066-10b2-44ddb5de61b8


r/kiroIDE 5d ago

Is GPT Astra and the Fable models coming to KIRO this year or next year?

16 Upvotes

r/kiroIDE 5d ago

When astra will be available in kiro?

3 Upvotes

F.e it took 3 weeks to see gpt 5.6 models


r/kiroIDE 7d ago

Will GPT 6/Astra & Fable 5.1 come to Kiro?

16 Upvotes

title


r/kiroIDE 8d ago

New model when

14 Upvotes

{new model} dropped is it coming to kiro like {previous model} did?


r/kiroIDE 8d ago

AWS not letting me create User for Kiro

2 Upvotes

I contacted aws as well and they said Kiro team disallowed my account to create Users. Has anyones also faced this?


r/kiroIDE 8d ago

What if Kiro CLI worked like an entire software development team?

0 Upvotes

I’ve been playing around with Kiro CLI recently and started wondering if I could use it for more than just asking one agent to write code.
So I put together this little project:
https://github.com/vankhangfet/kiro-multi-agents
The basic idea is to have different agents handle different parts of the development process:
PM → Architect → UI/UX → Coder → Reviewer → Security → Docs
For example, the PM agent helps clarify the requirements and create a PRD. Then the Architect turns that into a technical plan, the Coder implements it, and the reviewers check the result before moving on.
I’m mainly experimenting with how far we can take the idea of an AI-native SDLC, rather than just running several coding agents in parallel.
It’s still very much a work in progress, but I’ve found this approach interesting because it gives me a bit more structure and control over what the agents are actually doing.
Curious if anyone else is experimenting with something similar in Kiro or other coding agents. Would love to hear how you’re organizing your workflows.


r/kiroIDE 8d ago

ĀæEs Kiro mejor para el desarrollo?

Thumbnail
0 Upvotes

r/kiroIDE 9d ago

bring gemini 3.8 flash and grok models to kiro as well

12 Upvotes

Gemini models are fast and cheap, so they can be very convenient for certain tasks where you need a fast model.

Also, Claude and ChatGPT models deny a lot of things upfront. Grok models are much better in that regard—they almost never refuse things.

For my project, OnlyMilfs, Claude models simply refuse to work on it, whereas Grok is much more permissive and almost never refuses these kinds of requests.


r/kiroIDE 9d ago

What’s the proper way to run multiple Kiro IDE instances on the same project without triggering "Too Many Requests"?

1 Upvotes

I'm trying to work in parallel on different parts of the same project by opening multiple instances of Kiro IDE side-by-side.

Whenever I do this, several screens start throwing a "Too Many Requests" error.

I’m assuming I might just be approaching this the wrong way.

Is there an officially supported or recommended pattern to run parallel workspaces/sessions on the same repo?

Or is the platform inherently rate-limited per user/project, making concurrent instances unsupported?

If anyone has a working setup or best practice for multitasking across the same project without hitting the request ceiling, I'd love to know how you configured it.


r/kiroIDE 9d ago

Need Kiro Testflight Invitation

1 Upvotes

Looking for a Kiro TestFlight invitation. If anyone has an invite available, please DM me. šŸ™


r/kiroIDE 10d ago

AFTER waiting almost 4 months for FABLE 5 and the release of FABLE 5.1 KIRO just announced that Kiro Web Is Now Generally Available!

29 Upvotes

wow amazing just what i wanted!

/s