Releases: miurla/morphic
v0.3.2
v0.3.1
v0.3.0
What's Changed
Migrating from RSC to UI
Breaking Changes
(Chat History, Share Feature, and Search Flow Updates)
Changes in Chat History Storage
Optional Chat History
- Chat history storage is now optional
- Enable with
NEXT_PUBLIC_ENABLE_SAVE_CHAT_HISTORY=true
- Check
.env.example
for configuration details
Share Feature Update
- Share functionality is now controlled by
NEXT_PUBLIC_ENABLE_SHARE=true
- Updated environment variable configuration
- See
.env.example
for setup
Disabled Features
Search from Share Page
- Search functionality has been temporarily disabled on share pages
Query Clarification Flow
- The user query clarification flow (when queries are ambiguous) has been temporarily disabled
Data Migration Notice
Storage Schema Changes
- Chat history data structure has been updated
- Data is now stored with a new key format
- Previous data format is not compatible with the new version
Migration Required
Action Required
- Review
.env.example
for new configuration options - Update your environment variables accordingly
- Migrate existing data if needed (previous chat history will not be displayed without migration)
- Note the temporarily disabled features in your implementation
Please refer to the documentation for detailed configuration instructions.
- fix: Make Azure deployment name configurable through environment vars by @miurla in #379
- chore: Update README and models to include formatted URLs and add Gemini 2.0 Flash model by @yslinear in #380
- Fix TypeScript Error in window.prompt Call in Codeblock Component by @andreia-oca in #381
- Migrate to AI SDK UI by @miurla in #383
- feat: save chat with related questions after completion by @miurla in #386
- refactor: unify message rendering pattern for tools and annotations by @miurla in #387
- Save and load annotation data by @miurla in #389
- Refactor/share by @miurla in #390
- refactor: Update Chat component to include query parameter by @miurla in #391
- feat: improve error handling in chat API route by @miurla in #393
- refactor: standardize useChat hook ID usage by @miurla in #394
- Refactor/improve UI by @miurla in #395
- style: enhance UI components with animations and visual improvements by @miurla in #396
- docs: reorganize documentation and improve clarity by @miurla in #398
- feat: Migrating from RSC to UI by @miurla in #399
New Contributors
- @yslinear made their first contribution in #380
- @andreia-oca made their first contribution in #381
Full Changelog: v0.2.34...v0.3.0
v0.3.0-alpha.3
What's Changed
- Refactor/share by @miurla in #390
- refactor: Update Chat component to include query parameter by @miurla in #391
- feat: improve error handling in chat API route by @miurla in #393
- refactor: standardize useChat hook ID usage by @miurla in #394
- Refactor/improve UI by @miurla in #395
Full Changelog: v0.3.0-alpha.2...v0.3.0-alpha.3
v0.3.0-alpha.2
What's Changed
- feat: save chat with related questions after completion by @miurla in #386
- refactor: unify message rendering pattern for tools and annotations by @miurla in #387
- Save and load annotation data by @miurla in #389
⚠️ Migration Status
The following features from the previous version are not yet migrated:
- Chat sharing capabilities
- 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.3.0-alpha.1...v0.3.0-alpha.2
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