feat: route ticket tools through workspace backend

This commit is contained in:
2026-07-16 01:18:13 +09:00
parent 66abd53e51
commit 983ffe6017
11 changed files with 1002 additions and 110 deletions
+2
View File
@@ -982,6 +982,7 @@ mod tests {
initial_input: None,
working_directory_request: None,
working_directory: None,
workspace_api: None,
}
}
@@ -1293,6 +1294,7 @@ mod ws_tests {
initial_input: None,
working_directory_request: None,
working_directory: None,
workspace_api: None,
}
}