fix: allow mobile node client ids (#1354) (thanks @vignesh07)

This commit is contained in:
Peter Steinberger
2026-01-21 04:47:09 +00:00
parent 31462f64d8
commit 34a126a6d7
4 changed files with 29 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ export const GATEWAY_CLIENT_IDS = {
GATEWAY_CLIENT: "gateway-client",
MACOS_APP: "clawdbot-macos",
IOS_APP: "clawdbot-ios",
ANDROID_APP: "clawdbot-android",
NODE_HOST: "node-host",
TEST: "test",
FINGERPRINT: "fingerprint",