Skip to content

v0.3.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@miurla miurla released this 04 Jan 07:56
· 12 commits to feat/migration-v0.3.0 since this release
b1524ff

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