Skip to content

Review and apply agent changes

  • Run a workspace-agent request that proposes file edits.
  • Keep AI Chat and editor visible so you can review diffs.
  1. Submit a prompt that results in proposed edits.
  2. In AI Chat, open the pending changeset review block and inspect changed files/diffs.
  3. Review file-level and hunk-level changes in the editor review surfaces.
  4. Choose Accept, Dismiss, or Always from the review actions.
  5. If you accept only part of a changeset, keep accepted hunks and reject the rest.
  6. After accepting, verify files were written and reopened correctly in File workspace.
  7. If needed, use Undo accepted changes from the resolved changeset card.
  8. Use per-hunk controls in editor review overlays labeled Accept and Reject (with hunk navigation), then use chat-level actions Accept (keep changes), Always, and Dismiss in the changeset card; after acceptance, use Undo changes from the resolved changeset card if needed.
  • Accepted changes are written to project files.
  • Rejected changes are not applied.
  • Partial decisions preserve accepted hunks and skip rejected hunks.
  • The resolved changeset summary appears in the chat timeline.
  • Review block is missing
  • Confirm the response actually proposed file edits, not a chat-only answer.
  • Accept seems to apply nothing
  • Check if the changeset had zero hunks (no-op edits are auto-dismissed by design).
  • Undo is unavailable
  • Undo is session-scoped; if you refreshed or switched context, the snapshot may be gone.
  • A file still looks stale after accept
  • Reopen the file tab and verify final content from File workspace.