mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
feat(core): implement Windows sandbox dynamic expansion Phase 1 and 2.1 (#23691)
This commit is contained in:
committed by
GitHub
parent
f11bd3d079
commit
1b052df52f
@@ -35,6 +35,14 @@ class MockSandboxManager implements SandboxManager {
|
||||
env: req.env || {},
|
||||
};
|
||||
}
|
||||
|
||||
isKnownSafeCommand(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
isDangerousCommand(): boolean {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
describe('SandboxedFileSystemService', () => {
|
||||
|
||||
Reference in New Issue
Block a user