ZIm/crates/assistant_slash_commands/src
Marshall Bowers 8030c0025a
Extract slash commands to their own crate (#23261)
This PR extracts the slash command definitions out of the `assistant`
crate and into their own `assistant_slash_commands` crate.

Release Notes:

- N/A
2025-01-16 22:17:07 +00:00
..
assistant_slash_commands.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
auto_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
cargo_workspace_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
context_server_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
default_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
delta_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
diagnostics_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
docs_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
fetch_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
file_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
now_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
project_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
prompt_after_summary.txt Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
prompt_before_summary.txt Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
prompt_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
search_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
selection_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
streaming_example_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
symbols_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
tab_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00
terminal_command.rs Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00