From 70def9a48d3967c8399231eb4255bf09f455607a Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 29 Aug 2024 06:27:27 -0400 Subject: [PATCH] Update list_files prompt --- src/ClaudeDev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDev.ts b/src/ClaudeDev.ts index 384eda5..87d46f4 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -108,7 +108,7 @@ const tools: Tool[] = [ { name: "list_files", description: - "List files and directories within the specified directory. If recursive is true, it will list all files and directories recursively, providing a comprehensive view of the directory's structure. If recursive is false or not provided, it will only list the top-level contents.", + "List files and directories within the specified directory. If recursive is true, it will list all files and directories recursively. If recursive is false or not provided, it will only list the top-level contents.", input_schema: { type: "object", properties: {