What's New
π Security
- PII Redaction β New
ENABLE_PII_REDACTIONflag scrubs emails, phone numbers, SSNs, credit cards, and IPv4 addresses from query results before they reach the LLM. Includes column-name heuristics, regex value scanning, Luhn-verified card masking, SELECT * guard, column-reference guard, and introspection filtering. Opt-in, disabled by default. (by @Morkos)
π Bug Fixes
- BIGINT precision loss β New
MYSQL_BIG_NUMBER_STRINGS=trueenv var returns BIGINT/DECIMAL values as strings, preserving full precision for snowflake IDs and values exceedingNumber.MAX_SAFE_INTEGER. (by @duyiliu) - Remote MCP parallel hang β Fixed a hang in
IS_REMOTE_MCP=truemode where two concurrentPOST /mcprequests caused one to never return. Now creates a per-request Server instance instead of sharing the module-level one. (by @tomer-azar)
π¦ Package
- Added
repository,bugs, andhomepagefields topackage.jsonso npm users can navigate back to the source. (by @SyntaxHQDEV)
π Integrations
- Added Codex CLI plugin manifest for listing in the Codex plugin ecosystem. (by @internet-dot)
Improved README for better navigation and project clarity.