Skip to content

Commit d5860b7

Browse files
authored
Call it "agentic chat" and "chat" instead of being wibbley wobbley (#268)
Gur agreed on calling it "agentic chat" and "chat"
1 parent 4f6f5f2 commit d5860b7

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

docs/guides/agent_chat.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Agentic Chat
3-
sidebar_label: Agentic Chat
4-
description: Learn about CodeRabbit Pro's agentic chat system
2+
title: Chat and Agentic Chat
3+
sidebar_label: Chat and Agentic Chat
4+
description: Learn about CodeRabbit Pro's chat and agentic chat system
55
sidebar_position: 8
66
---
77

8-
# Agentic Chat
8+
# CodeRabbit Chat
99

1010
```mdx-code-block
1111
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
@@ -35,6 +35,12 @@ CodeRabbit Chat integrates real-time web search capabilities, enabling it to fet
3535

3636
Set `enabled` to false within `web_search` within `knowledge_base` within the config in order to turn this off.
3737

38+
### Code Definition Integration
39+
40+
CodeRabbit Chat is capable of taking definitions of code symbols from the symbol graph that CodeRabbit generates from your codebase. The CodeRabbit Chat response will indicate in its responses if it has found relevant symbols and snippets surrounding symbols in your codebase.
41+
42+
Set the environment variable `ENABLE_CODE_GRAPH` in self-hosted CodeRabbit instances to turn this feature off.
43+
3844
### Jira and Linear Integration
3945

4046
CodeRabbit Chat can deal with existing issue tracking system integrations in order to integrate with your existing issues. For details on setting up issue tracking integrations, see our [Issue Integrations](../integrations/issue-integrations.md) guide and [Issue Creation](./issue-creation.md) guide.
@@ -47,17 +53,19 @@ CodeRabbit Chat can insert and delete Learnings from your Learnings database. Si
4753

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

50-
### Multi-Step Agentic Flow with Planning
56+
### Configuration Changes
57+
58+
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.
5159

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.
60+
## Agentic Chat (Chat with Planning)
5361

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.
62+
When facing complex coding challenges, CodeRabbit Agentic 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. CodeRabbit can also place changes in the existing pull request branch or create copyable snippets.
5563

56-
Multi-step agentic flows are currently only available on Github pull request review comments. Multi-step agentic flows are an early access product currently.
64+
Agent chat can be invoked explicitly with the `@coderabbitai plan` command.
5765

58-
### Configuration Changes
66+
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.
5967

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.
68+
Agentic Chat is currently only available on Github issue, pull request and pull request review comments. Agentic Chat is an early access product currently.
6169

6270
### Help and Feedback
6371

docs/guides/commands.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
| `@coderabbitai generate docstrings` | Generates docstrings for functions in the PR | When you need automatic documentation for your code |
3434
| `@coderabbitai configuration` | Shows current CodeRabbit settings | When you need to check or export your configuration |
3535

36+
### Agentic Chat Commands
37+
38+
| Command | Description | Use Case |
39+
| -------------------- | ---------------------------------------------------------- | ---------------------------------------------------- |
40+
| `@coderabbitai plan` | Get the agentic chat to plan an edit for previous comments | When you want CodeRabbit to change your code for you |
41+
3642
### Help & Support
3743

3844
| Command | Description | Use Case |

0 commit comments

Comments
 (0)