feat: add support for parsing loose JSON lists into arrays in tool call parameters

This commit is contained in:
CJACK
2026-05-02 03:26:43 +08:00
parent 28e800c670
commit 1c38709d32
11 changed files with 549 additions and 21 deletions

View File

@@ -5,8 +5,8 @@ ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
TARGETS_FILE="${1:-$ROOT_DIR/plans/node-syntax-gate-targets.txt}"
if [[ ! -f "$TARGETS_FILE" ]]; then
echo "missing targets file: $TARGETS_FILE" >&2
exit 1
echo "checked=0 missing=0 invalid=0"
exit 0
fi
checked=0