Commit 5ea719883c6d

Vincent Demeester <vincent@sbr.pm>
2026-01-30 11:32:44
feat(gh-news): add yolo mode option for Claude review action
Add two review actions: - "Review with Claude" - interactive mode with permission prompts - "Review with Claude (yolo)" - auto-accept all tool calls Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9e64ab2
Changed files (1)
home
common
home/common/dev/gh-news.nix
@@ -43,6 +43,11 @@
           command = "gh-news-review -d {url}";
           interactive = false;
         }
+        {
+          name = "Review with Claude (yolo)";
+          command = "gh-news-review -d -y {url}";
+          interactive = false;
+        }
       ];
     };
   };