From 7a5e9102fd33690bc03d36a2464deff2338bf1db Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 7 Nov 2024 08:59:10 +0200 Subject: [PATCH] Add documentation for focus_only_on_problems setting in improve.md and README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f04c539..8eaae23d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,16 @@ When enabled, this option reduces the number of code suggestions and categorizes This mode is ideal for developers who want to concentrate specifically on finding and fixing potential bugs in their pull request code. +Example result: + +Original mode + +![image](https://qodo.ai/images/pr_agent/code_suggestions_original_mode.png) + +Focused mode + +![image](https://qodo.ai/images/pr_agent/code_suggestions_focused_mode.png) + ### November 4, 2024 Qodo Merge PR Agent will now leverage context from Jira or GitHub tickets to enhance the PR Feedback. Read more about this feature