For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reviewing AI changes

The AI proposes edits for you to review before they land. Accept, reject, or always allow a specific kind of change.

The AI proposes changes; it doesn't apply them straight away. Every edit, rename, or delete stages for your review before it touches your project. Read-only actions (search, compile, running code) happen immediately, without review.

This covers edits the AI proposes to existing files. Files a notebook's code cells write directly, like a .csv or image output, including when the AI runs that code on your behalf, aren't proposed edits. They're written immediately, the same as if you'd run the code yourself. See Notebooks.

Review and accept changes

1

Ask for an edit

Ask the AI for something that involves editing files.

2

Open the review

When it's done, open Review changes in the AI panel and look through the diff: changed files and highlighted edits.

3

Choose what to keep

Choose Accept (apply everything), Always (apply, and let the AI make this kind of change without asking again in this project), or Dismiss (reject everything). For a mixed set of changes, accept or reject them one at a time instead of all at once.

You'll know it worked when accepted changes appear in your files immediately, and the file tree and any open tabs update to match.

Word documents with track changes on

If a Word document has track changes turned on, an AI edit skips the chat changeset card and lands directly as a tracked change in the document instead. Review it the same way you'd review a change from a person, through the track changes controls in the Word toolbar, not the AI panel.

Undo

Right after accepting, you can undo from the resolved change. This only works for the current session; if you refresh the page or move on, the undo snapshot is gone.

Limits

  • The AI can't write outside your project or touch sensitive files like .env or credentials.

  • Edits are capped in size; very large rewrites in one go aren't supported.

  • It has to read a file before it can edit it.

  • If you ask the AI to change a file again while an earlier change to that file is still pending review, the earlier one is marked Outdated and you can only dismiss it. Review the newer change instead.

Troubleshooting

Nothing happened after an edit request

Usually a no-op: the AI tried to change text that wasn't actually there. Ask it to re-read the file and try again.

"Always" didn't stick

Check that the project is writable and try again.

A file looks stale after accepting

Reopen the file tab.

Next steps

Last updated

Was this helpful?