Skip to content

Releases: miurla/morphic

v0.3.2

27 Jan 04:36
Compare
Choose a tag to compare

What's Changed

  • Update AI SDK dependencies by @miurla in #404
  • [Unstable] feat: add Deepseek provider integration by @miurla in #405

Full Changelog: v0.3.1...v0.3.2

v0.3.1

18 Jan 05:40
32eb8f6
Compare
Choose a tag to compare

What's Changed

Fixed it to work with the ollama provider even after migration

  • Fix: Add simulated streaming support for Ollama provider by @miurla in #402

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Jan 08:02
3dc6a87
Compare
Choose a tag to compare

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

⚠️ If you need to access chat history from previous versions, data migration is required.

Action Required

  1. Review .env.example for new configuration options
  2. Update your environment variables accordingly
  3. Migrate existing data if needed (previous chat history will not be displayed without migration)
  4. 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

Full Changelog: v0.2.34...v0.3.0

v0.3.0-alpha.3

12 Jan 06:10
9dd3de8
Compare
Choose a tag to compare
v0.3.0-alpha.3 Pre-release
Pre-release

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

09 Jan 08:30
e5c3056
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release

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

04 Jan 07:56
b1524ff
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

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

30 Nov 06:49
f55da43
Compare
Choose a tag to compare

This version is RSC's final version

What's Changed

Full Changelog: v0.2.33...v0.2.34

v0.2.33

05 Nov 11:33
0a0498e
Compare
Choose a tag to compare

What's Changed

  • feat: Support OpenAI compatible model by @miurla in #372
  • feat: Add support for Claude 3.5 Haiku model by @miurla in #374

Full Changelog: v0.2.32...v0.2.33

v0.2.32

26 Oct 15:23
4f1d63a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.31...v0.2.32

v0.2.31

24 Oct 02:37
69e8c94
Compare
Choose a tag to compare

What's Changed

  • Fix: Handle Text Composition and Prevent Premature Form Submission on Enter Key (#360) by @snowyday in #364
  • Update README with warning by @miurla in #367
  • Fix display of multiple tool calls by @miurla in #370

New Contributors

Full Changelog: v0.2.30...v0.2.31