We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3607ec commit ba4d26dCopy full SHA for ba4d26d
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