Skip to content

Commit d643b50

Browse files
committed
feat(agents): add aliases 'agnet' and 'agnets' for the 'agents' command
to support alternate spellings. Improves discoverability and reduces user friction when invoking the command. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 66d566e commit d643b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-app/src/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const interactiveCommandDetails: CommandInfo[] = [
198198
description: `Manage custom agent templates in ${AGENT_TEMPLATES_DIR}`,
199199
isSlashCommand: true,
200200
commandText: '"agents"',
201-
aliases: ['agent'],
201+
aliases: ['agent', 'agnet', 'agnets'],
202202
requireSlash: false,
203203
},
204204

0 commit comments

Comments
 (0)