Bug
Clicking a suggestion chip (e.g. Show all file extensions in Finder) seeds the prompt via seedPrompt, but if the input is off-screen the click looks like a no-op.
Expected
On seed: update text, scroll input into view, focus it. Do not auto-submit.
Fix at
seedPrompt in prompt-input.tsx (shared path for chips / trending / history).
Screenshot

Bug
Clicking a suggestion chip (e.g. Show all file extensions in Finder) seeds the prompt via
seedPrompt, but if the input is off-screen the click looks like a no-op.Expected
On seed: update text, scroll input into view, focus it. Do not auto-submit.
Fix at
seedPromptinprompt-input.tsx(shared path for chips / trending / history).Screenshot