mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
docs: add January 2025 organization update notice and fix typo in prompts
This commit is contained in:
15
README.md
15
README.md
@ -23,6 +23,7 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
### [Documentation](https://qodo-merge-docs.qodo.ai/)
|
### [Documentation](https://qodo-merge-docs.qodo.ai/)
|
||||||
|
|
||||||
- See the [Installation Guide](https://qodo-merge-docs.qodo.ai/installation/) for instructions on installing PR-Agent on different platforms.
|
- See the [Installation Guide](https://qodo-merge-docs.qodo.ai/installation/) for instructions on installing PR-Agent on different platforms.
|
||||||
|
|
||||||
- See the [Usage Guide](https://qodo-merge-docs.qodo.ai/usage-guide/) for instructions on running PR-Agent tools via different interfaces, such as CLI, PR Comments, or by automatically triggering them when a new PR is opened.
|
- See the [Usage Guide](https://qodo-merge-docs.qodo.ai/usage-guide/) for instructions on running PR-Agent tools via different interfaces, such as CLI, PR Comments, or by automatically triggering them when a new PR is opened.
|
||||||
@ -31,6 +32,7 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing
|
|||||||
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [News and Updates](#news-and-updates)
|
- [News and Updates](#news-and-updates)
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [Example results](#example-results)
|
- [Example results](#example-results)
|
||||||
@ -41,6 +43,19 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing
|
|||||||
|
|
||||||
## News and Updates
|
## News and Updates
|
||||||
|
|
||||||
|
### Jan 25, 2025
|
||||||
|
|
||||||
|
The open-source GitHub organization was updated:
|
||||||
|
`https://github.com/codium-ai/pr-agent` →
|
||||||
|
`https://github.com/qodo-ai/pr-agent`
|
||||||
|
|
||||||
|
The docker should be redirected automatically to the new location.
|
||||||
|
However, if you have any issues, please update the GitHub action docker image from
|
||||||
|
`uses: Codium-ai/pr-agent@main`
|
||||||
|
to
|
||||||
|
`uses: qodo-ai/pr-agent@main`
|
||||||
|
|
||||||
|
|
||||||
### Jan 2, 2025
|
### Jan 2, 2025
|
||||||
|
|
||||||
New tool [/Implement](https://qodo-merge-docs.qodo.ai/tools/implement/) (💎), which converts human code review discussions and feedback into ready-to-commit code changes.
|
New tool [/Implement](https://qodo-merge-docs.qodo.ai/tools/implement/) (💎), which converts human code review discussions and feedback into ready-to-commit code changes.
|
||||||
|
@ -66,7 +66,7 @@ Specific guidelines for generating code suggestions:
|
|||||||
- Do not suggest to change packages version, add missing import statement, or declare undefined variable.
|
- Do not suggest to change packages version, add missing import statement, or declare undefined variable.
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- When mentioning code elements (variables, names, or files) in your response, surround them with backticks (`). For example: "verify that `user_id` is..."
|
- When mentioning code elements (variables, names, or files) in your response, surround them with backticks (`). For example: "verify that `user_id` is..."
|
||||||
- Note that you only see changed code segments (diff hunks in a PR), not the entire codebase. Avoid suggestions that might duplicate existing functionality or questioning code elements (like variables declerations or import statements) that may be defined elsewhere in the codebase.
|
- Note that you only see changed code segments (diff hunks in a PR), not the entire codebase. Avoid suggestions that might duplicate existing functionality or questioning code elements (like variables declarations or import statements) that may be defined elsewhere in the codebase.
|
||||||
|
|
||||||
{%- if extra_instructions %}
|
{%- if extra_instructions %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user