Skip to content

v0.1.36

Choose a tag to compare

@reggie-db reggie-db released this 10 Jun 22:25
· 5 commits to main since this release

Let me inspect the UI changes since the new suggestion-pills.tsx file and reworked suggestions logic need explanation.Let me check the mastra-chat.tsx and suggestions.ts diff to see what initial suggestion handling changed.## Release notes v0.1.36

Features

  • Initial starter suggestions now run through the same dedupe and cap pipeline as in-conversation follow-ups, so Genie-sourced sample questions surface a short, varied list with near-duplicates folded out. Explicit caller-provided suggestions still render verbatim.

Internals

  • Extracted a shared SuggestionPills component so starter suggestions (above the composer) and per-message follow-ups render and behave identically, including consistent multi-line wrapping and capsule styling.
  • Factored suggestion dedupe/cap logic into a shared pickSuggestions core, exposing dedupeSuggestions for flat lists alongside the existing event-based collectSuggestions.