Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23e4118

Browse files
author
Howon Lee
committedMar 12, 2025
thinky
1 parent 1251a89 commit 23e4118

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed
 

‎docs/guides/agent_chat.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# CodeRabbit Agentic Chat
1+
---
2+
title: Agentic Chat
3+
sidebar_label: Agentic Chat
4+
description: Learn about CodeRabbit Pro's agentic chat system
5+
sidebar_position: 7
6+
---
27

3-
CodeRabbit Chat is a powerful assistant designed to streamline your development workflow. You can interact directly in pull request review comments and pull request comments to ask questions, have CodeRabbit rewrite code, or generate new code. This tool is built to enhance your productivity by integrating seamlessly into your existing development environment.
8+
```mdx-code-block
9+
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
410
5-
# Getting Started
11+
<ProPlanNotice />
12+
```
613

7-
Chat is available exclusively for Pro customers. // some crap about sales process
14+
CodeRabbit Chat is a powerful pull-request-specific assistant designed to streamline your development workflow. You can interact directly in pull request review comments and pull request comments to ask questions, have CodeRabbit rewrite code, or generate new code.
815

916
# Invocation
1017

@@ -48,6 +55,9 @@ For rapid prototyping and quick fixes, CodeRabbit Chat is capable of generating
4855

4956
## Multi-Step Agentic Flow with Planning
5057

58+
/// github only lol
59+
/// early access lol
60+
5161
When facing complex coding challenges, CodeRabbit Chat supports multi-step agentic flows that involve detailed planning and execution. Once the multi-step workflow is complete, CodeRabbit can automatically issue a pull request for the changes, ensuring that even intricate processes are handled efficiently.
5262

5363
// example

0 commit comments

Comments
 (0)
Please sign in to comment.