LibreChat/client
Danny Avila 3d2f3a6a18
🧩 fix: Apply Every Entry of Multi-Part Stream Deltas (#14502)
The message and reasoning delta handlers read only delta.content[0],
silently dropping the remaining entries of any multi-part delta — reachable
today via Google server-side tool chunks, which dispatch several reasoning
parts in one event. Every entry now chains through updateContent in order,
with the per-part content index computed against the progressively updated
response so later entries observe earlier state.

Companion to the identical fix in the @librechat/agents aggregator
(danny-avila/agents#350), which keeps streamed and saved content
consistent. Adds multi-entry coverage for both delta types.
2026-07-28 22:26:20 -04:00
..
public
scripts
src 🧩 fix: Apply Every Entry of Multi-Part Stream Deltas (#14502) 2026-07-28 22:26:20 -04:00
sw
test 🧰 feat: Redesign Agent Builder with Unified Tools Marketplace, Skills & Orchestration (#13952) 2026-07-05 11:30:12 -04:00
babel.config.cjs
check_updates.sh
index.html 📡 feat: add rum browser page-load diagnostics (#14106) 2026-07-05 11:32:53 -04:00
jest.config.cjs ⬆️ chore: Migrate off deprecated @ariakit/react-core to @ariakit/react-components (#13940) 2026-06-24 23:13:57 -04:00
jest.resolver.cjs ⬆️ chore: Migrate off deprecated @ariakit/react-core to @ariakit/react-components (#13940) 2026-06-24 23:13:57 -04:00
nginx.conf 🐳 feat: Bundle Admin Panel in Docker Compose Stacks (#13876) 2026-06-22 16:59:08 -04:00
package.json 🗺️ chore: Bump PostCSS to 8.5.18 to Patch Source Map Traversal (#14463) 2026-07-27 12:45:55 -04:00
postcss.config.cjs
tailwind.config.cjs ⌨️ feat: Keyboard Shortcuts (#12425) 2026-06-22 17:02:46 -04:00
tsconfig.json
vite.config.ts 🧪 test: Reasoning-Stream Render Perf Benchmark via react-scan (#14494) 2026-07-28 22:18:24 -04:00