fix: forward entire tool call confirmation object through useToolScheduler (#481)

This commit is contained in:
Brandon Keiji 2025-05-22 06:00:36 +00:00 committed by GitHub
parent 02eec5c8ca
commit 4e3ba687a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 37 deletions

View file

@ -291,6 +291,7 @@ Expectation for parameters:
{ context: 3 },
);
const confirmationDetails: ToolEditConfirmationDetails = {
type: 'edit',
title: `Confirm Edit: ${shortenPath(makeRelative(params.file_path, this.rootDirectory))}`,
fileName,
fileDiff,