Commit 323ff26
committed
Add Kiro CLI support
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.1 parent 926836e commit 323ff26
File tree
3 files changed
+13
-3
lines changed- .github/workflows/scripts
- src/specify_cli
3 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
195 | | - | |
| 198 | + | |
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
363 | | - | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
153 | 159 | | |
154 | 160 | | |
155 | 161 | | |
| |||
865 | 871 | | |
866 | 872 | | |
867 | 873 | | |
868 | | - | |
| 874 | + | |
869 | 875 | | |
870 | 876 | | |
871 | 877 | | |
| |||
0 commit comments