mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 02:24:09 -07:00
fix: forward entire tool call confirmation object through useToolScheduler (#481)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user