Improve the performance of filename completion over large repositories. (#938)

This commit is contained in:
DeWitt Clinton
2025-06-12 07:09:38 -07:00
committed by GitHub
parent 9072a4e5ee
commit f2ab6d08c4
6 changed files with 84 additions and 11 deletions

View File

@@ -30,6 +30,7 @@
},
"dependencies": {
"@gemini-cli/core": "file:../core",
"command-exists": "^1.2.9",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"highlight.js": "^11.11.1",
@@ -48,18 +49,17 @@
"string-width": "^7.1.0",
"strip-ansi": "^7.1.0",
"strip-json-comments": "^3.1.1",
"command-exists": "^1.2.9",
"yargs": "^17.7.2"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/command-exists": "^1.2.3",
"@types/diff": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/node": "^20.11.24",
"@types/react": "^18.3.1",
"@types/shell-quote": "^1.7.5",
"@types/yargs": "^17.0.32",
"@types/command-exists": "^1.2.3",
"ink-testing-library": "^4.0.0",
"jsdom": "^26.1.0",
"typescript": "^5.3.3",