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