From 16029e66ad2a526ccc22f98c84291c964d1e797c Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 3 Nov 2024 18:15:09 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ef535434..9bebb2a6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,13 @@ Qode Merge PR-Agent aims to help efficiently review and handle pull requests, by ## News and Updates +### November 3, 2024 + +Meaningful improvement to the quality of code suggestions by separating the code suggestion generation from [line number detection](https://github.com/Codium-ai/pr-agent/pull/1338) + +![image](https://github.com/user-attachments/assets/093c185c-31ca-47a1-a4fe-be7d9335ea66) + + ### October 27, 2024 Qodo Merge PR Agent will now automatically document accepted code suggestions in a dedicated wiki page (`.pr_agent_accepted_suggestions`), enabling users to track historical changes, assess the tool's effectiveness, and learn from previously implemented recommendations in the repository.