greview-cli 0.12.2 → 0.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +6 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -887,6 +887,12 @@ var SKILL_INSTALL_ARGS = [
887
887
  "skills",
888
888
  "add",
889
889
  "YouXam/greview",
890
+ "--agent",
891
+ "codex",
892
+ "claude-code",
893
+ "github-copilot",
894
+ "opencode",
895
+ "openclaw",
890
896
  "--skill",
891
897
  "greview",
892
898
  "--global",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greview-cli",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "Review local Git diffs with humans and coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",