Inspect file changes, select the intended scope, and commit or push from Qoder CN.
After Qoder CN edits a project, open Review to verify the resulting files before sharing them. The review surface shows the repository diff beside the task, so you can check what changed, keep the intended files, and complete the Git workflow without leaving Qoder CN.
Use Review to verify agent edits, compare unstaged, staged, committed, or branch changes, stage or revert individual files, and create or push commits. Reading the agent's final response does not replace checking the diff and running the relevant tests or manual verification.
In a task with a workspace, open the sidebar and select Add tab → Open review. When Uncommitted changes appear in the environment information on the task monitor, you can also select that count to open Review directly.
The Review tab provides a change-source selector, addition and deletion totals, file navigation, per-file diffs and actions, and Commit or push.
Open Choose change source and select the source that matches your goal:
Before finishing, confirm that the working tree contains no unexpected changes, the required checks passed, and the remote branch is the one you intended to update.
When to use Review
Use Review to verify agent edits, compare unstaged, staged, committed, or branch changes, stage or revert individual files, and create or push commits. Reading the agent's final response does not replace checking the diff and running the relevant tests or manual verification.
Open Review
In a task with a workspace, open the sidebar and select Add tab → Open review. When Uncommitted changes appear in the environment information on the task monitor, you can also select that count to open Review directly.
The Review tab provides a change-source selector, addition and deletion totals, file navigation, per-file diffs and actions, and Commit or push.
Choose which changes to inspect
Open Choose change source and select the source that matches your goal:
| Source | What it shows |
|---|---|
| Last turn | File changes associated with the latest task turn. |
| Uncommitted | All changes that have not been committed. |
| Unstaged | Changes that are not in the Git staging area. |
| Staged | Changes currently staged for the next commit. |
| Committed | Changes from committed work. |
| Branch | Changes for the current branch. |
Review each file
- Choose a change source.
- Use Jump to file or Show files to locate a changed file.
- Read both additions and deletions. Use Stacked or Split view as needed, and optionally show whitespace-only changes or enable word wrap.
- Select Stage file when an unstaged file belongs in the next commit. Select Revert file only when you intentionally want to remove its uncommitted changes.
- Run the appropriate tests, build, static checks, or manual verification.
Commit or push
1
Open the commit flow
After reviewing the intended changes, select Commit or push.
2
Confirm the branch
Verify the current branch. Open the branch menu and select New branch if the work should be committed on a new branch.
3
Choose the included changes
Use Include unstaged changes only when those files also belong in this commit. Check the displayed additions and deletions.
4
Describe and complete the change
Enter a commit message, or leave the field blank to let Qoder CN generate one. Select Commit, Push, or Commit and push according to the result you need.
A successful commit changes only the local repository. Other collaborators can access it only after the intended branch is pushed successfully.