zed/crates/assistant_slash_command
Marshall Bowers 254ce74036
Extract ExtensionSlashCommand to assistant_slash_command crate (#20617)
This PR extracts the `ExtensionSlashCommand` implementation to the
`assistant_slash_command` crate.

The slash command related methods have been added to the `Extension`
trait. We also create separate data types for the slash command data
within the `extension` crate so that we can talk about them without
depending on the `extension_host` or `assistant_slash_command`.

Release Notes:

- N/A
2024-11-13 14:34:58 -05:00
..
src Extract ExtensionSlashCommand to assistant_slash_command crate (#20617) 2024-11-13 14:34:58 -05:00
Cargo.toml Extract ExtensionSlashCommand to assistant_slash_command crate (#20617) 2024-11-13 14:34:58 -05:00
LICENSE-GPL Extract SlashCommand trait from assistant (#12252) 2024-05-24 13:03:41 -04:00