Skip to content

Commit 8fd56a7

Browse files
committed
Stop Qodo's unsolicited responses in threads
When Qodo posts a review comment, sometimes the humans want to have a conversation in this thread. Qodo often decides to participate in these conversations, posting walls of text that completely drown out any meaningful communication with noise. Worse, Qodo seems incapable of shutting up even when explicitly told to do so [1] [2]. Luckily, there is a deterministic kill switch. Note that it is still possible to explicitly ask for Qodo's feedback using the /ask command in a thread. [1]: #78 (comment) [2]: #81 (comment) Signed-off-by: Adam Cmiel <acmiel@redhat.com>
1 parent da0cde9 commit 8fd56a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pr_agent.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ comments_location_policy = "both"
1616
# 2=remediation_recommended
1717
# 1=informational
1818
inline_comments_severity_threshold = 3
19+
20+
[pr_code_suggestions]
21+
enable_chat_in_code_suggestions = false

0 commit comments

Comments
 (0)