Skip to content

Commit d8cdf4b

Browse files
Update changelog.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent a906445 commit d8cdf4b

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

changelog.mdx

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,65 @@ description: "Track the latest CodinIT releases, feature updates, bug fixes, and
55

66
New releases and improvements
77

8+
## December 30, 2025
9+
10+
<Update tags={[\"New releases\", \"Improvements\"]}>
11+
12+
### New features
13+
14+
- Added Diff Approval Workflow for reviewing AI-generated file changes
15+
- Visual inline diff comparison with syntax highlighting
16+
- Approve or reject changes before applying to files
17+
- Side-by-side before/after view
18+
- New action status: "awaiting-approval"
19+
- Added Live Action Console for real-time command monitoring
20+
- Streaming command output in floating console
21+
- Progress tracking for long-running tasks
22+
- Command context display
23+
- Real-time updates without page refresh
24+
- Added PromptSelector component for choosing system prompts
25+
- Added comprehensive MCP type definitions and schemas
26+
- Added MCP config validation and retry API endpoints
27+
- Added Electron IPC handlers for project initialization and file saving
28+
- Added project name utility for generating unique project identifiers
29+
30+
### Performance improvements
31+
32+
- Fixed critical performance regressions causing UI freezes and crashes
33+
- Introduced concurrency limits for file writes (max 5 concurrent)
34+
- Implemented batched state updates for file operations
35+
- Added file write queue system to prevent memory overflow
36+
- Optimized action queue with max 50 pending actions limit
37+
- Added yield to main thread for better responsiveness
38+
- Improved Windows file system compatibility
39+
- Enhanced action runner with live output monitoring
40+
- Optimized file content streaming with 1MB chunk size limit
41+
- Improved file watcher buffer timing (300ms → 1000ms)
42+
- Added batch update scheduling for file changes (500ms delay)
43+
44+
### Bug fixes
45+
46+
- Fixed Ollama model selection issues
47+
- Models now appear correctly in provider dropdown after configuration
48+
- Fixed base URL configuration retrieval from provider settings
49+
- Improved error handling and Docker host mapping
50+
- Added proper validation for Ollama API responses
51+
- Fixed LMStudio provider error handling and Docker compatibility
52+
- Fixed app freezes during multi-file generation
53+
- Fixed terminal output stalling issues
54+
- Fixed browser crashes ("Aw, Snap!") during intensive operations
55+
- Fixed console mocking and cleanup in diff spec tests
56+
57+
### UI improvements
58+
59+
- Updated toast component font weight for better readability
60+
- Refactored editor styles with improved layout and scrollbar customization
61+
- Updated dialog component styles for improved appearance
62+
- Added new CSS variable for editor scrollbar thumb color
63+
- Updated Fazier badge to rank-2 variants (dark and light modes)
64+
65+
</Update>
66+
867
## December 20, 2025
968

1069
<Update tags={["Improvements"]}>

0 commit comments

Comments
 (0)