ZIm/crates/assistant/src
Piotr Osiewicz 03c84466c2
chore: Fix some violations of 'needless_pass_by_ref_mut' lint (#18795)
While this lint is allow-by-default, it seems pretty useful to get rid
of mutable borrows when they're not needed.

Closes #ISSUE

Release Notes:

- N/A
2024-10-07 01:29:58 +02: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 ui crate docs & spring cleaning (#18768) 2024-10-05 23:28:34 -04:00
assistant_settings.rs Introduce the ability to cycle between alternative inline assists (#18098) 2024-09-19 17:50:00 -06:00
context.rs chore: Fix some violations of 'needless_pass_by_ref_mut' lint (#18795) 2024-10-07 01:29:58 +02:00
context_store.rs ssh remoting: Fix cmd-o (#18308) 2024-09-24 16:23:08 -06:00
inline_assistant.rs telemetry: Add language_name and model_provider (#18640) 2024-10-04 14:37:27 -04:00
model_selector.rs assistant: Fix model selector check icon overflow (#16716) 2024-08-26 17:32:32 -07:00
prompt_library.rs ui crate docs & spring cleaning (#18768) 2024-10-05 23:28:34 -04: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 telemetry: Add language_name and model_provider (#18640) 2024-10-04 14:37:27 -04: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