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/issue-chat.md
+15-7
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ To start a conversation with CodeRabbit in any issue:
27
27
Organizations can configure a custom bot name by creating their own bot user. The bot will respond to mentions of that custom name instead of `@coderabbitai`.
When [agentic thought chain](./agent_chat.md) is enabled, CodeRabbit will use an agentic thought chain to plan out a response using multiple commands in series to articulate a more advanced response.
62
+
63
+

64
+
51
65
### Feature Planning Support
52
66
53
67
Issue chat is particularly valuable during feature planning phases:
@@ -59,13 +73,7 @@ Issue chat is particularly valuable during feature planning phases:
59
73
60
74
Example conversation:
61
75
62
-
```text
63
-
User: @coderabbitai We're planning to add JWT authentication. Which parts of our codebase currently handle auth?
64
-
65
-
CodeRabbit: I'll analyze the codebase for authentication-related code...
66
-
67
-
[Analysis results with relevant files, patterns, and suggestions]
0 commit comments