ZIm/crates/assistant2/src
Marshall Bowers cdaad2655a
assistant2: Add profile selector (#27520)
This PR replaces the tool selector with a new profile selector.

<img width="1394" alt="Screenshot 2025-03-26 at 2 35 42 PM"
src="https://github.com/user-attachments/assets/9631c6e9-9c47-411e-b9fc-5d61ed9ca1fe"
/>

<img width="1394" alt="Screenshot 2025-03-26 at 2 35 50 PM"
src="https://github.com/user-attachments/assets/3abe4e08-d044-4d3f-aa95-f472938452a8"
/>

Release Notes:

- N/A
2025-03-26 18:51:38 +00:00
..
assistant_configuration assistant2: Disable "Add Server" button when the required fields are empty (#27440) 2025-03-25 17:19:30 +00:00
context_picker assistant2: Add tiny design improvements (#27399) 2025-03-24 21:00:21 -03:00
ui assistant2: Use different icons in the notification popover depending on status (#27493) 2025-03-26 10:03:06 -03:00
active_thread.rs Make the "View Panel" focus the assistant panel (#27504) 2025-03-26 11:26:49 -04:00
assistant.rs assistant2: Add profile selector (#27520) 2025-03-26 18:51:38 +00:00
assistant_configuration.rs assistant2: Add modal for adding context servers (#27434) 2025-03-25 16:37:56 +00:00
assistant_model_selector.rs Fix language model selector (#26138) 2025-03-05 12:48:10 -05:00
assistant_panel.rs assistant: Allow opening the Prompt Library via the command palette (#27368) 2025-03-24 21:00:33 -03:00
buffer_codegen.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
context.rs assistant2: Combine file & directory picker (#26975) 2025-03-18 09:49:25 +00:00
context_picker.rs assistant2: Add tiny design improvements (#27399) 2025-03-24 21:00:21 -03:00
context_store.rs assistant2: Rework @mentions (#26983) 2025-03-24 19:32:52 +01:00
context_strip.rs assistant2: Rework @mentions (#26983) 2025-03-24 19:32:52 +01:00
history_store.rs Introduce rating for assistant threads (#26780) 2025-03-14 14:41:50 +00:00
inline_assistant.rs Automatically expand context for inline assistant to nearest block (#27282) 2025-03-21 21:24:27 -06:00
inline_prompt_editor.rs assistant2: Rework @mentions (#26983) 2025-03-24 19:32:52 +01:00
message_editor.rs assistant2: Add profile selector (#27520) 2025-03-26 18:51:38 +00:00
profile_selector.rs assistant2: Add profile selector (#27520) 2025-03-26 18:51:38 +00:00
terminal_codegen.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
terminal_inline_assistant.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
thread.rs assistant2: Encourage diagnostics check (#27510) 2025-03-26 13:42:09 -03:00
thread_history.rs Introduce rating for assistant threads (#26780) 2025-03-14 14:41:50 +00:00
thread_store.rs assistant2: Add profile selector (#27520) 2025-03-26 18:51:38 +00:00
tool_use.rs assistant tools: Add Tool::icon method instead of matching on name (#27444) 2025-03-25 18:17:36 +00:00
ui.rs Notify when tool is finished (#27459) 2025-03-25 20:52:44 -04:00