Add ez-assistant and kerberos service folders
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
import Foundation
|
||||
|
||||
let launchdLabel = "bot.molt.mac"
|
||||
let gatewayLaunchdLabel = "bot.molt.gateway"
|
||||
let onboardingVersionKey = "moltbot.onboardingVersion"
|
||||
let currentOnboardingVersion = 7
|
||||
let pauseDefaultsKey = "moltbot.pauseEnabled"
|
||||
let iconAnimationsEnabledKey = "moltbot.iconAnimationsEnabled"
|
||||
let swabbleEnabledKey = "moltbot.swabbleEnabled"
|
||||
let swabbleTriggersKey = "moltbot.swabbleTriggers"
|
||||
let voiceWakeTriggerChimeKey = "moltbot.voiceWakeTriggerChime"
|
||||
let voiceWakeSendChimeKey = "moltbot.voiceWakeSendChime"
|
||||
let showDockIconKey = "moltbot.showDockIcon"
|
||||
let defaultVoiceWakeTriggers = ["clawd", "claude"]
|
||||
let voiceWakeMaxWords = 32
|
||||
let voiceWakeMaxWordLength = 64
|
||||
let voiceWakeMicKey = "moltbot.voiceWakeMicID"
|
||||
let voiceWakeMicNameKey = "moltbot.voiceWakeMicName"
|
||||
let voiceWakeLocaleKey = "moltbot.voiceWakeLocaleID"
|
||||
let voiceWakeAdditionalLocalesKey = "moltbot.voiceWakeAdditionalLocaleIDs"
|
||||
let voicePushToTalkEnabledKey = "moltbot.voicePushToTalkEnabled"
|
||||
let talkEnabledKey = "moltbot.talkEnabled"
|
||||
let iconOverrideKey = "moltbot.iconOverride"
|
||||
let connectionModeKey = "moltbot.connectionMode"
|
||||
let remoteTargetKey = "moltbot.remoteTarget"
|
||||
let remoteIdentityKey = "moltbot.remoteIdentity"
|
||||
let remoteProjectRootKey = "moltbot.remoteProjectRoot"
|
||||
let remoteCliPathKey = "moltbot.remoteCliPath"
|
||||
let canvasEnabledKey = "moltbot.canvasEnabled"
|
||||
let cameraEnabledKey = "moltbot.cameraEnabled"
|
||||
let systemRunPolicyKey = "moltbot.systemRunPolicy"
|
||||
let systemRunAllowlistKey = "moltbot.systemRunAllowlist"
|
||||
let systemRunEnabledKey = "moltbot.systemRunEnabled"
|
||||
let locationModeKey = "moltbot.locationMode"
|
||||
let locationPreciseKey = "moltbot.locationPreciseEnabled"
|
||||
let peekabooBridgeEnabledKey = "moltbot.peekabooBridgeEnabled"
|
||||
let deepLinkKeyKey = "moltbot.deepLinkKey"
|
||||
let modelCatalogPathKey = "moltbot.modelCatalogPath"
|
||||
let modelCatalogReloadKey = "moltbot.modelCatalogReload"
|
||||
let cliInstallPromptedVersionKey = "moltbot.cliInstallPromptedVersion"
|
||||
let heartbeatsEnabledKey = "moltbot.heartbeatsEnabled"
|
||||
let debugFileLogEnabledKey = "moltbot.debug.fileLogEnabled"
|
||||
let appLogLevelKey = "moltbot.debug.appLogLevel"
|
||||
let voiceWakeSupported: Bool = ProcessInfo.processInfo.operatingSystemVersion.majorVersion >= 26
|
||||
Reference in New Issue
Block a user