zed/crates/assistant/src
Piotr Osiewicz 03c84466c2
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
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
slash_command Make slash command descriptions consistent (#18595) 2024-10-02 10:35:50 -03:00
tools
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
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
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
terminal_inline_assistant.rs telemetry: Add language_name and model_provider (#18640) 2024-10-04 14:37:27 -04:00
tools.rs
workflow.rs Add "Fix with Assistant" code action on lines with diagnostics (#18163) 2024-09-23 11:40:34 -06:00