mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 06:25:16 -07:00
refactor(cli): decouple UI from live tool execution via ToolActionsContext (#17183)
This commit is contained in:
@@ -74,6 +74,7 @@ export type SerializableConfirmationDetails =
|
||||
fileDiff: string;
|
||||
originalContent: string | null;
|
||||
newContent: string;
|
||||
isModifying?: boolean;
|
||||
}
|
||||
| {
|
||||
type: 'exec';
|
||||
@@ -81,6 +82,7 @@ export type SerializableConfirmationDetails =
|
||||
command: string;
|
||||
rootCommand: string;
|
||||
rootCommands: string[];
|
||||
commands?: string[];
|
||||
}
|
||||
| {
|
||||
type: 'mcp';
|
||||
|
||||
Reference in New Issue
Block a user