The diff view is only available for projects inside a Git repository.
Open the diff view
Click the Diff button in the top-right toolbar of the chat panel. The button shows a badge with the current number of added and deleted lines (+ / −).
The diff pane opens beside the chat area, showing all uncommitted changes from git diff.
View modes
Use the toolbar at the top of the diff pane to switch between display options:| Option | Choices | Description |
|---|---|---|
| Layout | Split, Unified | Side-by-side or single-column diff |
| Indicators | Bars, Classic, None | How additions and deletions are marked |
| Wrap | On / Off | Wrap long lines |
Per-file sections
Each changed file has a collapsible header showing the file name and line change stats. Click the header to expand or collapse that file’s diff. Collapsed states are preserved when the diff refreshes.Live updates
The diff view watches your project files for changes and automatically refreshes. The toolbar badge on the Diff button stays in sync so you can see the current change stats even when the pane is closed.Close the diff view
Click the Diff button again or click the close button (×) in the diff pane header.