Skip to content

Commit 6a4f47f

Browse files
author
Howon Lee
committed
make the announcement
1 parent daef7e5 commit 6a4f47f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: docs/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## March 12, 2025
9+
10+
### Mult-Step Agent Chat
11+
12+
```mdx-code-block
13+
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
14+
15+
<ProPlanNotice />
16+
```
17+
18+
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.
19+
820
## February 25, 2025
921

1022
### Docstrings

Diff for: docs/guides/agent_chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When facing complex coding challenges, CodeRabbit Chat supports multi-step agent
5353

5454
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.
5555

56-
Multi-step agentic flows are currently only available on Github. Multi-step agentic flows are an early access product currently.
56+
Multi-step agentic flows are currently only available on Github pull request review comments. Multi-step agentic flows are an early access product currently.
5757

5858
### Configuration Changes
5959

0 commit comments

Comments
 (0)