LibreChat/api/server
Danny Avila fbce9f37e6 fix: Codex round 14 — durable conversationId, manual lease, limiter/refill/expiry
1. fire.ts: capacity skip releases the lease only for manual run-now (automatic
   keeps it as a backoff), so Run-now doesn't get a misleading 409 for the lease TTL.
2. agents/index.js: capture the scheduled-fire decision on the parent chatRouter
   (before configMiddleware + the interactive limiters); the limiter exemption and
   controller read that flag instead of re-verifying an expiring token. Removes the
   later chat.js re-capture that could overwrite it with a stale false.
3. InMemoryJobStore: an expired HITL approval on a scheduled fire retains the
   aborted job (no completedAt) so reconcile settles the run in ~2 min instead of
   waiting the 25-h abandonment window.
4. fire.ts/request.js: pre-generate a durable conversationId, record it on the run
   BEFORE the POST, and pass it as a fire-gated newConversationId so reconciliation
   can always locate the occurrence's job (even a preserved one) — supersedes the
   round-13 postAttempted heuristic, which is removed along with its engine
   special-casing and marker-write path.
5. Schedules/index.js: mirror checkBalanceRecord's interval fallbacks (0/'days')
   so a partially-synced auto-refill record isn't pre-skipped where chat would refill.
2026-07-22 01:39:16 -04:00
..
controllers fix: Codex round 14 — durable conversationId, manual lease, limiter/refill/expiry 2026-07-22 01:39:16 -04:00
middleware 🔍 refactor: Surface primary OpenID JWT failure reason in auth failure log (#14346) 2026-07-20 21:05:20 -04:00
routes fix: Codex round 14 — durable conversationId, manual lease, limiter/refill/expiry 2026-07-22 01:39:16 -04:00
services fix: Codex round 14 — durable conversationId, manual lease, limiter/refill/expiry 2026-07-22 01:39:16 -04:00
utils 🔄 feat: Continue Shared Conversations as Personal Copies (#13714) 2026-06-24 16:27:01 -04:00
cleanup.js 🧹 refactor: Tighten Config Schema Typing and Remove Deprecated Fields (#12452) 2026-03-29 01:10:57 -04:00
experimental.js fix: Codex round 13 — capacity backoff, pause/skip retries, resume-active, wiring 2026-07-22 01:04:55 -04:00
index.js fix: address deep review — indexes, redis metadata, capacity, crash-retry, cascade (14 findings) 2026-07-21 20:13:15 -04:00
index.metrics.spec.js ⚖️ feat: Add Operational Prometheus Metrics (#13265) 2026-05-22 20:47:41 -04:00
index.spec.js ⚙️ refactor: lazy-load React Query Devtools (#13639) 2026-06-10 13:06:20 -04:00
socialLogins.js feat: Make OpenID Token Reuse Window Configurable (#13546) 2026-06-06 15:15:58 -04:00
socialLogins.spec.js feat: Make OpenID Token Reuse Window Configurable (#13546) 2026-06-06 15:15:58 -04:00
telemetry.js 📡 feat: Add Backend OpenTelemetry Tracing (#12909) 2026-05-14 09:08:55 -04:00
telemetry.spec.js 📡 feat: Add Backend OpenTelemetry Tracing (#12909) 2026-05-14 09:08:55 -04:00