LibreChat/packages
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
..
api fix: Codex round 10 — preserve failed-outcome jobs across error/abort, cleanup, cadence 2026-07-21 23:32:19 -04:00
client 🧰 feat: Redesign Agent Builder with Unified Tools Marketplace, Skills & Orchestration (#13952) 2026-07-05 11:30:12 -04:00
data-provider fix: Codex round 7 — crash-retryable disable, balance streak, jitter window, override disable 2026-07-21 21:26:50 -04:00
data-schemas fix: Codex round 8 — per-occurrence bookkeeping, job-preserve, authz mirror 2026-07-21 22:30:34 -04:00