@xulongzhe/clawbench-darwin-arm64 0.57.4 → 0.57.5

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/bin/clawbench CHANGED
Binary file
@@ -200,6 +200,20 @@ port_forward:
200
200
  allowed_ports: "" # Allowed port range for SSH tunnel forwarding (empty = allow all; supports ranges and discrete ports, e.g. "1024-65535", "80,443,8080")
201
201
  # 允许通过 SSH 隧道转发的端口范围(空 = 允许所有端口;支持范围和离散端口,如 "1024-65535", "80,443,8080")
202
202
 
203
+ # FRP (Fast Reverse Proxy) configuration / FRP 内网穿透配置
204
+ # Enables Android phones to connect to ClawBench through a public FRP server,
205
+ # even when both are behind NAT. The frp client runs in-process (no external binary needed).
206
+ # 启用后,Android 手机可通过公网 FRP 服务器连接 ClawBench,即使双方都在 NAT 后面。
207
+ # frp 客户端以 Go 库方式在进程内运行,无需外部二进制。
208
+ # Default: disabled / 默认:关闭
209
+ # frp:
210
+ # enabled: false # Enable FRP tunnel (default: false) / 启用 FRP 穿透(默认: false)
211
+ # server_addr: "" # FRP server address, e.g. "120.26.168.245" / FRP 服务器地址
212
+ # server_port: 7000 # FRP server port (default: 7000) / FRP 服务器端口(默认: 7000)
213
+ # token: "" # FRP authentication token / FRP 认证 token
214
+ # remote_port: 0 # Remote TCP forwarding port (0 = frps auto-assign) / 远程转发端口(0 = frps 自动分配)
215
+ # ssh_remote_port: 0 # SSH forwarding remote port (0 = auto-assign) / SSH 转发远程端口(0 = 自动分配)
216
+
203
217
  # RAG history memory configuration / RAG 历史记忆配置
204
218
  # When enabled, chat messages are automatically indexed into a vector database (DuckDB),
205
219
  # and AI agents can search historical conversations via the RAG API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xulongzhe/clawbench-darwin-arm64",
3
- "version": "0.57.4",
3
+ "version": "0.57.5",
4
4
  "description": "ClawBench binary for macOS arm64 (Apple Silicon)",
5
5
  "os": [
6
6
  "darwin"