mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 21:10:40 -07:00
fix(cli): fix toolName type and resolve '*' to 'all tools' in policies dialog
This commit is contained in:
@@ -65,7 +65,7 @@ describe('buildPolicyListItems', () => {
|
||||
const rules = [
|
||||
{ decision: PolicyDecision.ALLOW, toolName: 'run_shell_command' },
|
||||
{ decision: PolicyDecision.ALLOW, toolName: 'unknown_tool' },
|
||||
{ decision: PolicyDecision.ALLOW },
|
||||
{ decision: PolicyDecision.ALLOW, toolName: '*' },
|
||||
];
|
||||
|
||||
const items = buildPolicyListItems(
|
||||
|
||||
Reference in New Issue
Block a user