From 15757d01bcd5af7f068aa382a5da2ef9f686de21 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 22:09:50 +0000 Subject: [PATCH] fix(protocol): regen Swift GatewayModels --- apps/macos/Sources/ClawdbotProtocol/GatewayModels.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/macos/Sources/ClawdbotProtocol/GatewayModels.swift b/apps/macos/Sources/ClawdbotProtocol/GatewayModels.swift index 031465d6d..256388584 100644 --- a/apps/macos/Sources/ClawdbotProtocol/GatewayModels.swift +++ b/apps/macos/Sources/ClawdbotProtocol/GatewayModels.swift @@ -421,7 +421,7 @@ public struct AgentParams: Codable, Sendable { public let sessionkey: String? public let thinking: String? public let deliver: Bool? - public let provider: String? + public let provider: AnyCodable? public let timeout: Int? public let lane: String? public let extrasystemprompt: String? @@ -436,7 +436,7 @@ public struct AgentParams: Codable, Sendable { sessionkey: String?, thinking: String?, deliver: Bool?, - provider: String?, + provider: AnyCodable?, timeout: Int?, lane: String?, extrasystemprompt: String?,