huskies: merge 824
This commit is contained in:
@@ -43,6 +43,7 @@ pub(super) async fn handle_tools_call(
|
||||
"create_worktree" => agent_tools::tool_create_worktree(&args, ctx).await,
|
||||
"list_worktrees" => agent_tools::tool_list_worktrees(ctx),
|
||||
"remove_worktree" => agent_tools::tool_remove_worktree(&args, ctx).await,
|
||||
"cleanup_worktrees" => agent_tools::tool_cleanup_worktrees(&args, ctx).await,
|
||||
// Editor tools
|
||||
"get_editor_command" => agent_tools::tool_get_editor_command(&args, ctx),
|
||||
// Lifecycle tools
|
||||
|
||||
Reference in New Issue
Block a user