ZIm/crates/assistant2/src
Marshall Bowers 41a2be7e54
assistant2: Keep the tool selector open when toggling tools (#26994)
This PR makes it so the tool selector will stay open when toggling tools
instead of closing after each selection:


https://github.com/user-attachments/assets/eb987785-cfb5-4b07-8d63-510fbd9d9bf1

This involved making a change to `ContextMenu` to allow it to rebuild
its menu items after each confirmation in order for them to reflect
their selected/unselected status. I intend to clean up the `ContextMenu`
API a bit at a later point, but that is out of scope for this PR.

Release Notes:

- N/A
2025-03-18 15:30:05 +00:00
..
context_picker assistant2: Combine file & directory picker (#26975) 2025-03-18 09:49:25 +00:00
ui assistant2: Truncate context pill labels (#26721) 2025-03-13 16:56:49 -03:00
active_thread.rs assistant edit tool: Track read buffers and notify model of user edits (#26952) 2025-03-17 21:50:16 +00:00
assistant.rs Add initial implementation of evaluating changes generated by the assistant (#26799) 2025-03-14 23:10:25 +00:00
assistant_configuration.rs Revert "ui: Color cleanup (#26673)" (#26681) 2025-03-13 15:40:57 +00:00
assistant_model_selector.rs Fix language model selector (#26138) 2025-03-05 12:48:10 -05:00
assistant_panel.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
buffer_codegen.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
context.rs assistant2: Combine file & directory picker (#26975) 2025-03-18 09:49:25 +00:00
context_picker.rs assistant2: Combine file & directory picker (#26975) 2025-03-18 09:49:25 +00:00
context_store.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
context_strip.rs assistant2: Remove unneeded pub on field (#26399) 2025-03-10 20:55:53 +00:00
history_store.rs Introduce rating for assistant threads (#26780) 2025-03-14 14:41:50 +00:00
inline_assistant.rs Use textDocument/codeLens data in the actions menu when applicable #2 (#26848) 2025-03-15 20:09:32 +00:00
inline_prompt_editor.rs New excerpt controls (#24428) 2025-03-13 15:52:47 -06:00
message_editor.rs Allow cancellation of tool uses (#26906) 2025-03-17 09:53:18 +00:00
terminal_codegen.rs windows: Fix terminal inline assistant (#25715) 2025-02-27 10:03:46 +08:00
terminal_inline_assistant.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
thread.rs assistant edit tool: Track read buffers and notify model of user edits (#26952) 2025-03-17 21:50:16 +00:00
thread_history.rs Introduce rating for assistant threads (#26780) 2025-03-14 14:41:50 +00:00
thread_store.rs Introduce rating for assistant threads (#26780) 2025-03-14 14:41:50 +00:00
tool_selector.rs assistant2: Keep the tool selector open when toggling tools (#26994) 2025-03-18 15:30:05 +00:00
tool_use.rs Allow cancellation of tool uses (#26906) 2025-03-17 09:53:18 +00:00
ui.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00