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:
Gal Zahavi
2026-04-01 16:51:06 -07:00
committed by GitHub
parent ca78a0f177
commit 13ccc16457
22 changed files with 1285 additions and 53 deletions
@@ -47,6 +47,10 @@ class MockSandboxManager implements SandboxManager {
parseDenials(): undefined {
return undefined;
}
getWorkspace(): string {
return '/workspace';
}
}
describe('SandboxedFileSystemService', () => {