greview-cli 0.12.3 → 0.12.4

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 +1 -9
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -887,16 +887,8 @@ 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",
896
890
  "--skill",
897
- "greview",
898
- "--global",
899
- "--yes"
891
+ "greview"
900
892
  ];
901
893
  function fail(message) {
902
894
  throw new UsageError(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greview-cli",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Review local Git diffs with humans and coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",