We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a58fe7 commit 29f4713Copy full SHA for 29f4713
core/tools/definitions/index.ts
@@ -5,7 +5,7 @@ export { editFileTool } from "./editFile";
5
export { fetchUrlContentTool } from "./fetchUrlContent";
6
export { globSearchTool } from "./globSearch";
7
export { grepSearchTool } from "./grepSearch";
8
-export { lsTool } from "./lsTool";
+export { lsTool } from "./ls";
9
export { readCurrentlyOpenFileTool } from "./readCurrentlyOpenFile";
10
export { readFileTool } from "./readFile";
11
export { requestRuleTool } from "./requestRule";
0 commit comments