Skip to content

Commit e0c51b1

Browse files
author
Howon Lee
committed
wibble
1 parent 23e4118 commit e0c51b1

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/guides/agent_chat.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
title: Agentic Chat
33
sidebar_label: Agentic Chat
44
description: Learn about CodeRabbit Pro's agentic chat system
5-
sidebar_position: 7
5+
sidebar_position: 8
66
---
77

8+
# Agentic Chat
9+
810
```mdx-code-block
911
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1012
@@ -13,47 +15,47 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1315

1416
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.
1517

16-
# Invocation
18+
## Invocation
1719

1820
To invoke CodeRabbit Chat, simply comment on a pull request using the handle @coderabbitai without any explicit command. The permission flow for the chat is the same as the deterministic CodeRabbit commands // some crap about commands
1921

2022
Upon being invoked, CodeRabbit processes your request and responds with the necessary assistance. This assistance may entail generating scripts, updating issue tracking systems, offering detailed code suggestions, or even submitting an entire pull request.
2123

22-
# Features
24+
## Features
2325

24-
## Script Writing
26+
### Script Writing
2527

2628
CodeRabbit Chat can automatically generate scripts in various programming languages (mainly shell scripting) to answer questions about your codebase. If incorrect or non-running or non-germane shell scripts are created, CodeRabbit goes and tries again, and the whole script iteration process will be displayed to you in an Analysis Flow.
2729

2830
///////// example some crap
2931
///////// example some crap
3032

31-
## Web Search
33+
### Web Search
3234

3335
CodeRabbit Chat integrates real-time web search capabilities, enabling it to fetch up-to-date information to support its responses. The CodeRabbit Chat response will indicate this if it decides to search the web to answer your query.
3436

3537
// example
3638
// how to turn it off
3739

38-
## Jira and Linear Integration
40+
### Jira and Linear Integration
3941

4042
CodeRabbit Chat is integrated with Jira and Linear.
4143

4244
// link to authing it
4345

44-
## Learnings Integration
46+
### Learnings Integration
4547

4648
CodeRabbit Chat can insert and delete Learnings from your Learnings database. Simply ask it to do so in plain natural language.
4749

4850
////// example some crap
4951

50-
## Single Step Code Generation
52+
### Single Step Code Generation
5153

5254
For rapid prototyping and quick fixes, CodeRabbit Chat is capable of generating code snippets in a single step.
5355

5456
// example
5557

56-
## Multi-Step Agentic Flow with Planning
58+
### Multi-Step Agentic Flow with Planning
5759

5860
/// github only lol
5961
/// early access lol
@@ -62,12 +64,12 @@ When facing complex coding challenges, CodeRabbit Chat supports multi-step agent
6264

6365
// example
6466

65-
## Configuration Changes
67+
### Configuration Changes
6668

6769
CodeRabbit is also capable of managing its own configuration settings upon request. This self-management allows the assistant to dynamically adapt to changing project requirements. By simplifying configuration updates, CodeRabbit helps users quickly adjust to new workflows or requirements without interrupting the development process.
6870

6971
// example
7072

71-
## Help
73+
### Help
7274

7375
Need help? Join our community on [Discord](https://discord.gg/coderabbit) or contact our support team.

0 commit comments

Comments
 (0)