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
7 changed files with 30 additions and 37 deletions
+1
View File
@@ -158,6 +158,7 @@ export class WriteFileTool extends BaseTool<WriteFileToolParams, ToolResult> {
);
const confirmationDetails: ToolEditConfirmationDetails = {
type: 'edit',
title: `Confirm Write: ${shortenPath(relativePath)}`,
fileName,
fileDiff,