feat(macos): install CLI via app script

This commit is contained in:
Peter Steinberger
2026-01-11 10:31:15 +00:00
parent 6d2928888c
commit a83f86a4a1
7 changed files with 87 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ enum GatewayLaunchAgentManager {
return .success(cmd)
}
return .failure("clawdbot CLI not found in PATH; install the global package.")
return .failure("clawdbot CLI not found in PATH; install the CLI.")
}
static func isLoaded() async -> Bool {