This update brings meaningful upgrades to the AI kit experience, along with important core improvements under the hood.
You can now share conversations with a dedicated share flow and public view.
What’s new:
- Title menu actions in chat
- Share dialog UI
- Simplified share API
- Public shared chat view
- Rename “star” → pin for clearer chat organization
These changes make it easier to collaborate, showcase AI outputs, or send conversations to teammates.
The retrieval pipeline has been significantly enhanced to improve answer quality and traceability.
- Added page-level metadata to embeddings
- Extract page numbers from PDF chunks
- Return page numbers in
findRelevantContent results
- Improved system prompt with structured search guidance
- Raised similarity threshold (0.3 → 0.35)
- Increased result limit (6 → 8)
This enables clearer citations and more precise answers for document-based queries.
Model selection is now powered by a dynamic API.
- New models API route
- API now handles dynamic model resolution
- Search input in model selector
- Improved scrolling and layout handling
- Mobile-specific selector adjustments
- Accessibility fixes
This makes it easier to plug in and switch between available LLM providers without hardcoding options.
Web search has been refactored into a more flexible provider-based architecture.
Supported providers:
Chat and image APIs now retrieve data using the authenticated user context.
- User ID parameters added to relevant API functions
- New utilities for user-specific chat messages, documents, and image generations
- Refactored routes for clearer data boundaries
This improves data isolation and overall security.
Chat history items now include dropdown actions:
- Open in new tab
- Delete chat
The list item implementation was refactored to better separate concerns and improve state handling.
We refined the mobile bottom sheet behavior:
- Better layout and interaction adjustments
- Improved keyboard awareness using the keyboard controller
This results in smoother input handling on mobile devices.
- “Report an Issue” renamed to Contact Us in drawer and sidebar
- Updated email links and icons
- PostHog instrumentation client added for analytics tracking
- Upgraded to better-auth 1.6.0
- Bumped dependencies for security fixes
- Fixed migration issues
These updates keep TurboStarter secure and aligned with the latest ecosystem improvements.
Overall, this release improves collaboration, retrieval quality, model flexibility, search capabilities, mobile UX, and platform security — while continuing to clean up and modernize the foundation.