LibreChat - Package Updates
-
[0.2.0]
- Update LibreChat to 0.7.8
- Full Changelog
-
[0.2.1]
- Update LibreChat to 0.7.9
- Full Changelog
- Streamlined Endpoints Framework - All endpoints have been unified under the LibreChat Agents framework, simplifying the architecture and improving consistency across different AI providers. This major refactoring consolidates the codebase and enables better feature parity across all supported models.
- Web Search - New native Web search functionality with SearXNG/Serper, Firecrawl scraping, and semantic reranking. Provider-native web search is also now available for OpenAI, Anthropic, and Google.
- User Memories for Conversational Context - Smart memory system for context across conversations. Users can view, edit, and delete their memories through a dedicated interface, with configurable options
- Enhanced Model Context Protocol (MCP) Support - Added Streamable HTTP transport, OAuth 2.0 discovery, user-provided credentials for MCP servers from the UI, dynamic placeholder and Smithery support, while improving server compatibility
- Latest LLM Support & Advanced Parameters - Including OpenAI's omni-pro and deep-research models through the new Responses API, alongside Grok 4, Claude 4, Moonshot AI's Kimi, and other latest releases.
- User Feedback System - A new chat rating system allows users to provide feedback on AI responses
- File Handling - Improved support for various file formats including HEIC images, H files, client-side image resizing to prevent upload errors, and GIF avatar support with dynamic file extensions.
- Performance & Reliability - Optimizations including MeiliSearch sync processing improvements, new performance considerations, and extended error handling across the platform.
- Security Enhancements - Additional rate limiting, permission validations, and fixes for several CVEs
- Expanded Configuration - Major update with new OCR providers (Azure/Vertex AI), Titling Customization, and more.
-
[0.3.0]
- Updated doc url fix https://forum.cloudron.io/topic/14121/link-to-documentation-is-404
-
[0.4.0]
- Integrate RAG API
-
[0.5.0]
- Update rag_api to 0.6.0
-
[0.6.0]
- Update LibreChat to 0.8.0
- Full Changelog
- Granular Permissions System
- Agent Marketplace with Advanced Sharing
- GPT-5 support with token limits, rates, reasoning capabilities, and verbosity parameter
- Claude Sonnet 4.5 Support, Updated Context & Pricing for latest frontier models from DeepSeek & Gemini
- Subdirectory hosting support
- MCP Compatibility & Scaling Improvements
- App-wide Performance & Reliability Improvements
- Additional Configurations for Helm chart
- Native web search integration for OpenRouter
- MongoDB connection pool configuration options
-
[1.0.0]
- Initial stable release
-
[1.0.1]
- Add check for meilisearch db version mismatch and cleanup on startup
-
[1.0.2]
- Update LibreChat to 0.8.1
- Full Changelog
- Support for the latest AI models including Gemini 3, GPT-5.1, Grok 4, Claude Opus/Haiku 4.5, and Zhipu AI GLM family, with comprehensive pricing and context window configurations.
- Files can now be directly uploaded to and handled by supported providers, removing the need for intermediate OCR and other multimodal processing steps.
- Artifacts have been improved with version control capabilities, better UI interactions and rendering support, and can now be viewed within shared conversations.
- Agents can now be configured to transfer control of conversations to other specialist agents when specific expertise is needed.
- Langfuse Tracing support
- Helicone AI Gateway integration
- Bedrock Prompt Caching support
- Screens are now prevented from sleeping during response generation
- File names can now be used as context for Anthropic document uploads
- Distributed Leader Election with Redis for multi-server-instance coordination within cluster deployments