ZIm/crates/assistant2/src
Marshall Bowers 9822d9673c
assistant2: Add Thread::send_to_model method (#25703)
This PR adds a new `send_to_model` method to the `Thread` to encapsulate
more of the thread-specific capabilities.

We then call this in `MessageEditor::send_to_model`.

Release Notes:

- N/A
2025-02-27 00:16:44 +00:00
..
context_picker assistant2: Highlight crease on selection (#24358) 2025-02-20 13:25:08 -03:00
ui Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
active_thread.rs assistant2: Visualize tool use (#25692) 2025-02-26 23:19:24 +00:00
assistant.rs assistant2: Combine history views into one (#25293) 2025-02-20 22:53:58 +00:00
assistant_configuration.rs assistant2: Fix "Open Prompt Library" button (#25612) 2025-02-26 00:05:59 +00:00
assistant_model_selector.rs assistant: Improve the language model selector (#25125) 2025-02-18 21:01:09 -03:00
assistant_panel.rs assistant2: Add ability to delete past prompt editors (#25667) 2025-02-26 18:02:36 +00:00
buffer_codegen.rs Move report_assistant_event into language_model crate (#25508) 2025-02-24 22:27:26 +00:00
context.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
context_picker.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
context_store.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
context_strip.rs Revert "file_finder: Remove common segments of long paths in search results (#25049)" (#25163) 2025-02-19 15:32:29 +00:00
history_store.rs assistant2: Combine history views into one (#25293) 2025-02-20 22:53:58 +00:00
inline_assistant.rs Move report_assistant_event into language_model crate (#25508) 2025-02-24 22:27:26 +00:00
inline_prompt_editor.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
message_editor.rs assistant2: Add Thread::send_to_model method (#25703) 2025-02-27 00:16:44 +00:00
terminal_codegen.rs Move report_assistant_event into language_model crate (#25508) 2025-02-24 22:27:26 +00:00
terminal_inline_assistant.rs Move report_assistant_event into language_model crate (#25508) 2025-02-24 22:27:26 +00:00
thread.rs assistant2: Add Thread::send_to_model method (#25703) 2025-02-27 00:16:44 +00:00
thread_history.rs assistant2: Add ability to delete past prompt editors (#25667) 2025-02-26 18:02:36 +00:00
thread_store.rs assistant2: Fix thread history only working in one Zed window (#25119) 2025-02-18 22:44:43 +00:00
ui.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00