mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-10 00:18:23 +00:00
Round-3 Codex follow-ups completing the round-2 fixes: - The file schema/type dropped codeEnvRef.provisionedAt, so the liveness fast-path was dead after reload. Add provisionedAt to CodeEnvRef + the Mongoose subschema. - Lazily provisioned agent-scoped file_search files were only added to tool_resources.file_search.files, so primeFiles treated them as user attachments and queried without entity_id, missing the agent-scoped vectors. Add agent-scoped files to file_ids instead so they are queried with entity_id. |
||
|---|---|---|
| .. | ||
| controllers | ||
| middleware | ||
| routes | ||
| services | ||
| utils | ||
| cleanup.js | ||
| csp.spec.js | ||
| experimental.js | ||
| experimental.spec.js | ||
| index.js | ||
| index.metrics.spec.js | ||
| index.spec.js | ||
| socialLogins.js | ||
| socialLogins.spec.js | ||
| telemetry.js | ||
| telemetry.spec.js | ||