Skip to content

Releases: miurla/morphic

v0.5.0-alpha.3

26 May 09:05
263a47d
Compare
Choose a tag to compare

What's Changed

  • Feat file upload by @oussamadhouib in #556
  • Improve uploaded file component layout and rename to kebab-case by @miurla in #558
  • Refactor user message rendering to support parts-based structure by @miurla in #559
  • refactor: improve reasoning auto-collapse logic in chat messages by @miurla in #561

New Contributors

Full Changelog: v0.5.0-alpha.2...v0.5.0-alpha.3

v0.4.5

22 May 02:43
1d75c30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.5.0-alpha.2

21 May 08:15
4e9622f
Compare
Choose a tag to compare
v0.5.0-alpha.2 Pre-release
Pre-release

What's Changed

  • Simplify reasoning section and cleanup message rendering by @miurla in #538
  • Enhance chat title generation using LLM by @miurla in #539
  • Upgrade AI SDK to v5 alpha by @miurla in #549
  • Refactor chat streaming and researcher logic by @miurla in #551
  • Standardize Model References Using getModel Function by @miurla in #552
  • Improve related questions section display and functionality by @miurla in #554

Full Changelog: v0.5.0-alpha.1...v0.5.0-alpha.2

v0.5.0-alpha.1

15 May 10:41
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Migrate chat storage from Redis to Postgres (Supabase) by @miurla in #533
  • Add unit tests for lib/actions/chat-db.ts with Vitest by @miurla in #534

Note

It is still in alpha release and not yet fully functional.

Full Changelog: v0.4.4...v0.5.0-alpha.1

v0.4.4

15 May 10:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

10 May 13:32
87177d8
Compare
Choose a tag to compare

What's Changed

  • feat: add Vercel Analytics by @miurla in #511
  • Update Bun to v1.2.12 and use text-based lockfile by @miurla in #512
  • Fix: Ensure search-mode cookie is set on initial load by @miurla in #514
  • feat: Display user avatar in chat messages by @miurla in #515
  • Fix: Prevent Supabase client initialization errors when env vars are missing by @miurla in #519
  • Fix: Streaming scroll cancellation and button consolidation for issue #516 by @miurla in #523
  • Refactor: Client-side Chat History to Preserve Scroll and Prevent Re-renders by @miurla in #527

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 May 08:14
b34cbe3
Compare
Choose a tag to compare

What's Changed

  • Add Supabase rules for AI editor by @miurla in #508
  • feat: Implement Supabase Authentication by @miurla in #509
  • feat: Integrate Supabase user ID with chat history by @miurla in #510

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 May 15:07
358279a
Compare
Choose a tag to compare

What's Changed

  • Fix schema selection for o-prefix models in OpenAI and Azure providers by @miurla in #504
  • Add sidebar component for improved navigation by @miurla in #505
  • Improve chat history with pagination and infinite scroll by @miurla in #506
  • Add individual chat delete action with confirmation dialog by @miurla in #507

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 May 10:29
Compare
Choose a tag to compare

What's Changed

  • Improve chat layout and fix scroll behavior by @miurla in #496
  • Add opacity transition to message actions during streaming by @miurla in #497
  • Add side panel to display tool result details by @miurla in #502
  • Fix: Update Azure OpenAI API version to support newer models by @miurla in #503

Full Changelog: v0.3.10...v0.4.0

v0.3.10

30 Apr 00:39
Compare
Choose a tag to compare

What's Changed

  • Add scroll cancelation during AI response streaming by @miurla in #491
  • Add user message editing functionality by @miurla in #494
  • Add message retry functionality by @miurla in #495

Full Changelog: v0.3.9...v0.3.10