LibreChat/client/src
Marco Beretta 5dc007c166
fix: adopt the shared code surface and count background task failures
Register surface-code in the versioned theme registry and use it for the diff
preview. The token, its light and dark CSS values and its Tailwind mapping were
already in place and already consumed by CodeBar, CodeBlock and ResultSwitcher;
only the three theme interfaces, the two bundled themes and DiffView were
missing. DiffView no longer coordinates two unrelated surface roles through a
dark: override, and a custom theme can restyle the code surface centrally.

Include background-task failures in grouped outcomes. A backgrounded bash or
code task reports its verdict through a background_task_status attachment
rather than its output, and its dispatch step keeps a benign handle and usually
closes as completed, so the group reported no failed action beside a card
showing failure. Group metadata now derives that signal with the same helpers
the child card uses, correlated per part so a handoff response repeating a
provider tool-call id across agents still routes correctly.

Require a title on shopping results. A link-only card had no accessible name
and no visible identity: the anchor carried no label, its image is decorative
and the title span rendered empty.
2026-08-28 22:31:15 +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: adopt the shared code surface and count background task failures 2026-08-28 22:31:15 +02:00
constants
data-provider 📡 feat: Stream Detached Subagent Activity (#15111) 2026-08-22 09:45:27 -04:00
hooks fix(client): address second round of Codex review findings 2026-08-28 19:59:55 +02:00
lib/rum
locales fix(client): address eighth round of Codex review findings 2026-08-28 21:44:52 +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 📐 feat: Match the Message Column to the Composer (#14851) 2026-08-15 07:19:34 +02:00
style.css feat(client): add view-transition morph helper for composer surfaces 2026-08-23 21:48:33 +02:00
vite-env.d.ts