From 50461c23c0566ade989eb435d81cc1786fa75a55 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 22:12:19 +0000 Subject: [PATCH] fix(protocol): sync generated Swift models --- 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 256388584..031465d6d 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: AnyCodable? + public let provider: String? 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: AnyCodable?, + provider: String?, timeout: Int?, lane: String?, extrasystemprompt: String?,