From ac1ab0625011780fb43e67e8527ff73ab8458dec Mon Sep 17 00:00:00 2001 From: DBT Date: Sat, 28 Feb 2026 02:54:13 +0000 Subject: [PATCH] gateway install: remove root permission prompt/escalation flow --- cmd/clawgo/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/clawgo/main.go b/cmd/clawgo/main.go index 7b4e7bb..1864871 100644 --- a/cmd/clawgo/main.go +++ b/cmd/clawgo/main.go @@ -55,9 +55,6 @@ func main() { case "agent": agentCmd() case "gateway": - if shouldPromptGatewayRoot(os.Args) { - maybePromptAndEscalateRoot("gateway") - } gatewayCmd() case "status": statusCmd()