Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 70 additions & 58 deletions changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,78 +1,90 @@
---
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

<Update label="December 20, 2025" tags={["Improvements"]} rss={{ title: "Provider error handling and Docker compatibility 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
<Update tags={["Improvements"]}>

## Improvements
### Bug fixes

* Improved provider error messages for better debugging
* Enhanced Docker compatibility for local model providers
</Update>
- 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

<Update label="December 19, 2025" tags={["Improvements"]} rss={{ title: "Stability improvements and provider configuration enhancements" }}>
## Improvements
### Improvements

- Improved provider error messages for better debugging
- Enhanced Docker compatibility for local model providers

* Version bump with stability improvements
* Provider configuration enhancements
</Update>

<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" }}>
## New AI models
## December 19, 2025

* 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
<Update tags={["Improvements"]}>

## UI and branding improvements
### 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
- Version bump with stability improvements
- Provider configuration enhancements

## Bug fixes
</Update>

## December 14, 2025

<Update tags={["New releases", "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

### 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
</Update>

<Update label="December 9, 2025" tags={["Improvements"]} rss={{ title: "Error handling and release workflow improvements" }}>
Expand Down Expand Up @@ -793,7 +805,7 @@
- Proper .ico format
- Better resolution support
- ChatAlert component (2 line fixes)
- Chatbox component (2 line fixes)

Check warning on line 808 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L808

Did you really mean 'Chatbox'?
- ImportErrorModal (4 line fixes)
- Slider component (6 line fixes)
- Pre-start script (2 line fixes)
Expand Down Expand Up @@ -915,7 +927,7 @@


**Changed**
- Major Dockerfile updates (51 line changes)

Check warning on line 930 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L930

Did you really mean 'Dockerfile'?
- Improved build process
- Better caching strategies
- Enhanced production configuration
Expand Down Expand Up @@ -956,7 +968,7 @@
- UpdateTab: 40 line enhancements
- UI component updates:
- APIKeyManager: 2 line fixes
- Chatbox: 35 line improvements

Check warning on line 971 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L971

Did you really mean 'Chatbox'?
- ColorSchemeDialog: 2 line updates


Expand Down Expand Up @@ -989,7 +1001,7 @@
- New `TaskManagerTab` for task visualization
- New `UpdateTab` for version management
- Comprehensive `ServiceStatusTab` with 14 provider status monitors:
- Amazon Bedrock, Anthropic, Cohere, DeepSeek, Google, Groq

Check warning on line 1004 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1004

Did you really mean 'Groq'?
- HuggingFace, Hyperbolic, Mistral, OpenAI, OpenRouter
- Perplexity, Together, xAI
- New provider factory pattern for scalable provider management
Expand Down Expand Up @@ -1021,18 +1033,18 @@
- Enhanced Anthropic provider integration
- Improved provider registration and discovery
- Better context optimization
- Refactored Supabase integration

Check warning on line 1036 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1036

Did you really mean 'Supabase'?
- Enhanced data operations hooks
- Better file state management

v1.Removed
- Legacy GitHub and GitLab tabs (consolidated into Connections)
- Legacy Supabase and Netlify specific tabs

Check warning on line 1042 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1042

Did you really mean 'Supabase'?

Check warning on line 1042 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1042

Did you really mean 'Netlify'?
- Deprecated `CLAUDE.md` and `PROJECT.md` from root

v1.Fixed
- Docker repository naming case issues
- Crypto module resolution for SSR builds

Check warning on line 1047 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1047

Did you really mean 'Crypto'?
- Electron build with Node.js v20.15.1
- Deprecated electron-builder properties
- Improved error handling across providers
Expand All @@ -1043,15 +1055,15 @@

**Fixed**
- Electron SSR build issues:
- Added crypto module alias for SSR builds in both Vite configs

Check warning on line 1058 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1058

Did you really mean 'crypto'?

Check warning on line 1058 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1058

Did you really mean 'configs'?
- Fixed crypto module resolution for server-side rendering

Check warning on line 1059 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1059

Did you really mean 'crypto'?
- Electron build configuration:
- Updated Node.js to v20.15.1 for better compatibility
- Updated pnpm to v9.15.9 for improved package management


**Removed**
- Deprecated signDlls property from electron-builder config

Check warning on line 1066 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1066

Did you really mean 'signDlls'?
- Removed obsolete signing configuration
- Cleaned up build configuration

Expand Down Expand Up @@ -1101,7 +1113,7 @@
- Action runner improvements (12 line changes)
- Better action execution
- Enhanced error handling
- Dockerfile optimization (106 line changes)

Check warning on line 1116 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1116

Did you really mean 'Dockerfile'?
- Better build process
- Improved caching
- Enhanced production readiness
Expand Down Expand Up @@ -1134,7 +1146,7 @@


**Security**
- Vite security update from 5.4.20 to 5.4.21 (dependency update via Dependabot)

Check warning on line 1149 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1149

Did you really mean 'Dependabot'?
- Fixed known security vulnerabilities
- Improved build security

Expand Down Expand Up @@ -1170,7 +1182,7 @@
- Cloudflare Pages build example (32 lines)
- Package configuration for codinit-dev package (33 lines)
- Package workspace configuration:
- pnpm-workspace.yaml (2 lines) for monorepo support

Check warning on line 1185 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1185

Did you really mean 'monorepo'?
- codinit-dev package structure
- Package.json for verification package (33 lines)
- pnpm-lock.yaml for package (1192 lines)
Expand Down Expand Up @@ -1251,7 +1263,7 @@


**Changed**
- Enhanced Chatbox component (38 line refactor)

Check warning on line 1266 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1266

Did you really mean 'Chatbox'?
- Integrated TokenConfigSelector
- More sleek design with reduced spacing and padding
- Better visual hierarchy
Expand Down Expand Up @@ -1333,7 +1345,7 @@
- Complete MCP (Model Context Protocol) integration system:
- AddMcpServerDialog component for server configuration
- MCPIntegrationPanel component (92 lines) with comprehensive styling
- MCPMarketplace component for discovering MCP servers

Check warning on line 1348 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1348

Did you really mean 'MCPMarketplace'?
- MCPServerCard component for server display
- MCPTemplateConfigDialog component for template setup
- McpServerForm component for server form handling
Expand All @@ -1343,8 +1355,8 @@
- Enhanced prompt library with MCP support
- GitCloneButton component updates for MCP
- Messages.client.tsx with MCP tool display
- MCPTools component for tool management

Check warning on line 1358 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1358

Did you really mean 'MCPTools'?
- Chatbox with MCP tool handling

Check warning on line 1359 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1359

Did you really mean 'Chatbox'?
- Chat.client.tsx with complete MCP integration
- Folder import feature for loading local projects
- Complete folder structure import
Expand All @@ -1352,18 +1364,18 @@
- Project detection and setup
- Comprehensive starter template system with 14 templates:
- Angular template
- Astro Shadcn template

Check warning on line 1367 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1367

Did you really mean 'Astro'?

Check warning on line 1367 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1367

Did you really mean 'Shadcn'?
- Codinit Expo template

Check warning on line 1368 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1368

Did you really mean 'Codinit'?
- Codinit Qwik template

Check warning on line 1369 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1369

Did you really mean 'Codinit'?

Check warning on line 1369 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1369

Did you really mean 'Qwik'?
- Codinit Remotion template

Check warning on line 1370 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1370

Did you really mean 'Codinit'?
- Codinit Vite React TypeScript template

Check warning on line 1371 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1371

Did you really mean 'Codinit'?
- GraphQL template
- Next.js template
- Next.js Shadcn template

Check warning on line 1374 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1374

Did you really mean 'Shadcn'?
- Slidev template

Check warning on line 1375 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1375

Did you really mean 'Slidev'?
- SvelteKit template
- Test template
- Vite Shadcn template

Check warning on line 1378 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1378

Did you really mean 'Shadcn'?
- Vue template
- GitHub integration enhancements:
- Standalone template repositories for Remix, SvelteKit, and Vanilla Vite
Expand Down Expand Up @@ -1402,7 +1414,7 @@
- Security utilities (245 lines in security.ts)
- Enhanced security checks
- Input validation
- Sanitization helpers

Check warning on line 1417 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1417

Did you really mean 'Sanitization'?
- Local template system:
- Local template loader API (134 lines)
- Template validation and loading
Expand Down Expand Up @@ -1442,7 +1454,7 @@
- DeepSeek: 3 line improvements
- GitHub: 117 line changes
- Google: 116 line changes
- Groq: 49 line changes

Check warning on line 1457 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1457

Did you really mean 'Groq'?
- Mistral: 9 line additions
- Moonshot: 72 lines (new provider)
- OpenRouter: 79 line changes
Expand Down Expand Up @@ -1508,10 +1520,10 @@
- Added proper documentation
- Fixed constants and context for subdirectory paths
- Template system issues:
- Fixed deprecated baseUrl warning in Astro Shadcn template

Check warning on line 1523 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1523

Did you really mean 'baseUrl'?

Check warning on line 1523 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1523

Did you really mean 'Astro'?

Check warning on line 1523 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1523

Did you really mean 'Shadcn'?
- Fixed starter template directory paths
- Restored missing selectedTemplate prop to BaseChat

Check warning on line 1525 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1525

Did you really mean 'selectedTemplate'?
- Fixed chatbox showing no response by using original content fallback

Check warning on line 1526 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1526

Did you really mean 'chatbox'?
- TypeScript and linting issues:
- Replaced any types with proper TypeScript types across multiple files
- Fixed Biome linting errors in root.tsx
Expand All @@ -1526,10 +1538,10 @@
- Fixed in terminal store
- Fixed in editor store
- Fixed in files store
- Fixed in webcontainer module

Check warning on line 1541 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1541

Did you really mean 'webcontainer'?
- Vitest configuration for proper test execution

Check warning on line 1542 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1542

Did you really mean 'Vitest'?
- Configured test projects with proper plugins and root directory
- Fixed Vitest browser test configuration path

Check warning on line 1544 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1544

Did you really mean 'Vitest'?
- Chat functionality fixes:
- Restored chat functionality from working state
- Fixed artifact lint parsing issues
Expand Down Expand Up @@ -1559,14 +1571,14 @@
- Complete MCP integration components (PR #16):
- MCPTemplateConfigDialog component for template configuration
- MCPServerCard component for server display
- MCPMarketplace component for discovering MCP servers

Check warning on line 1574 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1574

Did you really mean 'MCPMarketplace'?
- MCPIntegrationPanel component with comprehensive styling
- AddMcpServerDialog component for adding MCP servers
- MCP integration across chat system:
- Chat.client.tsx with full MCP integration
- ChatBox.tsx with MCP tool handling
- GitCloneButton component updates
- MCPTools component for tool management

Check warning on line 1581 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1581

Did you really mean 'MCPTools'?
- Messages.client.tsx with MCP tool display
- GitUrlImport.client.tsx enhancements

Expand Down Expand Up @@ -1611,7 +1623,7 @@

**Added**
- GitHub starter template monorepo subdirectory support
- Templates can now reference subdirectories in monorepos

Check warning on line 1626 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1626

Did you really mean 'monorepo'?
- Better template organization
- Enhanced flexibility

Expand All @@ -1622,11 +1634,11 @@
- Improved artifact extraction
- Better error handling
- Artifact naming consistency (PR #15)
- Changed from codinitArtifact to codinitArticact for consistency

Check warning on line 1637 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1637

Did you really mean 'codinitArtifact'?

Check warning on line 1637 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1637

Did you really mean 'codinitArticact'?
- Updated all references
- Improved naming conventions
- GitHub starter template integration
- Fixed subdirectory handling in monorepos

Check warning on line 1641 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1641

Did you really mean 'monorepos'?
- Improved template fetching
- Better error messages

Expand Down Expand Up @@ -1654,7 +1666,7 @@
- Improved user guidance
- Enhanced validation
- Local provider error handling
- Better error messages for Ollama and LM Studio

Check warning on line 1669 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1669

Did you really mean 'Ollama'?
- Improved connection error handling
- Enhanced user feedback

Expand Down Expand Up @@ -1732,7 +1744,7 @@
- api.mcp-update-config.ts (23 lines) for configuration updates
- Inspector component (126 lines) for debugging and inspection
- LLMApiAlert component (109 lines) for API key warnings
- MCPTools component (129 lines) for MCP tool management in chat

Check warning on line 1747 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1747

Did you really mean 'MCPTools'?
- Stream recovery system (92 lines in stream-recovery.ts) for handling connection failures
- Discuss mode component (27 lines in DiscussMode.tsx) for discussion-focused interactions
- ChatBox component (316 lines) extracted from Chat.client.tsx
Expand Down Expand Up @@ -1848,7 +1860,7 @@
- Complete LLM provider icon migration:
- Moved all provider icons from `/public/icons/` to provider files
- Each provider now includes its icon inline (1 line addition per provider):
- Anthropic, Cohere, DeepSeek, GitHub, Google, Groq

Check warning on line 1863 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1863

Did you really mean 'Groq'?
- HuggingFace, Hyperbolic, Mistral, OpenAI, OpenAI-like
- OpenRouter, Perplexity, Together, xAI
- Better icon management and loading
Expand Down Expand Up @@ -1884,8 +1896,8 @@


**Fixed**
- LMStudio provider icon path (2 line changes)

Check warning on line 1899 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1899

Did you really mean 'LMStudio'?
- Ollama provider icon path (2 line changes)

Check warning on line 1900 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L1900

Did you really mean 'Ollama'?
- ConnectionDiagnostics component (10 line changes)
- DataTab component (2 line changes)

Expand Down Expand Up @@ -2038,10 +2050,10 @@
- Anthropic (Claude models)
- Google (Gemini models)
- Amazon Bedrock
- Groq, xAI, DeepSeek, Cohere, Mistral

Check warning on line 2053 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L2053

Did you really mean 'Groq'?
- Together AI, Perplexity, HuggingFace
- OpenRouter for unified access
- Ollama and LM Studio for local models

Check warning on line 2056 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L2056

Did you really mean 'Ollama'?
- Custom OpenAI-compatible endpoints
- Provider management and registration system
- Dynamic model selection
Expand All @@ -2064,8 +2076,8 @@
- Diff view for code changes

v1.Deployment Integrations
- Netlify deployment integration

Check warning on line 2079 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L2079

Did you really mean 'Netlify'?
- Vercel deployment integration

Check warning on line 2080 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L2080

Did you really mean 'Vercel'?
- GitHub repository operations
- Git operations (commit, push, pull)

Expand Down Expand Up @@ -2109,7 +2121,7 @@
- Folder import for local projects
- Chat export and import
- Screenshot capture
- Supabase database integration

Check warning on line 2124 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (codinitdev) - vale-spellcheck

changelog.mdx#L2124

Did you really mean 'Supabase'?
- Context optimization for long conversations
- File locks to prevent concurrent edits
- Prompt enhancement system
Expand Down