chore(ci): sync protocol + swiftformat

This commit is contained in:
Peter Steinberger
2025-12-14 00:36:30 +00:00
parent 2710841801
commit dd763b45e1
4 changed files with 60 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ struct MacGatewayChatTransport: ClawdisChatTransport, Sendable {
"message": AnyCodable(message),
"thinking": AnyCodable(thinking),
"idempotencyKey": AnyCodable(idempotencyKey),
"timeoutMs": AnyCodable(30_000),
"timeoutMs": AnyCodable(30000),
]
if !attachments.isEmpty {