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
+3-16
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,11 @@ Upon being invoked, CodeRabbit processes your request and responds with the nece
29
29
30
30
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.
31
31
32
-
///////// example some crap
33
-
///////// example some crap
34
-
35
32
### Web Search
36
33
37
34
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.
38
35
39
-
// example
40
-
// how to turn it off
36
+
Set `enabled` to false within `web_search` within `knowledge_base` within the config in order to turn this off.
41
37
42
38
### Jira and Linear Integration
43
39
@@ -47,31 +43,22 @@ CodeRabbit Chat can deal with existing issue tracking system integrations in ord
47
43
48
44
CodeRabbit Chat can insert and delete Learnings from your Learnings database. Simply ask it to do so in plain natural language.
49
45
50
-
////// example some crap
51
-
52
46
### Single Step Code Generation
53
47
54
48
For rapid prototyping and quick fixes, CodeRabbit Chat is capable of generating code snippets in a single step.
55
49
56
-
// example
57
-
58
50
### Multi-Step Agentic Flow with Planning
59
51
60
-
/// github only lol
61
-
/// early access lol
62
-
63
-
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.
52
+
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 so you can consent to the code changes or edit them.
64
53
65
54
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.
66
55
67
-
// example
56
+
Multi-step agentic flows are currently only available on Github. Multi-step agentic flows are an early access product currently.
68
57
69
58
### Configuration Changes
70
59
71
60
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.
72
61
73
-
// example
74
-
75
62
### Help and Feedback
76
63
77
64
Need help? Join our community on [Discord](https://discord.gg/coderabbit) or contact our support team.
0 commit comments