use treesitter to parse bash commands and catch commands that go outside of cwd (#1443)

This commit is contained in:
Dax
2025-07-30 20:57:52 -04:00
committed by GitHub
parent 3b7085ca28
commit 18888351e9
13 changed files with 226 additions and 59 deletions

View File

@@ -16,10 +16,11 @@
],
"catalog": {
"@types/node": "22.13.9",
"ai": "5.0.0-beta.21",
"ai": "5.0.0-beta.33",
"hono": "4.7.10",
"typescript": "5.8.2",
"zod": "3.25.49"
"zod": "3.25.49",
"remeda": "2.26.0"
}
},
"devDependencies": {