File tree Expand file tree Collapse file tree
apps/cli/src/ui/components/tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export function getToolCategory(toolName: string): ToolCategory {
2121 "read_file" ,
2222 "fetchInstructions" ,
2323 "fetch_instructions" ,
24+ "skill" ,
2425 "listFilesTopLevel" ,
2526 "listFilesRecursive" ,
2627 "list_files" ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export function getToolDisplayName(toolName: string): string {
5252 read_file : "Read" ,
5353 fetchInstructions : "Fetch Instructions" ,
5454 fetch_instructions : "Fetch Instructions" ,
55+ skill : "Load Skill" ,
5556 listFilesTopLevel : "List Files" ,
5657 listFilesRecursive : "List Files (Recursive)" ,
5758 list_files : "List Files" ,
@@ -109,6 +110,7 @@ export function getToolIconName(toolName: string): IconName {
109110 read_file : "file" ,
110111 fetchInstructions : "file" ,
111112 fetch_instructions : "file" ,
113+ skill : "file" ,
112114 listFilesTopLevel : "folder" ,
113115 listFilesRecursive : "folder" ,
114116 list_files : "folder" ,
You can’t perform that action at this time.
0 commit comments