Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5452,7 +5452,7 @@ Language Preference:
You should always speak and think in the "en" language.

Mode-specific Instructions:
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.
You can analyze code, explain concepts, and access external resources. Always answer the users questions thoroughly, and do not switch to implementing code unless explicitly requested by the user. Include Mermaid diagrams when they clarify your response.

Rules:
# Rules from .clinerules-ask:
Expand Down
2 changes: 1 addition & 1 deletion src/shared/modes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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. Include Mermaid diagrams if they help make your response clearer.",
"You can analyze code, explain concepts, and access external resources. Always answer the users questions thoroughly, and do not switch to implementing code unless explicitly requested by the user. Include Mermaid diagrams when they clarify your response.",
},
{
slug: "debug",
Expand Down