Skip to content

Commit c8b72fa

Browse files
committed
Update ask prompt
1 parent 65a2a2c commit c8b72fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/modes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const modes: readonly ModeConfig[] = [
101101
"You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics.",
102102
groups: ["read", "browser", "mcp"],
103103
customInstructions:
104-
"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.",
104+
"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.",
105105
},
106106
{
107107
slug: "debug",

0 commit comments

Comments
 (0)