We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5298aaa commit a44879fCopy full SHA for a44879f
.pr_agent.toml
@@ -1,11 +1,15 @@
1
# .pr_agent.toml
2
[github_app]
3
# Run these tools automatically on every new PR:
4
-pr_commands = ["/describe", "/review"]
+pr_commands = ["/describe", "/review", "/improve"]
5
6
[pr_reviewer] # (all fields optional)
7
num_max_findings = 5 # how many items to surface
8
require_tests_review = true
9
extra_instructions = """
10
Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature.
11
"""
12
+
13
+[pr_code_suggestions]
14
+commitable_code_suggestions = false # purely advisory, no write ops
15
+apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes
0 commit comments