assistant2: Sketch in chat editor (#21116)

This PR sketches in the chat editor for `assistant2`.

<img width="1136" alt="Screenshot 2024-11-23 at 1 56 23 PM"
src="https://github.com/user-attachments/assets/6e979995-c0cf-4a46-8694-fc4a8646336f">

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-11-23 14:09:15 -05:00 committed by GitHub
parent 2a23db6e05
commit 628b96f297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 97 additions and 1 deletions

View file

@ -1,4 +1,5 @@
mod assistant_panel;
mod chat_editor;
use command_palette_hooks::CommandPaletteFilter;
use feature_flags::{Assistant2FeatureFlag, FeatureFlagAppExt};