Releases: miurla/morphic
Releases · miurla/morphic
v0.5.0-alpha.3
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
- @oussamadhouib made their first contribution in #556
Full Changelog: v0.5.0-alpha.2...v0.5.0-alpha.3
v0.4.5
What's Changed
- Refactor search.ts: by @robertDouglass in #540
- A middleware-based approach for base URL determination by @robertDouglass in #541
- Update react warnings by @robertDouglass in #553
- Refactor baseurl by @robertDouglass in #547
- Fix PR #547: Refactor baseurl while preserving components/chat.tsx by @miurla in #557
New Contributors
- @robertDouglass made their first contribution in #540
Full Changelog: v0.4.4...v0.4.5
v0.5.0-alpha.2
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
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
What's Changed
- Add loading.tsx to /app/search and /app/share directories by @devin-ai-integration in #528
- Add reusable TooltipButton component by @devin-ai-integration in #531
- Fix inspector panel bottom padding by @devin-ai-integration in #532
- Improve chat scrolling with section-based UI by @miurla in #535
New Contributors
- @devin-ai-integration made their first contribution in #528
Full Changelog: v0.4.3...v0.4.4
v0.4.3
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
v0.4.1
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
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