@bifrost-proxy/bifrost-win32-arm64 0.0.81 → 0.0.83

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
@@ -25,6 +25,8 @@ Bifrost 是一个用 Rust 编写的高性能,AI 友好的代理服务器,灵
25
25
  curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash
26
26
  ```
27
27
 
28
+ 该脚本默认会继续安装并信任 CA 证书、安装所有 Bifrost AI skills,并以后台服务启动 Bifrost;安装完成后可直接访问管理端。
29
+
28
30
  安装指定版本
29
31
 
30
32
  ```bash
@@ -39,10 +41,10 @@ npm i -g @bifrost-proxy/bifrost
39
41
 
40
42
  更多安装方法:[`docs/getting-started.md`](docs/getting-started.md)
41
43
 
42
- 启动代理:
44
+ 检查代理:
43
45
 
44
46
  ```bash
45
- bifrost start -d
47
+ bifrost status
46
48
  ```
47
49
 
48
50
  启动后访问管理端:
package/bin/bifrost.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrost-proxy/bifrost-win32-arm64",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "description": "Bifrost CLI binary for Windows ARM64",
5
5
  "license": "MIT",
6
6
  "repository": {