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 444429179e
commit 6f94669d21
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 {