mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-25 05:58:39 +02:00
4e4f6ebedb78f27774ed57a5d4fff71aec059665
Replace the large bordered card with model/thinking dropdowns with subtle inline pill-buttons that sit just above the composer textarea. - Create InlineModelPill: compact pill showing provider icon + model name with upward-opening grouped dropdown (same model catalog) - Create InlineThinkingPill: compact pill with Sparkles icon and effort label with upward-opening dropdown - Both pills use minimal border styling that highlights on open/hover - Dropdowns open upward (bottom-full) so they don't get clipped - Add loading spinner next to pills while config is saving - Remove the large 'Applies to future replies' card wrapper Also fixes 'onUpdateScratchpadConfig is not a function' error: - Make onUpdateScratchpadConfig optional in ChatPaneProps (only relevant for scratchpad sessions, not regular project sessions) - Guard the call with !onUpdateScratchpadConfig early return Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>