v0.1.36
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
SuggestionPillscomponent 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
pickSuggestionscore, exposingdedupeSuggestionsfor flat lists alongside the existing event-basedcollectSuggestions.