mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
Update ClawdbotClient connection parameters to reflect new client ID and platform settings. Changed client ID to 'crabwalk-monitor' and updated platform to 'node' with mode set to 'bot', enhancing clarity for integration with the Crabwalk system.
This commit is contained in:
@@ -147,11 +147,11 @@ export function createConnectParams(token?: string): ConnectParams {
|
||||
minProtocol: 3,
|
||||
maxProtocol: 3,
|
||||
client: {
|
||||
id: 'clawdbot-control-ui',
|
||||
id: 'crabwalk-monitor',
|
||||
displayName: 'Crabwalk Monitor',
|
||||
version: '0.1.0',
|
||||
platform: typeof window !== 'undefined' ? 'browser' : 'node',
|
||||
mode: 'ui',
|
||||
platform: 'node',
|
||||
mode: 'bot',
|
||||
},
|
||||
auth: token ? { token } : undefined,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user