ZIm/crates/assistant_slash_commands/src
Piotr Osiewicz 985dcf7523
chore: Bump Rust version to 1.88 (#33439)
Goodies in this version:
- if-let chains 🎉
- Better compiler perf for Zed
(https://github.com/rust-lang/rust/pull/138522)

For more, see: https://releases.rs/docs/1.88.0/

Release Notes:

- N/A

---------

Co-authored-by: Junkui Zhang <364772080@qq.com>
2025-06-26 20:54:19 +02:00
..
assistant_slash_commands.rs chore: Make terminal_view own the TerminalSlashCommand (#31070) 2025-05-21 09:27:54 +00:00
cargo_workspace_command.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
context_server_command.rs context_server: Make notifications type safe (#32396) 2025-06-09 15:11:01 +00:00
default_command.rs agent: Use default prompts from prompt library in system prompt (#28915) 2025-04-18 09:32:35 -06:00
delta_command.rs chore: Bump Rust version to 1.88 (#33439) 2025-06-26 20:54:19 +02:00
diagnostics_command.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
docs_command.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
fetch_command.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
file_command.rs Remove separator! macro and make path! handle relative paths (#32527) 2025-06-13 06:32:29 +00:00
now_command.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
prompt_command.rs Add ability to attach rules as context (#29109) 2025-04-21 20:16:51 +00:00
selection_command.rs agent: Support adding selection as context (#28964) 2025-04-17 16:55:15 +02:00
streaming_example_command.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
symbols_command.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
tab_command.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30