|
1 |
| -## Interactive invocation 💎 |
2 |
| -TBD |
| 1 | +# Interactivity |
| 2 | + |
| 3 | +`Supported Git Platforms: GitHub, GitLab` |
| 4 | + |
| 5 | +## Overview |
| 6 | + |
| 7 | +Qodo Merge transforms static code reviews into interactive experiences by enabling direct actions from pull request (PR) comments. |
| 8 | +Developers can immediately trigger actions and apply changes with simple checkbox clicks. This focused workflow maintains context while dramatically reducing the time between PR creation and final merge. |
| 9 | +The approach eliminates manual steps, provides clear visual indicators, and creates immediate feedback loops all within the same interface. |
| 10 | + |
| 11 | +## Key Interactive Features |
| 12 | + |
| 13 | +### 1\. Interactive `/Improve` Tool |
| 14 | + |
| 15 | +The `/improve` command delivers a comprehensive interactive experience: |
| 16 | + |
| 17 | +- _**Apply this suggestion**_: Clicking this checkbox instantly converts a suggestion into a committable code change |
| 18 | + |
| 19 | +- _**More**_: Triggers additional suggestions generation while keeping each suggestion focused and relevant as the original set |
| 20 | + |
| 21 | +- _**Update**_: Triggers a re-analysis of the code, providing updated suggestions based on the latest changes |
| 22 | + |
| 23 | +- _**Author self-review**_: Interactive acknowledgment that developers have opened and reviewed collapsed suggestions |
| 24 | + |
| 25 | + |
| 26 | +### 2\. Interactive `/Analyze` Tool |
| 27 | + |
| 28 | +The `/analyze` command provides component-level analysis with interactive options for each identified code component: |
| 29 | + |
| 30 | +- Interactive checkboxes to generate tests, documentation, and code suggestions for specific components |
| 31 | + |
| 32 | +- On-demand similar code search that activates when a checkbox is clicked |
| 33 | + |
| 34 | +- Component-specific actions that trigger only for the selected elements, providing focused assistance |
| 35 | + |
| 36 | + |
| 37 | +### 3\. Interactive `/Help` Tool |
| 38 | + |
| 39 | +The `/help` command not only lists available tools and their descriptions but also enables immediate tool invocation through interactive checkboxes. |
| 40 | +When a user checks a tool's checkbox, Qodo Merge instantly triggers that tool without requiring additional commands. |
| 41 | +This transforms the standard help menu into an interactive launch pad for all Qodo Merge capabilities, eliminating context switching by keeping developers within their PR workflow. |
0 commit comments