You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "claude-dev",
3
3
"displayName": "Cline (prev. Claude Dev)",
4
4
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
// (since it relies on the content of these messages, we are deep comparing. i.e. the button state after hitting button sets enableButtons to false, and this effect otherwise would have to true again even if messages didn't change
"welcomeDesc": "I can handle complex software development tasks step-by-step. With tools that let me create & edit files, explore complex projects, use the browser, and execute terminal commands (after you grant permission), I can assist you in ways that go beyond code completion or tech support.",
4
+
"typeMessage": "Type a message (@ to add context)...",
5
+
"typeTask": "Type your task here (@ to add context)...",
6
+
"settings": {
7
+
"title": "Settings",
8
+
"customInstructions": "Custom Instructions",
9
+
"customInstructionsDesc": "These instructions are added to the end of the system prompt sent with every request.",
"alwaysApproveDesc": "When enabled, Cline will automatically view directory contents and read files without requiring you to click the Approve button."
0 commit comments