LibreChat/client/src
Marco Beretta f27d739d98
fix(client): let an output diff supersede a create preview, and guard two edges
A diff in the output now supersedes everything, including a create's authored
content. `create_file` overwriting an existing file returns a summary plus a
unified diff, and preferring the authored content there rendered that diff
twice: once through DiffView and again verbatim as the raw output section. This
restores the precedence the string-preview version had.

Give image tiles distinct React keys. Syndicated images reuse one thumbnail
across results that link to different pages, and grouped searches merge
attachments, so the source alone collided.

Require the composer to still hold the submitted text before restoring the
stashed ask message. The textarea stays editable while the resume is in flight,
so anything typed since is newer than both the stash and the answer.
2026-08-29 01:14:43 +02:00
..
@types
a11y
common 🪡 fix: Thread Parent Message ID Through MCP Request-Scoped Bodies (#15095) 2026-08-21 16:33:01 -04:00
components fix(client): let an output diff supersede a create preview, and guard two edges 2026-08-29 01:14:43 +02:00
constants
data-provider 📡 feat: Stream Detached Subagent Activity (#15111) 2026-08-22 09:45:27 -04:00
hooks fix(client): let an output diff supersede a create preview, and guard two edges 2026-08-29 01:14:43 +02:00
lib/rum
locales fix(client): make group identities collision-proof and localize handoff labels 2026-08-29 00:39:32 +02:00
polyfills
Providers 🧹 chore: Sort Client Imports Left Behind by the Import Order Gate (#15139) 2026-08-23 15:18:05 -04:00
routes 📱 feat: Offer a Dismissable Strip of Chat Beside the Mobile Drawer (#14990) 2026-08-23 14:34:39 -04:00
store 🫂 fix: Route Subagent Activity Through the Chat Renderer (#15137) 2026-08-23 15:20:28 -04:00
utils fix(client): address third round of Codex review findings 2026-08-28 20:19:33 +02:00
App.jsx 🔀 perf: Swap the Transcript With the URL on Conversation Switch (#15054) 2026-08-21 11:28:18 -04:00
main.jsx
mobile.css
style.css feat(client): add view-transition morph helper for composer surfaces 2026-08-23 21:48:33 +02:00
vite-env.d.ts