Add Kiro CLI support#1216
Conversation
323ff26 to
e588580
Compare
|
@sigent-amazon can you please resolve the conflicts? Once done, happy to merge. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…n permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Remove link to non-existent existing project guide from README Commit-generated-by: GitHub Copilot <github.copilot@github.com> Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
- Remove outdated links section from docs/upgrading-spec-kit.md - Remove outdated section from README and docs/index Commit-generated-by: GitHub Copilot <github.copilot@github.com> Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
- Rename docs/upgrading-spec-kit.md to docs/upgrade.md for brevity - Update README and documentation index links to point to new upgrade guide - Update table of contents to use shorter "Upgrade" title - Simplify section headers in upgrade guide - Add Getting Started section back to docs/index.md with upgrade guide link Commit-generated-by: GitHub Copilot <github.copilot@github.com> Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
- Fix broken constitution.md link in detailed process section - Add reference to supported AI agents list in upgrade guide Commit-generated-by: GitHub Copilot <github.copilot@github.com> Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
Kiro CLI (https://kiro.dev) is an upgrade replacement for Amazon Q Developer CLI with full custom prompt support. Changes: - Added 'kiro' to AGENT_CONFIG with .kiro/ folder structure - Updated CLI help text to include kiro option - Added Kiro CLI to README supported agents table - Updated release script to generate Kiro packages - Kiro uses .kiro/prompts/ directory (markdown format) Kiro CLI provides the same functionality as Q Developer CLI but with proper support for custom arguments in slash commands.
2cd4849 to
a1df4aa
Compare
- Added Kiro CLI support alongside new upstream agents (Qoder, IBM Bob, Jules) - Resolved conflicts in README.md, AGENTS.md, and all configuration files - Updated all release scripts to include Kiro CLI packages - Added Kiro CLI to agent context update scripts (bash and PowerShell) - Maintained alphabetical ordering in agent lists - Preserved all upstream improvements and bug fixes
|
@localden Conflicts are fixed. Please merge and thank you |
|
@sigent-amazon https://kiro.dev/docs/cli/chat/manage-prompts/#passing-arguments-to-mcp-prompts
|
|
Apologies - holiday period is crazy. |
|
J'ai testé ton code, et "Kiro code" n'apparait pas dans la liste des assistants IA disponible, quand on lance l'init |
|
@Kalletal Please can you help me understand where it's missing. I see ╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ╭───────────────────────────────────────────────────────────────────────────────────────────────────────── Choose your AI assistant: ─────────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
|
Si tu executes ton code avec : uvx --from git+https://github.com/sigent-amazon/spec-kit.git specify init test |
|
@Kalletal Kiro support exists only in the feature/kiro-cli-support branch and has not been merged to main yet. When someone installs from the main branch or from a release: Kiro doesn't appear in the list because:
To get Kiro support, you would need to install from the feature branch: |
|
Non ça ne fonctionne pas :
jle@SMI-LP-GDL-01: ~/dev$ uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@feature/kiro-cli-support |
|
Apologies @Kalletal it should be uv tool install specify-cli --from git+https://github.com/sigent-amazon/spec-kit.git@feature/kiro-cli-support |
|
Tu pourrais me donner les étapes à effectuer ? please :) |
|
@Kalletal unfortunately the only way I've found to do this is to update my locally branch and change the download_template_from_github method. Merging the branch will put it in the releases so you wouldn't need to do this step but I'm not a project owner so required @localden or someone else on the team to approve the request of help with a work around |
|
@Kalletal as a workaround. I've created a https://github.com/sigent-amazon/mcp-spec-kit-kiro-cli |
|
C'est dommage que personne ne s'y interesse. |
|
Closing as superseded — Kiro CLI is now supported natively (the |


Add Kiro CLI Support
This PR adds support for Kiro CLI, an upgrade replacement for Amazon Q Developer CLI that provides full custom prompt support.
Changes
Added Kiro CLI to AGENT_CONFIG in src/specify_cli/init.py
Updated release package script (.github/workflows/scripts/create-release-packages.sh)
Updated documentation (README.md)
Related Issues
Addresses the need for better Amazon Q Developer CLI alternative with full custom argument support.