huskies: merge 880
This commit is contained in:
@@ -62,6 +62,10 @@ pub async fn dispatch_tool_call(
|
||||
// Refactor lifecycle tools
|
||||
"create_refactor" => story_tools::tool_create_refactor(&args, ctx),
|
||||
"list_refactors" => story_tools::tool_list_refactors(ctx),
|
||||
// Epic lifecycle tools
|
||||
"create_epic" => story_tools::tool_create_epic(&args, ctx),
|
||||
"list_epics" => story_tools::tool_list_epics(ctx),
|
||||
"show_epic" => story_tools::tool_show_epic(&args, ctx),
|
||||
// Mergemaster tools
|
||||
"merge_agent_work" => merge_tools::tool_merge_agent_work(&args, ctx).await,
|
||||
"get_merge_status" => merge_tools::tool_get_merge_status(&args, ctx),
|
||||
|
||||
Reference in New Issue
Block a user