Releases: F-loat/panerelay
Release list
Panerelay 0.7.0
English
Panerelay 0.7.0 gives new side-panel conversations an exact, fail-closed path back to their originating authorized tab, and improves Agent reliability, interactive setup, and side-panel presentation.
Highlights
- Add a bounded opaque browser/target hint to new conversations so agent-browser, Browser Use, or Playwright can start from the exact originating authorized tab. The hint never exposes a raw Chrome tab ID, grants authorization, or falls back to a similar URL when stale.
- Make the unified
panerelay-browserSkill choose and inspect one automation engine for an ordinary task: honor the user's explicit choice, otherwise use the highest-priority registered integration, with agent-browser as the fallback recommendation. - Keep Qoder and OpenCode prompt turns alive until ACP completion, interruption, runtime exit, or shutdown instead of applying the short control-request timeout; strip recognized Panerelay context envelopes from loaded Side Panel history while preserving real user content.
- Restore the setup-captured command search path for Codex, Claude Code, Qoder, and OpenCode processes, so tools such as
agent-browser,node, andnpxremain discoverable when Chrome launches the Native Host with a minimal environment. - Bootstrap the selected Provider and bounded status labels from a presentation-only cache, show one neutral connecting state during live discovery, and keep Agent actions disabled until live readiness is authoritative.
- Render safe GitHub-flavored Markdown tables with responsive horizontal scrolling, and show bounded Qoder/OpenCode tool output in expanded successful terminal activity cards without forwarding provider-native raw payloads.
- Add a persistent custom accent color for Side Panel controls, page comments, and the controlled-tab badge while keeping danger, warning, Provider branding, and engine favicons independent.
- Make repeated interactive setup runs reflect the current Panerelay integration state. Checked integrations are installed or updated, unchecked integrations remove only Panerelay-owned artifacts, and explicit integration flags remain additive.
- Add a localized
Release all controlaction to the Extension toolbar icon's context menu. It releases the current Panerelay lease and debugger attachments while preserving the selected authorization scope and leaving user-owned Agent or browser processes running. - Keep the Extension, protocol, Bridge, Providers, adapters, setup package, browser registry, CLI, and unified Skill documentation aligned in one lockstep release.
Installation and compatibility
-
Follow the v0.7.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.7.0 Panerelay runtime exactly, pair the
panerelay-extension-0.7.0.zipasset with:npx --yes @panerelay/setup@0.7.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.
-
The OpenCode provider uses a user-installed OpenCode CLI; the exact ACP-verified baseline is 1.18.12. Panerelay preserves the user's OpenCode permission policy, so configure OpenCode permissions to
askwhen Side Panel approval prompts are required. See the OpenCode compatibility record. -
Microsoft Edge integration remains classified as
Forwarded. -
Side-panel Agents: Codex, Claude Code, Qoder, and OpenCode.
-
Do not mix Extension and npm package versions.
简体中文
Panerelay 0.7.0 为新的侧边栏会话提供了精确且失败关闭的来源标签页定位方式,并进一步提升了 Agent 可靠性、交互式 setup 体验和侧边栏展示效果。
主要更新
- 为新会话加入有界的不透明浏览器/目标提示,让 agent-browser、Browser Use 或 Playwright 从准确的来源已授权标签页开始工作。提示不会暴露 Chrome 原始 tab ID、授予权限,也不会在失效后回退到相似 URL。
- 统一的
panerelay-browserSkill 在普通任务中只选择并检查一种自动化工具:优先遵循用户明确指定的工具,否则使用优先级最高的已登记集成;没有可信 setup 信息时推荐 agent-browser。 - Qoder 与 OpenCode 的 prompt turn 会持续到 ACP 正常完成、用户中断、Runtime 退出或 Provider 关闭,不再套用短控制请求的超时;加载侧边栏历史时会移除可识别的 Panerelay 上下文信封,同时保留真实用户内容。
- 为 Codex、Claude Code、Qoder 和 OpenCode 进程恢复 setup 捕获的命令搜索路径;即使 Chrome 使用精简环境启动 Native Host,
agent-browser、node、npx等工具仍可被 Agent 找到。 - 使用仅供展示的缓存初始化已选 Provider 和有界状态标签;实时发现期间统一显示中性的连接中状态,并在实时就绪结果确认前禁用 Agent 操作。
- 支持安全渲染 GitHub 风格 Markdown 表格并在窄侧边栏中横向滚动;成功的终端活动展开后可显示有界的 Qoder/OpenCode 工具输出,同时不会转发 Provider 原生原始数据。
- 新增可持久化的自定义强调色,应用于侧边栏控件、页面评论和受控标签页数量徽标;危险、警告、Provider 品牌色与工具 favicon 继续保持独立。
- 重复运行交互式 setup 时会反映当前 Panerelay 集成状态:选中的集成会安装或更新,未选中的集成只移除 Panerelay 自有产物;显式集成参数仍保持增量行为。
- 在扩展工具栏图标的右键菜单中新增本地化的
释放全部控制操作。它会释放当前 Panerelay 租约和 debugger 附加,同时保留已选择的授权范围,也不会结束用户自行启动的 Agent 或浏览器进程。 - Extension、协议、Bridge、Provider、适配器、setup、浏览器注册表、CLI 和统一 Skill 文档继续采用同版本配套发布。
安装与兼容性
-
本版本推荐的“扩展程序 + Skill”安装流程请参考 v0.7.0 中文 README。
-
使用以下命令安装统一的 Agent Skill:
npx skills add F-loat/panerelay --skill panerelay-browser
-
如需精确复现 Panerelay 0.7.0 运行时,请将
panerelay-extension-0.7.0.zip与以下命令配套使用:npx --yes @panerelay/setup@0.7.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。
-
OpenCode Provider 使用用户自行安装的 OpenCode CLI;ACP 精确验证基线为 1.18.12。Panerelay 会保留用户的 OpenCode 权限策略;需要侧边栏审批提示时,请将 OpenCode 权限配置为
ask。详见 OpenCode 兼容性记录。 -
Microsoft Edge 集成仍分类为
Forwarded。 -
侧边栏 Agent 包含 Codex、Claude Code、Qoder 和 OpenCode。
-
请勿混用不同版本的 Extension 与 npm 包。
完整变更记录:v0.6.0...v0.7.0
Panerelay 0.6.0
English
Panerelay 0.6.0 adds OpenCode as a fourth side-panel Agent and makes conversations, browser-tool guidance, model visibility, and tab-linked workspaces more predictable.
Highlights
- Add an optional OpenCode Agent provider through its user-installed ACP runtime, with session history, streaming text and reasoning, tool activity, image input, interruption, and correlated permission responses.
- Discover OpenCode through setup and doctor without installing, authenticating, or configuring it; list installed providers first and provide a compact retry action when local discovery changes.
- Load and search conversation history only when requested, keep new conversations as local drafts until the first message, and avoid creating empty Agent sessions.
- Bind conversations to Extension-private tab workspaces: only page-created navigation targets inherit the source conversation, browser-created tabs stay independent, and starting fresh detaches only the active tab.
- Show the current model only when the installed provider reports it, without inventing a default or exposing provider-native configuration payloads.
- Guide new browser tasks through the unified
panerelay-browserSkill, use cached Panerelay registrations as a fast-path hint, attempt the canonical Skill installation when explicitly requested browser work needs it, and fall back to another tool only when installation cannot complete. - Keep streamed output pinned while the user is following the bottom, preserve the reading position after an upward scroll, and make completed, failed, and declined activity cards expandable with their full original command or title.
- Keep the Extension, protocol, Bridge, Providers, adapters, setup package, browser registry, CLI, and unified Skill documentation aligned in one lockstep release.
Installation and compatibility
-
Follow the v0.6.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.6.0 Panerelay runtime exactly, pair the
panerelay-extension-0.6.0.zipasset with:npx --yes @panerelay/setup@0.6.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.
-
The OpenCode provider uses a user-installed OpenCode CLI; the exact ACP-verified baseline is 1.18.12. Panerelay preserves the user's OpenCode permission policy, so configure OpenCode permissions to
askwhen Side Panel approval prompts are required. See the OpenCode compatibility record. -
Microsoft Edge integration remains classified as
Forwarded. -
Side-panel Agents: Codex, Claude Code, Qoder, and OpenCode.
-
Do not mix Extension and npm package versions.
简体中文
Panerelay 0.6.0 新增 OpenCode 作为第四种侧边栏 Agent,并让对话、浏览器工具引导、模型展示和标签页关联工作区更加清晰可靠。
主要更新
- 通过用户自行安装的 ACP Runtime 新增可选 OpenCode Agent Provider,支持会话历史、文本与思考过程流式输出、工具活动、图片输入、中断和关联权限响应。
- setup 与 doctor 可以发现 OpenCode,但不会替用户安装、登录或配置;已安装 Provider 优先展示,本地发现状态变化后可以通过紧凑的重试入口重新检测。
- 仅在用户打开历史记录时加载并搜索对话;新对话在发送第一条消息前保持为本地草稿,不再创建空的 Agent 会话。
- 将对话绑定到扩展内部的标签页工作区:只有网页创建的导航目标会继承来源对话,浏览器界面新建的标签页保持独立,新建对话也只会分离当前标签页。
- 仅在已安装 Provider 实际报告模型时展示当前模型,不推测默认值,也不暴露 Provider 原生配置数据。
- 新浏览器任务统一通过
panerelay-browserSkill 引导;把已有 Panerelay 注册信息作为快速路径提示,在明确的浏览器任务需要且 Skill 不可用时尝试标准安装,只有安装无法完成后才回退到其他工具。 - 用户正在跟随底部时持续自动滚动,向上阅读后保留当前位置;成功、失败和拒绝的活动卡片均可展开查看完整原始命令或标题。
- Extension、协议、Bridge、Provider、适配器、setup、浏览器注册表、CLI 和统一 Skill 文档继续采用同版本配套发布。
安装与兼容性
-
本版本推荐的“扩展程序 + Skill”安装流程请参考 v0.6.0 中文 README。
-
使用以下命令安装统一的 Agent Skill:
npx skills add F-loat/panerelay --skill panerelay-browser
-
如需精确复现 Panerelay 0.6.0 运行时,请将
panerelay-extension-0.6.0.zip与以下命令配套使用:npx --yes @panerelay/setup@0.6.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。
-
OpenCode Provider 使用用户自行安装的 OpenCode CLI;ACP 精确验证基线为 1.18.12。Panerelay 会保留用户的 OpenCode 权限策略;需要侧边栏审批提示时,请将 OpenCode 权限配置为
ask。详见 OpenCode 兼容性记录。 -
Microsoft Edge 集成仍分类为
Forwarded。 -
侧边栏 Agent 包含 Codex、Claude Code、Qoder 和 OpenCode。
-
请勿混用不同版本的 Extension 与 npm 包。
完整变更记录:v0.5.0...v0.6.0
Panerelay 0.5.0
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/playwrightdiscovery 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/playwrightand add optional Playwright setup and doctor support without replacing the upstreamplaywright-cli, changing its defaults, or taking over Playwright automation semantics. - Add the repository-level
panerelay-browserSkill 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, whilenpx skillsmanages 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.zipasset 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-browserSkill,统一覆盖 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
Panerelay 0.4.0
English
Panerelay 0.4.0 gives Browser Use a stable, setup-managed connection to authorized tabs in your existing browser.
Highlights
- Let the official Browser Use CLI and
browser-use --cli-mcpread the fixedBU_CDP_URLmanaged in Browser Harness's user-scoped environment. - Add a stable loopback discovery gateway that selects the configured Panerelay browser and creates a short-lived CDP connection without persisting dynamic connection URLs.
- Save Browser Use Direct or Extension mode in the shared Panerelay CLI configuration while keeping explicit process environment overrides authoritative.
- Remove the private Browser Use launcher and wrapper path so the official upstream entry points continue to own automation semantics.
- Simplify setup with the shared
--global-defaultoption, integration-aware doctor output, safer environment-file preservation, validation, and cleanup. - Keep the Extension, protocol, Bridge, Providers, adapters, setup package, browser registry, and CLI in one lockstep release.
Installation and compatibility
-
Follow the v0.4.0 README for this release's installation path.
-
To reproduce exactly 0.4.0, pair the
panerelay-extension-0.4.0.zipasset with:npx --yes @panerelay/setup@0.4.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.
-
Side-panel Agents: Codex, Claude Code, and Qoder.
-
Do not mix Extension and npm package versions.
简体中文
Panerelay 0.4.0 为 Browser Use 提供稳定、由 setup 管理的连接,用于操作现有浏览器中已授权的标签页。
主要更新
- 让官方 Browser Use CLI 和
browser-use --cli-mcp直接读取 Browser Harness 用户级环境中由 Panerelay 管理的固定BU_CDP_URL。 - 新增稳定的本地回环发现网关:按 Panerelay 配置选择浏览器,并创建短期 CDP 连接,不持久化动态连接地址。
- 在共享的 Panerelay CLI 配置中保存 Browser Use 的 Direct 或 Extension 模式,同时保持显式进程环境变量拥有更高优先级。
- 移除私有 Browser Use 启动器和包装器路径,继续由官方上游入口负责自动化语义。
- 使用统一的
--global-default简化 setup,并改进按集成展示的 doctor 输出、环境文件保护、校验和清理。 - Extension、协议、Bridge、Provider、适配器、setup、浏览器注册表和 CLI 继续采用同版本配套发布。
安装与兼容性
-
本版本的安装方式请参考 v0.4.0 README。
-
如需精确复现 0.4.0,请将
panerelay-extension-0.4.0.zip与以下命令配套使用:npx --yes @panerelay/setup@0.4.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。
-
侧边栏 Agent 包含 Codex、Claude Code 和 Qoder。
-
请勿混用不同版本的 Extension 与 npm 包。
完整变更记录:v0.3.0...v0.4.0
Panerelay 0.3.0
English
Panerelay 0.3.0 expands browser coverage and adds Claude Code and Browser Use integrations.
Highlights
- Add Claude Code as a side-panel Agent provider.
- Add Microsoft Edge support alongside Chrome.
- Add multi-browser routing and standalone CLI workflows.
- Add the Browser Use connection adapter and a dedicated setup launcher.
- Make optional automation adapter setup explicit and improve Browser Use integration settings.
- Refresh the project site and agent-first onboarding experience.
- Keep the Extension, protocol, Bridge, Providers, adapters, setup package, browser registry, and CLI in one lockstep release.
Installation and compatibility
-
Follow the repository README for the current recommended installation path.
-
To reproduce exactly 0.3.0, pair the
panerelay-extension-0.3.0.zipasset with:npx --yes @panerelay/setup@0.3.0
-
Requires Node.js 20 or newer and agent-browser 0.33.0 or newer; compatibility evidence covers agent-browser 0.33.0.
-
Side-panel Agents: Codex, Claude Code, and Qoder.
-
Do not mix Extension and npm package versions.
简体中文
Panerelay 0.3.0 扩展了浏览器支持范围,并新增 Claude Code 和 Browser Use 集成。
主要更新
- 新增 Claude Code 侧边栏 Agent Provider。
- 在 Chrome 之外新增 Microsoft Edge 支持。
- 新增多浏览器路由和独立 CLI 工作流。
- 新增 Browser Use 连接适配器和专用安装入口。
- 明确可选自动化适配器的安装方式,并改进 Browser Use 集成设置。
- 更新项目网站和 Agent-first 引导流程。
- Extension、协议、Bridge、Provider、适配器、setup、浏览器注册表和 CLI 继续采用同版本配套发布。
安装与兼容性
-
当前推荐的安装方式请参考仓库 README。
-
如需精确复现 0.3.0,请将
panerelay-extension-0.3.0.zip与以下命令配套使用:npx --yes @panerelay/setup@0.3.0
-
需要 Node.js 20 或更高版本,以及 agent-browser 0.33.0 或更高版本;已验证的兼容性基线为 agent-browser 0.33.0。
-
侧边栏 Agent 包含 Codex、Claude Code 和 Qoder。
-
请勿混用不同版本的 Extension 与 npm 包。
完整变更记录:v0.2.0...v0.3.0
Panerelay 0.2.0
English
Panerelay 0.2.0 improves concurrent browser automation and adds richer side-panel workflows.
Highlights
- Let multiple authenticated agent-browser sessions share the authorized browser while keeping their targets and session state isolated.
- Separate passive page observation from active browser control, preserving early network events without marking every discovered tab as controlled.
- Keep Agent tab selection and background automation from switching the Chrome tab you are viewing.
- Add project-directory selection, bounded current-page context, page-element comments, pasted image input, and optional automatic approval to side-panel conversations.
- Improve per-Agent activity attribution and expandable failure details.
Installation and compatibility
-
Follow the repository README for the current recommended installation path.
-
To reproduce exactly 0.2.0, pair the
panerelay-extension-0.2.0.zipasset with:npx --yes @panerelay/setup@0.2.0
-
Requires Node.js 20 or newer and agent-browser 0.33.0 or newer; compatibility evidence covers agent-browser 0.33.0.
-
Side-panel Agents: Codex and Qoder. Claude Code side-panel support is not part of this release.
-
Do not mix Extension and npm package versions.
Full Changelog: v0.1.0...v0.2.0
简体中文
Panerelay 0.2.0 改进了多 Agent 并发浏览器自动化,并带来更完整的侧边栏工作流。
主要更新
- 允许多个经过身份验证的 agent-browser 会话共享同一个已授权浏览器,同时保持各自的目标标签页和会话状态相互隔离。
- 区分被动页面观察与主动浏览器控制:既能保留早期网络事件,也不会把所有被发现的标签页都标记为“正在控制”。
- Agent 选择标签页或在后台执行自动化时,不会切走你当前正在浏览的 Chrome 标签页。
- 侧边栏对话新增项目目录选择、受限的当前页面上下文、页面元素批注、粘贴图片输入和可选的自动审批。
- 改进不同 Agent 的活动归属展示,并支持展开查看失败详情。
安装与兼容性
-
当前推荐的安装方式请参考仓库 README。
-
如需精确复现 0.2.0,请将
panerelay-extension-0.2.0.zip与以下命令配套使用:npx --yes @panerelay/setup@0.2.0
-
需要 Node.js 20 或更高版本,以及 agent-browser 0.33.0 或更高版本;已验证的兼容性基线为 agent-browser 0.33.0。
-
侧边栏 Agent 包含 Codex 和 Qoder;此版本不包含 Claude Code 侧边栏支持。
-
请勿混用不同版本的 Extension 与 npm 包。
完整变更记录:v0.1.0...v0.2.0
Panerelay 0.1.0
English
Panerelay's first stable release connects AI agents to explicitly authorized tabs in the Chrome profile you already use.
Highlights
- Use agent-browser CLI or MCP with authorized existing Chrome tabs.
- Run Codex and Qoder conversations from the Chrome side panel.
- Keep site permission, tab authorization, and browser control explicit and revocable.
- Install, diagnose, update, and uninstall the user-scoped native integration on macOS, Linux, and Windows.
Compatibility
-
Node.js 20 or newer.
-
agent-browser 0.33.0 or newer; compatibility evidence covers 0.33.0.
-
Side-panel Agents: Codex and Qoder. Claude Code side-panel support is not part of this release.
-
Panerelay components are released in lockstep. To reproduce 0.1.0, pair the
panerelay-extension-0.1.0.zipasset with:npx --yes @panerelay/setup@0.1.0
Full Changelog: https://github.com/F-loat/panerelay/commits/v0.1.0
简体中文
Panerelay 的首个稳定版本,让 AI Agent 能够操作你日常使用的 Chrome 中经过明确授权的标签页。
主要功能
- 通过 agent-browser CLI 或 MCP 操作已授权的现有 Chrome 标签页。
- 在 Chrome 侧边栏中使用 Codex 和 Qoder 进行对话。
- 站点权限、标签页授权和浏览器控制均保持明确、可见且可随时撤销。
- 在 macOS、Linux 和 Windows 上安装、诊断、更新或卸载用户级本地集成。
兼容性
-
需要 Node.js 20 或更高版本。
-
需要 agent-browser 0.33.0 或更高版本;已验证的兼容性基线为 0.33.0。
-
侧边栏 Agent 包含 Codex 和 Qoder;此版本不包含 Claude Code 侧边栏支持。
-
Panerelay 各组件采用同版本配套发布。如需复现 0.1.0,请将
panerelay-extension-0.1.0.zip与以下命令配套使用:npx --yes @panerelay/setup@0.1.0