๐๏ธ 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
Full Changelog: v0.8.2-rc1...v0.8.2-rc2
Click to expand Release Notes
What's Changed
โจ Features
GenerationJobManager for Redis mode by @danny-avila in #11233
๐ Fixes
OriginalDialog for Proper Layering by @alessiopelliccione in #11008
Dockerfile.multi file's client build stage by @shtayeb in #11200
model_parameters for Agents/OpenAI by @danny-avila in #11248
๐ฆ Dependencies & Chores
@librechat/agents to v3.0.51 by @danny-avila in #10994
@librechat/agents to v3.0.52 by @danny-avila in #11003
packages/api ghost dependencies by @danny-avila in #11128
@librechat/api build by @danny-avila in #11166
๐ง Refactoring
๐จ UI/UX
๐ Internationalization
New Contributors