feat(cli): add /agents slash command to list available agents (#16182)

This commit is contained in:
Adam Weidman
2026-01-08 16:02:44 -05:00
committed by GitHub
parent 41a8809280
commit 7e02ef697d
10 changed files with 293 additions and 0 deletions
+3
View File
@@ -120,6 +120,9 @@ export * from './resources/resource-registry.js';
// Export prompt logic
export * from './prompts/mcp-prompts.js';
// Export agent definitions
export * from './agents/types.js';
// Export specific tool logic
export * from './tools/read-file.js';
export * from './tools/ls.js';