LibreChat/client/src
Danny Avila d051199774 fix: review round — CI mock drift, multi-day weekly edit, fire.ts tests
- Fix the CI blocker: UserController.spec + deleteUser.spec mocks missing
  db.deleteSchedulesByUser (added by the F6 account-delete cascade). Full api
  suite green (3181 passed); no other mock drift.
- Multi-day weekly edit no longer collapses: preserve stored daysOfWeek when the
  weekly day picker wasn't touched, even if the time was changed.
- Add fire.spec.ts covering the branch-dense fire path: happy path, definite vs
  ambiguous failure, file-resolution failure (no orphan), capacity reserve/rollback
  + clean single re-fire next tick, overlap, agent-ACL revoke, duplicate.
- Document generateShortLivedToken's extraClaims as privileged (schedule_fire
  scope bypasses limiters; scheduler-only mint site).
2026-07-21 20:50:06 -04: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 🧪 feat: stateful_code_sessions capability for warm Code API sandbox sessions (experimental) (#14150) 2026-07-12 08:12:04 -04:00
components fix: review round — CI mock drift, multi-day weekly edit, fire.ts tests 2026-07-21 20:50:06 -04:00
constants
data-provider fix: address deep review — indexes, redis metadata, capacity, crash-retry, cascade (14 findings) 2026-07-21 20:13:15 -04:00
hooks feat: Scheduled Chats (P1) - agent-centric scheduled runs creating real conversations 2026-07-21 14:34:02 -04:00
lib/rum 📡 feat: add rum browser page-load diagnostics (#14106) 2026-07-05 11:32:53 -04:00
locales feat: Scheduled Chats (P1) - agent-centric scheduled runs creating real conversations 2026-07-21 14:34:02 -04:00
polyfills chore: Upgrade Vite For Node 24 (#13450) 2026-06-01 15:47:58 -04:00
Providers 🙋 feat: ask_user_question - agent-initiated questions with durable pause/resume (#14139) 2026-07-08 15:31:05 -04:00
routes ⌨️ feat: Keyboard Shortcuts (#12425) 2026-06-22 17:02:46 -04:00
store 🚰 perf: Suppress No-Op Conversation Writes and Widen-Proof Atom Subscriptions (#14329) 2026-07-20 21:04:34 -04:00
utils 🧬 perf: Memoize Message Spine and Isolate Scroll-Button State (#14330) 2026-07-21 08:35:33 -04:00
App.jsx 🧰 feat: Redesign Agent Builder with Unified Tools Marketplace, Skills & Orchestration (#13952) 2026-07-05 11:30:12 -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
style.css 🧰 feat: Redesign Agent Builder with Unified Tools Marketplace, Skills & Orchestration (#13952) 2026-07-05 11:30:12 -04:00
vite-env.d.ts