Review and Implement AI Suggestions from Your TerminalΒΆ
Qodo Merge CLI utilizes Qodo Command to bring AI-powered code suggestions directly to your terminal. Review, implement, and manage Qodo Merge suggestions without leaving your development environment.
MissionΒΆ
The CLI can bridge the gap between Qodo Merge feedback and code implementation in your local enviroment:
- Seamlessly generate and manage PR suggestions without context switching
- Remote Suggestions: Fetches Qodo Merge suggestions from your Git Environment
- Local Suggestions: Get real-time suggestions against your local changes
- Interactive review and implementation of AI feedback directly in your terminal
- Track implementation status of each suggestion (pending/implemented/declined)
Remote Suggestions FlowΒΆ
- Open a Pull Request on your Git environment and receive Qodo Merge feedback
- Pull the remote suggestions into your terminal with Qodo Merge CLI
- Explore, Review, and implement suggestions interactively
- Commit changes back to your branch seamlessly
Local Suggestions FlowΒΆ
Work in progress - coming soon!
Quick StartΒΆ
Part of the Qodo Merge ecosystem - closing the loop between AI feedback and code implementation.