@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 +4 -3
- package/bin/clawrise +0 -0
- package/package.json +1 -1
- package/plugins/feishu/{0.1.0-alpha.4 → 0.1.0-alpha.6}/bin/clawrise-plugin-feishu +0 -0
- package/plugins/feishu/{0.1.0-alpha.4 → 0.1.0-alpha.6}/plugin.json +1 -1
- package/plugins/notion/{0.1.0-alpha.4 → 0.1.0-alpha.6}/bin/clawrise-plugin-notion +0 -0
- package/plugins/notion/{0.1.0-alpha.4 → 0.1.0-alpha.6}/plugin.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# @clawrise/clawrise-cli-linux-arm64
|
|
2
2
|
|
|
3
|
-
|
|
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
|
Binary file
|
|
Binary file
|