From b564d4a088d11ae5a90291e642b104761d72ee61 Mon Sep 17 00:00:00 2001 From: BigUncle Date: Sun, 6 Jul 2025 05:58:51 +0800 Subject: fix(core): Sanitize tool parameters to fix 400 API errors (#3300) --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 64035439..c0710581 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "@types/micromatch": "^4.0.9", "@types/mime-types": "^2.1.4", "@types/minimatch": "^5.1.2", + "@types/shell-quote": "^1.7.5", "@vitest/coverage-v8": "^3.1.1", "concurrently": "^9.2.0", "cross-env": "^7.0.3", -- cgit v1.2.3