Chat on Code Suggestions
Qodo 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 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 = trueActivation
To get dynamic responses from Qodo after running /improve, follow these steps:
Run the
/improvecommand.Check the
/improverecommendation checkboxes (Apply this suggestion button) to have Qodo 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 after running /implement, follow these steps:
Select code lines in the PR diff and run the
/implementcommand.Wait for Qodo 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