gen-pr 2.14.1 → 2.16.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 +3 -3
- package/dist/action.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/{main-BmgPkmz3.js → main-8POMlhvA.js} +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -143,9 +143,9 @@ You can create a YAML configuration file named `gen-pr.config.yml` or `gen-pr.co
|
|
|
143
143
|
|
|
144
144
|
```yaml
|
|
145
145
|
repomix-extra-args: "--compress --remove-empty-lines --include 'src/**/*.ts'"
|
|
146
|
-
aider-extra-args:
|
|
146
|
+
aider-extra-args: '--model gemini/gemini-2.5-pro --edit-format diff-fenced --no-gitignore'
|
|
147
147
|
coding-tool: claude-code
|
|
148
|
-
test-command:
|
|
148
|
+
test-command: 'yarn check-for-ai'
|
|
149
149
|
```
|
|
150
150
|
|
|
151
151
|
### Supported Model Format
|
|
@@ -178,7 +178,7 @@ Each provider uses standard environment variables for authentication:
|
|
|
178
178
|
- **Ollama**: `OLLAMA_BASE_URL` (default: `http://localhost:11434`), `OLLAMA_API_KEY` (optional)
|
|
179
179
|
- Coding Tools
|
|
180
180
|
- **Codex CLI**: `OPENAI_API_KEY`
|
|
181
|
-
- **Claude Code**: `ANTHROPIC_API_KEY`
|
|
181
|
+
- **Claude Code**: `ANTHROPIC_API_KEY` or `CLAUDE_CODE_OAUTH_TOKEN`
|
|
182
182
|
- **Gemini CLI**: `GEMINI_API_KEY`
|
|
183
183
|
|
|
184
184
|
## License
|