ZIm/crates/assistant2/src
Richard Feldman c594ccb0af
Inline assistant v2 (#21828)
This is behind the Assistant v2 feature flag. As @maxdeviant and I
discussed, the state is currently decoupled from the Assistant Panel's
state, although in the future we plan to introduce a way to refer to
conversations from the panel. Also, we're intentionally duplicating some
code with the v2 panel right now; the plan is to do a future PR to make
them share code more.


https://github.com/user-attachments/assets/bb163bd3-a02d-4a91-8f8f-2a8e60acbc34

It doesn't include the terminal inline assistant, which will be in a
separate PR.

Release Notes:

- N/A
2024-12-11 14:32:30 -05:00
..
ui assistant2: Allow removing individual context (#21868) 2024-12-11 12:51:05 -05:00
active_thread.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00
assistant.rs Inline assistant v2 (#21828) 2024-12-11 14:32:30 -05:00
assistant_panel.rs assistant2: Update to match latest designs (#21818) 2024-12-10 12:05:30 -05:00
assistant_settings.rs Inline assistant v2 (#21828) 2024-12-11 14:32:30 -05:00
context.rs assistant2: Allow removing individual context (#21868) 2024-12-11 12:51:05 -05:00
context_picker.rs assistant2: Sketch in context picker (#21560) 2024-12-04 18:00:28 -05:00
inline_assistant.rs Inline assistant v2 (#21828) 2024-12-11 14:32:30 -05:00
message_editor.rs assistant2: Allow removing individual context (#21868) 2024-12-11 12:51:05 -05:00
prompts.rs Inline assistant v2 (#21828) 2024-12-11 14:32:30 -05:00
streaming_diff.rs Inline assistant v2 (#21828) 2024-12-11 14:32:30 -05:00
thread.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00
thread_history.rs assistant2: Add ability to delete past threads (#21607) 2024-12-05 15:57:35 -05:00
thread_store.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00
ui.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00