gen-pr 2.12.0 → 2.12.1

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 CHANGED
@@ -46,43 +46,43 @@ This feature is particularly useful for non-agentic coding tools like Aider.
46
46
  Gemini 2.5 Pro (`gemini/gemini-2.5-pro`) for planning and Aider for coding:
47
47
 
48
48
  ```sh
49
- npx --yes gen-pr --issue-number 89 --planning-model gemini/gemini-2.5-pro --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model gemini/gemini-2.5-pro --edit-format diff-fenced --test-cmd='yarn check-for-ai' --auto-test"
49
+ npx --yes gen-pr@latest --issue-number 89 --planning-model gemini/gemini-2.5-pro --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model gemini/gemini-2.5-pro --edit-format diff-fenced --test-cmd='yarn check-for-ai' --auto-test"
50
50
  ```
51
51
 
52
52
  Claude Opus 4 on Bedrock (`bedrock/us.anthropic.claude-opus-4-20250514-v1:0`) for planning and Aider for coding:
53
53
 
54
54
  ```sh
55
- npx --yes gen-pr --issue-number 89 --planning-model bedrock/us.anthropic.claude-opus-4-20250514-v1:0 --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model bedrock/us.anthropic.claude-opus-4-20250514-v1:0 --test-cmd='yarn check-for-ai' --auto-test"
55
+ npx --yes gen-pr@latest --issue-number 89 --planning-model bedrock/us.anthropic.claude-opus-4-20250514-v1:0 --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model bedrock/us.anthropic.claude-opus-4-20250514-v1:0 --test-cmd='yarn check-for-ai' --auto-test"
56
56
  ```
57
57
 
58
58
  Gemini 2.5 Pro (`gemini/gemini-2.5-pro`) for planning and Claude Code for coding:
59
59
 
60
60
  ```sh
61
- npx --yes gen-pr --issue-number 89 --planning-model gemini/gemini-2.5-pro --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool claude-code
61
+ npx --yes gen-pr@latest --issue-number 89 --planning-model gemini/gemini-2.5-pro --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool claude-code
62
62
  ```
63
63
 
64
64
  o4-mini (`openai/o4-mini`) for planning and Codex for coding:
65
65
 
66
66
  ```sh
67
- npx --yes gen-pr --issue-number 89 --planning-model openai/o4-mini --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --coding-tool codex
67
+ 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
68
68
  ```
69
69
 
70
70
  DeepSeek R1 on OpenRouter (`openrouter/deepseek/deepseek-r1-0528:free`) for planning and Gemini CLI for coding:
71
71
 
72
72
  ```sh
73
- npx --yes gen-pr --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
73
+ 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
74
74
  ```
75
75
 
76
76
  Grok 4 (`xai/grok-4`) for planning and Aider for coding:
77
77
 
78
78
  ```sh
79
- npx --yes gen-pr --issue-number 89 --planning-model xai/grok-4 --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model gemini/gemini-2.5-pro --edit-format diff-fenced --test-cmd='yarn check-for-ai' --auto-test"
79
+ npx --yes gen-pr@latest --issue-number 89 --planning-model xai/grok-4 --reasoning-effort high --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model gemini/gemini-2.5-pro --edit-format diff-fenced --test-cmd='yarn check-for-ai' --auto-test"
80
80
  ```
81
81
 
82
82
  Local Gemma 3n via Ollama (`ollama/gemma3n`) for planning and Aider for coding:
83
83
 
84
84
  ```sh
85
- npx --yes gen-pr --issue-number 89 --planning-model ollama/gemma3n --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model ollama/gemma3n --edit-format diff-fenced --test-cmd='yarn check-for-ai' --auto-test"
85
+ npx --yes gen-pr@latest --issue-number 89 --planning-model ollama/gemma3n --repomix-extra-args="--compress --remove-empty-lines --include 'src/**/*.ts'" --aider-extra-args="--model ollama/gemma3n --edit-format diff-fenced --test-cmd='yarn check-for-ai' --auto-test"
86
86
  ```
87
87
 
88
88
  #### Without Planning
@@ -90,19 +90,19 @@ npx --yes gen-pr --issue-number 89 --planning-model ollama/gemma3n --repomix-ext
90
90
  Claude Code:
91
91
 
92
92
  ```sh
93
- npx --yes gen-pr --issue-number 89 --coding-tool claude-code
93
+ npx --yes gen-pr@latest --issue-number 89 --coding-tool claude-code
94
94
  ```
95
95
 
96
96
  Codex:
97
97
 
98
98
  ```sh
99
- npx --yes gen-pr --issue-number 89 --coding-tool codex
99
+ npx --yes gen-pr@latest --issue-number 89 --coding-tool codex
100
100
  ```
101
101
 
102
102
  Gemini CLI:
103
103
 
104
104
  ```sh
105
- npx --yes gen-pr --issue-number 89 --coding-tool gemini
105
+ npx --yes gen-pr@latest --issue-number 89 --coding-tool gemini
106
106
  ```
107
107
 
108
108
  #### For PR ([#103](https://github.com/WillBooster/gen-pr/pull/103))
@@ -110,7 +110,7 @@ npx --yes gen-pr --issue-number 89 --coding-tool gemini
110
110
  Codex:
111
111
 
112
112
  ```sh
113
- npx --yes gen-pr --issue-number 103 --coding-tool codex
113
+ npx --yes gen-pr@latest --issue-number 103 --coding-tool codex
114
114
  ```
115
115
 
116
116
  ### Supported Model Format