LibreChat/api
Danny Avila acdeeef2d7 fix: Codex round 10 — preserve failed-outcome jobs across error/abort, cleanup, cadence
- cadence.ts: computeNextRunAt catches internally (throw -> null) so a malformed
  stored timezone disables the schedule (invalid_schedule) instead of throwing out
  of a tick every lease expiry.
- GenerationJobManager: completeJob's error branch and abortJob now honor
  preserveForReconcile (retain the terminal job WITHOUT completedAt).
- request.js: gate both the generation-error and init-error completeJob on the
  scheduled outcome write; preserve the job for reconcile when it failed.
- routes/agents/index.js: record the aborted scheduled outcome BEFORE abortJob,
  and preserve the aborted job when that write failed.
- engine.ts: reconcile deletes the retained job after finalizing from a
  complete/error/aborted status — the cleanup path for preserveForReconcile jobs
  (no completedAt) so they don't accumulate to the LRU bound.
- clearReconciledJob dep added to ScheduleEngineDeps + wired in index.js.
2026-07-21 23:32:19 -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 10 — preserve failed-outcome jobs across error/abort, cleanup, cadence 2026-07-21 23:32:19 -04:00
strategies 📉 perf: cache OpenID JWT user documents (#14187) 2026-07-12 07:53:50 -04:00
test fix: use logAxiosError at the RAG file_search/context call sites (#14014) 2026-06-30 20:35:01 -04:00
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