Skip to content

Announcement for the agent change #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
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
15 changes: 13 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,25 @@ 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
<ProPlanNotice />
```

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

### Docstrings

```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />
```

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