Skip to content

Commit febe341

Browse files
convert changelog: add v1.0.7 MCP integration release
1 parent c545457 commit febe341

1 file changed

Lines changed: 86 additions & 106 deletions

File tree

changelog.mdx

Lines changed: 86 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Changelog"
33
description: "Track all notable changes and updates to the CodinIT.dev platform"
44
---
55

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

88
> New releases and improvements
99
@@ -640,119 +640,99 @@ description: "Track all notable changes and updates to the CodinIT.dev platform"
640640
* Removed GitHub provider models (5 line removal, consolidated)
641641
</Update>
642642

643-
## v1.0.7
644-
2025-11-16
643+
<Update label="November 16, 2025" tags={["New releases", "Improvements"]} rss={{ title: "Complete MCP integration with tool execution and analytics suite" }}>
644+
## MCP (Model Context Protocol) integration
645645

646+
* Complete MCP integration with tool execution
647+
* MCPExecutionHistory component (350 lines) for tracking tool usage
648+
* MCPToolApproval component (263 lines) for user consent management
649+
* MCPToolRegistry component (292 lines) for tool discovery and registration
650+
* MCPTools component (45 lines) for tool interface
651+
* Enhanced MCPIntegrationPanel (177 line additions) with real-time status updates
652+
* MCP server selection via slash commands
653+
* Tool execution with real-time feedback
654+
* Server connection status monitoring
646655

647-
**Added**
648-
- Complete MCP (Model Context Protocol) integration with tool execution
649-
- MCPExecutionHistory component (350 lines) for tracking tool usage
650-
- MCPToolApproval component (263 lines) for user consent management
651-
- MCPToolRegistry component (292 lines) for tool discovery and registration
652-
- MCPTools component (45 lines) for tool interface
653-
- Enhanced MCPIntegrationPanel (177 line additions) with real-time status updates
654-
- MCP server selection via slash commands
655-
- Tool execution with real-time feedback
656-
- Server connection status monitoring
657-
- Thinking artifacts feature (106 lines in ThinkingArtifact.tsx)
658-
- Visual representation of AI reasoning process
659-
- Step-by-step thought display
660-
- Enhanced transparency for complex tasks
661-
- Analytics integration suite:
662-
- Google Tag Manager integration (60 lines in GTMProvider.tsx)
663-
- Google Analytics tracking with complete event system
664-
- Amplitude analytics with session replay (17 lines in AmplitudeProvider.tsx)
665-
- Replaced CDN-based Amplitude with proper npm package
666-
- Command menu system (142 lines in Command.tsx component)
667-
- Quick access to application features
668-
- Keyboard shortcuts support
669-
- Searchable command palette
670-
- Settings infrastructure overhaul:
671-
- SearchInput component (85 lines) for settings search
672-
- SearchInterface component (207 lines) for unified search UX
673-
- SearchResults component (67 lines) for displaying results
674-
- SettingResultItem component (183 lines) for individual result cards
675-
- SettingsCard component (112 lines) for consistent setting display
676-
- SettingsPanel component (183 lines) for panel layout
677-
- Settings search utility (295 lines in settingsSearch.ts)
678-
- WorkspaceModal component (246 lines) for workspace management
679-
- App notification system for update alerts and status messages
680-
- AGENTS.md documentation (47 lines) with build commands and code style guidelines
681-
- Animation system (259 lines in animations.scss)
682-
- Comprehensive variable system additions (42 lines in variables.scss)
656+
## New features
683657

658+
* Thinking artifacts feature (106 lines in ThinkingArtifact.tsx)
659+
* Visual representation of AI reasoning process
660+
* Step-by-step thought display
661+
* Enhanced transparency for complex tasks
662+
* Analytics integration suite:
663+
* Google Tag Manager integration (60 lines in GTMProvider.tsx)
664+
* Google Analytics tracking with complete event system
665+
* Amplitude analytics with session replay (17 lines in AmplitudeProvider.tsx)
666+
* Replaced CDN-based Amplitude with proper npm package
667+
* Command menu system (142 lines in Command.tsx component)
668+
* Quick access to application features
669+
* Keyboard shortcuts support
670+
* Searchable command palette
671+
* Settings infrastructure overhaul:
672+
* SearchInput component (85 lines) for settings search
673+
* SearchInterface component (207 lines) for unified search UX
674+
* SearchResults component (67 lines) for displaying results
675+
* SettingResultItem component (183 lines) for individual result cards
676+
* SettingsCard component (112 lines) for consistent setting display
677+
* SettingsPanel component (183 lines) for panel layout
678+
* Settings search utility (295 lines in settingsSearch.ts)
679+
* WorkspaceModal component (246 lines) for workspace management
680+
* App notification system for update alerts and status messages
681+
* AGENTS.md documentation (47 lines) with build commands and code style guidelines
682+
* Animation system (259 lines in animations.scss)
683+
* Comprehensive variable system additions (42 lines in variables.scss)
684684

685-
**Changed**
686-
- Major ControlPanel redesign (317 line changes)
687-
- Improved layout and organization
688-
- Better navigation structure
689-
- Enhanced visual hierarchy
690-
- Settings tabs restructuring:
691-
- FeaturesTab: 328 line overhaul for better UX
692-
- SettingsTab: 278 line redesign for improved organization
693-
- UpdateTab: 444 line reduction through simplification
694-
- Enhanced TabTile component (109 line changes) with better styling
695-
- MCP integration improvements:
696-
- Enhanced MCPIntegrationPanel styling (20 line changes in SCSS)
697-
- Updated MCPMarketplace with 30 line improvements
698-
- Enhanced MCPServerCard with 24 line changes
699-
- Improved MCPTemplateConfigDialog with 78 line additions
700-
- Updated McpServerForm with better validation
701-
- Chat and messaging enhancements:
702-
- Enhanced Chat.client.tsx with 41 line additions for better state management
703-
- Improved Markdown rendering with 42 line changes
704-
- Updated Chatbox with 6 line improvements
705-
- LLM streaming improvements (34 line additions in stream-text.ts)
706-
- Message parsing enhancements (168 line additions in message-parser.ts)
707-
- Better artifact detection
708-
- Improved code extraction
709-
- Enhanced error handling
710-
- MCP service major upgrade (97 line additions)
711-
- Improved server lifecycle management
712-
- Better error recovery
713-
- Enhanced logging
714-
- Workbench store improvements (50 line additions)
715-
- Better state management
716-
- Improved file handling
717-
- Enhanced preview control
718-
- Updated auto-update system (58 line changes)
719-
- Enhanced update check hook (98 line additions)
720-
- Better version comparison
721-
- Improved error handling
722-
- Rate limiting support
723-
- LLM manager improvements (115 line additions)
724-
- Better provider management
725-
- Enhanced error handling
726-
- Improved model selection
727-
- Editor and workbench updates:
728-
- EditorPanel: 11 line improvements
729-
- FileTree: 18 line enhancements
730-
- Workbench.client: 6 line updates
731-
- CodeMirror editor: 2 line fixes
732-
- Updated CodeMirror theme to match GitHub's dark theme
733-
- Enhanced slider icons with colors and larger size
734-
- Improved Dialog component (55 line reduction)
735-
- Updated BuiltWithCodinitBadge with 4 line improvements
685+
## Major improvements
736686

687+
* Major ControlPanel redesign (317 line changes)
688+
* Settings tabs restructuring:
689+
* FeaturesTab: 328 line overhaul for better UX
690+
* SettingsTab: 278 line redesign for improved organization
691+
* UpdateTab: 444 line reduction through simplification
692+
* Enhanced TabTile component (109 line changes) with better styling
693+
* MCP integration improvements:
694+
* Enhanced MCPIntegrationPanel styling (20 line changes in SCSS)
695+
* Updated MCPMarketplace with 30 line improvements
696+
* Enhanced MCPServerCard with 24 line changes
697+
* Improved MCPTemplateConfigDialog with 78 line additions
698+
* Updated McpServerForm with better validation
699+
* Chat and messaging enhancements:
700+
* Enhanced Chat.client.tsx with 41 line additions for better state management
701+
* Improved Markdown rendering with 42 line changes
702+
* Updated Chatbox with 6 line improvements
703+
* LLM streaming improvements (34 line additions in stream-text.ts)
704+
* Message parsing enhancements (168 line additions in message-parser.ts)
705+
* MCP service major upgrade (97 line additions)
706+
* Workbench store improvements (50 line additions)
707+
* Updated auto-update system (58 line changes)
708+
* Enhanced update check hook (98 line additions)
709+
* LLM manager improvements (115 line additions)
710+
* Editor and workbench updates (EditorPanel, FileTree, Workbench.client, CodeMirror editor)
711+
* Updated CodeMirror theme to match GitHub's dark theme
712+
* Enhanced slider icons with colors and larger size
713+
* Improved Dialog component (55 line reduction)
714+
* Updated BuiltWithCodinitBadge with 4 line improvements
737715

738-
**Fixed**
739-
- MCP component dark mode compatibility issues
740-
- MCP component styling and layout problems
741-
- Repetitive MCP service availability debug logs
742-
- DialogPortal usage in CommandDialog by removing nested DialogContent
743-
- Chatbox text placeholder display
744-
- Update check linting errors
745-
- Editor color scheme for better readability
746-
- Resize handle colors for neutral theme
747-
- Toast styling for theme compatibility
716+
## Bug fixes
748717

718+
* Fixed MCP component dark mode compatibility issues
719+
* Fixed MCP component styling and layout problems
720+
* Fixed repetitive MCP service availability debug logs
721+
* Fixed DialogPortal usage in CommandDialog by removing nested DialogContent
722+
* Fixed chatbox text placeholder display
723+
* Fixed update check linting errors
724+
* Fixed editor color scheme for better readability
725+
* Fixed resize handle colors for neutral theme
726+
* Fixed toast styling for theme compatibility
749727

750-
**Removed**
751-
- MCP secrets tab (security concern)
752-
- MCP tools tab from integration panel (consolidated)
753-
- Command search tools from ControlPanel (replaced with new command menu)
754-
- MCPTools component from chat directory (moved to mcp directory)
755-
- Legacy update check implementation
728+
## Cleanup
729+
730+
* Removed MCP secrets tab (security concern)
731+
* Removed MCP tools tab from integration panel (consolidated)
732+
* Removed command search tools from ControlPanel (replaced with new command menu)
733+
* Removed MCPTools component from chat directory (moved to mcp directory)
734+
* Removed legacy update check implementation
735+
</Update>
756736

757737
## v1.0.6
758738
2025-11-11

0 commit comments

Comments
 (0)