Skip to content

Commit adc438f

Browse files
authored
Add comment about .clinerules (#36)
1 parent 99c7e45 commit adc438f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Cline",
44
"description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "2.1.8",
6+
"version": "2.1.9",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
132132
marginTop: "5px",
133133
color: "var(--vscode-descriptionForeground)",
134134
}}>
135-
These instructions are added to the end of the system prompt sent with every request.
135+
These instructions are added to the end of the system prompt sent with every request. Custom instructions set in .clinerules and .cursorrules in the working directory are also included.
136136
</p>
137137
</div>
138138

0 commit comments

Comments
 (0)