Skip to content

Releases: miurla/morphic

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

v0.2.30

13 Oct 01:55
009baa5
Compare
Choose a tag to compare

What's Changed

  • fix: Update search depth parameter to accept string values by @miurla in #358
  • Update bun.lockb by @miurla in #361
  • feat: Support Tavily extract API by @miurla in #363

Full Changelog: v0.2.29...v0.2.30

v0.2.29

30 Sep 10:28
3e120bd
Compare
Choose a tag to compare

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

04 Sep 10:00
8d357ac
Compare
Choose a tag to compare

What's Changed

Support Azure OpenAI provider

New Contributors

Full Changelog: v0.2.27...v0.2.28

v0.2.27

26 Aug 03:51
18f874e
Compare
Choose a tag to compare

What's Changed

Enhanced the SearXNG API

New Contributors

Full Changelog: v0.2.26...v0.2.27

v0.2.26

15 Aug 12:50
39740a1
Compare
Choose a tag to compare

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