LibreChat/api/server
Danny Avila d9a5893d4b
fix(agents): handle 'new' conversationId and improve abort reliability
- Treat 'new' as placeholder that needs UUID in request controller
- Send JSON response immediately before tool loading for faster SSE connection
- Use job's abort controller instead of prelimAbortController
- Emit errors to stream if headers already sent
- Skip 'new' as valid ID in abort endpoint
- Add fallback to find active jobs by userId when conversationId is 'new'
2025-12-18 19:26:24 -05:00
..
controllers fix(agents): handle 'new' conversationId and improve abort reliability 2025-12-18 19:26:24 -05:00
middleware refactor: streamline agent controller and remove legacy resumable handling 2025-12-18 14:20:51 -05:00
routes fix(agents): handle 'new' conversationId and improve abort reliability 2025-12-18 19:26:24 -05:00
services fix(mcp): clean up OAuth flows on abort and simplify flow handling 2025-12-18 19:26:00 -05:00
utils 🪦 refactor: Remove Legacy Code (#10533) 2025-12-11 16:36:12 -05:00
cleanup.js 🤖 refactor: Improve Agent Handoff Context Tracking (#10553) 2025-11-17 16:57:51 -05:00
experimental.js 📦 chore: Bump Express.js to v5 (#10671) 2025-12-11 16:36:15 -05:00
index.js feat: Introduce Redis-backed stream services for enhanced job management 2025-12-18 14:12:21 -05:00
index.spec.js 🛜 refactor: Streamline App Config Usage (#9234) 2025-08-26 12:10:18 -04:00
socialLogins.js ⚙️ refactor: Only register OpenID Strategy if Config Succeeded (#9094) 2025-08-16 14:49:03 -04:00