Skip to content

Releases: qckfx/browser-ai

v0.1.1 - Major Improvements

22 Jul 08:00

Choose a tag to compare

What's New

🚀 Major Improvements

  • Dual Authentication Support: Use either OAuth (recommended for Claude subscribers) or API keys
  • Better Error Handling: Authentication errors now properly display in Claude Code
  • Improved Browser Automation: Refactored agent for more natural, conversational responses
  • Enhanced Search Results: Better extraction and reporting of search results and page content

🐛 Bug Fixes

  • Fixed MCP server initialization issues that prevented error messages from being displayed
  • Fixed search result extraction that wasn't reporting findings back to users
  • Updated auth storage location to ~/.local/browser-ai

🔧 Technical Changes

  • Renamed tool from browser_ai to execute for clarity
  • Server now starts successfully even without authentication, reporting errors when tools are used
  • Full browser snapshot content is now passed to the AI for better data extraction
  • Updated test suite to run all tests in the test directory

Installation

# For Claude Code users
claude mcp add browser-ai -- npx --yes @qckfx/browser-ai@latest

# For authentication (Claude subscribers)
npx @qckfx/browser-ai@latest --auth

# Or use API key
export ANTHROPIC_API_KEY="your-key"

Full Changelog

v0.1.0...v0.1.1