mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-06 14:39:10 +00:00
Three related corrections from review, all one theme: upload time cannot see what will read a file. Stop refusing an upload for having no consumer on the agent record. A skill contributes file search or code execution for a turn through its allowed tools, and those are resolved per turn rather than stored on the agent, so an empty tool list was never evidence that nothing would read the file. The list still files an upload under a tool it names; it just no longer refuses one by its silence. This restores the pre-branch behavior for those uploads rather than introducing a new outcome. Warn at boot when a delivery fallback is set to none. The fallback covers every type no override names, so leaving it unannounced hid a wider change than any single override could make. Align the native text matcher with the textual MIME set in the content-protection code, adding javascript and x-yaml, and normalize parameters and case before matching so a browser-sent "text/plain; charset=utf-8" is still recognized. Drops mimeType from resolveUploadDestination, which no longer reads it. |
||
|---|---|---|
| .. | ||
| api | ||
| client | ||
| data-provider | ||
| data-schemas | ||