After Qoder modifies code, you usually want to see what it changed and give the changes a review. Qoder CLI CN provides two capabilities: view the concrete code differences with /diff, and run a structured code review on the changes with /review to find fixable issues.Both capabilities are based on Git, so they must be used inside a Git repository.
Use /review to run a structured review and surface potential issues.
Have Qoder keep fixing based on the review findings.
When you need strict gatekeeping over a whole set of changes before committing, the "Base branch" or "Commit" review scopes are especially useful.
Both /review and /diff must run inside a Git repository. If you are not in a Git repository, or there is no usable branch/commit, Qoder shows a corresponding message.