You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/agent_chat.md
+13-11
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
title: Agentic Chat
3
3
sidebar_label: Agentic Chat
4
4
description: Learn about CodeRabbit Pro's agentic chat system
5
-
sidebar_position: 7
5
+
sidebar_position: 8
6
6
---
7
7
8
+
# Agentic Chat
9
+
8
10
```mdx-code-block
9
11
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
10
12
@@ -13,47 +15,47 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
13
15
14
16
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.
15
17
16
-
# Invocation
18
+
##Invocation
17
19
18
20
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
19
21
20
22
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.
21
23
22
-
# Features
24
+
##Features
23
25
24
-
## Script Writing
26
+
###Script Writing
25
27
26
28
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.
27
29
28
30
///////// example some crap
29
31
///////// example some crap
30
32
31
-
## Web Search
33
+
###Web Search
32
34
33
35
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.
34
36
35
37
// example
36
38
// how to turn it off
37
39
38
-
## Jira and Linear Integration
40
+
###Jira and Linear Integration
39
41
40
42
CodeRabbit Chat is integrated with Jira and Linear.
41
43
42
44
// link to authing it
43
45
44
-
## Learnings Integration
46
+
###Learnings Integration
45
47
46
48
CodeRabbit Chat can insert and delete Learnings from your Learnings database. Simply ask it to do so in plain natural language.
47
49
48
50
////// example some crap
49
51
50
-
## Single Step Code Generation
52
+
###Single Step Code Generation
51
53
52
54
For rapid prototyping and quick fixes, CodeRabbit Chat is capable of generating code snippets in a single step.
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.
68
70
69
71
// example
70
72
71
-
## Help
73
+
###Help
72
74
73
75
Need help? Join our community on [Discord](https://discord.gg/coderabbit) or contact our support team.
0 commit comments