assistant2: Sketch in context picker (#21560)

This PR sketches in a context picker into the message editor in
Assistant 2. Not functional yet.

<img width="1138" alt="Screenshot 2024-12-04 at 5 45 19 PM"
src="https://github.com/user-attachments/assets/053d6224-de76-4fde-914b-41fe835761eb">

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-12-04 18:00:28 -05:00 committed by GitHub
parent a30ea2fc68
commit 31796171de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 227 additions and 21 deletions

View file

@ -1,5 +1,6 @@
mod active_thread;
mod assistant_panel;
mod context_picker;
mod message_editor;
mod thread;
mod thread_store;