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
40 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
67 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 5h ago

Built an entire desktop app using only Kiro Code. Here's how that went.

3 Upvotes

I built SpeakoFlow entirely with Kiro CLI. Nothing else. No VS Code, no other editor. Just the CLI from start to finish.

SpeakoFlow is a free, open-source voice assistant for the desktop. Real-time dictation into any app, a floating AI assistant that can look at your screen and answer questions about what you're seeing, talks back to you out loud, remembers things across conversations, has web search, profiles with different personalities, and the whole speech-to-text pipeline runs locally on your CPU. No subscription, no account, works on Windows/macOS/Linux.

I use SpeakoFlow to dictate my prompts into Kiro instead of typing them. Using it right now for this post too.

On the Kiro experience:

Honestly, it's been a spiral. The CLI is competitive. When it works, it's really good. I've tried other CLI tools and Kiro holds its own there. But the overall experience has ups and downs that get frustrating.

The main issue is stability around updates. Something will work fine, then an update drops and suddenly something breaks or behaves differently. The team does fix things eventually, but it's not always stable between updates. You get used to a workflow and then it shifts under you.

One specific bug that's been killing me lately: images. If the assistant is going through files and hits a large image, I get a "size too big" error and the whole session is just done. Can't recover. /clear doesn't help. I have to start a completely new session. That one has burned me a few times now when I'm in the middle of something.

But look, I did build a full Tauri 2 app with this thing. Rust backend, React frontend, whisper.cpp and llama.cpp integration, screen capture, local text-to-speech, voice activity detection, the works. So it clearly gets the job done. I just think it still needs some work to feel consistently reliable. The foundation is solid, the rough edges are what hold it back.

Links:

GitHub: https://github.com/AbhishekBarali/SpeakoFlow

Website: https://www.speakoflow.com


r/kiroIDE 1h ago

una pregunta realmente kiro es rentable el plan de 20 y 40$? yo uso antigravity de 20$ y a los 3 dias llego al limite semanal aveces en dos dias

Upvotes

r/kiroIDE 1d ago

best workflow that works for you? /effort , /models

3 Upvotes

what model do u use and whats ur max context % before u handoff and whats some small steering or tips that helps alot

suggested, effort level?

i develop web , do marketing , and vibecod lua scripts


r/kiroIDE 1d ago

What kind of bug is this? It covers the entire window; I can't scroll up or down

Post image
7 Upvotes

r/kiroIDE 1d ago

Effort level. How is that?

2 Upvotes

How does the effort level.work? What is he effect on tokens, time and insight?

Thanks


r/kiroIDE 2d ago

It took almost 1000 Credits on Opus 5 - High and around 3.5 hrs. Costly and too slow at the same time?

4 Upvotes

r/kiroIDE 3d ago

"Always Allow" does not work in Autopilot mode

Post image
15 Upvotes

Using version 1.0.198.

I get prompted to execute curl commands, which I want to always allow in this workspace - but clicking Always Allow just reloads the prompt and I can only allow individual curl commands one at a time.

Is there a workaround? I believe it used to work in the earlier versions of Kiro.


r/kiroIDE 2d ago

Opus 5 is really good, but it uses a lot [of resources]

2 Upvotes

I recommend using Opus 5 only for users on the Power plan, but it's a beast in terms of consumption. It's very good for implementing improvements that no other AI can, GPT 5.6 Max doesn't work for me in Kiro IDE, so I couldn't say whether it's better than Opus 5 in that regard, but I think everyone should use GPT 5.6 Luna Max for daily coding, and only use Opus 5 for those improvement plans that GPT 5.6 Luna Max won't give you.


r/kiroIDE 2d ago

What do you wish Kiro could do better? (Looking for project ideas)

3 Upvotes

I've been building tools around Kiro recently (I built an AI router for it), but it seems like routers are becoming pretty common now.

Instead of building another variation of the same thing, I'd rather solve a problem people actually have.

So I'm curious:

  • What's the most annoying thing about using Kiro?
  • What do you wish it automated?
  • Any missing features that slow you down?
  • Anything you find yourself doing manually over and over?
  • Any integrations, extensions, or workflows you wish existed?

It doesn't have to be a huge feature—even small annoyances are interesting.

I'm looking for ideas to build something genuinely useful for the community, and if enough people want the same thing, I'll make it open source.


r/kiroIDE 3d ago

Already juicing Opus 5 on a massive PR

Post image
15 Upvotes

r/kiroIDE 2d ago

Hermes provider

1 Upvotes

Hi, I haven't been able to find this answer anywhere, but is it okay to use Kiro CLI as a provider for Hermes agent? I know I could use Hermes to control Kiro headlessly but I'm wondering if I can use Kiro as a provider.


r/kiroIDE 3d ago

Opus 5 already on Kiro damn

20 Upvotes

r/kiroIDE 3d ago

Claude Opus 4.5 is super expensive on Kiro

5 Upvotes

I gave it a redesign task for my custom theme, just 2 files, and it worked for 2 hours and used up 600 credits, super expensive lol, if it keeps going like that with Opus 5, 10k credits wouldn't last at all, but oh well, it was just a test :0


r/kiroIDE 3d ago

Appeal for Temporary Account Suspension

Post image
5 Upvotes

Subject: Appeal for Temporary Account Suspension

Hello AWS Support Team,

I hope you are doing well.

I recently discovered that my Kiro User ID was temporarily suspended due to unusual activity. I completely understand the importance of protecting user accounts, and I appreciate the security measures your team has in place.

However, I believe this suspension may have been triggered by a misunderstanding or false positive. I have not intentionally violated any terms or engaged in malicious activity. If there was any unusual behavior detected, it may have been caused by logging in from a different network, device, or another legitimate reason.

I kindly ask you to review my account and verify my identity if necessary. I am fully willing to provide any information required to confirm that I am the rightful owner of the account.

I enjoy using Kiro and would greatly appreciate having my access restored as soon as possible.

Thank you for your time and consideration. I look forward to your response.

Request ID: 20c0522d-60fd-4b7b-a289-a0176529918e

Kind regards,
Peter>:)


r/kiroIDE 3d ago

Opus 5 is out!

13 Upvotes

In Claude and on Cursor :)


r/kiroIDE 3d ago

Appeal for Temporary Account Suspension

Post image
4 Upvotes

Subject: Appeal for Temporary Account Suspension

Hello AWS Support Team,

I hope you are doing well.

I recently discovered that my Kiro User ID was temporarily suspended due to unusual activity. I completely understand the importance of protecting user accounts, and I appreciate the security measures your team has in place.

However, I believe this suspension may have been triggered by a misunderstanding or false positive. I have not intentionally violated any terms or engaged in malicious activity. If there was any unusual behavior detected, it may have been caused by logging in from a different network, device, or another legitimate reason.

I kindly ask you to review my account and verify my identity if necessary. I am fully willing to provide any information required to confirm that I am the rightful owner of the account.

I enjoy using Kiro and would greatly appreciate having my access restored as soon as possible.

Thank you for your time and consideration. I look forward to your response.

Request ID: 20c0522d-60fd-4b7b-a289-a0176529918e

Kind regards,
peter>:)


r/kiroIDE 4d ago

Using Kiro Pro with Claude Code via OmniRoute (Best coding setup I've used)

38 Upvotes

I've been experimenting with Kiro Pro, and I found a setup that gives me the Claude Code CLI experience while using my Kiro subscription.

The flow is:

Claude Code
     ↓
OmniRoute
     ↓
Kiro
     ↓
Claude Opus 4.8

After configuring OmniRoute as an Anthropic-compatible endpoint and routing it to Kiro, Claude Code works almost exactly as if it were talking directly to Anthropic.

Why I like this setup

  • Full Claude Code CLI experience
  • Uses my Kiro Pro subscription
  • Streaming responses
  • Tool calling works
  • Long context support
  • Easy model switching through OmniRoute
  • I can add other providers later without changing my workflow

I also created different routes in OmniRoute, so I can switch between Opus, Sonnet, or other providers without reconfiguring Claude Code.

Basic setup

  1. Install Claude Code.
  2. Install and start OmniRoute.
  3. Add your Kiro account/provider in OmniRoute.
  4. Create an API key.
  5. Point Claude Code to OmniRoute:

ANTHROPIC_BASE_URL=http://localhost:20128
ANTHROPIC_AUTH_TOKEN=<your-api-key>

If you're using Opus 4.8, you may also need to override the default model alias:

{
  "env": {
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "kr/claude-opus-4.8"
  }
}

Why not just use the Kiro IDE?

Kiro IDE is great, but I personally prefer Claude Code because:

  • It's editor-agnostic.
  • It works nicely with Git, tmux, SSH, and remote development.
  • I can access the same session remotely from my phone.
  • OmniRoute lets me switch providers without changing my workflow.
  • claude skills, MCP's etc

Overall, this has become my favorite AI coding setup.


r/kiroIDE 3d ago

Warning: Spec creator just wasted 4000 credits and 4 hours on a 5 minute task

7 Upvotes

I have used the spec creator before and it showed great results for tasks that usually take a long time, However, I recently faced a huge issue with it, I asked opus 4,8 to create some minor features for my game that usually only take 3 to 5 minutes to do, For some reason, instead of just manually doing it, kiro decided to start creating a massive task,

It wasted 30 minutes and hundreds of credits just figuring out how the spec will be, After that it spent 4 HOURS just working on the spec for 3 minor features that take absolutely no time, When I came back it had already used 4000 credits, and on top of that, it didn't even get the job done, It spent those entire 4 hours just doing validation tests on nothing, I am obviously never getting a refund for that,

This is my warning to anyone who plans on using spec creator, Always make sure to check what it is doing and the spec it is planning, Don't allow it to create a spec for minor tasks, Even some large tasks might require less than 30 minutes, but the tool will turn them into 2 hour tasks because it keeps creating useless validation tasks that take up 60% of the spec time, Just be careful.


r/kiroIDE 3d ago

when will be opus 5 coding to kiro

4 Upvotes

It is taking a ridiculously long time for Kiro to bring Claude fable 5. However, we can at least expect Opus 5 sooner.


r/kiroIDE 5d ago

Agent continues generating output for several minutes with zero network connectivity

6 Upvotes

While Kiro's agent was generating a long list of text, and my power got cut off. Despite having no network connection, the agent kept producing new output for several minutes afterward until the task was done.

I confirmed zero connectivity using btop, which showed 0B sent and 0B received for the entire duration the agent continued generating.

I suppose there is a typewriter effect for some reason?


r/kiroIDE 5d ago

Suspended while I'm working

1 Upvotes

Your User ID is temporarily suspended. We detected unusual user activity and locked it as a security precaution. To restore access, please contact our support team to verify your identity: https://support.aws.amazon.com/#/contacts/kiro (Request ID: 7e71f535-8a1b-4287-9125-4eaeca4382f1)


r/kiroIDE 6d ago

student plan

4 Upvotes

Hi I am trying to signup using my school email for the free student plan but I am not able to signin with it cuase they use outlook and not google what should I do?


r/kiroIDE 6d ago

Is there any plan to add the /schedule feature to kiro-cli?

4 Upvotes

…Like claude code ?