mac: add swiftui web chat option

This commit is contained in:
Peter Steinberger
2025-12-10 02:00:50 +01:00
parent 70fb4d452e
commit 83a2a7a1c2
6 changed files with 698 additions and 29 deletions

View File

@@ -24,6 +24,7 @@ let remoteTargetKey = "clawdis.remoteTarget"
let remoteIdentityKey = "clawdis.remoteIdentity"
let remoteProjectRootKey = "clawdis.remoteProjectRoot"
let webChatEnabledKey = "clawdis.webChatEnabled"
let webChatSwiftUIEnabledKey = "clawdis.webChatSwiftUIEnabled"
let webChatPortKey = "clawdis.webChatPort"
let modelCatalogPathKey = "clawdis.modelCatalogPath"
let modelCatalogReloadKey = "clawdis.modelCatalogReload"