Skip to content

Commit d7bd3b1

Browse files
Merge pull request #5 from codinit-dev/mintlify/update-changelog-design-style-80023
Update changelog design to match Mintlify style
2 parents febe341 + 409d996 commit d7bd3b1

1 file changed

Lines changed: 70 additions & 58 deletions

File tree

changelog.mdx

Lines changed: 70 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,90 @@
11
---
2-
title: "Changelog"
3-
description: "Track all notable changes and updates to the CodinIT.dev platform"
2+
title: "Product updates"
3+
description: "New releases and improvements"
44
---
55

6-
## Product updates
6+
# Product updates
77

8-
> New releases and improvements
8+
New releases and improvements
99

10-
<Update label="December 20, 2025" tags={["Improvements"]} rss={{ title: "Provider error handling and Docker compatibility improvements" }}>
11-
## Bug fixes
10+
## December 20, 2025
1211

13-
* Fixed LMStudio provider error handling and Docker host mapping
14-
* Fixed LMStudio baseUrl configuration retrieval from provider settings
15-
* Fixed Ollama provider error handling and Docker compatibility
16-
* Fixed ESLint issues in LMStudio provider
17-
* Fixed Electron build configuration improvements
12+
<Update tags={["Improvements"]}>
1813

19-
## Improvements
14+
### Bug fixes
2015

21-
* Improved provider error messages for better debugging
22-
* Enhanced Docker compatibility for local model providers
23-
</Update>
16+
- Fixed LMStudio provider error handling and Docker host mapping
17+
- Fixed LMStudio baseUrl configuration retrieval from provider settings
18+
- Fixed Ollama provider error handling and Docker compatibility
19+
- Fixed ESLint issues in LMStudio provider
20+
- Fixed Electron build configuration improvements
2421

25-
<Update label="December 19, 2025" tags={["Improvements"]} rss={{ title: "Stability improvements and provider configuration enhancements" }}>
26-
## Improvements
22+
### Improvements
23+
24+
- Improved provider error messages for better debugging
25+
- Enhanced Docker compatibility for local model providers
2726

28-
* Version bump with stability improvements
29-
* Provider configuration enhancements
3027
</Update>
3128

32-
<Update label="December 14, 2025" tags={["New releases", "Improvements"]} rss={{ title: "GPT-5 and Claude Opus 4.5 model support, Electron standardization, and bundle optimization" }}>
33-
## New AI models
29+
## December 19, 2025
3430

35-
* Added GPT-5.1, GPT-5 Mini, and GPT-5 Nano models to OpenAI provider
36-
* GPT-5.1: 128k context, 16k output limit (optimized for coding and agentic tasks)
37-
* GPT-5 Mini: 128k context, 8k output limit (faster, cheaper alternative)
38-
* GPT-5 Nano: 128k context, 4k output limit (fastest, most cost-effective)
39-
* Added GPT-5.2 Pro, GPT-5.2 Thinking, and GPT-5.2 Instant models to OpenRouter provider
40-
* Added Claude Opus 4.5 model to Anthropic provider with enhanced capabilities
41-
* Added Claude 4.5 models (Opus, Sonnet, Haiku) to Amazon Bedrock provider
31+
<Update tags={["Improvements"]}>
4232

43-
## UI and branding improvements
33+
### Improvements
4434

45-
* Added Fazier badge to header with theme-aware variants (dark and light modes)
46-
* Added local SVG assets for Fazier badge (embed_image_dark.svg, embed_image_light.svg)
47-
* Standardized Electron app name to "codinit-dev" across all platforms (macOS, Windows, Linux)
48-
* Updated README with improved content structure and Fazier badge
49-
* Replaced Product Hunt header badge with Fazier badge
50-
* Updated default model configuration to leverage new GPT-5 series
35+
- Version bump with stability improvements
36+
- Provider configuration enhancements
5137

52-
## Bug fixes
38+
</Update>
39+
40+
## December 14, 2025
41+
42+
<Update tags={["New releases", "Improvements"]}>
43+
44+
### New AI models
45+
46+
- Added GPT-5.1, GPT-5 Mini, and GPT-5 Nano models to OpenAI provider
47+
- GPT-5.1: 128k context, 16k output limit (optimized for coding and agentic tasks)
48+
- GPT-5 Mini: 128k context, 8k output limit (faster, cheaper alternative)
49+
- GPT-5 Nano: 128k context, 4k output limit (fastest, most cost-effective)
50+
- Added GPT-5.2 Pro, GPT-5.2 Thinking, and GPT-5.2 Instant models to OpenRouter provider
51+
- Added Claude Opus 4.5 model to Anthropic provider with enhanced capabilities
52+
- Added Claude 4.5 models (Opus, Sonnet, Haiku) to Amazon Bedrock provider
53+
54+
### UI and branding improvements
55+
56+
- Added Fazier badge to header with theme-aware variants (dark and light modes)
57+
- Added local SVG assets for Fazier badge (embed_image_dark.svg, embed_image_light.svg)
58+
- Standardized Electron app name to "codinit-dev" across all platforms (macOS, Windows, Linux)
59+
- Updated README with improved content structure and Fazier badge
60+
- Replaced Product Hunt header badge with Fazier badge
61+
- Updated default model configuration to leverage new GPT-5 series
62+
63+
### Bug fixes
64+
65+
- Fixed Fazier badge styling to prevent alt text display issues
66+
- Fixed badge width constraints to fit header layout properly
67+
- Fixed mixed static/dynamic import warning for CodeMirrorEditor component
68+
- Fixed Vite configuration flags (v3_singleFetch) for better compatibility
69+
70+
### Bundle optimization
71+
72+
- Removed unused UI components to reduce bundle size:
73+
- TypingAnimation component
74+
- WorkspaceModal component
75+
- GradientCard component
76+
- Slider component
77+
- Separator component
78+
- SearchResultItem component
79+
- UI CodeBlock component (duplicate)
80+
- ElectronWindowControls component (unused)
81+
- CustomTitleBar component (unused)
82+
- CreateBranchDialog component (unused)
83+
- Removed duplicate service-status directory and components
84+
- Removed duplicate TextShimmer.tsx and demo.tsx files
85+
- Removed social preview image (social_preview_index.png)
86+
- Removed unnecessary component exports from ui/index.ts
5387

54-
* Fixed Fazier badge styling to prevent alt text display issues
55-
* Fixed badge width constraints to fit header layout properly
56-
* Fixed mixed static/dynamic import warning for CodeMirrorEditor component
57-
* Fixed Vite configuration flags (v3_singleFetch) for better compatibility
58-
59-
## Bundle optimization
60-
61-
* Removed unused UI components to reduce bundle size:
62-
* TypingAnimation component
63-
* WorkspaceModal component
64-
* GradientCard component
65-
* Slider component
66-
* Separator component
67-
* SearchResultItem component
68-
* UI CodeBlock component (duplicate)
69-
* ElectronWindowControls component (unused)
70-
* CustomTitleBar component (unused)
71-
* CreateBranchDialog component (unused)
72-
* Removed duplicate service-status directory and components
73-
* Removed duplicate TextShimmer.tsx and demo.tsx files
74-
* Removed social preview image (social_preview_index.png)
75-
* Removed unnecessary component exports from ui/index.ts
7688
</Update>
7789

7890
<Update label="December 9, 2025" tags={["Improvements"]} rss={{ title: "Error handling and release workflow improvements" }}>

0 commit comments

Comments
 (0)