mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 09:30:41 -07:00
feat(cli): enable permanent tool approval by default
This commit is contained in:
@@ -419,7 +419,7 @@ describe('ToolConfirmationMessage', () => {
|
||||
unmount();
|
||||
});
|
||||
|
||||
it('should show "Allow for all future sessions" when trusted', async () => {
|
||||
it('should show "Allow for all future sessions" when trusted (default)', async () => {
|
||||
const mockConfig = {
|
||||
isTrustedFolder: () => true,
|
||||
getIdeMode: () => false,
|
||||
|
||||
Reference in New Issue
Block a user