Skip to content

Releases: joehe71/browser-tools

v1.0.0

Choose a tag to compare

@joehe71 joehe71 released this 12 Jul 06:45
713b774

1.0.0 (2026-07-12)

⚠ BREAKING CHANGES

  • Removed all 23 shell exec wrapper tools. Browser automation is now provided by chrome-devtools-mcp MCP server, registered via Finch's mcp.client capability. Tools are exposed as mcp__chrome-devtools__* and discovered by the Agent via ToolSearch with source:"mcp".

Features

  • refactor to MCP tool — register chrome-devtools-mcp via mcp.client (fa26aeb)

Bug Fixes

  • i18n for form field descriptions in browser_setup (ae4ecc0)
  • i18n toast message for browser_setup success (e2f1cd6)
  • remove slash prefix from promptGuides — backtick-wrap tool names instead (2f03b93)

v0.2.1

Choose a tag to compare

@joehe71 joehe71 released this 12 Jul 05:21

What's Changed\n- chore: update icon\n- chore: release v0.2.1\n\nFull Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@joehe71 joehe71 released this 10 Jul 09:50
382e771

0.2.0 (2026-07-10)

Features

  • systemPrompt 兼容 macOS/Linux/Windows 三平台 Chrome 检测和启动 (b85e0bd)
  • systemPrompt 增加 Chrome 安装检测,connect 前先确认浏览器可用 (a27c5b0)
  • systemPrompt 增加实时操作提示,用户想看操作时引导使用 browser_connect (bfb2a6f)
  • systemPrompt 改为 agent 自己启动 Chrome 带调试端口,不需用户手动操作 (c582841)
  • 添加 browser_connect 工具,支持 CDP 连接可见浏览器 (e494635)
  • 添加 browser_setup 工具,支持 npm/homebrew/curl 三种安装方式,本地二进制优先 (f683f1f)
  • 添加 i18n 支持,扩展名改为 browser-tools (3cc2e78)
  • 用 chrome-devtools-mcp 完全替换 agent-browser (6a252fa)
  • 补齐 agent-browser 缺失的浏览器自动化工具 (a694cec)

Bug Fixes

  • deactivate 时停止 chrome-devtools daemon (7dd6d7f)
  • set git identity in CI for finch-releases sync (cce9a4a)
  • set git token auth for finch-releases push (030f9d6)
  • skip npm publish if version already exists (ee23d2c)