@cc-claw/peri 0.1.5 → 0.1.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
@@ -11,7 +11,11 @@
11
11
  npm install -g @cc-claw/peri
12
12
  ```
13
13
 
14
- 安装时自动下载对应平台的预编译二进制(Linux x64/arm64/riscv64、macOS x64/arm64、Windows x64)。
14
+ ## 升级
15
+
16
+ ```bash
17
+ npm update -g @cc-claw/peri
18
+ ```
15
19
 
16
20
  ## 快速开始
17
21
 
package/bin/peri CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/bin/sh
2
2
  dir="$(dirname "$0")"
3
- exec "${dir}/peri" "$@"
3
+ exec "${dir}/peri-bin" "$@"
package/install.js CHANGED
@@ -84,7 +84,7 @@ async function main() {
84
84
  }
85
85
 
86
86
  // Rename binary and set permissions
87
- const binaryName = platform.os === "win32" ? "peri.exe" : "peri";
87
+ const binaryName = platform.os === "win32" ? "peri.exe" : "peri-bin";
88
88
  const binaryPath = join(binDir, binaryName);
89
89
 
90
90
  if (platform.os !== "win32") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-claw/peri",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Terminal coding agent powered by open-source models — Rust-built, Claude Code compatible",
5
5
  "keywords": [
6
6
  "agent",