English
Panerelay 0.10.0 makes Setup self-contained, simplifies Fetch onboarding, and adds an evidence-backed Panerelay Fetch versus OpenCLI comparison.
Highlights
- Make base Setup install the matching global
panerelayCLI when absent. Setup updates or removes only an unchanged CLI it owns, preserves user-managed installations, never edits shell startup files, and supports--no-cliand--keep-cli. - Rework the README and website into a linear Extension → Setup → Skill → Fetch/Connect path, using the canonical Skill URL and replacing the duplicate engine handoff with a known-URL Fetch guide.
- Teach the
panerelaySkill to discover installed site and command help before invoking machine-readable adapter commands instead of guessing from a bundled catalog. - Add bilingual OpenCLI/direct-CDP FAQs and a reproducible browser-authenticated request benchmark. In the recorded environment, Panerelay reduced sequential median latency by 40.2%, reduced eight-request batch completion time by 48.4%, and delivered 1.95× median concurrent throughput versus the tested OpenCLI prepared-page path. These are scenario-specific results; see the benchmark report.
v0.10.0 README · Full changelog
简体中文
Panerelay 0.10.0 让 Setup 形成完整闭环、简化 Fetch 上手流程,并新增有实测依据的 Panerelay Fetch 与 OpenCLI 对比。
主要更新
- 基础 Setup 会在缺少命令时安装同版本的全局
panerelayCLI;只更新或移除仍由 Setup 管理且未被外部修改的安装,保留用户自行管理的版本,不编辑 shell 启动文件,并支持--no-cli与--keep-cli。 - 将 README 和官网整理为“扩展 → Setup → Skill → Fetch/Connect”的线性流程,统一使用规范 Skill URL,并用已知 URL 的 Fetch 指南替换重复的自动化引擎交接选择器。
panerelaySkill 会先发现已安装站点和命令帮助,再调用机器可读的 adapter 命令,不再根据内置目录猜测。- 新增中英文 OpenCLI/直接 CDP FAQ 和可复现的浏览器登录态请求测试。在记录环境中,相比被测的 OpenCLI 已准备页面路径,Panerelay 顺序请求中位延迟降低 40.2%,8 请求批次完成时间降低 48.4%,并发吞吐量中位数为 1.95 倍。数据只适用于该明确场景,详见测试报告。