Chat on code suggestions πΒΆ
Supported Git Platforms: GitHub, GitLab
OverviewΒΆ
Qodo Merge implements an orchestrator agent that enables interactive code discussions, listening and responding to comments without requiring explicit tool calls. The orchestrator intelligently analyzes your responses to determine if you want to implement a suggestion, ask a question, or request help, then delegates to the appropriate specialized tool.
To minimize unnecessary notifications and maintain focused discussions, the orchestrator agent will only respond to comments made directly within the inline code suggestion discussions it has created (/improve
) or within discussions initiated by the /implement
command.
Getting StartedΒΆ
SetupΒΆ
Enable interactive code discussions by adding the following to your configuration file (default is True
):
ActivationΒΆ
/improve
ΒΆ
To obtain dynamic responses, the following steps are required:
- Run the
/improve
command (mostly automatic) - Check the
/improve
recommendation checkboxes (Apply this suggestion) 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
/implement
ΒΆ
To obtain dynamic responses, the following steps are required:
- 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
Explore the available interaction patternsΒΆ
Tip: Direct the agent with keywords
Use "implement" or "apply" for code generation. Use "explain", "why", or "how" for information and help.