Skip to content

Commit eb38056

Browse files
author
Howon Lee
committed
lol
1 parent 039f70d commit eb38056

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: docs/guides/agent_chat.md

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ CodeRabbit is also capable of managing its own configuration settings upon reque
6161

6262
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.
6363

64+
Agent chat can be invoked explicitly with the `@coderabbitai plan` command.
65+
6466
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.
6567

6668
Agentic Chat is currently only available on Github issue, pull request and pull request review comments. Agentic Chat is an early access product currently.

Diff for: 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)