diff --git a/apps/macos/Sources/Clawdis/GatewayProcessManager.swift b/apps/macos/Sources/Clawdis/GatewayProcessManager.swift index 21d05fd09..44c7984c8 100644 --- a/apps/macos/Sources/Clawdis/GatewayProcessManager.swift +++ b/apps/macos/Sources/Clawdis/GatewayProcessManager.swift @@ -227,4 +227,8 @@ final class GatewayProcessManager: ObservableObject { func projectRootPath() -> String { CommandResolver.projectRootPath() } + + func clearLog() { + self.log = "" + } }