feat: add remote clawd toggle
This commit is contained in:
@@ -3,7 +3,7 @@ import Foundation
|
||||
let serviceName = "com.steipete.clawdis.xpc"
|
||||
let launchdLabel = "com.steipete.clawdis"
|
||||
let onboardingVersionKey = "clawdis.onboardingVersion"
|
||||
let currentOnboardingVersion = 2
|
||||
let currentOnboardingVersion = 3
|
||||
let pauseDefaultsKey = "clawdis.pauseEnabled"
|
||||
let iconAnimationsEnabledKey = "clawdis.iconAnimationsEnabled"
|
||||
let swabbleEnabledKey = "clawdis.swabbleEnabled"
|
||||
@@ -20,6 +20,10 @@ let voiceWakeForwardUserKey = "clawdis.voiceWakeForwardUser"
|
||||
let voiceWakeForwardPortKey = "clawdis.voiceWakeForwardPort"
|
||||
let voiceWakeForwardIdentityKey = "clawdis.voiceWakeForwardIdentity"
|
||||
let voiceWakeForwardCommandKey = "clawdis.voiceWakeForwardCommand"
|
||||
let connectionModeKey = "clawdis.connectionMode"
|
||||
let remoteTargetKey = "clawdis.remoteTarget"
|
||||
let remoteIdentityKey = "clawdis.remoteIdentity"
|
||||
let remoteProjectRootKey = "clawdis.remoteProjectRoot"
|
||||
let modelCatalogPathKey = "clawdis.modelCatalogPath"
|
||||
let modelCatalogReloadKey = "clawdis.modelCatalogReload"
|
||||
let heartbeatsEnabledKey = "clawdis.heartbeatsEnabled"
|
||||
|
||||
Reference in New Issue
Block a user