feat: add parseFile builtin tool for PDF, Excel, CSV, Word extraction

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Arjun 2026-02-07 16:11:13 +05:30
parent 0de9589a7d
commit 4151c296bd
6 changed files with 513 additions and 1 deletions

View file

@ -17,7 +17,11 @@
"@x/shared": "workspace:*",
"chokidar": "^4.0.3",
"electron-squirrel-startup": "^1.0.1",
"mammoth": "^1.11.0",
"papaparse": "^5.5.3",
"pdf-parse": "^2.4.5",
"update-electron-app": "^3.1.2",
"xlsx": "^0.18.5",
"zod": "^4.2.1"
},
"devDependencies": {