You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the current documentation, Qodo Merge does not support executing multiple commands in a single comment. The documentation indicates that commands are executed individually by commenting with specific command formats like /review, /describe, or /improve.
The documentation shows that each tool is triggered separately, either:
Manually by commenting with a single command (e.g., /review, /describe, /improve)
Automatically when a PR is opened by configuring the pr_commands list in the configuration file
There is no mention of the ability to run multiple commands in a single comment. The current behavior matches what you described - only the first command in a comment gets executed, requiring separate comments for each command.
This feature request would be a valid enhancement to reduce comment noise in PRs by allowing users to trigger multiple tools with a single comment.
Feature request
Qodo Merge should be able to respond and act on multiple commands in a single comment rather than requiring 3 separate comments to achieve this:
Motivation
Right now, if you comment with more than one Qodo command, only the first one gets executed. All of them should execute to avoid spamming comments.
The text was updated successfully, but these errors were encountered: