@best-agent/cli-darwin-arm64 0.0.3-beta.28 → 0.0.3-beta.29

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
@@ -24,6 +24,9 @@ best-agent acp [options]
24
24
 
25
25
  运行 `best-agent --help` 查看当前 composition 与 transport 参数。
26
26
 
27
+ `b8` 是同一入口的短别名(`b` + 省略的 8 个字母):安装该包后 `b8 <subcommand>` 与
28
+ `best-agent <subcommand>` 等价,帮助文本中的命令名仍为 `best-agent`。
29
+
27
30
  ## 安装与发布
28
31
 
29
32
  - `npm install -g @best-agent/cli@beta`:安装当前平台的 CLI 包;
package/bin/best-agent CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@best-agent/cli-darwin-arm64",
3
- "version": "0.0.3-beta.28",
3
+ "version": "0.0.3-beta.29",
4
4
  "description": "best-agent CLI native executable for darwin-arm64",
5
5
  "os": [
6
6
  "darwin"