fix(macos): disambiguate AnyCodable usage

This commit is contained in:
Peter Steinberger
2026-01-20 16:02:44 +00:00
parent 404470853a
commit 2394703593
6 changed files with 14 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ import ClawdbotProtocol
import Foundation
import OSLog
private typealias AnyCodable = ClawdbotKit.AnyCodable
private let gatewayConnectionLogger = Logger(subsystem: "com.clawdbot", category: "gateway.connection")
enum GatewayAgentChannel: String, Codable, CaseIterable, Sendable {