LibreChat/api
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
..
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 🪵 refactor: Bound Log Traversal And Remove Legacy api/config Logger (#13813) 2026-06-17 12:31:32 -04:00
db ⚖️ feat: Add Operational Prometheus Metrics (#13265) 2026-05-22 20:47:41 -04:00
models 🗑️ chore: Remove Action Test Suite and Update Mock Implementations (#12268) 2026-03-21 14:28:55 -04:00
server fix: Codex round 14 — durable conversationId, manual lease, limiter/refill/expiry 2026-07-22 01:39:16 -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 📦 chore: npm audit fix (#13828) 2026-06-17 21:54:04 -04:00
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 🧬 chore: Align LibreChat With Agents LangChain Upgrade (#12922) 2026-05-03 12:46:01 -04:00