Skip to content

[pull] main from LibreChat-AI:main - #15

Merged
pull[bot] merged 7 commits into
innFactory:mainfrom
LibreChat-AI:main
Sep 2, 2026
Merged

[pull] main from LibreChat-AI:main#15
pull[bot] merged 7 commits into
innFactory:mainfrom
LibreChat-AI:main

Conversation

@pull

@pull pull Bot commented Sep 2, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

chottokun and others added 7 commits September 1, 2026 22:20
)

The /upload and /upload/batch endpoints in router.ts construct busboy
without specifying defCharset or defParamCharset. Busboy defaults to
Latin-1 (ISO-8859-1) for multipart parameter decoding, which causes
non-ASCII filenames (e.g. Japanese characters) to be garbled.

file-server.ts already sets defCharset: 'utf8' and
defParamCharset: 'utf8' (lines 336-337), but router.ts was missing
the same options — an asymmetry that surfaces as mojibake when
uploading files with non-ASCII names through the API gateway.

Add both options to the two busboy() calls in router.ts for
consistency with file-server.ts.
…lization (#75)

* fix: large tool inputs break bash PTC replay and pending-call serialization

* fix: reject multi-document tool input and invalid PTC byte-cap env values

* fix: validate floored PTC byte caps to avoid a zero-cap collapse

---------

Co-authored-by: kenzaelk98 <254484110+kenzaelk98@users.noreply.github.com>
* feat: Add Stateful Runtime Supervisor 🧰

* fix: harden runtime supervisor lifecycle
* feat: add Docker runtime supervisor

* fix: preserve Docker runtime lifecycle safety

* fix: close interrupted Docker lifecycle paths
* feat: add Docker supervisor CLI mode

* fix: allow image-free Docker workspace reset
@pull pull Bot locked and limited conversation to collaborators Sep 2, 2026
@pull pull Bot added the ⤵️ pull label Sep 2, 2026
@pull
pull Bot merged commit 5739d26 into innFactory:main Sep 2, 2026
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants