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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "roo-cline",
3
3
"displayName": "Roo Cline",
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.",
5
-
"version": "2.0.2",
5
+
"version": "2.0.3",
6
6
"icon": "assets/icons/icon_Roo.png",
7
7
"galleryBanner": {
8
8
"color": "#617A91",
@@ -111,6 +111,15 @@
111
111
"when": "view == claude-dev.SidebarProvider"
112
112
}
113
113
]
114
+
},
115
+
"configuration": {
116
+
"properties": {
117
+
"cline.alwaysAllowBrowser": {
118
+
"type": "boolean",
119
+
"default": false,
120
+
"description": "Always allow browser actions without requiring confirmation"
awaitthis.clearTask()// ensures that an exising task doesn't exist before starting a new one, although this shouldn't be possible since user must clear task before starting a new one
@@ -499,6 +527,13 @@ export class ClineProvider implements vscode.WebviewViewProvider {
499
527
// await this.postStateToWebview() // new Cline instance will post state when it's ready. having this here sent an empty messages array to webview leading to virtuoso having to reload the entire list
0 commit comments