Chat on Code Suggestions
Qodo Merge lets you leave comments on code suggestions to make changes. Its smart agent reads your comments and figures out what you want to do—whether that’s applying a change, asking a question, or requesting help—and uses the right tool automatically.
How does it work?
Behind the scenes, Qodo Merge calls an orchestrator agent. The orchestrator analyzes your responses to determine if you want to implement a suggestion, ask a question, or request help, then uses the right tool automatically.
Setup
Enable interactive code discussions by adding the following to your configuration file (default is True
):
[pr_code_suggestions]
enable_chat_in_code_suggestions = true
Activation
To get dynamic responses from Qodo Merge after running /improve
, follow these steps:
Run the
/improve
command.Check the
/improve
recommendation checkboxes (Apply this suggestion button) to have Qodo Merge generate a new inline code suggestion discussion.The orchestrator agent will then automatically listen to and reply to comments within the discussion without requiring additional commands.
To get dynamic responses from Qodo Merge after running /implement
, follow these steps:
Select code lines in the PR diff and run the
/implement
command.Wait for Qodo Merge to generate a new inline code suggestion.
The orchestrator agent will then automatically listen to and reply to comments within the discussion without requiring additional commands.
Tip: Direct the agent with keywords.
Use "implement" or "apply" for code generation.
Use "explain", "why" or "how" for information and help.
Example Usage

Last updated
Was this helpful?