From 06fce0ea86d27ccb56c0bd13f4d1e1389b06b204 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 27 Aug 2025 10:54:47 -0400 Subject: [PATCH] claude: no --dangerously-skip-permissions --- modules/home/all/terminal.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index bdf640a..979feed 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -71,8 +71,7 @@ in l = "ls"; beep = "say 'beep'"; - # Until https://github.com/anthropics/claude-code/issues/2564 - claude = "vertex-claude --dangerously-skip-permissions"; + claude = "vertex-claude"; }; programs = {