Commit Graph

425 Commits

Author SHA1 Message Date
Osinachi Okpara
e9901ac886 Update installation command for MCP Server dependencies 2025-09-08 01:26:10 +01:00
Osinachi Okpara
432849ee32 Apply suggestion from @cubic-dev-ai[bot]
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 01:11:37 +01:00
Osinachi Okpara
e8405ebc21 Update mcp-server.mdx 2025-09-08 01:10:13 +01:00
Osinachi Okpara
939c633aaa Update docs/customize/mcp-server.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 01:06:55 +01:00
Osinachi Okpara
77e98d9fba Merge branch 'main' into add-mcp-server-documentation 2025-09-08 01:02:17 +01:00
Osinachi Okpara
f6ab57367e Add MCP Server documentation
- Create comprehensive MCP Server documentation at docs/customize/mcp-server.mdx
- Add Integration group to navigation in docs.json
- Cover installation, Claude Desktop integration, available tools, and examples
- Address GitHub issue #2933 for missing MCP Server documentation
2025-09-08 00:49:34 +01:00
Magnus Müller
870d72a4a7 Update Qwen model recommendations in documentation to clarify action schema format issues with smaller models. 2025-09-07 16:26:32 -07:00
Magnus Müller
1380b1e903 qwen support 2025-09-07 16:25:15 -07:00
Saurav Panda
8a736c9dfa Merge branch 'main' into magnus/eng-475-sync-do-not-send-data-if-not-signed-in 2025-09-06 17:54:31 -07:00
Magnus Müller
1892888ca0 Fix JSON formatting in documentation file by adding a newline at the end of docs.json. This ensures proper file termination and adheres to best practices for JSON files. 2025-09-06 15:15:11 -07:00
Magnus Müller
73fa4b56db Add Playwright integration example to documentation
This commit adds a new example demonstrating the integration of Playwright with Browser-Use, showcasing how to utilize Playwright for form filling, taking screenshots, and extracting text. The example is linked in the documentation and includes installation instructions and a comprehensive code sample.

- **New Documentation**
- Added a new Playwright integration example in `playwright-integration.mdx`.
- Updated `docs.json` to include the new example in the documentation index.
- Enhanced the `add.mdx` file with references to the Playwright integration example.

This enhances the usability of Browser-Use by providing clear guidance on leveraging Playwright's capabilities alongside it.
2025-09-06 15:13:52 -07:00
Saurav Panda
ed1f0728a6 Merge branch 'main' into magnus/eng-475-sync-do-not-send-data-if-not-signed-in 2025-09-06 12:52:35 -07:00
Enzo Biondo
1da79ca982 Merge branch 'main' into feat/video-recording 2025-09-06 14:43:33 -03:00
Magnus Müller
719761313c Refactor sensitive data handling across examples
- Updated sensitive_data definitions to remove type annotations for clarity.
- Simplified the structure of sensitive_data in multiple files, ensuring consistency in credential representation.
- Enhanced comments to guide users on the proper use of sensitive data in the context of 2FA and domain-specific credentials.

These changes improve the readability and maintainability of the code while ensuring secure handling of sensitive information.
2025-09-06 07:51:52 -07:00
Magnus Müller
304716e30f Enhance authentication flow and user feedback in CLI
- Updated `run_auth_command` to provide detailed authentication status updates and debug information during the authentication process.
- Introduced a new `UpdateAgentSessionEvent` class to facilitate session updates.
- Enhanced `CloudSync` to allow all events during the authentication flow and to show direct links for authenticated users.
- Improved error handling and user messaging for authentication failures.
- Updated documentation to clarify cloud sync settings and authentication instructions.
2025-09-05 13:13:07 -07:00
Magnus Müller
cc6bc374b9 Refactor CLI authentication flow and enhance user feedback
- Updated `run_auth_command` to check authentication status before proceeding, providing immediate feedback for already authenticated users.
- Introduced new task events for both authenticated and unauthenticated states to improve user experience during the authentication process.
- Modified the `main` function to include a dedicated `auth` command for easier access to cloud authentication.
- Updated documentation to reflect changes in the authentication process and usage instructions.
2025-09-05 10:49:12 -07:00
Magnus Müller
9828d18871 Implement cloud authentication feature in CLI and sync services
- Added `run_auth_command` to handle user authentication via the CLI, allowing users to authenticate with Browser Use Cloud.
- Updated `main` function to trigger authentication when the `--auth` option is used.
- Introduced `authenticate_cloud_sync` method in `CloudSync` to facilitate authentication after task completion.
- Modified `DeviceAuthClient` to handle empty agent session IDs gracefully.
- Updated documentation to include instructions for cloud authentication setup and usage.
- Enhanced tests to verify authentication flow and event handling based on authentication status.
2025-09-05 10:00:33 -07:00
Magnus Müller
f474e24b28 force-llm-output-after-failure 2025-09-04 17:22:32 -07:00
Magnus Müller
f06a021b66 linter 2025-09-04 08:47:29 -07:00
Magnus Müller
2a3666d23a Add redirect for old hooks link 2025-09-04 08:43:15 -07:00
Magnus Müller
54c7806143 Merge branch 'main' into docs/hooks-update 2025-09-04 08:16:16 -07:00
Magnus Müller
1c269fffe7 Clean up hooks 2025-09-04 08:14:43 -07:00
Magnus Müller
dc1eb696b3 remove lmnr from examples 2025-09-03 18:11:45 -07:00
Magnus Müller
9e04ab19b1 change tool error message from DOM to browser-state 2025-09-02 11:39:13 -07:00
Magnus Müller
97f321bcea update error message for scroll 2025-09-02 11:32:03 -07:00
Magnus Müller
ead6a1a385 move guide location 2025-09-02 11:01:04 -07:00
Magnus Müller
4a0e9fe590 prompt guide 2025-09-02 10:58:49 -07:00
Gregor Žunič
deea516d21 removed cloud docs 2025-09-02 08:51:58 -07:00
Magnus Müller
02a7927568 Update environment variable names and fix typos in documentation
- Changed `AZURE_ENDPOINT` to `AZURE_OPENAI_ENDPOINT` in `.env.example`.
- Corrected a typo in the contribution guide from "Lets" to "Let's".
- Commented out the logging level setting in `local-setup.mdx` for clarity.
2025-09-01 23:44:48 -07:00
Magnus Müller
471a8d399a Linter 2025-09-01 23:40:21 -07:00
Magnus Müller
c57ca023aa Refactor documentation structure and add new sections
- Reformatted JSON structure in `docs.json` for better readability.
- Updated navigation paths for development-related documentation.
- Removed outdated `hooks.mdx` and `mcp-client.mdx` files.
- Added new `get-help.mdx`, `local-setup.mdx`, `contribution-guide.mdx`, and `observability.mdx` files to enhance developer resources.
- Introduced `telemetry.mdx` to clarify data collection practices and opt-out options.
- Updated `mcp-server.mdx` to reflect current capabilities and usage instructions.
2025-09-01 23:36:19 -07:00
Magnus Müller
14468d021f update-local-dev-docs 2025-09-01 23:01:42 -07:00
Magnus Müller
40b7baea59 Merge branch 'main' into update-sensitive-data-docs 2025-09-01 22:05:13 -07:00
Magnus Müller
5967eb48c9 update-sensitive-data-docs 2025-09-01 22:05:02 -07:00
swiecki
a6a609bcf0 fix broken docs link 2025-09-01 17:09:44 -04:00
Magnus Müller
cd0248f046 Update logging messages in Agent class and enhance quickstart documentation for clarity 2025-09-01 10:44:51 -07:00
Magnus Müller
3b6035d821 edit-quickstart-docs 2025-09-01 09:38:20 -07:00
Marian Schneider
0b4f5d3485 docs: updated hooks examples to use timeouts, removed internal API call, and clearer wording 2025-08-31 23:24:22 +02:00
Marian Schneider
6efbfd236c Merge branch 'main' into docs/hooks-update 2025-08-31 17:49:05 +02:00
Marian Schneider
d827aea29b docs: update hooks complex example to work with latest release 2025-08-31 17:34:45 +02:00
Mert Unsal
ea5c6b558e Enable highlights by default 2025-08-31 08:17:23 -07:00
Marian Schneider
ce6b88c26f docs: update hooks basic example to work with latest release 2025-08-31 17:04:35 +02:00
Marian Schneider
b579308c3b docs: update data available in hooks for Playwright removal 2025-08-31 15:38:28 +02:00
mertunsall
6de9261b85 disable highlights by default 2025-08-31 12:46:24 +02:00
Mert Unsal
157d0804cb Merge branch 'main' into correction-in-docs 2025-08-31 00:50:59 +02:00
Gregor Žunič
d6ea63e431 reverted docs to API V1 2025-08-28 19:25:52 -07:00
Enzo Biondo
d6d5fd0fb6 Merge branch 'main' into feat/video-recording 2025-08-27 14:47:05 -03:00
Magnus Müller
7d83d6b332 Update browser parameters documentation to clarify is_local usage and remove deprecated stealth option. Adjust remote browser examples to reflect changes in parameter handling. 2025-08-27 10:06:56 -07:00
krishna
f430e2fc69 Minor documentation changes for consistency. 2025-08-27 20:36:52 +05:30
Magnus Müller
f36279b7f3 Merge remote-tracking branch 'origin/main' into dev 2025-08-27 00:41:27 -07:00