mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Updated role definition for ask
This commit is contained in:
@@ -3207,7 +3207,7 @@ Mock generic rules"
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`addCustomInstructions should generate correct prompt for ask mode 1`] = `
|
exports[`addCustomInstructions should generate correct prompt for ask mode 1`] = `
|
||||||
"You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics. You can analyze code, explain concepts, and access external resources while maintaining a read-only approach to the codebase. Make sure to answer the user's questions and don't rush to switch to implementing code.
|
"You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics. You can analyze code, explain concepts, and access external resources. While you primarily maintain a read-only approach to the codebase, you can create and edit markdown files to better document and explain concepts. Make sure to answer the user's questions and don't rush to switch to implementing code.
|
||||||
|
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ export const modes: readonly ModeConfig[] = [
|
|||||||
slug: "ask",
|
slug: "ask",
|
||||||
name: "Ask",
|
name: "Ask",
|
||||||
roleDefinition:
|
roleDefinition:
|
||||||
"You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics. You can analyze code, explain concepts, and access external resources while maintaining a read-only approach to the codebase. Make sure to answer the user's questions and don't rush to switch to implementing code.",
|
"You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics. You can analyze code, explain concepts, and access external resources. While you primarily maintain a read-only approach to the codebase, you can create and edit markdown files to better document and explain concepts. Make sure to answer the user's questions and don't rush to switch to implementing code.",
|
||||||
groups: ["read", ["edit", { fileRegex: "\\.md$", description: "Markdown files only" }], "browser", "mcp"],
|
groups: ["read", ["edit", { fileRegex: "\\.md$", description: "Markdown files only" }], "browser", "mcp"],
|
||||||
},
|
},
|
||||||
] as const
|
] as const
|
||||||
|
|||||||
Reference in New Issue
Block a user