Skip to content

Releases: danny-avila/LibreChat

v0.8.3

09 Mar 19:22
cfbe812

Choose a tag to compare

v0.8.3 Pre-release
Pre-release

https://www.librechat.ai/changelog/v0.8.3

🏞️ Highlights

  • Event-Driven Lazy Tool Loading
    • MCP tools load on-demand, reducing memory load. Includes programmatic tool calling UI.
  • New Models & Providers
    • Moonshot provider, Claude Opus 4.6 (1M context, adaptive thinking), Sonnet 4.6, GPT-5.3/5.4, Gemini 3.1
    • Bedrock document uploads and reasoning_effort, Gemini Thinking Level parameter
  • Performance
    • Optimized message re-renders, image preview caching, delta buffering for SSE, Redis scalability improvements.
  • Local Document Text Extraction
    • PDF, DOCX, XLS/XLSX, and OpenDocument parsing locally.
  • MCP Server Credential Variables
    • Secure per-user auth for UI-created MCP servers via credential placeholders.
  • Monaco Code Editor for Artifacts
    • Now reliably allows artifact editing.
  • Agents
    • Editors can now duplicate agents. Added messageId for transaction tracking.
  • Security
    • TOCTOU-safe SSRF protection, OIDC improvements (RP-initiated logout, configurable email claim)
    • Hardened API routes, ALLOW_SHARED_LINKS_PUBLIC defaults to false.

Click to expand Release Notes

For detailed changes in each release candidate, see:

  • v0.8.3-rc1 - Event-Driven Lazy Tool Loading, Moonshot Provider, Claude Opus/Sonnet 4.6, Delta Buffering
  • v0.8.3-rc2 - Local Document Extraction, Bedrock Document Uploads, Credential Variables for MCP, Agent Duplication

Changes Since v0.8.3-rc2

✨ Features

🐛 Fixes

  • 🏆 Longest-or-Exact-Key Match in findMatchingPattern, Remove Deprecated Models by @danny-avila in #12073
  • 🧭 Subdirectory Deployment Auth Redirect Path Doubling by @danny-avila in #12077
  • 🕰️ Preserve updatedAt Timestamps During Meilisearch Batch Sync by @danny-avila in #12084
  • 🧮 XLSX/XLS Upload-as-Text via Buffer-Based SheetJS Parsing by @danny-avila in #12098
  • 📐 Replace JS Image Scaling with CSS Viewport Constraints by @CavMCarolina in #12089
  • 🛡️ Add Permission Guard for Temporary Chat Visibility by @Airamhh in #12107
  • ⛵ Resolve Agent Provider Endpoint Type for File Upload Support by @danny-avila in #12117
  • 🔒 Hex-normalized IPv4-mapped IPv6 in Domain Validation by @danny-avila in #12130
  • 🩹 MCP Server Recovery from Startup Inspection Failures by @danny-avila in #12145
  • 🕵️ remoteAgents Field Omitted from Config by @Airamhh in #12150

🔧 Refactoring

📦 Dependencies & Chores

🌍 Internationalization

New Contributors

Full Changelog: v0.8.2...v0.8.3

chart-2.0.0

09 Mar 19:21
cfbe812

Choose a tag to compare

chart-2.0.0 Pre-release
Pre-release

v0.8.3-rc2

04 Mar 17:50
7e85cf7

Choose a tag to compare

v0.8.3-rc2 Pre-release
Pre-release

https://www.librechat.ai/changelog/v0.8.3-rc2

Check out our 2026 Roadmap! 🎉

Click to expand Release Notes

What's Changed

✨ Features

🐛 Fixes

♿ Accessibility

  • ♿ Hide Collapsed Thinking Content From Screen Readers by @danny-avila in #11927
  • 👁️‍🗨️ Replace Select with Menu in AccountSettings for Screen Reader Accuracy by @dlew in #11980
  • 💤 Add inert to Hidden/Background Content by @dlew in #12016
  • 🫳 Restore Background on Drag and Drop Overlay by @dlew in #12017
  • 🔍 Correct Conversations ARIA Role and Increase Placeholder Contrast by @dlew in #12021

🔧 Refactoring

  • 🔒 graphTokenController to Use Federated Access Token for OBO Assertion by @danny-avila in #11893
  • 🧮 Bulk Transactions & Balance Updates for Token Spending by @danny-avila in #11996
  • 🪵 onmessage Handler and Restructure MCP Debug Logging by @danny-avila in #12004
  • 📅 Replace Numeric Weekday Index with Named Day in Date Template Variables by @danny-avila in #12022
  • 🌗 Consistent Mermaid Theming for Inline and Artifact Renderers by @danny-avila in #12055

⚙️ Other Changes

Read more

chart-1.9.9

04 Mar 17:50
7e85cf7

Choose a tag to compare

chart-1.9.9 Pre-release
Pre-release

v0.8.3-rc1

19 Feb 02:49
9eeec6b

Choose a tag to compare

v0.8.3-rc1 Pre-release
Pre-release

https://www.librechat.ai/changelog/v0.8.3-rc1

Check out our 2026 Roadmap! 🎉

Click to expand Release Notes

What's Changed

✨ Features

🐛 Fixes

🔧 Refactoring

Read more

chart-1.9.8

19 Feb 02:45
9eeec6b

Choose a tag to compare

chart-1.9.8 Pre-release
Pre-release

v0.8.2

28 Jan 22:49
efbc088

Choose a tag to compare

v0.8.2 Pre-release
Pre-release

https://www.librechat.ai/changelog/v0.8.2

Click to expand Release Notes

What's Changed

🏞️ Highlights

🌊 Resumable LLM Streams with Horizontal Scaling

Cross-replica support for resumable streams in Redis mode, enabling seamless horizontal scaling for production deployments.

🏗️ Dynamic MCP Server Management

Add, configure, and share MCP servers directly from the UI with full access control. Includes API key authentication support, domain restrictions for remote transports, and improved OAuth handling.

📌 Pin Your Favorites

Pin frequently used agents and models to the sidebar for quick access.

📊 Inline Mermaid Diagrams

Render Mermaid diagrams inline within chat messages with enhanced UX and focus rendering.

👐 Major Accessibility Overhaul

Extensive improvements to meet WCAG standards with better screen reader support, keyboard navigation, focus management, and contrast ratios across the entire application.

🤖 New Model & Provider Support

  • Moonshot Kimi K2 Bedrock support
  • Anthropic Beta support for Bedrock
  • Anthropic Vertex AI support
  • Gemini Image Generation Tool (Nano Banana)
  • Bedrock Guardrails support
  • GPT-5.1 and GPT-5.2 token pricing updates
  • 'Extra High' Reasoning Effort OpenAI parameter

✨ Additional Notable Features

  • Claude Conversation Importer with thinking support
  • Floating Copy Button for code blocks
  • Transparent Chat Header option
  • Custom Group Icon support for Model Specs
  • OpenRouter Audio/Video file upload support
  • Custom Endpoint Support for Memory LLM Config
  • Bedrock Provider Support for Memory Agent

For detailed changes in each release candidate, see:

  • v0.8.2-rc1 - Dynamic MCP Server Infrastructure, Accessibility Overhaul, Pin Favorites
  • v0.8.2-rc2 - Resumable Streams, Mermaid Diagrams, Claude Importer, Bedrock Guardrails
  • v0.8.2-rc3 - Moonshot Kimi K2, Anthropic Beta for Bedrock

Changes Since v0.8.2-rc3

✨ Features

🐛 Fixes

🔧 Refactoring

📦 Dependencies & Chores

🌍 Internationalization

New Contributors

Full Changelog: v0.8.1...v0.8.2

chart-1.9.7

28 Jan 22:49
efbc088

Choose a tag to compare

chart-1.9.7 Pre-release
Pre-release

v0.8.2-rc3

18 Jan 23:07
b70528f

Choose a tag to compare

v0.8.2-rc3 Pre-release
Pre-release

https://www.librechat.ai/changelog/v0.8.2-rc3

Click to expand Release Notes

What's Changed

✨Features

🐛 Fixes

⚙️ Other Changes

Internationalization

New Contributors

Full Changelog: v0.8.2-rc2...v0.8.2-rc3

chart-1.9.6

18 Jan 23:07
b70528f

Choose a tag to compare

chart-1.9.6 Pre-release
Pre-release