You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DESCRIBE.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Describe Tool
2
2
3
-
The `describe` tool scans the PR code changes, and automatically generates PR description - title, type, summary, code walkthrough and labels.
3
+
The `describe` tool scans the PR code changes, and automatically generates PR description - title, type, summary, walkthrough and labels.
4
4
It can be invoked manually by commenting on any PR:
5
5
```
6
6
/describe
@@ -26,9 +26,14 @@ Under the section 'pr_description', the [configuration file](./../pr_agent/setti
26
26
-`keep_original_user_title`: if set to true, the tool will keep the original PR title, and won't change it. Default is false.
27
27
28
28
-`extra_instructions`: Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ...".
29
+
29
30
- To enable `custom labels`, apply the configuration changes described [here](./GENERATE_CUSTOM_LABELS.md#configuration-changes)
31
+
30
32
-`enable_pr_type`: if set to false, it will not show the `PR type` as a text value in the description content. Default is true.
33
+
31
34
-`final_update_message`: if set to true, it will add a comment message [`PR Description updated to latest commit...`](https://github.com/Codium-ai/pr-agent/pull/499#issuecomment-1837412176) after finishing calling `/describe`. Default is true.
35
+
36
+
-`enable_semantic_files_types`: if set to true, "PR changes walkthrough" section will be generated. Default is true.
0 commit comments