LibreChat/client/src
Marco Beretta 71427f9149
feat: Group Reasoning with Tool Calls and Polish Activity UI
- Treat reasoning (Thoughts) as transparent to tool grouping so interleaved
  thoughts fold into the tool group instead of splitting it
- Group a lone tool call that has reasoning (e.g. a skill) so it gets the
  same collapsible chrome as multi-tool groups
- Count only real tool calls for the group header; add a reasoning indicator
  and a singular 'Used 1 tool' label
- Rework the in-group Thoughts panel: tool-row sizing, rounded content,
  header copy button, and a floating collapse/copy bar
- Round the floating thinking-bar buttons
- Refine the agent handoff row and instructions panel with consistent
  spacing and a copy affordance
2026-06-14 03:53:10 +02:00
..
@types ⚙️ refactor: Lazy load locale resources (#13640) 2026-06-10 08:48:58 -04:00
a11y 👷 ci: Type-check the Client Workspace (#13560) 2026-06-06 18:40:31 -04:00
common ⚙️ refactor: lazy-load React Query Devtools (#13639) 2026-06-10 13:06:20 -04:00
components feat: Group Reasoning with Tool Calls and Polish Activity UI 2026-06-14 03:53:10 +02:00
constants
data-provider 👷 ci: Type-check the Client Workspace (#13560) 2026-06-06 18:40:31 -04:00
hooks 🪢 fix: Prune Dangling Skill IDs from Agent Allowlists (#13702) 2026-06-13 11:16:14 -04:00
lib/rum 👷 ci: Type-check the Client Workspace (#13560) 2026-06-06 18:40:31 -04:00
locales feat: Group Reasoning with Tool Calls and Polish Activity UI 2026-06-14 03:53:10 +02:00
polyfills chore: Upgrade Vite For Node 24 (#13450) 2026-06-01 15:47:58 -04:00
Providers 🧊 perf: Memoize Completed Markdown Blocks During Streaming (#13576) 2026-06-07 20:31:56 -04:00
routes 🪶 fix: Prevent Soft Default Model Spec from Overriding User Selections (#13642) 2026-06-10 08:52:28 -04:00
store ⚙️ refactor: Lazy load locale resources (#13640) 2026-06-10 08:48:58 -04:00
utils feat: Group Reasoning with Tool Calls and Polish Activity UI 2026-06-14 03:53:10 +02:00
App.jsx ⚙️ refactor: lazy-load React Query Devtools (#13639) 2026-06-10 13:06:20 -04:00
main.jsx 🛟 fix: Auto-Recover from Stale Service Worker Assets After Deploys (#13686) 2026-06-11 11:57:06 -04:00
mobile.css 🎨 refactor: Redesign Sidebar with Unified Icon Strip Layout (#12013) 2026-03-22 01:15:20 -04:00
style.css 📊 fix: Contain Markdown Table Overflow (#13543) 2026-06-05 21:49:54 -04:00
vite-env.d.ts