zed/crates/assistant_slash_command
Marshall Bowers 8040e43520
Extract SlashCommand trait from assistant (#12252)
This PR extracts the `SlashCommand` trait (along with the
`SlashCommandRegistry`) from the `assistant` crate.

This will allow us to register slash commands from extensions without
having to make `extension` depend on `assistant`.

Release Notes:

- N/A
2024-05-24 13:03:41 -04:00
..
src
Cargo.toml Extract SlashCommand trait from assistant (#12252) 2024-05-24 13:03:41 -04:00
LICENSE-GPL