Skip to content

Commit 48dfa1e

Browse files
wip adding pictures
1 parent 4832e22 commit 48dfa1e

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

Diff for: docs/guides/issue-chat.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ To start a conversation with CodeRabbit in any issue:
2727
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`.
2828
:::
2929

30+
![Github Chat Example](../../static/img/guides/chat-example.png)
31+
32+
![Gitlab Chat Example](../../static/img/guides/gitlab-issue-chat.png)
33+
3034
## Core Capabilities
3135

3236
### Code Analysis
@@ -48,6 +52,16 @@ This allows CodeRabbit to:
4852
- Create AI powered code searches
4953
- Use tribal knowledge from learnings to enhance responses
5054

55+
![Script Execution Example](../../static/img/guides/chat-script-execution.png)
56+
57+
![Chat Learnings Example](../../static/img/guides/chat-learnings-use.png)
58+
59+
### Agentic Thought Chain
60+
61+
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+
![Agentic Thought Chain Example](../../static/img/guides/agentic-thought-chain.png)
64+
5165
### Feature Planning Support
5266

5367
Issue chat is particularly valuable during feature planning phases:
@@ -59,13 +73,7 @@ Issue chat is particularly valuable during feature planning phases:
5973

6074
Example conversation:
6175

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]
68-
```
76+
![Feature Planning Example](../../static/img/guides/feature-planning.png)
6977

7078
## Additional Use Cases
7179

Diff for: static/img/guides/agentic-thought-chain.png

73.8 KB
Loading

Diff for: static/img/guides/gitlab-issue-chat.png

121 KB
Loading

0 commit comments

Comments
 (0)