Skip to content

Commit fe1d823

Browse files
committed
Updates to connect puppetter to browser with remote-debugging-port by prompting interactive mode text
1 parent 22ce1de commit fe1d823

File tree

6 files changed

+177
-271
lines changed

6 files changed

+177
-271
lines changed

docs/cline-updates.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Remember to rebuild the extension and install it using the cli specified on the
22

33
Consider that any `export` or `install` command has already been run, so exclude those.ˆ
44

5+
Before editing the file 'Roo-Cline/src/core/Cline.ts', since it's a really large file, read the original file to understand its full content.
6+
Then create a new file with the -updates suffix containing ONLY the changes you've made to the original file.
57

6-
First, read the original 'Cline.ts' file to understand its full content
7-
Then create a new file with the -updates suffix containing ONLY the changes
8+
9+
In interactive mode, browser actions are disabled (if (!this.isInteractive) check in doAction method)
10+
The navigateToUrl method uses doAction, which means navigation won't work in interactive mode
11+
12+
Can we analyze 'Roo-Cline/src/core/Cline.ts' to see how it handles browser actions and if there's some logic preventing it from using 'doAction'

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roo-cline",
33
"displayName": "Roo Cline",
44
"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.4",
5+
"version": "2.1.0",
66
"icon": "assets/icons/icon_Roo.png",
77
"galleryBanner": {
88
"color": "#617A91",
@@ -191,7 +191,7 @@
191191
"os-name": "^6.0.0",
192192
"p-wait-for": "^5.0.2",
193193
"pdf-parse": "^1.1.1",
194-
"puppeteer": "^23.4.0",
194+
"puppeteer": "^23.9.0",
195195
"serialize-error": "^11.0.3",
196196
"strip-ansi": "^7.1.0",
197197
"tree-sitter-wasms": "^0.1.11",

0 commit comments

Comments
 (0)