mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
update README.md
This commit is contained in:
@ -8,5 +8,5 @@ For example if you want to edit online the `pr_reviewer` configurations, you can
|
||||
/review --pr_reviewer.extra_instructions="focus on the file xyz" --require_score_review=false ...
|
||||
```
|
||||
|
||||
Any configuration section in `configuration.toml` file can be similarly edited.
|
||||
Any configuration value in `configuration.toml` file can be similarly edited.
|
||||
|
||||
|
@ -24,7 +24,7 @@ CodiumAI `PR-Agent` is an open-source tool aiming to help developers review pull
|
||||
**Question Answering**: Answering free-text questions about the PR.
|
||||
\
|
||||
**Code Suggestion**: Committable code suggestions for improving the PR.
|
||||
|
||||
\
|
||||
**Update Changelog**: Automatically updating the CHANGELOG.md file with the PR changes.
|
||||
|
||||
<h3>Example results:</h2>
|
||||
@ -102,7 +102,7 @@ Examples for invoking the different tools via the CLI:
|
||||
- **Improve**: python cli.py --pr-url=<pr_url> improve
|
||||
- **Ask**: python cli.py --pr-url=<pr_url> ask "Write me a poem about this PR"
|
||||
- **Reflect**: python cli.py --pr-url=<pr_url> reflect
|
||||
- **Update changelog**: python cli.py --pr-url=<pr_url> update_changelog
|
||||
- **Update Changelog**: python cli.py --pr-url=<pr_url> update_changelog
|
||||
|
||||
"<pr_url>" is the url of the relevant PR (for example: https://github.com/Codium-ai/pr-agent/pull/50).
|
||||
|
||||
|
Reference in New Issue
Block a user