ZIm/crates/assistant/src
Richard Feldman 3bbe574341
Introduce a New assistant: insert into editor Action (#13467)
This implements the functionality (paired with @as-cii), but we weren't
sure what the clearest name would be for the action. It's essentially
the inverse of "quote selection" - but what's the opposite of quoting
the selection?

One idea:
* Rename "quote selection" to "Insert **into** assistant"
* Name this "Insert **from** assistant"

Release Notes:

- Added action to insert from assistant into editor (default keybinding:
`cmd-<` on macOS, `ctrl-<` on Linux)

---------

Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Bennet <bennet@zed.dev>
2024-07-02 14:13:14 +02:00
..
completion_provider Fix a stupid bug that was dropping system prompts for Claude (#13626) 2024-06-27 22:08:47 -06:00
slash_command assistant: Remove unused NowPlaceholder (#13713) 2024-07-01 15:33:47 -04: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 a New assistant: insert into editor Action (#13467) 2024-07-02 14:13:14 +02:00
assistant_panel.rs Introduce a New assistant: insert into editor Action (#13467) 2024-07-02 14:13:14 +02:00
assistant_settings.rs Add the ability to customize available models for OpenAI-compatible services (#13276) 2024-06-25 16:37:02 -04:00
completion_provider.rs Add the ability to customize available models for OpenAI-compatible services (#13276) 2024-06-25 16:37:02 -04:00
context_store.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
inline_assistant.rs Use user-defined font weight, where appropriate (#13653) 2024-07-01 09:45:01 -04:00
model_selector.rs Add the ability to customize available models for OpenAI-compatible services (#13276) 2024-06-25 16:37:02 -04:00
prompt_library.rs Use better names for prompts duplicated (#13630) 2024-06-28 10:26:45 +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 assistant: Add term slash command (#13162) 2024-06-20 20:20:34 +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 Add terminal inline assistant (#13638) 2024-07-01 20:53:56 +02:00