gen-pr 2.16.5 → 3.0.0
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.
- package/README.md +5 -5
- package/dist/action.js +3 -3
- package/dist/cli.js +3 -3
- package/dist/{main-Z-ApvwRN.js → main-Dlib_3zq.js} +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,13 +73,13 @@ npx --yes gen-pr@latest --issue-number 89 --coding-tool claude-code
|
|
|
73
73
|
Codex:
|
|
74
74
|
|
|
75
75
|
```sh
|
|
76
|
-
npx --yes gen-pr@latest --issue-number 89 --coding-tool codex
|
|
76
|
+
npx --yes gen-pr@latest --issue-number 89 --coding-tool codex-cli
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
Gemini CLI:
|
|
80
80
|
|
|
81
81
|
```sh
|
|
82
|
-
npx --yes gen-pr@latest --issue-number 89 --coding-tool gemini
|
|
82
|
+
npx --yes gen-pr@latest --issue-number 89 --coding-tool gemini-cli
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
#### With Planning (Strongly Recommended for Aider)
|
|
@@ -108,13 +108,13 @@ npx --yes gen-pr@latest --issue-number 89 --planning-model gemini/gemini-2.5-pro
|
|
|
108
108
|
o4-mini (`openai/o4-mini`) for planning and Codex for coding:
|
|
109
109
|
|
|
110
110
|
```sh
|
|
111
|
-
npx --yes gen-pr@latest --issue-number 89 --planning-model openai/o4-mini --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool codex
|
|
111
|
+
npx --yes gen-pr@latest --issue-number 89 --planning-model openai/o4-mini --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool codex-cli
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
DeepSeek R1 on OpenRouter (`openrouter/deepseek/deepseek-r1-0528:free`) for planning and Gemini CLI for coding:
|
|
115
115
|
|
|
116
116
|
```sh
|
|
117
|
-
npx --yes gen-pr@latest --issue-number 89 --planning-model openrouter/deepseek/deepseek-r1-0528:free --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool gemini
|
|
117
|
+
npx --yes gen-pr@latest --issue-number 89 --planning-model openrouter/deepseek/deepseek-r1-0528:free --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool gemini-cli
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
Grok 4 (`xai/grok-4`) for planning and Aider for coding:
|
|
@@ -134,7 +134,7 @@ npx --yes gen-pr@latest --issue-number 89 --planning-model ollama/gemma3n --repo
|
|
|
134
134
|
Codex:
|
|
135
135
|
|
|
136
136
|
```sh
|
|
137
|
-
npx --yes gen-pr@latest --issue-number 103 --coding-tool codex
|
|
137
|
+
npx --yes gen-pr@latest --issue-number 103 --coding-tool codex-cli
|
|
138
138
|
```
|
|
139
139
|
|
|
140
140
|
### Config File
|