refactor(core): centralize path validation and allow temp dir access for tools (#17185)

Co-authored-by: Your Name <joshualitt@google.com>
This commit is contained in:
N. Taylor Mullen
2026-01-27 13:17:40 -08:00
committed by GitHub
parent c9340a9c6f
commit 5f569fa103
26 changed files with 1149 additions and 609 deletions
+4
View File
@@ -31,6 +31,10 @@ class MockConfig {
getFileFilteringRespectGeminiIgnore() {
return true;
}
validatePathAccess() {
return null;
}
}
describe('ripgrep-real-direct', () => {