Skip to content

Commit 6f05cfb

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

1 file changed

Lines changed: 84 additions & 83 deletions

File tree

changelog.mdx

Lines changed: 84 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,96 +1732,97 @@ New releases and improvements
17321732
* Common prompt system (709 lines in prompt.ts)
17331733
* Context types (8 lines) for better type safety
17341734

1735+
## Improvements
17351736

1736-
**Changed**
1737-
- Major Chat.client.tsx refactor (689 line reduction)
1738-
- Extracted ChatBox to separate component
1739-
- Improved code organization
1740-
- Better state management
1741-
- Enhanced maintainability
1742-
- BaseChat component simplification (363 line reduction)
1743-
- Removed redundant code
1744-
- Better component separation
1745-
- Improved performance
1746-
- Enhanced StarterTemplates (84 line additions)
1747-
- Better template display
1748-
- Improved selection UX
1749-
- Enhanced visual design
1750-
- Action runner major expansion (228 line additions)
1751-
- MCP tool execution support
1752-
- Better action handling
1753-
- Enhanced error recovery
1754-
- Improved logging
1755-
- Chat API extensive updates (132 line additions)
1756-
- MCP integration
1757-
- Better streaming support
1758-
- Enhanced error handling
1759-
- Improved response processing
1760-
- Prompt system updates:
1761-
- new-prompt.ts: 40 line changes for better prompts
1762-
- optimized.ts: 50 line changes for optimization
1763-
- prompts.ts: 58 line changes for improvements
1764-
- prompt-library.ts: 20 line changes for better organization
1765-
- Enhanced Anthropic provider (53 line changes)
1766-
- Better model support
1767-
- Improved error handling
1768-
- GitHub template API improvements (18 line changes)
1769-
- Better template fetching
1770-
- Enhanced error messages
1771-
- Constants file expansion (93 line additions)
1772-
- New MCP-related constants
1773-
- Better organization
1774-
- Utility updates:
1775-
- fileUtils.ts: 4 line changes
1776-
- folderImport.ts: 4 line changes
1777-
- projectCommands.ts: 10 line changes
1778-
- selectStarterTemplate.ts: 9 line changes
1779-
- Message parser updates (16 line changes)
1780-
- MCP artifact support
1781-
- Better parsing logic
1782-
- Workbench improvements (28 line changes)
1783-
- Better integration with MCP
1784-
- Enhanced state management
1785-
- ExamplePrompts refinement (9 line changes)
1786-
- GitCloneButton updates (4 line changes)
1787-
- GitUrlImport.client improvements (4 line changes)
1788-
- Messages.client enhancements (7 line additions)
1789-
- Actions types expansion (16 line additions)
1790-
- Runtime and persistence improvements:
1791-
- create-summary.ts: 4 line changes
1792-
- select-context.ts: 4 line changes
1793-
- stream-text.ts: 2 line changes
1794-
- utils.ts: 8 line changes
1795-
- useChatHistory.ts: 4 line changes
1796-
- Vite configuration updates (18 line changes)
1797-
- Better build optimization
1798-
- Enhanced development experience
1799-
- Package.json updates (2 line changes)
1800-
- Various hook updates:
1801-
- StickToBottom.tsx: 2 line changes
1802-
- useStickToBottom.tsx: 2 line changes
1803-
- Hook index: 1 line addition
1737+
* Major Chat.client.tsx refactor (689 line reduction)
1738+
* Extracted ChatBox to separate component
1739+
* Improved code organization
1740+
* Better state management
1741+
* Enhanced maintainability
1742+
* BaseChat component simplification (363 line reduction)
1743+
* Removed redundant code
1744+
* Better component separation
1745+
* Improved performance
1746+
* Enhanced StarterTemplates (84 line additions)
1747+
* Better template display
1748+
* Improved selection UX
1749+
* Enhanced visual design
1750+
* Action runner major expansion (228 line additions)
1751+
* MCP tool execution support
1752+
* Better action handling
1753+
* Enhanced error recovery
1754+
* Improved logging
1755+
* Chat API extensive updates (132 line additions)
1756+
* MCP integration
1757+
* Better streaming support
1758+
* Enhanced error handling
1759+
* Improved response processing
1760+
* Prompt system updates:
1761+
* new-prompt.ts: 40 line changes for better prompts
1762+
* optimized.ts: 50 line changes for optimization
1763+
* prompts.ts: 58 line changes for improvements
1764+
* prompt-library.ts: 20 line changes for better organization
1765+
* Enhanced Anthropic provider (53 line changes)
1766+
* Better model support
1767+
* Improved error handling
1768+
* GitHub template API improvements (18 line changes)
1769+
* Better template fetching
1770+
* Enhanced error messages
1771+
* Constants file expansion (93 line additions)
1772+
* New MCP-related constants
1773+
* Better organization
1774+
* Utility updates:
1775+
* fileUtils.ts: 4 line changes
1776+
* folderImport.ts: 4 line changes
1777+
* projectCommands.ts: 10 line changes
1778+
* selectStarterTemplate.ts: 9 line changes
1779+
* Message parser updates (16 line changes)
1780+
* MCP artifact support
1781+
* Better parsing logic
1782+
* Workbench improvements (28 line changes)
1783+
* Better integration with MCP
1784+
* Enhanced state management
1785+
* ExamplePrompts refinement (9 line changes)
1786+
* GitCloneButton updates (4 line changes)
1787+
* GitUrlImport.client improvements (4 line changes)
1788+
* Messages.client enhancements (7 line additions)
1789+
* Actions types expansion (16 line additions)
1790+
* Runtime and persistence improvements:
1791+
* create-summary.ts: 4 line changes
1792+
* select-context.ts: 4 line changes
1793+
* stream-text.ts: 2 line changes
1794+
* utils.ts: 8 line changes
1795+
* useChatHistory.ts: 4 line changes
1796+
* Vite configuration updates (18 line changes)
1797+
* Better build optimization
1798+
* Enhanced development experience
1799+
* Package.json updates (2 line changes)
1800+
* Various hook updates:
1801+
* StickToBottom.tsx: 2 line changes
1802+
* useStickToBottom.tsx: 2 line changes
1803+
* Hook index: 1 line addition
18041804

1805+
## Bug fixes
18051806

1806-
**Fixed**
1807-
- Message parser spec tests (8 line changes)
1808-
- OpenAI-like provider configuration (2 line changes)
1809-
- Together provider settings (2 line changes)
1810-
- Amazon Bedrock provider configuration (1 line addition)
1811-
- Route configurations:
1812-
- _index.tsx: 4 line fixes
1813-
- git.tsx: 8 line fixes
1814-
- webcontainer.connect.$id.tsx: 2 line fixes
1807+
* Fixed message parser spec tests (8 line changes)
1808+
* Fixed OpenAI-like provider configuration (2 line changes)
1809+
* Fixed Together provider settings (2 line changes)
1810+
* Fixed Amazon Bedrock provider configuration (1 line addition)
1811+
* Fixed route configurations:
1812+
* _index.tsx: 4 line fixes
1813+
* git.tsx: 8 line fixes
1814+
* webcontainer.connect.$id.tsx: 2 line fixes
18151815

1816+
## Cleanup
18161817

1817-
**Removed**
1818-
- Semantic PR workflow (32 lines, simplified CI/CD)
1819-
- Logo SVG files (logo-text.svg and logo.svg) replaced with updated assets
1818+
* Removed Semantic PR workflow (32 lines, simplified CI/CD)
1819+
* Removed Logo SVG files (logo-text.svg and logo.svg) replaced with updated assets
18201820

1821+
## Documentation
18211822

1822-
**Changed (Documentation)**
1823-
- Docs workflow improvements (6 line changes)
1824-
- Electron workflow updates (2 line changes)
1823+
* Docs workflow improvements (6 line changes)
1824+
* Electron workflow updates (2 line changes)
1825+
</Update>
18251826

18261827
## v0.4.0
18271828
2025-10-10

0 commit comments

Comments
 (0)