mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 12:13:30 +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. |
||
|---|---|---|
| .. | ||
| app | ||
| cache | ||
| config | ||
| db | ||
| models | ||
| server | ||
| strategies | ||
| test | ||
| utils | ||
| jest.config.js | ||
| jsconfig.json | ||
| package.json | ||
| typedefs.js | ||