refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -11,7 +11,7 @@ final class VoiceWakeOverlayController {
let logger = Logger(subsystem: "com.clawdbot", category: "voicewake.overlay")
let enableUI: Bool
/// Keep the voice wake overlay above any other Clawdbot windows, but below the systems pop-up menus.
/// Keep the voice wake overlay above any other Moltbot windows, but below the systems pop-up menus.
/// (Menu bar menus typically live at `.popUpMenu`.)
static let preferredWindowLevel = NSWindow.Level(rawValue: NSWindow.Level.popUpMenu.rawValue - 4)