diff --git a/README.md b/README.md index 7a5506b4..a2b62a90 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ PR-Agent aims to help efficiently review and handle pull requests, by providing ## News and Updates +## March 28, 2025 +A new version, v0.28, was released. See release notes [here](https://github.com/qodo-ai/pr-agent/releases/tag/v0.28). + +This version includes a new tool, [Help Docs](https://qodo-merge-docs.qodo.ai/tools/help_docs/), which can answer free-text questions based on a documentation folder. + +`/help_docs` is now being used to provide immediate automatic feedback to any user who [opens an issue](https://github.com/qodo-ai/pr-agent/issues/1608#issue-2897328825) on PR-Agent's open-source project + ### Feb 28, 2025 A new version, v0.27, was released. See release notes [here](https://github.com/qodo-ai/pr-agent/releases/tag/v0.27). @@ -60,30 +67,6 @@ A new version, v0.27, was released. See release notes [here](https://github.com/ - Important updates and bug fixes for Azure DevOps, see [here](https://github.com/qodo-ai/pr-agent/pull/1583) - Added support for adjusting the [response language](https://qodo-merge-docs.qodo.ai/usage-guide/additional_configurations/#language-settings) of the PR-Agent tools. -### Feb 6, 2025 -New design for the `/improve` tool: - - - -### 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. - - - ### December 30, 2024