ZIm/crates/assistant/src
Antonio Scandurra 7e3ab9acc9
Rework context insertion UX (#12360)
- Confirming a completion now runs the command immediately
- Hitting `enter` on a line with a command now runs it
- The output of commands gets folded away and replaced with a custom
placeholder
- Eliminated ambient context

<img width="1588" alt="image"
src="https://github.com/zed-industries/zed/assets/482957/b1927a45-52d6-4634-acc9-2ee539c1d89a">

Release Notes:

- N/A

---------

Co-authored-by: Nathan Sobo <nathan@zed.dev>
2024-05-27 17:44:54 -06:00
..
completion_provider Allow UI font weight to be assigned in settings (#12333) 2024-05-26 23:06:58 -06:00
prompts Allow saving prompts from the Prompt Manager (#12359) 2024-05-27 13:48:21 -04:00
slash_command Rework context insertion UX (#12360) 2024-05-27 17:44:54 -06: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 Rework context insertion UX (#12360) 2024-05-27 17:44:54 -06:00
assistant_panel.rs Rework context insertion UX (#12360) 2024-05-27 17:44:54 -06:00
assistant_settings.rs Add a send button to the assistant (#12171) 2024-05-22 19:17:28 -06:00
codegen.rs Report response latency and errors when using (inline) assistant (#11806) 2024-05-14 18:18:26 +02:00
completion_provider.rs Add slash commands for adding context into the assistant (#12102) 2024-05-22 14:06:28 -07:00
prompts.rs Allow saving prompts from the Prompt Manager (#12359) 2024-05-27 13:48:21 -04:00
saved_conversation.rs assistant2: Add new conversation button, that also saves the current conversation (#11522) 2024-05-07 18:16:48 -04:00
search.rs Fuzzy-match lines when applying edits from the assistant (#12056) 2024-05-20 17:02:15 +02:00
slash_command.rs Rework context insertion UX (#12360) 2024-05-27 17:44:54 -06: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