Commit Graph

263 Commits

Author SHA1 Message Date
Laith Weinberger 604392c392 support MCP registry 2026-07-16 15:54:33 -07:00
shawn pana d66b3eb31d Update README.md 2026-07-11 20:57:06 -07:00
Laith Weinberger 50bf4b222c improvements 2026-07-09 11:09:31 -07:00
Laith Weinberger 0d1691acd9 clarification 2026-07-09 10:46:10 -07:00
Laith Weinberger 5b67034b4c improvements 2026-07-09 10:11:26 -07:00
Laith Weinberger f3f2bea8de Restructure README quickstart: CLI and Python library paths 2026-07-08 11:36:16 -07:00
Laith Weinberger 00552f5b64 updated readme 2026-07-07 09:04:08 -07:00
Laith Weinberger 95050db6ee reduce CLI repetition 2026-07-07 08:30:39 -07:00
Magnus Müller e352891498 Update README.md 2026-07-06 19:57:48 -07:00
Magnus Müller 0005c57c01 Remove Template Quickstart section from README
Removed the Template Quickstart section from the README.
2026-07-06 18:51:43 -07:00
shawn pana 58030ca5c4 Update README.md 2026-07-02 08:41:52 +08:00
laithrw 1740bad08b Fix formatting and clarify setup instructions in README
Corrected formatting and improved clarity in instructions.
2026-07-01 22:55:33 +08:00
Laith Weinberger 850f12a9d8 agentic setup 2026-07-01 22:23:42 +08:00
Laith Weinberger 44f017fbc2 telemetry, fix issues
docs: remove rust; skills.sh install cmd
2026-07-01 17:57:24 +08:00
Laith Weinberger 5be3902f72 promote cli in readme 2026-07-01 17:03:12 +08:00
Laith Weinberger caaf517caa improve readme 2026-06-29 14:14:21 +08:00
Laith Weinberger 7d3247a81e Update browser use CLI install checks 2026-06-29 13:48:30 +08:00
Laith Weinberger f768a06cfe new browser use CLI; new functions for deleted CLI methods 2026-06-29 13:10:55 +08:00
Laith Weinberger 3e8f620b70 add browser-use skill backed by browser-harness 2026-06-29 09:42:26 +08:00
Reagan Hsu bbb8a0ccc1 Enhance README with Browser Use agent instructions
Added instructions for running the Browser Use agent in the terminal and Python script.
2026-06-13 17:04:48 -04:00
Saurav Panda 47a52790a6 chore(llm): remove bu-3 / bu-3-max, default beta example to openai/gpt-5.5
Drop the bu-3 and bu-3-max model ids everywhere they were surfaced:
- ChatBrowserUse no longer lists them as valid bu-* aliases (provider-prefixed
  ids like openai/gpt-5.5 are still accepted by the gateway).
- Remove their custom pricing entries and the README pricing blocks.
- Update docstrings, README quickstart, and the beta_agent example to use
  openai/gpt-5.5 as the default, with bu-2-0 shown as a commented alternative.
- Drop the tests that asserted bu-3/bu-3-max acceptance and pricing.
2026-06-11 22:50:30 +05:30
Saurav Panda 4cbc5dfa4d feat(llm): accept provider-prefixed models in ChatBrowserUse
ChatBrowserUse now accepts provider-prefixed model ids (anthropic/*,
openai/*, google/*) alongside the bu-* aliases and browser-use/* models,
so a single BROWSER_USE_API_KEY can reach them. bu-* aliases and the
bu-latest -> bu-2-0 normalization are unchanged; bare ids are rejected
with guidance toward the provider/model form.

Also matches provider-prefixed Claude Sonnet ids in the Agent
llm_screenshot_size auto-config, so the screenshot optimization isn't
lost when Claude is reached via ChatBrowserUse.

Adds an example, a README FAQ entry, and tests.

ENG-5060
2026-06-10 12:03:51 +05:30
MagMueller fc4e4af443 Fix Browser Use README pricing 2026-06-08 15:16:24 -07:00
MagMueller be81a1bfe5 add bu3 browser use models 2026-06-08 14:13:33 -07:00
Gregor Žunič 7a888eb9a4 Promote beta core package quickstart 2026-06-08 12:59:51 -07:00
Magnus Müller 03303510d8 Document Rust quickstart 2026-06-06 15:54:53 +00:00
Magnus Müller bb7fb2722a Document Rust agent terminal install 2026-06-06 15:02:55 +00:00
abhicris 7a49139d21 docs: fix malformed HTML attributes in README picture/img tags
Three attribute quoting typos in README.md:
- Line 2: trailing `""` on the light-mode `<source srcset=...>` in the
  top logo picture block.
- Line 9: same trailing `""` on the light-mode `<source srcset=...>`
  for the hero image.
- Line 33: missing closing `"` on `<img width="4 height="1" alt="">`
  between the Twitter and Discord badges.

GitHub tolerates these today, but they break stricter HTML parsers and
look off in raw source / mirrors. Pure docs fix, no behavior change.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 06:27:40 +05:30
Alezander9 889ccb81bb Add per-link utm_medium slugs to README cloud links for placement attribution 2026-04-10 15:48:51 -07:00
Alezander9 76569995fd Improve OSS-to-cloud conversion: UTM tracking, better error messages, and cloud nudges
- Add UTM params to all cloud-bound links across README, CLI, and error messages
- Rewrite README Open Source vs Cloud section: position cloud browsers as
  recommended pairing for OSS users, remove separate Use Both section
- Rewrite error messages for use_cloud=True and ChatBrowserUse() to clearly
  state what is wrong and what to do next
- Add missing URLs: invalid API key now links to key page, insufficient
  credits now links to billing page
- Add cloud browser nudge on captcha detection (logger.warning)
- Add cloud browser nudge on local browser launch failure
2026-04-08 22:05:50 -07:00
Alezander9 9919f2eee6 improve readme plot styling 2026-03-22 15:51:10 -07:00
Alezander9 d33c31d6a9 improve readme styling 2026-03-22 14:46:31 -07:00
Alezander9 598bb85cc2 add bu benchmark plot and cloud vs oss discussion in readme 2026-03-21 16:52:10 -07:00
Frank 175d180c06 docs: clarify open-source Browser Use model prompt setup 2026-03-11 14:22:13 -07:00
Claude 26ed331cbb Remove $10 free credit mentions from documentation
Removes references to $10 signup credits from README.md and AGENTS.md
as this promotion is being discontinued.

https://claude.ai/code/session_01CTCYfXrPi3SxEZeBy9DevS
2026-03-10 22:06:46 +00:00
Reagan Hsu 34456c5a20 Update documentation links in README.md 2026-03-08 23:08:54 -07:00
Saurav Panda 10b5d1cd88 fix: allow cross-origin iframe targets with empty URLs through _is_valid_target() 2026-03-02 16:36:39 -08:00
Saurav Panda f3aeca9bef added product hunt launch banner 2026-02-28 23:22:43 -08:00
Magnus Müller cf1b003ba0 Update summary for legal terms section in README 2026-02-22 20:34:05 -08:00
Magnus Müller afd17cf318 Simplify FAQ legal wording to generic services data policy 2026-02-22 20:30:57 -08:00
Magnus Müller cc03bb647e Move legal note into FAQ and remove footer text 2026-02-22 20:28:48 -08:00
Magnus Müller a052cb46db Move README legal note to footer and bump version 2026-02-22 20:26:33 -08:00
Magnus Müller de0215c0df Add legal links to telemetry docs and package metadata 2026-02-22 20:08:09 -08:00
Cursor Agent db44fba80e Simplify Browser init to single commented use_cloud option
Co-authored-by: Magnus Müller <MagMueller@users.noreply.github.com>
2026-02-21 08:33:20 +00:00
Cursor Agent caf50d2f34 Add Browser initialization to README quickstart example
Co-authored-by: Magnus Müller <MagMueller@users.noreply.github.com>
2026-02-21 04:10:23 +00:00
Cursor Agent 3e3e04a5b5 Simplify README quickstart: 3 steps, optional API key, claude-sonnet-4-6
- Combined environment setup and package install into step 1
- Chromium install moved to comment in step 1
- Made API key step optional with alternative providers as comments
- Updated to claude-sonnet-4-6 (latest Anthropic model)
- Simplified agent code: no Browser wrapper, no history return
- Moved Template Quickstart and CLI sections below Demos
- No pip install extras needed - LLM providers are core dependencies

Co-authored-by: Magnus Müller <MagMueller@users.noreply.github.com>
2026-02-21 03:48:49 +00:00
Magnus Müller 27cba8eac1 Remove 'Deploy on Sandboxes' section from README
Removed the 'Deploy on Sandboxes' section along with example code.
2026-02-20 19:34:32 -08:00
Gregor Žunič c7c5cae20e remote browser fixes + readme 2026-01-21 21:49:26 -08:00
mertunsall fce911140e Add cloud 2025-11-29 14:22:44 -08:00
Cursor Agent 63292a26b5 Fix: Update Claude Code in README
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-11-29 21:43:12 +00:00