From bd4157398389ea22aee767de9f753571e4a34f03 Mon Sep 17 00:00:00 2001 From: Gerome <186273274+Gerome-Elassaad@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:10:06 +1100 Subject: [PATCH 1/4] Update changelog.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- changelog.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index ebbf853..d731f58 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -1,11 +1,11 @@ --- -title: "Changelog" -description: "Track all notable changes and updates to the CodinIT.dev platform" +title: "Product updates" +description: "New releases and improvements" --- -## Product updates +# Product updates -> New releases and improvements +New releases and improvements ## Bug fixes From 7bf3c001d0501b1592511c5e5024f7af84d8e7c6 Mon Sep 17 00:00:00 2001 From: Gerome <186273274+Gerome-Elassaad@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:10:16 +1100 Subject: [PATCH 2/4] Update changelog.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- changelog.mdx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index d731f58..ce365fb 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,19 +7,23 @@ description: "New releases and improvements" New releases and improvements - - ## Bug fixes +## December 20, 2025 - * Fixed LMStudio provider error handling and Docker host mapping - * Fixed LMStudio baseUrl configuration retrieval from provider settings - * Fixed Ollama provider error handling and Docker compatibility - * Fixed ESLint issues in LMStudio provider - * Fixed Electron build configuration improvements + - ## Improvements +### Bug fixes + +- Fixed LMStudio provider error handling and Docker host mapping +- Fixed LMStudio baseUrl configuration retrieval from provider settings +- Fixed Ollama provider error handling and Docker compatibility +- Fixed ESLint issues in LMStudio provider +- Fixed Electron build configuration improvements + +### Improvements + +- Improved provider error messages for better debugging +- Enhanced Docker compatibility for local model providers - * Improved provider error messages for better debugging - * Enhanced Docker compatibility for local model providers From 29c7d1ce8c334dabbadb5aa01a5c4310404fb130 Mon Sep 17 00:00:00 2001 From: Gerome <186273274+Gerome-Elassaad@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:10:21 +1100 Subject: [PATCH 3/4] Update changelog.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- changelog.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index ce365fb..306b9b6 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -26,11 +26,15 @@ New releases and improvements - - ## Improvements +## December 19, 2025 + + + +### Improvements + +- Version bump with stability improvements +- Provider configuration enhancements - * Version bump with stability improvements - * Provider configuration enhancements From 409d9964f4e971c157dd3b84432325570d906b79 Mon Sep 17 00:00:00 2001 From: Gerome <186273274+Gerome-Elassaad@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:10:46 +1100 Subject: [PATCH 4/4] Update changelog.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- changelog.mdx | 88 +++++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 42 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 306b9b6..303bd08 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -37,50 +37,54 @@ New releases and improvements - - ## New AI models - - * Added GPT-5.1, GPT-5 Mini, and GPT-5 Nano models to OpenAI provider - * GPT-5.1: 128k context, 16k output limit (optimized for coding and agentic tasks) - * GPT-5 Mini: 128k context, 8k output limit (faster, cheaper alternative) - * GPT-5 Nano: 128k context, 4k output limit (fastest, most cost-effective) - * Added GPT-5.2 Pro, GPT-5.2 Thinking, and GPT-5.2 Instant models to OpenRouter provider - * Added Claude Opus 4.5 model to Anthropic provider with enhanced capabilities - * Added Claude 4.5 models (Opus, Sonnet, Haiku) to Amazon Bedrock provider - - ## UI and branding improvements - - * Added Fazier badge to header with theme-aware variants (dark and light modes) - * Added local SVG assets for Fazier badge (embed_image_dark.svg, embed_image_light.svg) - * Standardized Electron app name to "codinit-dev" across all platforms (macOS, Windows, Linux) - * Updated README with improved content structure and Fazier badge - * Replaced Product Hunt header badge with Fazier badge - * Updated default model configuration to leverage new GPT-5 series +## December 14, 2025 - ## Bug fixes + + +### New AI models + +- Added GPT-5.1, GPT-5 Mini, and GPT-5 Nano models to OpenAI provider + - GPT-5.1: 128k context, 16k output limit (optimized for coding and agentic tasks) + - GPT-5 Mini: 128k context, 8k output limit (faster, cheaper alternative) + - GPT-5 Nano: 128k context, 4k output limit (fastest, most cost-effective) +- Added GPT-5.2 Pro, GPT-5.2 Thinking, and GPT-5.2 Instant models to OpenRouter provider +- Added Claude Opus 4.5 model to Anthropic provider with enhanced capabilities +- Added Claude 4.5 models (Opus, Sonnet, Haiku) to Amazon Bedrock provider + +### UI and branding improvements + +- Added Fazier badge to header with theme-aware variants (dark and light modes) +- Added local SVG assets for Fazier badge (embed_image_dark.svg, embed_image_light.svg) +- Standardized Electron app name to "codinit-dev" across all platforms (macOS, Windows, Linux) +- Updated README with improved content structure and Fazier badge +- Replaced Product Hunt header badge with Fazier badge +- Updated default model configuration to leverage new GPT-5 series + +### Bug fixes + +- Fixed Fazier badge styling to prevent alt text display issues +- Fixed badge width constraints to fit header layout properly +- Fixed mixed static/dynamic import warning for CodeMirrorEditor component +- Fixed Vite configuration flags (v3_singleFetch) for better compatibility + +### Bundle optimization + +- Removed unused UI components to reduce bundle size: + - TypingAnimation component + - WorkspaceModal component + - GradientCard component + - Slider component + - Separator component + - SearchResultItem component + - UI CodeBlock component (duplicate) + - ElectronWindowControls component (unused) + - CustomTitleBar component (unused) + - CreateBranchDialog component (unused) +- Removed duplicate service-status directory and components +- Removed duplicate TextShimmer.tsx and demo.tsx files +- Removed social preview image (social_preview_index.png) +- Removed unnecessary component exports from ui/index.ts - * Fixed Fazier badge styling to prevent alt text display issues - * Fixed badge width constraints to fit header layout properly - * Fixed mixed static/dynamic import warning for CodeMirrorEditor component - * Fixed Vite configuration flags (v3_singleFetch) for better compatibility - - ## Bundle optimization - - * Removed unused UI components to reduce bundle size: - * TypingAnimation component - * WorkspaceModal component - * GradientCard component - * Slider component - * Separator component - * SearchResultItem component - * UI CodeBlock component (duplicate) - * ElectronWindowControls component (unused) - * CustomTitleBar component (unused) - * CreateBranchDialog component (unused) - * Removed duplicate service-status directory and components - * Removed duplicate TextShimmer.tsx and demo.tsx files - * Removed social preview image (social_preview_index.png) - * Removed unnecessary component exports from ui/index.ts