Skip to content

Release v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Feb 04:12
· 2 commits to main since this release
2b50123

A new update with many important changes

πŸš€ New Stuff and quality of life changes

  • Improved regex precision for Cloudflare challenge detection (Thanks to @RinZ27 #133)
  • Improved the speed and efficiency of the Cloudflare solver. Now it is nearly twice as fast.
  • Improved the Cloudflare solver to handle the case where websites sometimes show the Cloudflare page twice before redirecting to the main website.
  • Improved the stealthy browser's stealth mode and speed by removing the injected JS files.
  • Improved the MCP schema to be acceptable by OpenCode (Thanks to @robin-ede #137)
  • Made the MCP schema even more MCP-friendly to be accepted by VS Code Copilot and other strict tools. (Solves #150 )
  • Improved the MCP server tokens consumption by a large margin through stripping useless HTML tags while the main_content_only option is activated.
  • Fixed the PyPI page and added the files to register the MCP server to the MCP servers registry.
  • Added a new code snippet to show how to install the browsers deps through code instead of using the commandline to allow easier automation.
  • Improved all workflows by using the latest actions versions (Thanks to @salmanmkc #143/#144)

πŸ™ Special thanks to the community for all the continuous testing and feedback