@clawrise/clawrise-cli-linux-arm64 0.1.0-alpha.4 → 0.1.0-alpha.6

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
@@ -1,10 +1,11 @@
1
1
  # @clawrise/clawrise-cli-linux-arm64
2
2
 
3
- 这是 Clawrise CLI 的平台二进制分发包。
4
- 目标平台:linux-arm64
3
+ Prebuilt Clawrise CLI binary package for Linux arm64.
5
4
 
6
- 通常不需要直接安装这个包,请安装根包:
5
+ You usually do not need to install this package directly. Install the root package instead:
7
6
 
8
7
  ```bash
9
8
  npm install -g @clawrise/clawrise-cli
10
9
  ```
10
+
11
+ This package only contains the Linux arm64 binary bundle. The root package also includes the first-party provider plugins and the bundled Clawrise skills.
package/bin/clawrise CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawrise/clawrise-cli-linux-arm64",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.6",
4
4
  "description": "Clawrise CLI prebuilt binary for linux-arm64.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "name": "feishu",
4
- "version": "0.1.0-alpha.4",
4
+ "version": "0.1.0-alpha.6",
5
5
  "kind": "provider",
6
6
  "protocol_version": 1,
7
7
  "platforms": ["feishu"],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "name": "notion",
4
- "version": "0.1.0-alpha.4",
4
+ "version": "0.1.0-alpha.6",
5
5
  "kind": "provider",
6
6
  "protocol_version": 1,
7
7
  "platforms": ["notion"],