app/review.md +1 −11
1# Review1# Review
2 2
3Review and iterate with Codex on changes inside the app
4
5The review pane helps you understand what Codex changed, give targeted feedback, and decide what to keep.3The review pane helps you understand what Codex changed, give targeted feedback, and decide what to keep.
6 4
7It only works for projects that live inside a Git repository. If your project5It only works for projects that live inside a Git repository. If your project
57If you use `/review` to run a code review, comments will show up directly55If you use `/review` to run a code review, comments will show up directly
58inline in the review pane.56inline in the review pane.
59 57
6058 
61
62 
63 59
64## Staging and reverting files60## Staging and reverting files
65 61
81Git can represent both staged and unstaged changes in the same file. When that77Git can represent both staged and unstaged changes in the same file. When that
82happens, it can look like the pane is showing “the same file twice” across78happens, it can look like the pane is showing “the same file twice” across
83staged and unstaged views. That's normal Git behavior.79staged and unstaged views. That's normal Git behavior.
84
85[Previous
86
87Settings](https://developers.openai.com/codex/app/settings)[Next
88
89Automations](https://developers.openai.com/codex/app/automations)