feat: OpenClaw Gateway 配置和连接优化 #1
@@ -447,7 +447,7 @@ class OpenClawConnection {
|
|||||||
minProtocol: this.protocolVersion,
|
minProtocol: this.protocolVersion,
|
||||||
maxProtocol: this.protocolVersion,
|
maxProtocol: this.protocolVersion,
|
||||||
client: {
|
client: {
|
||||||
id: 'operator' // 必须是 'operator' 或 'node',
|
id: 'cli', // 客户端标识:cli, cli-ui, macos-app 等,
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
platform: process.platform,
|
platform: process.platform,
|
||||||
mode: 'operator'
|
mode: 'operator'
|
||||||
|
|||||||
Reference in New Issue
Block a user