LibreChat/client
Danny Avila ff3f5fdbb4 🧷 fix: Close five gaps where an upload succeeded but reached nothing usable
A failed read of the deferred-provisioning query returned an empty list, which is
indistinguishable from nothing needing provisioning. The turn then built no
provisioning state and let the tool run without the attachment, defeating the
abort the callback performs for exactly that case. The failure now surfaces.

The OpenAI-compatible controllers passed neither the liveness probe nor the code
credential loader, so an expired sandbox reference looked usable on those
surfaces and no replacement upload was queued.

The native text reader decodes whatever bytes it is given as UTF-8, which is
meaningful only for types that are already text. An administrator routing images
to text on a deployment without OCR reached it and stored mojibake as the file's
text. It is now offered only for natively readable types, so a missing extractor
surfaces as an error instead of as nonsense content. This also guards the class
generally rather than one MIME type at a time.

A permanent agent image upload went to the image pipeline, which always stores a
message attachment and never files anything against the agent, so the request
reported success and left an orphan. Permanent uploads now take the agent path,
where that outcome is decided rather than assumed.

Dropping a file still opened the destination chooser in unified mode while the
attach button no longer shows one, so the same file could be delivered
differently depending on how it was added. The drop handler now follows the mode.
The paste heuristic keeps reading the viable options, since it asks a different
question about whether a text context is available.
2026-08-31 20:53:59 -04:00
..
public 🪢 feat: Langfuse Fanout Connection Setting (#14108) 2026-07-29 18:33:10 -04:00
scripts
src 🧷 fix: Close five gaps where an upload succeeded but reached nothing usable 2026-08-31 20:53:59 -04:00
sw
test 🔇 refactor: Quiet Framework Logging in Unit Tests (#15363) 2026-08-30 15:26:30 -04:00
babel.config.cjs
check_updates.sh
index.html
jest.config.cjs 🧮 fix: Currency-Safe Single-Dollar LaTeX via Micromark Tokenizer (#15181) 2026-08-24 22:29:02 -04:00
jest.resolver.cjs
nginx.conf
package.json 📦 chore: bump vite to v8.2.2 (#15384) 2026-08-30 20:03:41 -04:00
postcss.config.cjs
tailwind.config.cjs feat: Context Gauge Hover Reveal and Breakdown Motion Polish (#15038) 2026-08-21 11:34:36 -04:00
tsconfig.json
vite.config.ts 🎨 refactor: adopt the @librechat/client design system (semantic color tokens + component migration) (#13879) 2026-08-06 09:15:17 -04:00