ZIm/crates/assistant/src
Danilo Leal 8a18c94f33
Make slash command descriptions consistent (#18595)
This PR adds a description constant in most of the slash command files
so that both the editor _and_ footer pickers use the same string. In
terms of copywriting, I did some tweaking to reduce the longer ones a
bit. Also standardized them all to use sentence case, as opposed to each
instance using a different convention. The editor picker needs more
work, though, given the arguments and descriptions are being cut at the
moment. This should happen in a follow-up!

<img width="900" alt="Screenshot 2024-10-01 at 7 25 19 PM"
src="https://github.com/user-attachments/assets/e8759eff-0de9-4a4d-a026-366d85507b3c">

---

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-10-02 10:35:50 -03:00
..
context Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
slash_command Make slash command descriptions consistent (#18595) 2024-10-02 10:35:50 -03:00
tools assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
assistant.rs Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
assistant_panel.rs assistant: Fix copy/cut not working when selection is empty (#18403) 2024-09-27 10:51:49 +02:00
assistant_settings.rs Introduce the ability to cycle between alternative inline assists (#18098) 2024-09-19 17:50:00 -06:00
context.rs Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
context_store.rs ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
inline_assistant.rs More git hunk highlighting fixes (#18459) 2024-09-27 13:48:37 -07:00
model_selector.rs assistant: Fix model selector check icon overflow (#16716) 2024-08-26 17:32:32 -07:00
prompt_library.rs Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
prompts.rs Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
slash_command.rs Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
slash_command_picker.rs Make slash command descriptions consistent (#18595) 2024-10-02 10:35:50 -03:00
slash_command_settings.rs Add a slash command for automatically retrieving relevant context (#17972) 2024-09-20 18:09:18 -04:00
streaming_diff.rs Improve streaming git diffs to be less jumpy during inline assistant generation (#15853) 2024-08-06 16:13:29 +03:00
terminal_inline_assistant.rs Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
tools.rs assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
workflow.rs Add "Fix with Assistant" code action on lines with diagnostics (#18163) 2024-09-23 11:40:34 -06:00