Skip to content

Commit 86c2230

Browse files
Update changelog.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 9fe63da commit 86c2230

1 file changed

Lines changed: 23 additions & 25 deletions

File tree

changelog.mdx

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,32 +1707,30 @@ New releases and improvements
17071707
* Better scaling on different displays
17081708
</Update>
17091709

1710-
## v0.5.0
1711-
2025-10-11
1712-
1710+
<Update label="October 11, 2025" tags={["New releases", "Improvements"]} rss={{ title: "Complete MCP foundation and chat system refactor" }}>
1711+
## New features
17131712

1714-
**Added**
1715-
- Complete MCP (Model Context Protocol) foundation:
1716-
- MCP service (457 lines in mcpService.ts) for server lifecycle management
1717-
- MCP store (115 lines in mcp.ts) for state management
1718-
- MCP server list component (102 lines in McpServerList.tsx)
1719-
- MCP server list item component (70 lines in McpServerListItem.tsx)
1720-
- MCP status badge component (37 lines in McpStatusBadge.tsx)
1721-
- MCP settings components for server configuration
1722-
- MCP API endpoints:
1723-
- api.mcp-check.ts (16 lines) for health checks
1724-
- api.mcp-update-config.ts (23 lines) for configuration updates
1725-
- Inspector component (126 lines) for debugging and inspection
1726-
- LLMApiAlert component (109 lines) for API key warnings
1727-
- MCPTools component (129 lines) for MCP tool management in chat
1728-
- Stream recovery system (92 lines in stream-recovery.ts) for handling connection failures
1729-
- Discuss mode component (27 lines in DiscussMode.tsx) for discussion-focused interactions
1730-
- ChatBox component (316 lines) extracted from Chat.client.tsx
1731-
- Discuss prompt system (235 lines in discuss-prompt.ts)
1732-
- SolidJS icon asset (30 lines SVG)
1733-
- Common prompt library (63 lines) for shared prompts
1734-
- Common prompt system (709 lines in prompt.ts)
1735-
- Context types (8 lines) for better type safety
1713+
* Complete MCP (Model Context Protocol) foundation:
1714+
* MCP service (457 lines in mcpService.ts) for server lifecycle management
1715+
* MCP store (115 lines in mcp.ts) for state management
1716+
* MCP server list component (102 lines in McpServerList.tsx)
1717+
* MCP server list item component (70 lines in McpServerListItem.tsx)
1718+
* MCP status badge component (37 lines in McpStatusBadge.tsx)
1719+
* MCP settings components for server configuration
1720+
* MCP API endpoints:
1721+
* api.mcp-check.ts (16 lines) for health checks
1722+
* api.mcp-update-config.ts (23 lines) for configuration updates
1723+
* Inspector component (126 lines) for debugging and inspection
1724+
* LLMApiAlert component (109 lines) for API key warnings
1725+
* MCPTools component (129 lines) for MCP tool management in chat
1726+
* Stream recovery system (92 lines in stream-recovery.ts) for handling connection failures
1727+
* Discuss mode component (27 lines in DiscussMode.tsx) for discussion-focused interactions
1728+
* ChatBox component (316 lines) extracted from Chat.client.tsx
1729+
* Discuss prompt system (235 lines in discuss-prompt.ts)
1730+
* SolidJS icon asset (30 lines SVG)
1731+
* Common prompt library (63 lines) for shared prompts
1732+
* Common prompt system (709 lines in prompt.ts)
1733+
* Context types (8 lines) for better type safety
17361734

17371735

17381736
**Changed**

0 commit comments

Comments
 (0)