mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-17 07:58:08 +01:00
* refactor: access control logic to TypeScript * chore: Change EndpointURLs to a constant object for improved type safety * 🐛 fix: Enhance agent access control by adding skipAgentCheck functionality * 🐛 fix: Add endpointFileConfig prop to AttachFileMenu and update file handling logic * 🐛 fix: Update tool handling logic to support optional groupedTools and improve null checks, add dedicated tool dialog for Assistants * chore: Export Accordion component from UI index for improved modularity * feat: Add ActivePanelContext for managing active panel state across components * chore: Replace string IDs with EModelEndpoint constants for assistants and agents in useSideNavLinks * fix: Integrate access checks for agent creation and deletion routes in actions.js |
||
|---|---|---|
| .. | ||
| ActionsTable | ||
| Action.tsx | ||
| ActionCallback.tsx | ||
| ActionsAuth.tsx | ||
| ActionsInput.tsx | ||
| ActionsPanel.tsx | ||
| AppendDateCheckbox.tsx | ||
| AssistantAvatar.tsx | ||
| AssistantConversationStarters.tsx | ||
| AssistantPanel.tsx | ||
| AssistantSelect.tsx | ||
| AssistantTool.tsx | ||
| CapabilitiesForm.tsx | ||
| Code.tsx | ||
| CodeFiles.tsx | ||
| ContextButton.tsx | ||
| Images.tsx | ||
| ImageVision.tsx | ||
| Knowledge.tsx | ||
| MCP.tsx | ||
| MCPAuth.tsx | ||
| PanelSwitch.tsx | ||
| Retrieval.tsx | ||