From 2a324c3aee9002fefa14a1579f366782b662ac7e Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Thu, 10 Apr 2025 17:12:02 -0700 Subject: [PATCH 1/2] changelog thing --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1218e4f9..2b921506 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,16 @@ description: The latest updates and changes to CodeRabbit. sidebar_position: 13 --- +## April 11 2025 + +### Agent Chat + +```mdx-code-block + +``` + +We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as Generally Available for Pro users. This enhancement lets you make more advanced requests that span multiple files. Just add a review or issue comment on any pull request, or issue comment on an issue, issue 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, commit or copyable snippet to your PR or issue for those code changes. + ## April 8, 2025 ### New Static Analysis Tools From bd4ce64f6e86e44c5955aac82f2e5ad073109a0f Mon Sep 17 00:00:00 2001 From: Howon Lee Date: Thu, 10 Apr 2025 17:30:22 -0700 Subject: [PATCH 2/2] lol --- docs/guides/agent_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/agent_chat.md b/docs/guides/agent_chat.md index 40847871..f4ec5414 100644 --- a/docs/guides/agent_chat.md +++ b/docs/guides/agent_chat.md @@ -65,7 +65,7 @@ Agent chat can be invoked explicitly with the `@coderabbitai plan` command. 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. -Agentic Chat is currently only available on Github issue, pull request and pull request review comments. Agentic Chat is an early access product currently. +Agentic Chat is currently only available on Github issue, pull request and pull request review comments. ### Help and Feedback