You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've migrated to a new implementation using AI SDK UI from the previous RSC (React Server Components) implementation. This migration brings better streaming performance and more reliable client-side UI updates, but requires several breaking changes.
Version 0.3.0 Important Changes
1. Optional Features Configuration
Chat History Storage
Now optional: Enable with NEXT_PUBLIC_ENABLE_SAVE_CHAT_HISTORY=true
Background
We've migrated to a new implementation using AI SDK UI from the previous RSC (React Server Components) implementation. This migration brings better streaming performance and more reliable client-side UI updates, but requires several breaking changes.
Version 0.3.0 Important Changes
1. Optional Features Configuration
Chat History Storage
NEXT_PUBLIC_ENABLE_SAVE_CHAT_HISTORY=true
Share Feature
NEXT_PUBLIC_ENABLE_SHARE=true
2. Temporarily Disabled Features
3. Data Migration Notice
Required Actions
.env
configuration by referring to .env.local.exampleReference
Bug report
The text was updated successfully, but these errors were encountered: