We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ddf452 + 506b64f commit 159ad1bCopy full SHA for 159ad1b
1 file changed
packages/cli/src/utils/agent.ts
@@ -184,6 +184,7 @@ export const AGENTS = [
184
targetPath: '.aiassistant/rules/viteplus.md',
185
},
186
{ id: 'amp', label: 'Amp', targetPath: 'AGENTS.md' },
187
+ { id: 'kiro', label: 'Kiro', targetPath: 'AGENTS.md' },
188
{ id: 'opencode', label: 'OpenCode', targetPath: 'AGENTS.md' },
189
{ id: 'other', label: 'Other', targetPath: 'AGENTS.md' },
190
] as const;
0 commit comments