fix: require gateway client id
# Conflicts: # apps/macos/Sources/Clawdbot/GatewayChannel.swift # docs/concepts/typebox.md # docs/gateway/index.md # src/commands/onboard-non-interactive.gateway-auth.test.ts # src/commands/onboard-non-interactive.lan-auto-token.test.ts # src/gateway/call.ts # src/gateway/client.ts # src/gateway/gateway.wizard.e2e.test.ts # src/gateway/probe.ts # src/gateway/protocol/schema.ts # src/gateway/server.auth.test.ts # src/gateway/server.health.test.ts # src/gateway/server.ts # src/gateway/test-helpers.ts # src/tui/gateway-chat.ts
This commit is contained in:
@@ -543,6 +543,8 @@ export async function connectReq(
|
||||
version: string;
|
||||
platform: string;
|
||||
mode: string;
|
||||
deviceFamily?: string;
|
||||
modelIdentifier?: string;
|
||||
instanceId?: string;
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user