fix(macos): resolve AnyCodable alias conflicts

This commit is contained in:
Peter Steinberger
2026-01-20 17:27:28 +00:00
parent 02ca148583
commit 26fcca087b
6 changed files with 15 additions and 21 deletions

View File

@@ -4,8 +4,6 @@ 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 {