feat(core, cli): Introduce high-performance FileSearch engine (#5136)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Bryant Chandler 2025-08-05 16:18:03 -07:00 committed by GitHub
parent 2141b39c3d
commit 12a9bc3ed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 3204 additions and 1919 deletions

View file

@ -73,7 +73,8 @@
"pretty-format": "^30.0.2",
"react-dom": "^19.1.0",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
"vitest": "^3.1.1",
"@google/gemini-cli-test-utils": "file:../test-utils"
},
"engines": {
"node": ">=20"