Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit bb5edf9

Browse files
committed
fix: remove remaining fetchInstructions references in CLI utils
1 parent 7e61549 commit bb5edf9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • apps/cli/src/ui/components/tools

apps/cli/src/ui/components/tools/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ export function getToolIconName(toolName: string): IconName {
106106
// File read operations
107107
readFile: "file",
108108
read_file: "file",
109-
fetchInstructions: "file",
110-
fetch_instructions: "file",
109+
skill: "file",
111110
listFilesTopLevel: "folder",
112111
listFilesRecursive: "folder",
113112
list_files: "folder",

0 commit comments

Comments
 (0)