Reviewing agent work
Inspect the response, the actual file changes, and the checks behind a result before committing.
Read the whole turn
A turn can include an assistant reply, tool operations, files read or changed, task updates, and usage information. Expand the details that support the result. An assertion that a test passed should be backed by the tool output or a check you can reproduce.
Changes from a turn
Per-turn changesets show what the agent changed. Inspect the diff and use the available undo controls carefully. If later work also touched the same files, review the current contents before reverting an earlier change.
Review every turn in a session
- Select the changed-files summary above the composer to open Session changes.
- Use Search changed files to filter by filename or path. Matching files remain grouped by turn, with the prompt and change totals for context.
- Select a file to inspect its diff. The running turn appears as Live while changes are still being made.
Discard file changes restores the selected file to before its selected turn, after confirmation. It is unavailable while file changes are running or a saved baseline is missing. Read the confirmation before applying it.
Good to know · Discarding also removes later edits to that file, including your own work, and cannot be undone. A rename restores both paths. This action changes the current checkout; it does not remove only one agent’s contribution.
Review the checkout
Git operations run on the server with its repository and Git configuration. Review the current diff, stage the intended changes, and commit when the work is ready. In a shared checkout, the diff can include work from several sessions and from your own edits.
Organize commits
Use the commit planning and review controls to organize a set of changes into sensible commits. Check which files or hunks each commit includes. Resolve overlaps and conflicts before accepting a proposed split.
Read and export results
Open supported document previews and exported results from the workspace. Downloads transfer files from the server to the current client. Keep credentials and private project data in mind when sharing exports.
Verify the outcome
- Run the checks relevant to the changed behavior.
- Inspect failures, warnings, and untested assumptions.
- Use independent review for important changes.
- Review external side effects before retrying an interrupted operation.