LibreChat/client/src
Danny Avila 608f5fe402
refactor: unify agent marketplace to single endpoint with cursor pagination
- Replace multiple marketplace routes with unified /marketplace endpoint
  - Add query string controls: category, search, limit, cursor, promoted, requiredPermission
  - Implement cursor-based pagination replacing page-based system
  - Integrate ACL permissions for proper access control
  - Fix ObjectId constructor error in Agent model
  - Update React components to use unified useGetMarketplaceAgentsQuery hook
  - Enhance type safety and remove deprecated useDynamicAgentQuery
  - Update tests for new marketplace architecture
  -Known issues:
  see more button after category switching + Unit tests
2025-06-23 11:42:24 -04:00
..
@types 🔄 chore: Enforce 18next Language Keys (#5803) 2025-02-12 15:48:13 -05:00
a11y 🙌 a11y: Accessibility Improvements (#4978) 2024-12-13 15:44:22 -05:00
common refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-23 11:42:24 -04:00
components refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-23 11:42:24 -04:00
constants WIP: pre-granular-permissions commit 2025-06-23 10:51:23 -04:00
data-provider refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-23 11:42:24 -04:00
hooks refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-23 11:42:24 -04:00
locales - Move AgentCategory from api/models to @packages/data-schemas structure 2025-06-23 11:41:30 -04:00
Providers 🤖 feat: Streamline Endpoints to Agent Framework (#8013) 2025-06-23 09:59:05 -04:00
routes WIP: pre-granular-permissions commit 2025-06-23 10:51:23 -04:00
store 🛡️ fix: Preset and Validation Logic for URL Query Params (#7407) 2025-05-15 17:46:48 -04:00
utils 🔐 feat: Granular Role-based Permissions + Entra ID Group Discovery (#7804) 2025-06-23 10:54:25 -04:00
App.jsx 🏄‍♂️ refactor: Optimize Reasoning UI & Token Streaming (#5546) 2025-01-29 19:46:58 -05:00
main.jsx 🎨 feat: add copy-tex to improve copying KaTeX (#7308) 2025-05-15 12:08:47 -04:00
mobile.css 🌘 fix: artifact of preview text is illegible in dark mode (#7405) 2025-05-15 17:50:09 -04:00
style.css 🎨 style: Unify Styles across Themes and Improve Accessibility (#7783) 2025-06-07 18:22:08 -04:00
vite-env.d.ts 🖱️ fix: Message Scrolling UX; refactor: Frontend UX/DX Optimizations (#3733) 2024-08-21 18:18:45 -04:00