feat: first pass on clb tool (#8930)

This commit is contained in:
jif-oai
2026-01-09 11:54:05 +00:00
committed by GitHub
parent 24d6e0114f
commit 568b938c80
5 changed files with 338 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
pub mod apply_patch;
pub(crate) mod collab;
mod grep_files;
mod list_dir;
mod mcp;
@@ -15,6 +16,7 @@ use serde::Deserialize;
use crate::function_tool::FunctionCallError;
pub use apply_patch::ApplyPatchHandler;
pub use collab::CollabHandler;
pub use grep_files::GrepFilesHandler;
pub use list_dir::ListDirHandler;
pub use mcp::McpHandler;