LibreChat/api
Danny Avila 1e61adebb6 fix: Codex round 6 — index-gate engine, global capacity, misfire skip, ambiguous reconcilable
- P1: do NOT arm the engine if ensureScheduleIndexes fails (fires need the unique
  idempotency index); leave scheduler disabled instead of firing without it
- Count capacity in system (global) scope, not the owner's tenant, so multiple
  tenants can't collectively exceed fireConcurrency
- Record schedule error on the accepted-then-init-failure path (before completeJob)
- Reconcile a retained 'complete' job for a still-'started' run as success
- Misfire skip-forward: occurrences overdue past a 15m grace advance without
  firing (no stale/bursty chats on restart)
- Ambiguous loopback failures stay reconcilable ('started'), not terminalized
  'interrupted' (so a late real completion can still finalize them)
- Record scheduled success BEFORE completeJob deletes the job (no success→interrupted
  mislabel on a crash in the window)
Note: e2e nav-id finding already fixed in f8b27693b (role-based selector).
2026-07-21 20:41:17 -04:00
..
app 🙋 fix: Await ask_user_question Tool Factory in loadTools (#14291) 2026-07-15 13:41:55 -04:00
cache 📉 perf: cache OpenID JWT user documents (#14187) 2026-07-12 07:53:50 -04:00
config
db
models
server fix: Codex round 6 — index-gate engine, global capacity, misfire skip, ambiguous reconcilable 2026-07-21 20:41:17 -04:00
strategies 📉 perf: cache OpenID JWT user documents (#14187) 2026-07-12 07:53:50 -04:00
test
utils 🤖 feat: Add GPT-5.6 (Sol/Terra/Luna) OpenAI Models (#14206) 2026-07-12 07:52:59 -04:00
jest.config.js
jsconfig.json
package.json 📦 chore: Update @librechat/agents to v3.2.66 & npm audit fix (#14361) 2026-07-21 08:44:00 -04:00
typedefs.js