Commit b8806a8cc706
Changed files (1)
pkgs
my
scripts
bin
pkgs/my/scripts/bin/gh-news-review
@@ -122,7 +122,7 @@ claude)
fi
;;
copilot)
- AI_CMD="copilot"
+ AI_CMD="copilot -p"
# Note: copilot doesn't have a yolo/skip-permissions mode
;;
pi)
@@ -132,7 +132,7 @@ pi)
fi
;;
opencode)
- AI_CMD="opencode"
+ AI_CMD="opencode run"
# Note: opencode doesn't have a yolo/skip-permissions mode
;;
esac