feat: OpenClaw Gateway 配置和连接优化 #1

Open
weworkdev wants to merge 19 commits from weworkdev into main
Showing only changes of commit 2722b9731d - Show all commits

View File

@@ -447,7 +447,7 @@ class OpenClawConnection {
minProtocol: this.protocolVersion,
maxProtocol: this.protocolVersion,
client: {
id: 'operator' // 必须是 'operator' 或 'node',
id: 'cli', // 客户端标识cli, cli-ui, macos-app 等,
version: '1.0.0',
platform: process.platform,
mode: 'operator'