LibreChat/packages
Danny Avila 53ee82fe5d
🩹 fix: Coerce Stringified edit_file Edits (JSON-in-JSON) (#14056)
Models sometimes pass edit_file's `edits` as a JSON-encoded string
(or stringify individual edit entries) instead of a real array. That
failed validation with "Provide old_text and new_text, or a non-empty
edits array" and forced a full retry round-trip.

normalizeEditArgs now JSON-parses a stringified `edits` value (and
stringified entries) before validating. Non-strings and unparseable
strings are left untouched, so the existing explicit errors still fire.
2026-07-01 12:41:26 -04:00
..
api 🩹 fix: Coerce Stringified edit_file Edits (JSON-in-JSON) (#14056) 2026-07-01 12:41:26 -04:00
client 🧪 ci: Resolve DataTable test infinite re-render (#13947) 2026-06-24 23:40:18 -04:00
data-provider 📧 fix: Add .eml (message/rfc822) Support to File Upload (#13989) 2026-07-01 09:21:14 -04:00
data-schemas fix: preserve role SHARE permissions across boot in initializeRoles (#14022) 2026-07-01 08:21:46 -04:00