@sleepinsummer/agent-browser-cli 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  所有重要变更都会记录在这里。日期使用北京时间自然日。
4
4
 
5
+ ## v0.3.2 - 2026-05-17
6
+
7
+ ### 修复
8
+
9
+ - 修复长 URL 页面中 `snapshot` 后立即使用 `@e` 可能误报 `ref expired` 的问题。
10
+
5
11
  ## v0.3.1 - 2026-05-17
6
12
 
7
13
  ### 新增
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleepinsummer/agent-browser-cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Agent-oriented browser sensing and control CLI backed by a native Rust daemon.",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -24,11 +24,11 @@
24
24
  "postinstall": "node npm/postinstall.js"
25
25
  },
26
26
  "optionalDependencies": {
27
- "@sleepinsummer/agent-browser-cli-darwin-arm64": "0.3.1",
28
- "@sleepinsummer/agent-browser-cli-darwin-x64": "0.3.1",
29
- "@sleepinsummer/agent-browser-cli-linux-x64": "0.3.1",
30
- "@sleepinsummer/agent-browser-cli-linux-arm64": "0.3.1",
31
- "@sleepinsummer/agent-browser-cli-win32-x64": "0.3.1"
27
+ "@sleepinsummer/agent-browser-cli-darwin-arm64": "0.3.2",
28
+ "@sleepinsummer/agent-browser-cli-darwin-x64": "0.3.2",
29
+ "@sleepinsummer/agent-browser-cli-linux-x64": "0.3.2",
30
+ "@sleepinsummer/agent-browser-cli-linux-arm64": "0.3.2",
31
+ "@sleepinsummer/agent-browser-cli-win32-x64": "0.3.2"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=18"