docs: add January 2025 organization update notice and fix typo in prompts

This commit is contained in:
mrT23
2025-01-25 08:54:57 +02:00
parent 640c1d8dda
commit a7fbd694cc
2 changed files with 16 additions and 1 deletions

View File

@ -23,6 +23,7 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing
</div>
### [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 [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
- [News and Updates](#news-and-updates)
- [Overview](#overview)
- [Example results](#example-results)
@ -41,6 +43,19 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing
## 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
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.