Skip to content

Commit 99f63a4

Browse files
Update features/development/code-editor.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 98a9f95 commit 99f63a4

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

features/development/code-editor.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Designed for modern development workflows, the editor panel provides everything
6565
<Badge variant="secondary">Delete/Rename</Badge>
6666
<Badge variant="secondary">Drag & Drop Upload</Badge>
6767
<Badge variant="secondary">File Locking</Badge>
68+
<Badge variant="secondary">Diff Approval</Badge>
6869
</BadgeGroup>
6970

7071
### File Management Features
@@ -73,8 +74,17 @@ Designed for modern development workflows, the editor panel provides everything
7374
- **Drag and drop** - Upload files from your computer
7475
- **File locking** - Prevent conflicts in team environments
7576
- **Search integration** - Quick file location
77+
- **Diff approval workflow** - Review and approve AI-generated file changes before applying them
78+
79+
### Diff Approval Workflow
80+
81+
CodinIT now includes an optional diff approval system that lets you review AI-generated changes before they're applied to your files:
82+
83+
- **Visual diff comparison** - See exactly what changes the AI wants to make
84+
- **Side-by-side view** - Compare before and after versions inline
85+
- **Approve or reject** - Full control over which changes get applied
86+
- **Syntax highlighting** - Language-aware diff display for better readability
7687

7788
<Callout type="info">
78-
**Quick Access**: Use the file tree tabs to switch between Files, Search, and Locks views for different file
79-
management tasks.
89+
**Enable Diff Approval**: Toggle this feature in Settings → Features to review all AI file changes before they're applied to your project.
8090
</Callout>

0 commit comments

Comments
 (0)