From 02a294345f7895d7b76da972b1f3134b12995501 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:29:06 -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 57bddd3..c8d1dc2 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -258,7 +258,7 @@ const tools = (supportsImages: boolean): Tool[] => [ command: { type: "string", description: - "The 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. 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. 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.", }, result: { type: "string",