Skip to content

Agent chat docs #248

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

Merged
merged 8 commits into from
Mar 12, 2025
Merged
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
Prev Previous commit
Next Next commit
thinky
  • Loading branch information
Howon Lee committed Mar 12, 2025
commit 23e41185c7acc0476049034580b0a1c5fbc60f2a
18 changes: 14 additions & 4 deletions docs/guides/agent_chat.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# CodeRabbit Agentic Chat
---
title: Agentic Chat
sidebar_label: Agentic Chat
description: Learn about CodeRabbit Pro's agentic chat system
sidebar_position: 7
---

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.
```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

# Getting Started
<ProPlanNotice />
```

Chat is available exclusively for Pro customers. // some crap about sales process
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.

# Invocation

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

## Multi-Step Agentic Flow with Planning

/// github only lol
/// early access lol

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.

// example
Expand Down