Add documentation for chat on code suggestions with example image and update RAG platform support

This commit is contained in:
ofir-frd
2025-04-28 08:50:58 +03:00
parent cbe03b82fe
commit 1c3629d4c2
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# RAG Context Enrichment 💎
`Supported Git Platforms: GitHub`
`Supported Git Platforms: GitHub, Bitbucket Data Center`
!!! info "Prerequisites"
- RAG is available only for Qodo enterprise plan users, with single tenant or on-premises setup.

View File

@ -267,7 +267,9 @@ In such cases, we recommend prioritizing the suggestion's detailed description,
> `💎 feature` Platforms supported: GitHub, GitLab
If you set the following in your configuration file:
Enable interactive code discussions by adding this to your configuration file (default `True`):
```toml
[pr_code_suggestions]
@ -275,6 +277,11 @@ enable_chat_in_code_suggestions = true
```
The Qodo Merge bot will automatically listen and respond to comments within code suggestion discussions that it has initiated, without requiring explicit tool calls.
The bot intelligently analyzes your responses to determine if you want to implement the suggestion, ask questions about it, or request help with understanding it.
For example:
![Chat on code suggestions ](https://codium.ai/images/pr_agent/improve_chat_on_code_suggestions.png){width=512}
### Dual publishing mode