Commit 622f43a
committed
Browser Use 2.0
Summary
This release upgrades the in‑chat browsing experience with persistent sessions, clearer feedback, a dedicated browser panel, and more natural action descriptions — all fully localized.
What's new
- Persistent Browser Sessions
- The browser stays open across steps so you can send follow‑ups without relaunching.
- You’ll see a "Browser Session" header and a "Session started" note when active.
- Dedicated Browser Session panel
- Open a full‑size view when you need more space, while keeping the chat context in view.
- Live, readable action feed
- Actions are presented in plain language: Launch, Click, Type, Press, Hover, Scroll.
- Keyboard events now appear as "Press Enter" or "Press Esc" for easier scanning.
- Broader keyboard coverage: navigation keys and common shortcuts are supported for more natural control.
- Inline console logs
- Console output is surfaced inline with a clear "No new logs" state.
- Noise-reduced by default: only new entries since the previous step are shown to cut repeat noise.
- Filter by type (Errors, Warnings, Logs) so you can focus on what matters.
- Clear session controls
- A prominent Disconnect/Close control makes it easy to end a session when you’re done.
- Interactive in-session controls
- Follow-ups attach to the active session so you can guide the assistant mid-flow without restarting.
- Suggested follow-ups appear inline to keep momentum.
- More accurate interactions
- Improved click, scroll, and hover reliability across screen sizes with a consistent preview aspect ratio.
- Seamless follow‑ups
- Keep chatting while the session is open; the assistant continues from the same context.
- Fully localized
- New labels and action text are translated across all supported languages.
What you'll notice in the UI
- "Browser Session" appears in chat when a session is active.
- A "Session started" status line confirms the start.
- Follow-up suggestions appear inside the Browser Session row when active.
- Keyboard actions are summarized clearly (e.g., "Press Tab", "Shift+Tab", "Arrow keys").
- New action wording like "Press Enter" or "Hover (x, y)".
- Console Logs are visible inline, with a "No new logs" indicator and a noise‑reduced view that shows only new entries since the last step.
- Type filters (All, Errors, Warnings, Logs) above the log list to quickly narrow the feed.
- A quick Disconnect button to end the session.1 parent 11f1c06 commit 622f43a
File tree
54 files changed
+3228
-580
lines changed- packages/types/src
- src
- core
- assistant-message
- environment
- __tests__
- prompts
- __tests__/__snapshots__/system-prompt
- sections
- tools
- task
- tools
- __tests__
- webview
- __tests__
- services/browser
- __tests__
- webview-ui
- src
- components
- browser-session
- chat
- __tests__
- context
- __tests__
- i18n/locales
- ca
- de
- en
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+3228
-580
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
360 | 384 | | |
361 | 385 | | |
362 | 386 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
390 | 393 | | |
391 | 394 | | |
392 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
393 | 410 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
247 | 279 | | |
248 | 280 | | |
249 | 281 | | |
| |||
Lines changed: 26 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 95 | + | |
100 | 96 | | |
0 commit comments