@@ -974,69 +974,71 @@ New releases and improvements
974974 * Bug fixes and improvements
975975</Update >
976976
977- ## v1.0.0
978- 2025-10-10
977+ <Update label = " October 10, 2025" tags = { [" New releases" , " Improvements" ]} rss = { { title: " v1.0.0 - Major Release - Production Ready" }} >
978+ <Note >
979+ This release marks the official stable release of CodinIT.dev as a production-ready AI app builder.
980+ </Note >
981+
982+ ## New features
983+
984+ * Complete settings system redesign with new tabbed interface
985+ * New ` ConnectionsTab ` for unified service integrations
986+ * New ` DebugTab ` with comprehensive debugging utilities
987+ * New ` ServiceStatusTab ` with provider health monitoring
988+ * New ` TaskManagerTab ` for task visualization
989+ * New ` UpdateTab ` for version management
990+ * Comprehensive ` ServiceStatusTab ` with 14 provider status monitors:
991+ * Amazon Bedrock, Anthropic, Cohere, DeepSeek, Google, Groq
992+ * HuggingFace, Hyperbolic, Mistral, OpenAI, OpenRouter
993+ * Perplexity, Together, xAI
994+ * New provider factory pattern for scalable provider management
995+ * Enhanced GitHub integration:
996+ * New ` GithubConnection ` component (990+ lines)
997+ * New ` RepositorySelectionDialog ` component (1011 lines)
998+ * New ` RepositoryCard ` and ` RepositoryList ` components
999+ * New ` ConnectionDiagnostics ` component (610 lines)
1000+ * Enhanced GitHub API integration with stats and branch management
1001+ * New system diagnostics endpoints:
1002+ * ` api.system.app-info ` endpoint
1003+ * ` api.system.memory-info ` endpoint
1004+ * ` api.system.process-info ` endpoint
1005+
1006+ ## Improvements
1007+
1008+ * Complete refactor of GitHub Actions CI/CD workflows
1009+ * Restructured deployment pipelines for multiple platforms (Web, Electron, Docker)
1010+ * Enhanced Docker configuration with improved repository naming conventions
1011+ * Updated Electron main process and window management
1012+ * Improved ` Markdown ` component with better rendering
1013+ * Enhanced ` AssistantMessage ` component
1014+ * ` BaseChat ` completely refactored (384 lines)
1015+ * ` Chat.client ` enhanced with better state management
1016+ * ` ModelSelector ` redesigned (451 lines)
1017+ * Improved workbench components
1018+ * Better terminal integration
1019+ * Enhanced file tree and preview handling
1020+ * Updated OpenAI provider with improved error handling
1021+ * Enhanced Anthropic provider integration
1022+ * Improved provider registration and discovery
1023+ * Better context optimization
1024+ * Refactored Supabase integration
1025+ * Enhanced data operations hooks
1026+ * Better file state management
1027+
1028+ ## Cleanup
9791029
1030+ * Removed legacy GitHub and GitLab tabs (consolidated into Connections)
1031+ * Removed legacy Supabase and Netlify specific tabs
1032+ * Removed deprecated ` CLAUDE.md ` and ` PROJECT.md ` from root
9801033
981- ** Major Release - Production Ready**
982-
983- This release marks the official stable release of CodinIT.dev as a production-ready AI app builder.
984-
985- v1.Added
986- - Complete settings system redesign with new tabbed interface
987- - New ` ConnectionsTab ` for unified service integrations
988- - New ` DebugTab ` with comprehensive debugging utilities
989- - New ` ServiceStatusTab ` with provider health monitoring
990- - New ` TaskManagerTab ` for task visualization
991- - New ` UpdateTab ` for version management
992- - Comprehensive ` ServiceStatusTab ` with 14 provider status monitors:
993- - Amazon Bedrock, Anthropic, Cohere, DeepSeek, Google, Groq
994- - HuggingFace, Hyperbolic, Mistral, OpenAI, OpenRouter
995- - Perplexity, Together, xAI
996- - New provider factory pattern for scalable provider management
997- - Enhanced GitHub integration:
998- - New ` GithubConnection ` component (990+ lines)
999- - New ` RepositorySelectionDialog ` component (1011 lines)
1000- - New ` RepositoryCard ` and ` RepositoryList ` components
1001- - New ` ConnectionDiagnostics ` component (610 lines)
1002- - Enhanced GitHub API integration with stats and branch management
1003- - New system diagnostics endpoints:
1004- - ` api.system.app-info ` endpoint
1005- - ` api.system.memory-info ` endpoint
1006- - ` api.system.process-info ` endpoint
1007-
1008- v1.Changed
1009- - Complete refactor of GitHub Actions CI/CD workflows
1010- - Restructured deployment pipelines for multiple platforms (Web, Electron, Docker)
1011- - Enhanced Docker configuration with improved repository naming conventions
1012- - Updated Electron main process and window management
1013- - Improved ` Markdown ` component with better rendering
1014- - Enhanced ` AssistantMessage ` component
1015- - ` BaseChat ` completely refactored (384 lines)
1016- - ` Chat.client ` enhanced with better state management
1017- - ` ModelSelector ` redesigned (451 lines)
1018- - Improved workbench components
1019- - Better terminal integration
1020- - Enhanced file tree and preview handling
1021- - Updated OpenAI provider with improved error handling
1022- - Enhanced Anthropic provider integration
1023- - Improved provider registration and discovery
1024- - Better context optimization
1025- - Refactored Supabase integration
1026- - Enhanced data operations hooks
1027- - Better file state management
1028-
1029- v1.Removed
1030- - Legacy GitHub and GitLab tabs (consolidated into Connections)
1031- - Legacy Supabase and Netlify specific tabs
1032- - Deprecated ` CLAUDE.md ` and ` PROJECT.md ` from root
1033-
1034- v1.Fixed
1035- - Docker repository naming case issues
1036- - Crypto module resolution for SSR builds
1037- - Electron build with Node.js v20.15.1
1038- - Deprecated electron-builder properties
1039- - Improved error handling across providers
1034+ ## Bug fixes
1035+
1036+ * Fixed Docker repository naming case issues
1037+ * Fixed crypto module resolution for SSR builds
1038+ * Fixed Electron build with Node.js v20.15.1
1039+ * Fixed deprecated electron-builder properties
1040+ * Improved error handling across providers
1041+ </Update >
10401042
10411043## v0.9.7
104210442025-10-24
0 commit comments