From 6a4f47f0f6c3497478026ec2f7a9c10fccf3ce12 Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:03:55 -0700 Subject: [PATCH 1/8] make the announcement --- docs/changelog.md | 12 ++++++++++++ docs/guides/agent_chat.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index e200f30b..7b4588a7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,18 @@ description: The latest updates and changes to CodeRabbit. sidebar_position: 13 --- +## March 12, 2025 + +### Mult-Step Agent Chat + +```mdx-code-block +import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; + + +``` + +We're excited to announce that CodeRabbit chat can now do agentic planning on Github. This functionality allows more sophisticated request to be made of CodeRabbit chat spanning multiple files. Comment with `@coderabbitai` a natural language request on any pull request with a review comment, asking for a code change, and the chat will plan code changes if they are complex. + ## February 25, 2025 ### Docstrings diff --git a/docs/guides/agent_chat.md b/docs/guides/agent_chat.md index d60679ae..3f5d3b85 100644 --- a/docs/guides/agent_chat.md +++ b/docs/guides/agent_chat.md @@ -53,7 +53,7 @@ When facing complex coding challenges, CodeRabbit Chat supports multi-step agent CodeRabbit cannot perform further modifications to opened pull requests. From there, it's your turn to checkout the branch and improve it to satisfaction. We believe that this workflow provides a significant headstart to implementing code. -Multi-step agentic flows are currently only available on Github. Multi-step agentic flows are an early access product currently. +Multi-step agentic flows are currently only available on Github pull request review comments. Multi-step agentic flows are an early access product currently. ### Configuration Changes From b87120880a11f3dd351059641791401ae876b2e6 Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:07:45 -0700 Subject: [PATCH 2/8] no double import --- docs/changelog.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7b4588a7..7b4ecd79 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,14 +4,15 @@ sidebar_label: Changelog description: The latest updates and changes to CodeRabbit. sidebar_position: 13 --- +```mdx-code-block +import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; +``` ## March 12, 2025 ### Mult-Step Agent Chat ```mdx-code-block -import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; - ``` @@ -22,8 +23,6 @@ We're excited to announce that CodeRabbit chat can now do agentic planning on Gi ### Docstrings ```mdx-code-block -import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; - ``` From 45a5f2f4727abb780aa5d8ede1f5fab5d21cd29b Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:09:57 -0700 Subject: [PATCH 3/8] reword --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7b4ecd79..60285fcd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,7 +16,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` -We're excited to announce that CodeRabbit chat can now do agentic planning on Github. This functionality allows more sophisticated request to be made of CodeRabbit chat spanning multiple files. Comment with `@coderabbitai` a natural language request on any pull request with a review comment, asking for a code change, and the chat will plan code changes if they are complex. +We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. This is in addition to existing agentic chat for CodeRabbit. ## February 25, 2025 From d6088c3bb1cb23258befec6222fc9034aea31ccc Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:12:18 -0700 Subject: [PATCH 4/8] nit --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 60285fcd..49f868c9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,7 @@ sidebar_label: Changelog description: The latest updates and changes to CodeRabbit. sidebar_position: 13 --- + ```mdx-code-block import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` From ccd89078395e188b48f1a6a7ca2bbcd22ab04240 Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:16:08 -0700 Subject: [PATCH 5/8] nit --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 49f868c9..56bd8b14 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,7 +11,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ## March 12, 2025 -### Mult-Step Agent Chat +### Multi-Step Agent Chat ```mdx-code-block From 9bac9f2bcd6eed19465e7bcdca054d0dcb8b2694 Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:17:28 -0700 Subject: [PATCH 6/8] another thing --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 56bd8b14..9d4a147d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,7 +17,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` -We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. This is in addition to existing agentic chat for CodeRabbit. +We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. This is in addition to existing agentic chat for CodeRabbit. Issue comments, more Git providers, and more features coming soon. ## February 25, 2025 From 3de88de9f1eac94f5e77e911beb47fd2df4d864f Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:24:19 -0700 Subject: [PATCH 7/8] thinky --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9d4a147d..9908ea47 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,7 +9,7 @@ sidebar_position: 13 import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` -## March 12, 2025 +## March 14, 2025 ### Multi-Step Agent Chat @@ -17,7 +17,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` -We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. This is in addition to existing agentic chat for CodeRabbit. Issue comments, more Git providers, and more features coming soon. +We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an Experimental feature for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. This is in addition to existing agentic chat for CodeRabbit. Issue comments, more Git providers, and more features coming soon. ## February 25, 2025 From 03258539fcac22dc1601a1c89a4134968b42333c Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Wed, 12 Mar 2025 14:29:25 -0700 Subject: [PATCH 8/8] consent --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9908ea47..daed50c5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,7 +17,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; ``` -We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an Experimental feature for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. This is in addition to existing agentic chat for CodeRabbit. Issue comments, more Git providers, and more features coming soon. +We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an Experimental feature for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. Upon reviewing the plan and getting your consent, CodeRabbit will emit a stacked PR to your PR for those code changes. ## February 25, 2025