mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
fix(core): enhance sandbox usability and fix build error (#24460)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -47,6 +47,10 @@ class MockSandboxManager implements SandboxManager {
|
||||
parseDenials(): undefined {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
getWorkspace(): string {
|
||||
return '/workspace';
|
||||
}
|
||||
}
|
||||
|
||||
describe('SandboxedFileSystemService', () => {
|
||||
|
||||
Reference in New Issue
Block a user