mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
refactor(core): delegate sandbox denial parsing to SandboxManager (#23928)
This commit is contained in:
committed by
GitHub
parent
73dd7328df
commit
8868b34c75
@@ -43,6 +43,10 @@ class MockSandboxManager implements SandboxManager {
|
||||
isDangerousCommand(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
parseDenials(): undefined {
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
describe('SandboxedFileSystemService', () => {
|
||||
|
||||
Reference in New Issue
Block a user