LibreChat/client/src
Danny Avila 2eef94d58d
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-26 19:28:07 -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-26 19:28:07 -04:00
components refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-26 19:28:07 -04:00
constants WIP: pre-granular-permissions commit 2025-06-26 19:22:39 -04:00
data-provider refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-26 19:28:07 -04:00
hooks refactor: unify agent marketplace to single endpoint with cursor pagination 2025-06-26 19:28:07 -04:00
locales - Move AgentCategory from api/models to @packages/data-schemas structure 2025-06-26 19:28:07 -04:00
Providers 🔒 fix: Agents Config/Permission Checks after Streamline Change (#8089) 2025-06-26 18:53:05 -04:00
routes WIP: pre-granular-permissions commit 2025-06-26 19:22:39 -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-26 19:28:04 -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: DialogImage, Update Stylesheet, and Improve Accessibility (#8014) 2025-06-23 14:30:15 -04:00
vite-env.d.ts 🖱️ fix: Message Scrolling UX; refactor: Frontend UX/DX Optimizations (#3733) 2024-08-21 18:18:45 -04:00