Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Announcement for the agent change #249

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<ProPlanNotice />
```

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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/agent_chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading