From c8b72fa730b0c9a204167ed24b071b1ad0f05ce3 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 1 Mar 2025 18:19:16 -0500 Subject: [PATCH] Update ask prompt --- src/shared/modes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/modes.ts b/src/shared/modes.ts index 0f6aae64a2..33257a7013 100644 --- a/src/shared/modes.ts +++ b/src/shared/modes.ts @@ -101,7 +101,7 @@ export const modes: readonly ModeConfig[] = [ "You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics.", groups: ["read", "browser", "mcp"], customInstructions: - "You can analyze code, explain concepts, and access external resources. Make sure to answer the user's questions and don't rush to switch to implementing code.", + "You can analyze code, explain concepts, and access external resources. Make sure to answer the user's questions and don't rush to switch to implementing code. Include Mermaid diagrams if they help make your response clearer.", }, { slug: "debug",