Releases: miurla/morphic
Releases · miurla/morphic
v0.3.0-alpha.1
What's Changed
Features
- Added chat researcher functionality
- Implemented related questions generation
- Added render message feature
- Added CollapsibleMessage component
- Updated researcher guidelines for more accurate information
Major Changes
- Updated Next.js to version 15.1.3
- Upgraded AI SDK to version 4.0.11
- Replaced useAction with useChat
Refactoring & UI Improvements
- Message Display Enhancements
- Added MessageWithAvatar component for consistent display
- Updated chat messages and panel components
- Chat System Updates
- Refactored chat route for related questions generation
- Restructured agents and schemas
- Chat Researcher Improvements
- Enhanced retrieve tool
- Added search video tool
- Code Cleanup
- Removed unused code
- Fixed build errors
Note
This is an alpha release focusing on the initial migration of the chat system architecture.
⚠️ Migration Status
The following features from the previous version are not yet migrated:
- Chat history management
- Chat saving functionality
- Chat sharing capabilities
- Chat loading and state management
- Other core chat features from v0.2.x
This version is intended for development and testing purposes only. Users should continue using v0.2.x for production environments until the migration is complete.
Full Changelog: v0.2.34...v0.3.0-alpha.1
v0.2.34
v0.2.33
v0.2.32
v0.2.31
v0.2.30
v0.2.29
What's Changed
Improve Ollama & Groq Provider Support
- Enhance AI provider validation to include Azure OpenAI by @miurla in #336
- chore: Update AI SDK and dependencies versions by @miurla in #348
- chore: Update empty screen messages by @miurla in #349
- feat: Improve Ollama support by @miurla in #352
- Refactoring the agent's workflow by @miurla in #354
- feat: Support Groq AI Provider by @miurla in #355
- fix: Call closing method for streamable values by @miurla in #356
Full Changelog: v0.2.28...v0.2.29
v0.2.28
What's Changed
Support Azure OpenAI provider
- chore: Update readme and bug report template by @miurla in #324
- chore: Update the AI SDK to the latest version by @miurla in #328
- Support Azure OpenAI provider by @SzilvasiPeter in #327
New Contributors
- @SzilvasiPeter made their first contribution in #327
Full Changelog: v0.2.27...v0.2.28
v0.2.27
What's Changed
Enhanced the SearXNG API
- Update Twitter icon import and URL by @muhammedsaidckr in #319
- Local searxng advanced api by @casistack in #320
- chore: Update Card component in search results by @miurla in #323
New Contributors
- @muhammedsaidckr made their first contribution in #319
Full Changelog: v0.2.26...v0.2.27
v0.2.26
What's Changed
Self-hosted meta search (SearXNG) Support
- feat: Implement SearchXNG as alternative search backend by @casistack in #309
- chore: Update README and .env.local.example by @miurla in #311
- Fix SearXNG from SearchXNG and update SearXNG configuration by @miurla in #312
Full Changelog: v0.2.25...v0.2.26