Matt Rubens 10 месяцев назад
Родитель
Сommit
c8b72fa730
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/shared/modes.ts

+ 1 - 1
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",