mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 16:04:38 -07:00
prefactor: add rootCommands as array so it can be used for policy parsing (#16640)
This commit is contained in:
@@ -136,6 +136,7 @@ export const MOCK_TOOL_SHOULD_CONFIRM_EXECUTE = () =>
|
||||
title: 'Confirm mockTool',
|
||||
command: 'mockTool',
|
||||
rootCommand: 'mockTool',
|
||||
rootCommands: ['mockTool'],
|
||||
onConfirm: async () => {},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user