LibreChat/api
Danny Avila 72ed15635e fix: Codex round 11 — pause recording, resume/abort preserve, Redis preserve TTL
- request.js: record a scheduled fire's HITL pause as requires_action before
  returning, so overlap/capacity (which key on 'started') stop counting it as
  active immediately instead of after the reconcile min-age delay.
- request.js: the late-abort finalization records the interrupted outcome first
  and only completeJob's when that write succeeded — leaving a preserved aborted
  job intact rather than overwriting it as an error job (which reconcile would
  count toward failure auto-disable).
- resume.js: gate the resume-failure completeJob on the outcome write, preserving
  the job for reconcile when it failed.
- RedisJobStore: a terminal updateJob without completedAt is the preserve signal,
  so retain the job hash on the longer running TTL (not the 300s completed TTL) —
  giving reconcile a window instead of a 5-minute race; it deletes the job after.
2026-07-21 23:56:03 -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
server fix: Codex round 11 — pause recording, resume/abort preserve, Redis preserve TTL 2026-07-21 23:56:03 -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