ZIm/crates/assistant/src
Thorsten Ball 49effeb7ba
assistant: Fixed "quote selection" with Vim visual line mode (#14713)
Previously, when using Vim mode and doing a line-wise visual selection,
the `assistant: quote selection` action would not work correctly, since
it would ignore that these were line-wise selections.

With this change, one can now select lines using visual line mode and
"quote selection works"

Release Notes:

- Fixes `assistant: quote selection` not working correctly when making
visual-line-mode selections in Vim mode.
2024-07-18 10:30:01 +02:00
..
completion_provider Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
slash_command Introduce /symbols command in assistant panel (#14360) 2024-07-15 11:51:32 +02:00
system_prompts Allow the assistant to suggest edits to files in the project (#11993) 2024-05-17 15:38:14 -07:00
assistant.rs Introduce /symbols command in assistant panel (#14360) 2024-07-15 11:51:32 +02:00
assistant_panel.rs assistant: Fixed "quote selection" with Vim visual line mode (#14713) 2024-07-18 10:30:01 +02:00
assistant_settings.rs Add Gemini models to cloud enum (#14482) 2024-07-15 12:21:58 +02:00
completion_provider.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
context.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
context_store.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
inline_assistant.rs assistant: Limit amount of concurrent completion requests (#13856) 2024-07-05 14:52:45 +02:00
model_selector.rs assistant: Remove unneeded wrapping div in ModelSelector (#14024) 2024-07-09 16:40:00 -04:00
prompt_library.rs Adjust list item & pickers spacing (#14250) 2024-07-15 10:23:18 -03:00
prompts.rs Add terminal inline assistant (#13638) 2024-07-01 20:53:56 +02:00
search.rs Fuzzy-match lines when applying edits from the assistant (#12056) 2024-05-20 17:02:15 +02:00
slash_command.rs Introduce /symbols command in assistant panel (#14360) 2024-07-15 11:51:32 +02:00
streaming_diff.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
terminal_inline_assistant.rs assistant: Limit amount of concurrent completion requests (#13856) 2024-07-05 14:52:45 +02:00