Commit Graph

41 Commits

Author SHA1 Message Date
Fureigh
b85b4b4e4d Fix incorrect pip install prompt for CLI addon
The install instruction for the `browser-use[cli]` addon was
missing quotes, which can cause issues in some shells.

Updated to `pip install "browser-use[cli]"` to ensure correct
behavior across environments.
2025-07-14 14:21:20 -07:00
Magnus Müller
be3c4526d6 Update message retrieval method in BrowserUseApp to use get_messages() for improved task extraction from message history. 2025-07-08 23:41:31 +02:00
Nick Sweeting
b2a84b2296 fix tests and other improvements 2025-07-08 02:32:03 -07:00
Nick Sweeting
9b552ee8ac test and telemetry fixes 2025-07-08 01:37:47 -07:00
Nick Sweeting
6dcf479fc6 add readme MCP section and fix lint errors 2025-07-07 17:07:06 -07:00
mertunsall
220f0bc994 update models to gpt-4.1 2025-07-05 10:32:49 +02:00
mertunsall
3b53e8b495 fix linter 2025-07-01 12:23:52 +02:00
Nick Sweeting
e2ed46a84f make cli default to headful mode 2025-06-28 03:46:11 -07:00
Cursor Agent
f9741adba5 Remove deprecated memory system and related code
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-06-27 09:48:09 +00:00
Gregor Žunič
7a10ae0c96 Squashed commit langchain to native 2025-06-24 12:26:55 +02:00
Nick Sweeting
0af8c8c0fe imports 2025-06-21 06:29:10 -07:00
Nick Sweeting
6c695d0a42 more lint and hint fixes 2025-06-21 05:39:17 -07:00
Nick Sweeting
f878b8f07c type hint fixes 2025-06-21 05:16:02 -07:00
Nick Sweeting
3cf9f3410c fix config issues 2025-06-21 04:03:58 -07:00
Nick Sweeting
c451bca15c fix spaces 2025-06-21 03:46:00 -07:00
Nick Sweeting
0aaf13be55 Update browser_use/cli.py
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-21 06:40:56 -04:00
Nick Sweeting
49e9fd4ff2 move env var config to utils file 2025-06-21 03:14:46 -07:00
Nick Sweeting
5b1cb6da9c allow config.json to override cli config defaults 2025-06-09 22:05:59 -07:00
Nick Sweeting
f948b298cc dont trim logging handler names in cli 2025-06-05 22:47:01 -07:00
Nick Sweeting
cf6a0d9fbf improve chrome launch error handling when user_data_dir is bad 2025-06-05 18:22:02 -07:00
Nick Sweeting
1580ed6e8b more formatting 2025-06-03 16:03:12 -07:00
Nick Sweeting
a33bd7eea5 bump dependency versions 2025-06-03 16:03:08 -07:00
TC
28d90aac59 fix: apply linting and formatting fixes 2025-06-02 17:38:58 -04:00
TC
aac14e17a8 feat: add Chrome profile CLI options for local browser profiles
- Add --user-data-dir option to specify Chrome user data directory

- Add --profile-directory option to specify which Chrome profile to use

- Add --cdp-url option to connect to existing Chrome via CDP

- Update browser session creation in prompt mode to use config parameters

- Add comprehensive help text with common Chrome profile locations

- Add example demonstrating Chrome profile usage

This allows users to use their existing Chrome profiles with saved logins and extensions, or connect to already running Chrome instances.
2025-06-02 17:27:34 -04:00
Nick Sweeting
b03366e5b0 track source=cli in telemetry 2025-05-29 22:01:26 -07:00
Nick Sweeting
189a401d21 reduce logging noise in CLI 2025-05-26 04:14:48 -07:00
Nick Sweeting
68d854fcb5 add prompt arg to CLI 2025-05-26 03:43:51 -07:00
Nick Sweeting
1aed86426e bump version to 0.2.4 2025-05-25 19:07:07 -07:00
Nick Sweeting
e6e151e4fd more CI fixes 2025-05-25 18:49:21 -07:00
Nick Sweeting
9420e83719 fix CLI 2025-05-25 18:25:38 -07:00
Nick Sweeting
90dad4a39a refactor to use new BrowserSession model 2025-05-17 04:54:13 -07:00
Nick Sweeting
4841784bcd add --version support to browser-use cli 2025-05-13 21:17:19 -07:00
Nick Sweeting
49747738ca improve local dev setup docs 2025-05-13 17:39:27 -07:00
Nick Sweeting
3e66046046 linter 2025-05-13 17:18:50 -07:00
Nick Sweeting
3851e10a36 more CLI logging 2025-05-04 21:18:21 +08:00
Nick Sweeting
664f2e4359 improve CLI logging 2025-05-04 20:48:07 +08:00
Nick Sweeting
b6a422aa8d add CLI logging on initial startup 2025-05-04 20:36:58 +08:00
Nick Sweeting
637c41dbd7 show ctive url in CLI 2025-05-04 19:57:16 +08:00
Nick Sweeting
740b612211 show active tab URL in cli 2025-05-04 19:40:51 +08:00
Nick Sweeting
8a5ed059a5 change CLI default models for anthropic 2025-05-04 00:29:40 +08:00
Nick Sweeting
24e3ee28e3 improve readme 2025-05-03 23:40:39 +08:00