Skip to content

Panerelay 0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:31
7ace775

English

Panerelay 0.5.0 adds Playwright CLI as a third automation integration and brings agent-browser, Browser Use, and Playwright guidance together in one unified Agent Skill.

Highlights

  • Add explicit Playwright CLI attachment through the dedicated http://127.0.0.1:43827/cdp/playwright discovery endpoint.
  • Keep Playwright tab discovery, selection, snapshots, navigation, actions, dialogs, frames, popups, screenshots, and cleanup inside Panerelay's explicit authorization and revocation boundary.
  • Publish @panerelay/playwright and add optional Playwright setup and doctor support without replacing the upstream playwright-cli, changing its defaults, or taking over Playwright automation semantics.
  • Add the repository-level panerelay-browser Skill for agent-browser, Browser Use, and Playwright CLI setup, verification, usage, and troubleshooting.
  • Separate Skill lifecycle from @panerelay/setup: setup continues to manage the Native Host, Providers, adapters, Browser Use environment, Playwright adapter, and supported defaults, while npx skills manages the independently installed Skill.
  • Simplify interactive setup with a localized keyboard multiselect and at most one default-provider confirmation.
  • Automate stable release dispatch from the exact validated preparation merge and keep all publishable packages in one lockstep release.

Installation and compatibility

  • Follow the v0.5.0 README for this release's recommended Extension-plus-Skill path.

  • Install the unified Agent Skill with:

    npx skills add F-loat/panerelay --skill panerelay-browser
  • To reproduce the 0.5.0 Panerelay runtime exactly, pair the panerelay-extension-0.5.0.zip asset with:

    npx --yes @panerelay/setup@0.5.0
  • Requires Node.js 20 or newer.

  • agent-browser 0.33.0 or newer is supported; the exact verified baseline is 0.33.0.

  • Browser Use integration requires browser-use 0.13.7 or newer with Browser Harness 0.1.8 or newer; the exact verified baseline is browser-use 0.13.7 with Browser Harness 0.1.8.

  • Playwright integration requires the upstream Playwright CLI 0.1.17 or newer; the exact Chrome-verified baseline is 0.1.17. This does not claim support for Playwright Test.

  • Microsoft Edge integration remains classified as Forwarded.

  • Side-panel Agents: Codex, Claude Code, and Qoder.

  • Do not mix Extension and npm package versions.


简体中文

Panerelay 0.5.0 新增 Playwright CLI 作为第三种自动化工具集成,并将 agent-browser、Browser Use 和 Playwright 的使用引导收敛到一个统一的 Agent Skill。

主要更新

  • 新增 Playwright CLI 显式接入,通过专用的 http://127.0.0.1:43827/cdp/playwright 发现端点建立连接。
  • Playwright 的标签页发现与选择、快照、导航、页面操作、对话框、frame、popup、截图和清理继续遵守 Panerelay 的明确授权与撤销边界。
  • 发布 @panerelay/playwright,并新增可选的 Playwright setup 与 doctor 支持;不会替换上游 playwright-cli、修改其默认配置或接管 Playwright 的自动化语义。
  • 新增仓库级 panerelay-browser Skill,统一覆盖 agent-browser、Browser Use 和 Playwright CLI 的安装、验证、使用与故障排查。
  • 将 Skill 生命周期从 @panerelay/setup 中拆分:setup 继续管理 Native Host、Provider、适配器、Browser Use 环境、Playwright 适配器和受支持的默认设置,独立安装的 Skill 则由 npx skills 管理。
  • 将交互式 setup 简化为本地化的键盘多选,并最多只询问一次默认 Provider。
  • 从经过验证的准备分支合并结果自动触发稳定版发布,并继续保持所有可发布包同版本配套。

安装与兼容性

  • 本版本推荐的“扩展程序 + Skill”安装流程请参考 v0.5.0 中文 README

  • 使用以下命令安装统一的 Agent Skill:

    npx skills add F-loat/panerelay --skill panerelay-browser
  • 如需精确复现 Panerelay 0.5.0 运行时,请将 panerelay-extension-0.5.0.zip 与以下命令配套使用:

    npx --yes @panerelay/setup@0.5.0
  • 需要 Node.js 20 或更高版本。

  • 支持 agent-browser 0.33.0 或更高版本;精确验证基线为 0.33.0。

  • Browser Use 集成需要 browser-use 0.13.7 或更高版本以及 Browser Harness 0.1.8 或更高版本;精确验证基线为 browser-use 0.13.7 与 Browser Harness 0.1.8。

  • Playwright 集成需要上游 Playwright CLI 0.1.17 或更高版本;Chrome 精确验证基线为 0.1.17。此兼容性声明不包含 Playwright Test。

  • Microsoft Edge 集成仍分类为 Forwarded

  • 侧边栏 Agent 包含 Codex、Claude Code 和 Qoder。

  • 请勿混用不同版本的 Extension 与 npm 包。

完整变更记录v0.4.0...v0.5.0