Skip to content

v2.6.0 AI Smart Heuristic Engine and Dependencies Upgrade

Choose a tag to compare

@paudang paudang released this 31 May 02:45
· 40 commits to main since this release

Added

  • AI Smart Heuristic Engine (Web UI): Completely rewrote the NLP parsing engine for the VitePress Web Configurator to execute locally with 0ms latency.
    • Multi-Language Mastery: Full semantic support for English, Vietnamese, Chinese, Japanese, and Hindi.
    • Backward-Facing Negation: Precisely handles Japanese (なし, いらない) and Hindi (nahi) backward negations, along with standard forward-facing negations (without, không, don't).
    • Bulletproof XSS Sanitization: Automatically sanitizes extracted project boundaries and custom database names against malicious code injection.
    • 79-Case Destruction Testing Suite: Proven stability against fuzzing, spamming, and double negation inputs.
  • Configurator UI Polish: Added dynamic "Thinking Logs", elegant layout spacing, and a disclaimer tooltip to better manage NLP parsing expectations.

Changed

  • Dependencies Upgrade: Upgraded core libraries to their latest versions:
    • commander: Upgraded from ^14.0.3 to ^15.0.0.
    • ejs: Upgraded from ^5.0.1 to ^6.0.1.
    • inquirer: Upgraded from ^13.3.2 to ^14.0.1.

Fixed

  • CLI Validate Command: Fixed a blocking issue in scripts/validate-command.js where the script hung on the interactive withELK prompt when advancedOptions was enabled. Passed --no-with-elk to bypass the prompt.