Commit 5ea719883c6d
Changed files (1)
home
common
dev
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;
+ }
];
};
};