visionclaw 0.1.126 → 0.1.127

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/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [0.1.127](https://github.com/babelcloud/visionclaw/compare/v0.1.124...v0.1.127) (2026-03-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **build:** update build script references to use .cjs extension ([6be39ba](https://github.com/babelcloud/visionclaw/commit/6be39baaa1408ab649f283141bff039598ae70bc))
7
+
8
+
9
+ ### Features
10
+
11
+ * **build:** add shared esbuild bundling script and update build process ([1d1733a](https://github.com/babelcloud/visionclaw/commit/1d1733a26a422b4b7694d2e083661ff07643623d))
12
+ * **gui:** add gbox-tun configuration and enhance setup process ([f0db016](https://github.com/babelcloud/visionclaw/commit/f0db016929cd732c58b4950e9fc6852449d4f7cb))
13
+ * **gui:** enhance onboarding UI and server connectivity checks ([21168f3](https://github.com/babelcloud/visionclaw/commit/21168f3ed051a21a029d7c9d1de336bc203beab0))
14
+ * **gui:** implement GUI versioning and auto-update strategy ([b6fd7ff](https://github.com/babelcloud/visionclaw/commit/b6fd7ffb546207896f9c58594a364573dffdce05))
15
+ * **gui:** update app name and enhance permissions management ([6e0f10c](https://github.com/babelcloud/visionclaw/commit/6e0f10cd9e513ef33002ca656fb154d18879a1a7))
16
+
17
+
18
+
1
19
  ## [0.1.126](https://github.com/babelcloud/visionclaw/compare/v0.1.125...v0.1.126) (2026-03-16)
2
20
 
3
21
 
package/README.md CHANGED
@@ -63,6 +63,22 @@ pnpm run dev
63
63
  visionclaw reconfigure --profile default
64
64
  ```
65
65
 
66
+ ## Utility scripts
67
+
68
+ ### Upload a file to Volcengine TOS
69
+
70
+ This repo includes a helper script that uploads a local file to TOS using environment variables for credentials/config.
71
+
72
+ ```bash
73
+ export TOS_ACCESS_KEY_ID="..."
74
+ export TOS_ACCESS_KEY_SECRET="..."
75
+ export TOS_REGION="cn-beijing"
76
+ export TOS_BUCKET="your-bucket"
77
+ export TOS_ENDPOINT="tos-cn-beijing.volces.com" # optional
78
+
79
+ npx tsx scripts/upload-to-tos.ts --file ./local.bin --key uploads/local.bin
80
+ ```
81
+
66
82
  The first run triggers an interactive onboarding wizard that will:
67
83
  1. Ask for your Anthropic API key
68
84
  2. Ask for a dedicated Gmail address for the agent