This is a feature request for Warp, a popular terminal emulator, to integrate the Kiro CLI agent. Warp already supports several other AI coding agents like Claude Code and OpenAI Codex. The task involves understanding Warp's agent integration API and implementing the necessary bridge for Kiro CLI.
A starter prompt for Claude Code, what you'll need, and how to reach them.
You are an expert developer contributing to the Warp.dev open-source terminal emulator. Your task is to implement a new feature: Kiro CLI agent integration into Warp. Follow the existing patterns for third-party CLI agent integrations like Claude Code or OpenAI Codex. The core task is to create an adapter that allows Warp to execute commands via Kiro CLI and display its output correctly within the terminal context. Use Rust (Warp's primary language) for the implementation. **MVP:** 1. Fork the `warpdotdev/warp` GitHub repository. 2. Identify the relevant modules and APIs used for existing agent integrations. 3. Implement the minimal Rust code required to invoke Kiro CLI commands (e.g., `kiro help`, `kiro generate code`) from within Warp and capture its stdout/stderr. 4. Ensure basic error handling for Kiro CLI failures. 5. Write a simple test case that verifies Warp can successfully communicate with and receive output from the Kiro CLI. **Build & Verify Gate:** A working prototype demonstrates that Warp can initiate a Kiro CLI command and display its output in a test environment, mimicking the behavior of other integrated agents.
Reach out to Warp users and the Kiro.dev community who are actively using or interested in AI coding agents to cross-promote AI-related tools like Claude certification prep or AI usage monitors.
### Pre-submit Checks - [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates - [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there ### Describe the solution you'd like? Warp currently supports several third-party CLI coding agents: - [Claude Code](https://docs.warp.dev/agent-platform/third-party-agents/claude-code) — Anthropic's CLI coding agent - [OpenAI Codex](https://docs.warp.dev/agent-platform/third-party-agents/codex) — OpenAI's CLI coding agent - [OpenCode](https://docs.warp.dev/agent-platform/third-party-agents/opencode) — Open-source CLI coding agent - Amp — Sourcegraph's CLI coding agent - Auggie — Augment Code's CLI coding agent - Gemini CLI — Google's CLI coding agent - Droid — Factory's CLI coding agent - Pi — Open-source CLI coding agent It would be great if [Kiro CLI](https://kiro.dev/cli/) could be added to this list of supported agents! ### Is your feature request related to a problem? Please describe. _No response_ ### Additional context _No response_ ### Operating system (OS) macOS ### How important is this feature to you? 2 ### Warp Internal
Standard for open-source contributions.
Warp is written in Rust; requires learning Rust syntax and idioms — ~1-2 weeks for basic proficiency.
Learn it: Search getting-started ↗
Required to test the integration.
Comment on the GitHub issue #9066 to confirm engagement, then open a draft Pull Request to `warpdotdev/warp` linking the issue.
“I've started working on the Kiro CLI integration for Warp, following the existing agent patterns. I'll open a draft PR soon for feedback on the approach.”
Open the original ↗