more consistent confirmations, TODO to improve write confirmations, drop "description" from execution confirmation, add confirmation to new (still dummy) shell tool (#176)

This commit is contained in:
Olcan
2025-04-25 14:05:58 -07:00
committed by GitHub
parent 1a64268bb0
commit 7087c0508e
5 changed files with 51 additions and 21 deletions

View File

@@ -181,7 +181,6 @@ export interface ToolExecuteConfirmationDetails
extends ToolCallConfirmationDetails {
command: string;
rootCommand: string;
description: string;
}
export enum ToolConfirmationOutcome {