Continuous Code Improvement
As you work on your code, Coding Agent proactively offers improvements by running commands automatically on every file save.
The command run is decided by the size of the changeset:
For small-size changesets, the agent executes the
/issues
command to identify and suggest fixes for potential issues. Learn about/issues
.For mid-size changesets, the agent runs the
/improve
command to suggest enhancements that elevate your code's quality. Explore/improve
.
This feature can be enabled or disabled in the extension settings, allowing you to customize your experience and control when and how you receive coding suggestions. Learn more about Qodo Gen settings.
Last updated