From e43bf05c6e64e5d7235035b9805c2c8632c45fdc Mon Sep 17 00:00:00 2001 From: Yunosuke Yamada Date: Fri, 17 Oct 2025 15:32:38 +0900 Subject: [PATCH 1/2] docs: The default for pr_description.final_update_message is true. --- docs/docs/tools/describe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index 0d28e266..083f9834 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -118,7 +118,7 @@ This option is enabled by default via the `pr_description.enable_pr_diagram` par 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 false. + 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. enable_semantic_files_types From d67d053ae54f6072308053a1ac8675b234da9296 Mon Sep 17 00:00:00 2001 From: Yunosuke Yamada Date: Fri, 17 Oct 2025 15:33:17 +0900 Subject: [PATCH 2/2] docs: The default for pr_code_suggestions.enable_chat_text is false. --- docs/docs/tools/improve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index 6ad389ab..cbef969d 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -636,7 +636,7 @@ This configuration is recommended for: enable_chat_text - If set to true, the tool will display a reference to the PR chat in the comment. Default is true. + If set to true, the tool will display a reference to the PR chat in the comment. Default is false. publish_output_no_suggestions