@bifrost-proxy/bifrost-darwin-x64 0.0.73 → 0.0.74

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
@@ -15,22 +15,6 @@
15
15
 
16
16
  Bifrost 是一个用 Rust 编写的高性能代理服务器,灵感来源于 [Whistle](https://github.com/avwo/whistle)。它提供请求拦截、规则修改、TLS 拦截、脚本扩展、流量查看、请求重放以及 Web UI 管理能力。
17
17
 
18
- ## 特性说明
19
-
20
- ![network.png](assets/network.png) <img width="1500" height="783" alt="image" src="https://github.com/user-attachments/assets/44062a96-47f3-481b-a2b6-e1bda9b3fda9" />
21
- ![scripts.png](assets/scripts.png)
22
- ![rules.png](assets/rules.png)
23
- ![replay.png](assets/replay.png)
24
- ![metrics.png](assets/metrics.png)
25
-
26
- - 高性能代理内核:基于 Tokio + Hyper,支持高并发与连接复用
27
- - 多协议支持:HTTP/1.1、HTTP/2、HTTP/3、HTTPS、SOCKS5、WebSocket、SSE、gRPC
28
- - TLS 拦截能力:支持 CA 证书生成、按域名动态签发证书、按规则选择拦截或透传
29
- - 规则引擎:支持路由、请求/响应改写、注入、延迟、限速、Mock、脚本处理
30
- - 管理界面:内置 Web UI,支持规则编辑、流量查看、脚本管理、请求重放
31
- - 资源风险告警:Performance 页与 `/_bifrost/api/system/memory` 会显示 body/ws 文件 writer 占用及接近句柄上限的告警状态
32
- - 脚本沙箱:基于 QuickJS,支持 `reqScript`、`resScript`、`decode`
33
-
34
18
  ## 快速开始
35
19
 
36
20
  安装 CLI:
@@ -67,6 +51,27 @@ bifrost start -d
67
51
  http://127.0.0.1:9900/_bifrost/
68
52
  ```
69
53
 
54
+ ## 和AI集成
55
+ ```bash
56
+ bifrost install-skill -y
57
+ ```
58
+
59
+ ## 特性说明
60
+
61
+ ![network.png](assets/network.png) <img width="1500" height="783" alt="image" src="https://github.com/user-attachments/assets/44062a96-47f3-481b-a2b6-e1bda9b3fda9" />
62
+ ![scripts.png](assets/scripts.png)
63
+ ![rules.png](assets/rules.png)
64
+ ![replay.png](assets/replay.png)
65
+ ![metrics.png](assets/metrics.png)
66
+
67
+ - 高性能代理内核:基于 Tokio + Hyper,支持高并发与连接复用
68
+ - 多协议支持:HTTP/1.1、HTTP/2、HTTP/3、HTTPS、SOCKS5、WebSocket、SSE、gRPC
69
+ - TLS 拦截能力:支持 CA 证书生成、按域名动态签发证书、按规则选择拦截或透传
70
+ - 规则引擎:支持路由、请求/响应改写、注入、延迟、限速、Mock、脚本处理
71
+ - 管理界面:内置 Web UI,支持规则编辑、流量查看、脚本管理、请求重放
72
+ - 资源风险告警:Performance 页与 `/_bifrost/api/system/memory` 会显示 body/ws 文件 writer 占用及接近句柄上限的告警状态
73
+ - 脚本沙箱:基于 QuickJS,支持 `reqScript`、`resScript`、`decode`
74
+
70
75
  ## 开发初始化
71
76
 
72
77
  克隆仓库后,先执行一次 Git hook 初始化:
package/bin/README.md CHANGED
@@ -15,22 +15,6 @@
15
15
 
16
16
  Bifrost 是一个用 Rust 编写的高性能代理服务器,灵感来源于 [Whistle](https://github.com/avwo/whistle)。它提供请求拦截、规则修改、TLS 拦截、脚本扩展、流量查看、请求重放以及 Web UI 管理能力。
17
17
 
18
- ## 特性说明
19
-
20
- ![network.png](assets/network.png) <img width="1500" height="783" alt="image" src="https://github.com/user-attachments/assets/44062a96-47f3-481b-a2b6-e1bda9b3fda9" />
21
- ![scripts.png](assets/scripts.png)
22
- ![rules.png](assets/rules.png)
23
- ![replay.png](assets/replay.png)
24
- ![metrics.png](assets/metrics.png)
25
-
26
- - 高性能代理内核:基于 Tokio + Hyper,支持高并发与连接复用
27
- - 多协议支持:HTTP/1.1、HTTP/2、HTTP/3、HTTPS、SOCKS5、WebSocket、SSE、gRPC
28
- - TLS 拦截能力:支持 CA 证书生成、按域名动态签发证书、按规则选择拦截或透传
29
- - 规则引擎:支持路由、请求/响应改写、注入、延迟、限速、Mock、脚本处理
30
- - 管理界面:内置 Web UI,支持规则编辑、流量查看、脚本管理、请求重放
31
- - 资源风险告警:Performance 页与 `/_bifrost/api/system/memory` 会显示 body/ws 文件 writer 占用及接近句柄上限的告警状态
32
- - 脚本沙箱:基于 QuickJS,支持 `reqScript`、`resScript`、`decode`
33
-
34
18
  ## 快速开始
35
19
 
36
20
  安装 CLI:
@@ -67,6 +51,27 @@ bifrost start -d
67
51
  http://127.0.0.1:9900/_bifrost/
68
52
  ```
69
53
 
54
+ ## 和AI集成
55
+ ```bash
56
+ bifrost install-skill -y
57
+ ```
58
+
59
+ ## 特性说明
60
+
61
+ ![network.png](assets/network.png) <img width="1500" height="783" alt="image" src="https://github.com/user-attachments/assets/44062a96-47f3-481b-a2b6-e1bda9b3fda9" />
62
+ ![scripts.png](assets/scripts.png)
63
+ ![rules.png](assets/rules.png)
64
+ ![replay.png](assets/replay.png)
65
+ ![metrics.png](assets/metrics.png)
66
+
67
+ - 高性能代理内核:基于 Tokio + Hyper,支持高并发与连接复用
68
+ - 多协议支持:HTTP/1.1、HTTP/2、HTTP/3、HTTPS、SOCKS5、WebSocket、SSE、gRPC
69
+ - TLS 拦截能力:支持 CA 证书生成、按域名动态签发证书、按规则选择拦截或透传
70
+ - 规则引擎:支持路由、请求/响应改写、注入、延迟、限速、Mock、脚本处理
71
+ - 管理界面:内置 Web UI,支持规则编辑、流量查看、脚本管理、请求重放
72
+ - 资源风险告警:Performance 页与 `/_bifrost/api/system/memory` 会显示 body/ws 文件 writer 占用及接近句柄上限的告警状态
73
+ - 脚本沙箱:基于 QuickJS,支持 `reqScript`、`resScript`、`decode`
74
+
70
75
  ## 开发初始化
71
76
 
72
77
  克隆仓库后,先执行一次 Git hook 初始化:
package/bin/bifrost CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrost-proxy/bifrost-darwin-x64",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "Bifrost CLI binary for macOS x64 (Intel)",
5
5
  "license": "MIT",
6
6
  "repository": {