@sleepinsummer/agent-browser-cli 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,8 +10,9 @@
10
10
  <a href="https://github.com/sleepinginsummer/agent-browser-cli"><img src="https://img.shields.io/badge/CLI-agentbrowsercli-2ea44f" alt="CLI agentbrowsercli"></a>
11
11
  <a href="https://github.com/sleepinginsummer/agent-browser-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="License MIT"></a>
12
12
  <a href="https://github.com/sleepinginsummer/agent-browser-cli"><img src="https://img.shields.io/badge/sys-win%2Fmac%2Flinux-0078D6?labelColor=0078D6&color=C0C0C0" alt="sys win/mac/linux"></a>
13
- <a href="https://github.com/sleepinginsummer/agent-browser-cli/releases"><img src="https://img.shields.io/badge/release-v0.2.8-blue" alt="release v0.2.8"></a>
13
+ <a href="https://github.com/sleepinginsummer/agent-browser-cli/releases"><img src="https://img.shields.io/badge/release-v0.2.9-blue" alt="release v0.2.9"></a>
14
14
  <a href="https://github.com/sleepinginsummer/agent-browser-cli/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs welcome"></a>
15
+ <a href="https://github.com/sleepinginsummer/agent-browser-cli/stargazers"><img src="https://img.shields.io/github/stars/sleepinginsummer/agent-browser-cli?label=stars&color=yellow" alt="GitHub stars"></a>
15
16
  </p>
16
17
 
17
18
  [AI 一句话安装](#ai-一句话安装) · [手动安装](#手动安装) · [Chrome 扩展](#chrome-扩展) · [更新](#更新) · [卸载](#卸载) · [友情链接](#友情链接)
@@ -26,7 +27,7 @@
26
27
 
27
28
  ## 项目信息
28
29
 
29
- - 当前版本:`0.2.8`
30
+ - 当前版本:`0.2.9`
30
31
  - 支持平台:Windows(包括 WSL)/ Mac / Linux
31
32
  - 浏览器:Chrome,需加载拓展 `assets/tmwd_cdp_bridge`
32
33
  - Linux 支持前提:本机 Chrome / Chromium 需要支持安装扩展
package/README_EN.md CHANGED
@@ -10,8 +10,9 @@ Browser perception · Page control · Chrome session reuse · CDP · Conditional
10
10
  <a href="https://github.com/sleepinginsummer/agent-browser-cli"><img src="https://img.shields.io/badge/CLI-agentbrowsercli-2ea44f" alt="CLI agentbrowsercli"></a>
11
11
  <a href="https://github.com/sleepinginsummer/agent-browser-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="License MIT"></a>
12
12
  <a href="https://github.com/sleepinginsummer/agent-browser-cli"><img src="https://img.shields.io/badge/sys-win%2Fmac%2Flinux-0078D6?labelColor=0078D6&color=C0C0C0" alt="sys win/mac/linux"></a>
13
- <a href="https://github.com/sleepinginsummer/agent-browser-cli/releases"><img src="https://img.shields.io/badge/release-v0.2.8-blue" alt="release v0.2.8"></a>
13
+ <a href="https://github.com/sleepinginsummer/agent-browser-cli/releases"><img src="https://img.shields.io/badge/release-v0.2.9-blue" alt="release v0.2.9"></a>
14
14
  <a href="https://github.com/sleepinginsummer/agent-browser-cli/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs welcome"></a>
15
+ <a href="https://github.com/sleepinginsummer/agent-browser-cli/stargazers"><img src="https://img.shields.io/github/stars/sleepinginsummer/agent-browser-cli?label=stars&color=yellow" alt="GitHub stars"></a>
15
16
  </p>
16
17
 
17
18
  [AI One-Line Install](#ai-one-line-install) · [Manual Installation](#manual-installation) · [Chrome Extension](#chrome-extension) · [Update](#update) · [Uninstall](#uninstall) · [Friendly Links](#friendly-links)
@@ -26,7 +27,7 @@ This project is not Selenium or Playwright. It is better suited for helping agen
26
27
 
27
28
  ## Project Info
28
29
 
29
- - Current version: `0.2.8`
30
+ - Current version: `0.2.9`
30
31
  - Supported platforms: Windows (including WSL) / Mac / Linux
31
32
  - Browser: Chrome, with the `assets/tmwd_cdp_bridge` extension loaded
32
33
  - Linux prerequisite: the local Chrome / Chromium build must support loading extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleepinsummer/agent-browser-cli",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Agent-oriented browser sensing and control CLI backed by a native Rust daemon.",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -18,14 +18,16 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "build": "cargo build --release",
21
+ "version": "node scripts/sync-optional-deps.mjs && git add package.json package-lock.json",
22
+ "prepack": "node scripts/sync-optional-deps.mjs",
21
23
  "postinstall": "node npm/postinstall.js"
22
24
  },
23
25
  "optionalDependencies": {
24
- "@sleepinsummer/agent-browser-cli-darwin-arm64": "0.2.7",
25
- "@sleepinsummer/agent-browser-cli-darwin-x64": "0.2.7",
26
- "@sleepinsummer/agent-browser-cli-linux-x64": "0.2.7",
27
- "@sleepinsummer/agent-browser-cli-linux-arm64": "0.2.7",
28
- "@sleepinsummer/agent-browser-cli-win32-x64": "0.2.7"
26
+ "@sleepinsummer/agent-browser-cli-darwin-arm64": "0.2.9",
27
+ "@sleepinsummer/agent-browser-cli-darwin-x64": "0.2.9",
28
+ "@sleepinsummer/agent-browser-cli-linux-x64": "0.2.9",
29
+ "@sleepinsummer/agent-browser-cli-linux-arm64": "0.2.9",
30
+ "@sleepinsummer/agent-browser-cli-win32-x64": "0.2.9"
29
31
  },
30
32
  "engines": {
31
33
  "node": ">=18"