* fix: Update Agent Chain Image to External Source and Remove Local File
* 📝 feat: Add timeout and initTimeout configuration options for MCP server requests
* WIP: Add `timeout` and `initTimeout` options for MCP server configuration
* 📝 feat: Update agent capabilities to include 'artifacts' and 'chain'
* 📝 feat: Add Agent Chain capability and Advanced Settings documentation
* 📝 feat: Add maxRecursionLimit option to agents configuration and update documentation
* 📝 feat: Update agents configuration with maxRecursionLimit and enhance capabilities documentation
* feat: Update Agent Chain documentation to include beta status and maximum agent limit
* 🌍 docs: Add OCR configuration documentation and object structure
* 🌍 docs: Enhance OCR capabilities documentation and add new feature details
* 🌍 docs: Add OCR configuration details and update links in documentation
* 🌍 docs: Update OCR configuration details and enhance documentation for new features
* 🌍 docs: Add OCR capability details and update changelog for new text extraction features
* 🌍 docs: Clarify OCR processing details in agent context and update documentation for text extraction
* 🌍 docs: Update OCR documentation title and enhance configuration details for Mistral model
* fix: example OCR `mistralModel` and clarifying comment on configuration
* docs: Add instructions for disabling MeiliSearch index sync in multi-node setups
* 📖 add section on Trust Proxy configuration in dotenv.mdx
* Updated REDIS section in dotenv.mdx
* chore: fix char issue
---------
Co-authored-by: Pedro Reis <kaphwor@sapo.pt>
Co-authored-by: Gil Assunção <gil.assuncao@parceiros.nos.pt>
* 📅 feat: Add 2025 roadmap blog post with upcoming features and partnerships
* 🔨 refactor: Migrate Subscriber model to TypeScript and update API handler for type safety
* chore: remove comment
* fix: build issues with numeric blog tag
* chore: update discussion links in 2025 roadmap blog post
* added new translation docs. removed old /development/translation.mdx file to make it more accessible to find.
* refactor: table to right format.
* fix: cleaned up some code
* updated: created per language an invitation key
Fix documentation of authelia OIDC integration by:
- improve docker run command with '--rm'
- switch to newer yaml syntax for authelia identity provider definition
- fill correct OPENID_ISSUER and OPENID_CALLBACK_URL in dotenv file
Co-authored-by: Danny Avila <danny@librechat.ai>
* Update mcp_servers.mdx to reflect correct MCP documentation URL
The URL for MCP documentation was wrong
* Provide documentation for Monitoring/Metrics
We wrote a LibreChat metrics exporter for Prometheus a while ago and
have been running it on our production LibreChat for a while to monitor
how the tool is being used and to alert us if there are any problems.
This patch adds a simple documentation (because deploying is actually
pretty simple) of how to set-up the metrics exporter for your LibreChat.
We are hoping this will help others as well.
* 📘 docs: Add YouTube API integration details to tools documentation
* chore: Update upload-artifact action to version 4 in bundle analysis workflow
* feat: Add OPENID_USE_END_SESSION_ENDPOINT option for logout redirection in OIDC configurations
---------
Co-authored-by: Aldrin Salazar <salazar.aldrin@gmail.com>
Co-authored-by: Lars Kiesow <lkiesow@uos.de>
Co-authored-by: Danilo Pejakovic <danilo.pejakovic@leoninestudios.com>
* started with the docs
* Update Apple OAuth2-OIDC authentication configuration guide
Expanded and clarified the configuration process for integrating Apple OAuth2 authentication with LibreChat. Organized instructions with improved structure, added detailed steps, and included image references for better guidance. Enhanced troubleshooting section for common issues and solutions.
* ✨ style: enhance toc and sidebar footer with gradient background and sticky positioning
* refactor: URL encoding guidelines for query parameters
* WIP: re-organize model specs information
* WIP: remove duplicate docs
* docs: add imageDetail parameter for image quality in URL query documentation
* docs: update model specs documentation with parameter descriptions and examples
* docs: add required field indication for list in model specs documentation
* docs: add append_current_datetime option to model specs and URL query documentation
* 📘 docs: URL query params for dynamic chat configuration
* 📘 docs: update AI Endpoints and URL query examples for clarity and consistency
* 📘 docs: add 'Artifacts - Generative UI' to features metadata
* 📘 docs: update Code Interpreter API limitations and add Rscript support
* 🚀 feat: Add recursionLimit to Agents Config for controlling maximum recursion depth