mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
feat: Add exit UI w/ stats (#924)
This commit is contained in:
@@ -132,7 +132,7 @@ export function useReactToolScheduler(
|
||||
});
|
||||
onComplete(completedToolCalls);
|
||||
},
|
||||
[onComplete],
|
||||
[onComplete, config],
|
||||
);
|
||||
|
||||
const toolCallsUpdateHandler: ToolCallsUpdateHandler = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user