Skip to content

Commit f533724

Browse files
Update changelog.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 04ca6c5 commit f533724

1 file changed

Lines changed: 87 additions & 89 deletions

File tree

changelog.mdx

Lines changed: 87 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,96 +1323,94 @@ New releases and improvements
13231323
* Improved debugging experience
13241324
</Update>
13251325

1326-
## v0.9.2
1327-
2025-10-20
1328-
1326+
<Update label="October 20, 2025" tags={["New releases", "Improvements"]} rss={{ title: "Complete MCP integration and comprehensive template system" }}>
1327+
## New features
13291328

1330-
**Added**
1331-
- Complete MCP (Model Context Protocol) integration system:
1332-
- AddMcpServerDialog component for server configuration
1333-
- MCPIntegrationPanel component (92 lines) with comprehensive styling
1334-
- MCPMarketplace component for discovering MCP servers
1335-
- MCPServerCard component for server display
1336-
- MCPTemplateConfigDialog component for template setup
1337-
- McpServerForm component for server form handling
1338-
- MCP service integration in chat API
1339-
- MCP tool handling in stream-text utility
1340-
- MCP integration hooks in useMessageParser
1341-
- Enhanced prompt library with MCP support
1342-
- GitCloneButton component updates for MCP
1343-
- Messages.client.tsx with MCP tool display
1344-
- MCPTools component for tool management
1345-
- Chatbox with MCP tool handling
1346-
- Chat.client.tsx with complete MCP integration
1347-
- Folder import feature for loading local projects
1348-
- Complete folder structure import
1349-
- File parsing and validation
1350-
- Project detection and setup
1351-
- Comprehensive starter template system with 14 templates:
1352-
- Angular template
1353-
- Astro Shadcn template
1354-
- Codinit Expo template
1355-
- Codinit Qwik template
1356-
- Codinit Remotion template
1357-
- Codinit Vite React TypeScript template
1358-
- GraphQL template
1359-
- Next.js template
1360-
- Next.js Shadcn template
1361-
- Slidev template
1362-
- SvelteKit template
1363-
- Test template
1364-
- Vite Shadcn template
1365-
- Vue template
1366-
- GitHub integration enhancements:
1367-
- Standalone template repositories for Remix, SvelteKit, and Vanilla Vite
1368-
- GitHub starters repository detection for template imports
1369-
- Automatic command detection for GitHub template imports
1370-
- Template selection system with visual indicators
1371-
- Auto-select default template functionality
1372-
- Bug reporting system integration:
1373-
- Complete bug report API endpoint (254 lines)
1374-
- Integration with issue tracking
1375-
- Automated error collection
1376-
- GitLab API service (508 lines in gitlabApiService.ts)
1377-
- Complete GitLab integration
1378-
- Project management
1379-
- Branch operations
1380-
- Authentication handling
1381-
- GitHub API enhancements:
1382-
- GitHub branches API endpoint (166 lines)
1383-
- GitHub stats API endpoint (198 lines)
1384-
- GitHub user API endpoint (287 lines)
1385-
- Enhanced GitHub template API (480 line overhaul)
1386-
- GitLab endpoints:
1387-
- GitLab branches API (143 lines)
1388-
- GitLab projects API (105 lines)
1389-
- Service integration components:
1390-
- ConnectionForm component (193 lines)
1391-
- ConnectionTestIndicator component (60 lines)
1392-
- ErrorState component (102 lines)
1393-
- LoadingState component (94 lines)
1394-
- ServiceHeader component (72 lines)
1395-
- Project initialization service (358 lines in projectInit.ts)
1396-
- Intelligent file loading detection for Git imports
1397-
- Automatic project setup
1398-
- Dependency detection
1399-
- Command inference
1400-
- Security utilities (245 lines in security.ts)
1401-
- Enhanced security checks
1402-
- Input validation
1403-
- Sanitization helpers
1404-
- Local template system:
1405-
- Local template loader API (134 lines)
1406-
- Template validation and loading
1407-
- React + Vite default template
1408-
- Build verification system:
1409-
- BuildInfo component with comprehensive documentation
1410-
- GitHub Actions workflow for build verification
1411-
- Build provenance system
1412-
- Verification scripts with ESLint integration
1413-
- Scripts directory with utility scripts
1414-
- Package-lock synchronization script (110 lines)
1415-
- Preview workflow for GitHub Actions (196 lines)
1329+
* Complete MCP (Model Context Protocol) integration system:
1330+
* AddMcpServerDialog component for server configuration
1331+
* MCPIntegrationPanel component (92 lines) with comprehensive styling
1332+
* MCPMarketplace component for discovering MCP servers
1333+
* MCPServerCard component for server display
1334+
* MCPTemplateConfigDialog component for template setup
1335+
* McpServerForm component for server form handling
1336+
* MCP service integration in chat API
1337+
* MCP tool handling in stream-text utility
1338+
* MCP integration hooks in useMessageParser
1339+
* Enhanced prompt library with MCP support
1340+
* GitCloneButton component updates for MCP
1341+
* Messages.client.tsx with MCP tool display
1342+
* MCPTools component for tool management
1343+
* Chatbox with MCP tool handling
1344+
* Chat.client.tsx with complete MCP integration
1345+
* Folder import feature for loading local projects
1346+
* Complete folder structure import
1347+
* File parsing and validation
1348+
* Project detection and setup
1349+
* Comprehensive starter template system with 14 templates:
1350+
* Angular template
1351+
* Astro Shadcn template
1352+
* Codinit Expo template
1353+
* Codinit Qwik template
1354+
* Codinit Remotion template
1355+
* Codinit Vite React TypeScript template
1356+
* GraphQL template
1357+
* Next.js template
1358+
* Next.js Shadcn template
1359+
* Slidev template
1360+
* SvelteKit template
1361+
* Test template
1362+
* Vite Shadcn template
1363+
* Vue template
1364+
* GitHub integration enhancements:
1365+
* Standalone template repositories for Remix, SvelteKit, and Vanilla Vite
1366+
* GitHub starters repository detection for template imports
1367+
* Automatic command detection for GitHub template imports
1368+
* Template selection system with visual indicators
1369+
* Auto-select default template functionality
1370+
* Bug reporting system integration:
1371+
* Complete bug report API endpoint (254 lines)
1372+
* Integration with issue tracking
1373+
* Automated error collection
1374+
* GitLab API service (508 lines in gitlabApiService.ts)
1375+
* Complete GitLab integration
1376+
* Project management
1377+
* Branch operations
1378+
* Authentication handling
1379+
* GitHub API enhancements:
1380+
* GitHub branches API endpoint (166 lines)
1381+
* GitHub stats API endpoint (198 lines)
1382+
* GitHub user API endpoint (287 lines)
1383+
* Enhanced GitHub template API (480 line overhaul)
1384+
* GitLab endpoints:
1385+
* GitLab branches API (143 lines)
1386+
* GitLab projects API (105 lines)
1387+
* Service integration components:
1388+
* ConnectionForm component (193 lines)
1389+
* ConnectionTestIndicator component (60 lines)
1390+
* ErrorState component (102 lines)
1391+
* LoadingState component (94 lines)
1392+
* ServiceHeader component (72 lines)
1393+
* Project initialization service (358 lines in projectInit.ts)
1394+
* Intelligent file loading detection for Git imports
1395+
* Automatic project setup
1396+
* Dependency detection
1397+
* Command inference
1398+
* Security utilities (245 lines in security.ts)
1399+
* Enhanced security checks
1400+
* Input validation
1401+
* Sanitization helpers
1402+
* Local template system:
1403+
* Local template loader API (134 lines)
1404+
* Template validation and loading
1405+
* React + Vite default template
1406+
* Build verification system:
1407+
* BuildInfo component with comprehensive documentation
1408+
* GitHub Actions workflow for build verification
1409+
* Build provenance system
1410+
* Verification scripts with ESLint integration
1411+
* Scripts directory with utility scripts
1412+
* Package-lock synchronization script (110 lines)
1413+
* Preview workflow for GitHub Actions (196 lines)
14161414

14171415

14181416
**Changed**

0 commit comments

Comments
 (0)