Skip to content

Commit 7964181

Browse files
committed
fix: update prompts for deprecated rule file references
- Updated prompts in the English locale to reflect the deprecation of .clinerules in favor of .roorules. - Added notes in the prompts indicating that .clinerules will stop working soon, ensuring users are aware of the upcoming changes.
1 parent 03c56c3 commit 7964181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/i18n/locales/en/prompts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"title": "Mode-specific Custom Instructions (optional)",
3737
"resetToDefault": "Reset to default",
3838
"description": "Add behavioral guidelines specific to {{modeName}} mode.",
39-
"loadFromFile": "Custom instructions specific to {{mode}} mode can also be loaded from <span>.clinerules-{{slug}}</span> in your workspace."
39+
"loadFromFile": "Custom instructions specific to {{mode}} mode can also be loaded from <span>.roorules-{{slug}}</span> in your workspace (.clinerules-{{slug}} is deprecated and will stop working soon)."
4040
},
4141
"globalCustomInstructions": {
4242
"title": "Custom Instructions for All Modes",
4343
"description": "These instructions apply to all modes. They provide a base set of behaviors that can be enhanced by mode-specific instructions below.\nIf you would like Roo to think and speak in a different language than your editor display language ({{language}}), you can specify it here.",
44-
"loadFromFile": "Instructions can also be loaded from <span>.clinerules</span> in your workspace."
44+
"loadFromFile": "Instructions can also be loaded from <span>.roorules</span> in your workspace (.clinerules is deprecated and will stop working soon)."
4545
},
4646
"systemPrompt": {
4747
"preview": "Preview System Prompt",

0 commit comments

Comments
 (0)