assistant: Remove /search (#27661)

This PR removes the `/search` command.

This was feature-flagged and was never released to the general public.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-28 09:40:31 -04:00 committed by GitHub
parent 20eab9038f
commit 68d453da52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 226 deletions

View file

@ -8,7 +8,6 @@ mod fetch_command;
mod file_command;
mod now_command;
mod prompt_command;
mod search_command;
mod selection_command;
mod streaming_example_command;
mod symbols_command;
@ -29,7 +28,6 @@ pub use crate::fetch_command::*;
pub use crate::file_command::*;
pub use crate::now_command::*;
pub use crate::prompt_command::*;
pub use crate::search_command::*;
pub use crate::selection_command::*;
pub use crate::streaming_example_command::*;
pub use crate::symbols_command::*;