v0.8.2-rc2
๐๏ธ Highlights
- ๐ Resumable Chats with Cross-replica Support
- โธ Improve UX for Parallel Streams, better side-by-side responses using Multi-Convo feature
- ๐ซฑ๐ผโ๐ซฒ๐ฝ Improve Agent Handoffs with better "transfer context" and recursive handoffs
- ๐ Enable Network Requests in Offline Mode allowing complete offline use of LibreChat
- ๐ Mermaid Diagram Rendering - Inline rendering of Mermaid diagrams in chat messages
- ๐ง AWS Bedrock Guardrails - Add Bedrock Guardrails support for enhanced content filtering
- ๐ Enhanced Actions/MCP Security - Domain restrictions, SSRF protection, and OAuth handling improvements
- ๐จ UI/UX Polish - Layering fixes, transparent chat headers, new footers for Thoughts/Code blocks
- ๐ง Accessibility Improvements - Various fixes to improve keyboard navigation and accessibility across the app
- ๐ Gemini Image Generation Tool (Nano Banana) - New image generation tool powered by Google's Gemini API
- ๐ค Anthropic Vertex AI Support - Integration with Claude models through Google Cloud's Vertex AI platform
https://www.librechat.ai/changelog/v0.8.2-rc2
Click to expand Release Notes
What's Changed
โจ Features
- ๐พ Add Memory Configuration Options for CI unit tests by @chrisdoyle in #10567
- ๐ Gemini Image Generation Tool (Nano Banana) by @usnavy13 in #10676
- ๐ค Anthropic Vertex AI Support by @usnavy13 in #10780
- ๐ชง Add Custom Group Icon Support for Model Specs by @Odrec in #10782
- ๐ Resumable LLM Streams with Horizontal Scaling by @danny-avila in #10926
- ๐ Keep Modals Open on Escape in Dropdown Menus by @dustinhealy in #10975
- โ๏ธโ๐ฅ More Accessible Login Page Links by @dustinhealy in #10997
- ๐ Add MCP server domain restrictions for remote transports by @atefbellaaj-at-slalom in #11013
- โก Add Keyv memory cache read-through for MCPServersRegistry by @atefbellaaj-at-slalom in #11030
- ๐ฅ High Contrast Toasts by @dustinhealy in #11035
- ๐๏ธ OpenRouter Audio/Video File Upload Support by @papasaidfine in #11070
- ๐๏ธ Modifiable OpenAI Image Gen Model Environment Variable by @dustinhealy in #11082
- ๐ช Update GPT-5.1 and GPT-5.2 Token Pricing by @danny-avila in #11101
- ๐ Enable Network Requests in Offline Mode by @danny-avila in #11107
- ๐ Render Inline Mermaid Diagrams by @danny-avila in #11112
- ๐ Add Floating Copy Button to Code Blocks by @danny-avila in #11113
- ๐ช Make Chat Header Transparent by @lemonTree43 in #11122
- โจ Add Claude conversation importer with thinking support by @RisingOrange in #11124
- ๐ง Add Bedrock Guardrails Support by @nealedj in #11141
- ๐ Enhance Inline Mermaid UX by @lemonTree43 in #11170
- ๐ง 'Extra High' Reasoning Effort OpenAI Parameter by @danny-avila in #11171
- ๐งฉ Standardize empty states, improve MCP icon upload accessibility, and refine UI layout by @berry-13 in #11195
- ๐พ Custom Endpoint Support for Memory LLM Config by @dustinhealy in #11214
- ๐ช Cross-replica support in
GenerationJobManagerfor Redis mode by @danny-avila in #11233
๐ Fixes
- ๐ Extend MIME Type Support for Developer Code Files by @Gerald-M in #10908
- ๐ง OriginalDialog Modal Tooltip and Dropdown Menu Regressions from #10952, #11008) by @dustinhealy in #10975
- ๐ชต Standardize Logging Directory with Environment-Aware Resolution by @danny-avila in #11000
- ๐ Resolve Infinite Refresh Loop on OpenID Provider/Database Switch by @danny-avila in #11002
- ๐ฌ Increase Z-index of
OriginalDialogfor Proper Layering by @alessiopelliccione in
๐ฆ Dependencies & Chores
- ๐ฆ Bump
@librechat/agentsto v3.0.51 by @danny-avila in #10994 - ๐ฆ Bump
@librechat/agentsto v3.0.52 by @danny-avila in #11003 - ๐ฆ bump MCP SDK to v1.25.1 and fix
packages/apighost dependencies by @danny-avila in #11128 - ๐ Pin MongoDB image version in Default Docker Files by @danny-avila in #11151
- ๐ฆ Bump Packages & Fix Recursion in
@librechat/apibuild by @danny-avila in
๐ง Refactoring
- โณ Exclude Temporary Conversations and Messages from Meilisearch Indexing by @dlew in #10872
- ๐งฐ Default TTL for Cached Tools by @danny-avila in #11033
- โธ Improve UX for Parallel Streams (Multi-Convo) by @danny-avila in #11096
- ๐งฎ Replace Eval with Safe Math Expression Parser by @danny-avila in #11098
- ๐ช UI Polish and Admin Dialog Unification by @berry-13 in #11108
๐จ UI/UX
๐ Internationalization
- ๐ i18n: Update translation.json with latest translations by @github-actions[bot] in #10995, #11034, #11051, #11103, #11114, #11127, #11130, #11146, #11150, ,
New Contributors
- @Gerald-M made their first contribution in #10908
- @Nk-rodrigues made their first contribution in #11087
- @RisingOrange made their first contribution in #11123
- @SpectralOne made their first contribution in #11057
- @ablizorukov made their first contribution in #11157
Full Changelog: https://github.com/danny-avila/LibreChat/compare/v0.8.2-rc1...v0.8.2-rc2