From ef95f6763a4bb22193fa922c0c35913a52f40c20 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:37:37 -0400 Subject: [PATCH] Update prompt --- src/ClaudeDev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDev.ts b/src/ClaudeDev.ts index c8d1dc2..1a28dbc 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -258,7 +258,7 @@ const tools = (supportsImages: boolean): Tool[] => [ command: { type: "string", description: - "A CLI command to execute to show a live demo of the result to the user. For example, use 'open index.html' to display a created website. Avoid using commands like 'echo' or 'cat' that merely print text. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.", + "A CLI command to execute to show a live demo of the result to the user. For example, use 'open index.html' to display a created website. DO NOT use commands like 'echo' or 'cat' that merely print text. This command should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.", }, result: { type: "string",