refactor(cli): unify shell confirmation dialogs (#16828)

This commit is contained in:
N. Taylor Mullen
2026-01-16 15:06:52 -08:00
committed by GitHub
parent 608da23393
commit 1681ae1842
14 changed files with 102 additions and 446 deletions
+1
View File
@@ -694,6 +694,7 @@ export interface ToolExecuteConfirmationDetails {
command: string;
rootCommand: string;
rootCommands: string[];
commands?: string[];
}
export interface ToolMcpConfirmationDetails {