Releases: danny-avila/LibreChat
Releases · danny-avila/LibreChat
v0.7.8
What's Changed
🏞️ Highlights
- New AI Models: Support for GPT-4.1, o4-mini, o3, Gemini 2.5, and Grok 3
- UI Refresh: UX, Navigation, Accessibility Improvements & Optimizations
- Agent Chain: Sequential mixture-of-agents enabling multiple specialized AIs to collaborate on complex tasks
- Mistral OCR for text extraction: from documents and gpt-4o-transcribe for audio transcription
- OpenAI Web Search models: for accessing real-time information
- Persistent Code Environment: Code Interpreter files can now persist between chat sessions on demand
- Cloud Storage: S3 and Azure Blob integration with auto-refreshing URLs for robust file handling
- OpenAI Image Tools (GPT-Image-1): for generating and editing images
- Special date/time Variables: for prompts and agents that are used dynamically
- Automatic balance refill system: and enhanced Redis integration for rate limiting
✨ New Features
- 🔍 feat: Mistral OCR API / Upload Files as Text by @danny-avila in #6274
- 🤖 feat: Support OpenAI Web Search models by @danny-avila in #6313
- 🔗 feat: Agent Chain (Mixture-of-Agents) by @danny-avila in #6374
- ⌛ feat:
initTimeout
for Slow Starting MCP Servers by @perweij in #6383 - 🚀 feat:
S3
Integration for File handling and Image uploads by @rubentalstra in #6142 - 🔒 feat: Enable OpenID Auto-Redirect by @leondape in #6066
- 🚀 feat: Integrate
Azure Blob Storage
for file handling and image uploads by @rubentalstra in #6153 - 🚀 feat: Add support for custom
AWS
endpoint inS3
by @rubentalstra in #6431 - 🚀 feat: Add support for LDAP STARTTLS in LDAP authentication by @rubentalstra in #6438
- 🚀 feat: Refactor schema exports and update package version to 0.0.4 by @rubentalstra in #6455
- 🔼 feat: Add Auto Submit For URL Query Params by @mjaverto in #6440
- 🛠 feat: Enhance Redis Integration, Rate Limiters & Log Headers by @danny-avila in #6462
- 💵 feat: Add Automatic Balance Refill by @rubentalstra in #6452
- 🗣️ feat: add support for gpt-4o-transcribe models by @berry-13 in #6483
- 🎨 feat: UI Refresh for Enhanced UX by @berry-13 in #6346
- 🌍 feat: Add support for Hungarian language localization by @rubentalstra in #6508
- 🚀 feat: Add Gemini 2.5 Token/Context Values, Increase Max Possible Output to 64k by @danny-avila in #6563
- 🚀 feat: Enhance MCP Connections For Multi-User Support by @danny-avila in #6610
- 🚀 feat: Enhance S3 URL Expiry with Refresh; fix: S3 File Deletion by @danny-avila in #6647
- 🚀 feat: enhance UI components and refactor settings by @berry-13 in #6625
- 💬 feat: move TemporaryChat to the Header by @berry-13 in #6646
- 🚀 feat: Use Model Specs + Specific Endpoints, Limit Providers for Agents by @danny-avila in #6650
- 🪙 feat: Sync Balance Config on Login by @danny-avila in #6671
- 🔦 feat: MCP Support for Non-Agent Endpoints by @danny-avila in #6775
- 🗃️ feat: Code Interpreter File Persistence between Sessions by @danny-avila in #6790
- 🖥️ feat: Code Interpreter API for Non-Agent Endpoints by @danny-avila in #6803
- ⚡ feat: Self-hosted Artifacts Static Bundler URL by @danny-avila in #6827
- 🐳 feat: Add Jemalloc and UV to Docker Builds by @danny-avila in #6836
- 🤖 feat: GPT-4.1 by @danny-avila in #6880
- 👋 feat: remove Edge TTS by @berry-13 in #6885
- 🧭 feat: nav optimization by @berry-13 in #5785
- 🗺️ feat: Add Parameter Location Mapping for OpenAPI actions by @peeeteeer in #6858
- 🤖 feat: Support
o4-mini
ando3
Models by @danny-avila in #6928 - 🎨 feat: OpenAI Image Tools (GPT-Image-1) by @danny-avila in #7079
- 🗓️ feat: Add Special Variables for Prompts & Agents, Prompt UI Improvements by @danny-avila in #7123
- ✨ feat: Enhance form submission for touch screens by @berry-13 in #7198
- 🔍 feat: Additional Tavily API Tool Parameters by @glowforge-opensource in #7232
- 🐋 feat: Add python to Dockerfile for increased MCP compatibility by @technicalpickles in #7270
👐 Accessibility
- 🎨 a11y: Update Model Spec Description Text by @berry-13 in #6294
- 🗑️ a11y: Add Accessible Name to Button for File Attachment Removal by @kangabell in #6709
- ⌨️ a11y: enhance accessibility & visual consistency by @berry-13 in #6866
- 🙌 a11y: Searchbar/Conversations List Focus by @danny-avila in #7096
- 👐 a11y: Improve Fork and SplitText Accessibility by @danny-avila in #7147
🔧 Fixes
- 🐛 fix: Avatar Type Definitions in Agent/Assistant Schemas by @danny-avila in #6235
- 🔧 fix: MeiliSearch Field Error and Patch Incorrect Import by #6210 by @rubentalstra in #6245
- 🔏 fix: Enhance Two-Factor Authentication by @rubentalstra in #6247
- 🐛 fix: Await saveMessage in abortMiddleware to ensure proper execution by @sh4shii in #6248
- 🔧 fix: Axios Proxy Usage And Bump
mongoose
by @danny-avila in #6298 - 🔧 fix: comment out MCP servers to resolve service run issues by @KunalScriptz in #6316
- 🔧 fix: Update Token Calculations and Mapping, MCP
env
Initialization by @danny-avila in #6406 - 🐞 fix: Agent "Resend" Message Attachments + Source Icon Styling by @danny-avila in #6408
- 🐛 fix: Prevent Crash on Duplicate Message ID by @Odrec in #6392
- 🔐 fix: Invalid Key Length in 2FA Encryption by @rubentalstra in #6432
- 🏗️ fix: Fix Agents Token Spend Race Conditions, Expand Test Coverage by @danny-avila in #6480
- 🔃 fix: Draft Clearing, Claude Titles, Remove Default Vision Max Tokens by @danny-avila in #6501
- 🔧 fix: Update username reference to use user.name in greeting display by @rubentalstra in #6534
- 🔧 fix: S3 Download Stream with Key Extraction and Blob Storage Encoding for Vision by @danny-avila in #6557
- 🔧 fix: Mistral type strictness for
usage
& update token values/windows by @danny-avila in #6562 - 🔧 fix: Consolidate Text Parsing and TTS Edge Initialization by @danny-avila in #6582
- 🔧 fix: Ensure continuation in image processing on base64 encoding from Blob Storage by @danny-avila in #6619
- ✉️ fix: Fallback For User Name In Email Templates by @danny-avila in #6620
- 🔧 fix: Azure Blob Integration and File Source References by @rubentalstra in [#6575](https://github.com...
v0.7.8-rc1
What's Changed
🧪 Release Candidate Notice
This is a release candidate (RC), which means no further major features will be introduced. Only pending minor issues or already identified features will be addressed before the final release. This RC provides an opportunity to test the most stable version before the full v0.7.8 release later this week.
🏞️ Highlights
- New AI Models: Support for GPT-4.1, o4-mini, o3, Gemini 2.5, and Grok 3
- Agent Chain: Sequential mixture-of-agents enabling multiple specialized AIs to collaborate on complex tasks
- Mistral OCR for text extraction: from documents and gpt-4o-transcribe for audio transcription
- OpenAI Web Search models: for accessing real-time information
- Persistent Code Environment: Code Interpreter files can now persist between chat sessions on demand
- Cloud Storage: S3 and Azure Blob integration with auto-refreshing URLs for robust file handling
- OpenAI Image Tools (GPT-Image-1): for generating and editing images
- UI Refresh: UX, Navigation, Accessibility Improvements & Optimizations
- Special date/time Variables: for prompts and agents that are used dynamically
- Automatic balance refill system: and enhanced Redis integration for rate limiting
✨ New Features
- 🔍 feat: Mistral OCR API / Upload Files as Text by @danny-avila in #6274
- 🤖 feat: Support OpenAI Web Search models by @danny-avila in #6313
- 🔗 feat: Agent Chain (Mixture-of-Agents) by @danny-avila in #6374
- ⌛ feat:
initTimeout
for Slow Starting MCP Servers by @perweij in #6383 - 🚀 feat:
S3
Integration for File handling and Image uploads by @rubentalstra in #6142 - 🔒feat: Enable OpenID Auto-Redirect by @leondape in #6066
- 🚀 feat: Integrate
Azure Blob Storage
for file handling and image uploads by @rubentalstra in #6153 - 🚀 feat: Add support for custom
AWS
endpoint inS3
by @rubentalstra in #6431 - 🚀 feat: Add support for LDAP STARTTLS in LDAP authentication by @rubentalstra in #6438
- 🚀 feat: Refactor schema exports and update package version to 0.0.4 by @rubentalstra in #6455
- 🔼 feat: Add Auto Submit For URL Query Params by @mjaverto in #6440
- 🛠 feat: Enhance Redis Integration, Rate Limiters & Log Headers by @danny-avila in #6462
- 💵 feat: Add Automatic Balance Refill by @rubentalstra in #6452
- 🗣️ feat: add support for gpt-4o-transcribe models by @berry-13 in #6483
- 🎨 feat: UI Refresh for Enhanced UX by @berry-13 in #6346
- 🌍 feat: Add support for Hungarian language localization by @rubentalstra in #6508
- 🚀 feat: Add Gemini 2.5 Token/Context Values, Increase Max Possible Output to 64k by @danny-avila in #6563
- 🚀 feat: Enhance MCP Connections For Multi-User Support by @danny-avila in #6610
- 🚀 feat: Enhance S3 URL Expiry with Refresh; fix: S3 File Deletion by @danny-avila in #6647
- 🚀 feat: enhance UI components and refactor settings by @berry-13 in #6625
- 💬 feat: move TemporaryChat to the Header by @berry-13 in #6646
- 🚀 feat: Use Model Specs + Specific Endpoints, Limit Providers for Agents by @danny-avila in #6650
- 🪙 feat: Sync Balance Config on Login by @danny-avila in #6671
- 🔦 feat: MCP Support for Non-Agent Endpoints by @danny-avila in #6775
- 🗃️ feat: Code Interpreter File Persistence between Sessions by @danny-avila in #6790
- 🖥️ feat: Code Interpreter API for Non-Agent Endpoints by @danny-avila in #6803
- ⚡ feat: Self-hosted Artifacts Static Bundler URL by @danny-avila in #6827
- 🐳 feat: Add Jemalloc and UV to Docker Builds by @danny-avila in #6836
- 🤖 feat: GPT-4.1 by @danny-avila in #6880
- 👋 feat: remove Edge TTS by @berry-13 in #6885
- feat: nav optimization by @berry-13 in #5785
- 🗺️ feat: Add Parameter Location Mapping for OpenAPI actions by @peeeteeer in #6858
- 🤖 feat: Support
o4-mini
ando3
Models by @danny-avila in #6928 - 🎨 feat: OpenAI Image Tools (GPT-Image-1) by @danny-avila in #7079
- 🗓️ feat: Add Special Variables for Prompts & Agents, Prompt UI Improvements by @danny-avila in #7123
👐 Accessibility
- 🎨 a11y: Update Model Spec Description Text by @berry-13 in #6294
- 🗑️ a11y: Add Accessible Name to Button for File Attachment Removal by @kangabell in #6709
- ⌨️ a11y: enhance accessibility & visual consistency by @berry-13 in #6866
- 🙌 a11y: Searchbar/Conversations List Focus by @danny-avila in #7096
- 👐 a11y: Improve Fork and SplitText Accessibility by @danny-avila in #7147
🔧 Fixes
- 🐛 fix: Avatar Type Definitions in Agent/Assistant Schemas by @danny-avila in #6235
- 🔧 fix: MeiliSearch Field Error and Patch Incorrect Import by #6210 by @rubentalstra in #6245
- 🔏 fix: Enhance Two-Factor Authentication by @rubentalstra in #6247
- 🐛 fix: Await saveMessage in abortMiddleware to ensure proper execution by @sh4shii in #6248
- 🔧 fix: Axios Proxy Usage And Bump
mongoose
by @danny-avila in #6298 - 🔧 fix: comment out MCP servers to resolve service run issues by @KunalScriptz in #6316
- 🔧 fix: Update Token Calculations and Mapping, MCP
env
Initialization by @danny-avila in #6406 - 🐞 fix: Agent "Resend" Message Attachments + Source Icon Styling by @danny-avila in #6408
- 🐛 fix: Prevent Crash on Duplicate Message ID by @Odrec in #6392
- 🔐 fix: Invalid Key Length in 2FA Encryption by @rubentalstra in #6432
- 🏗️ fix: Fix Agents Token Spend Race Conditions, Expand Test Coverage by @danny-avila in #6480
- 🔃 fix: Draft Clearing, Claude Titles, Remove Default Vision Max Tokens by @danny-avila in #6501
- 🔧 fix: Update username reference to use user.name in greeting display by @rubentalstra in #6534
- 🔧 fix: S3 Download Stream with Key Extraction and Blob Storage Encoding for Vision by @danny-avila in #6557
- 🔧 fix: Mistral type strictness for
usage
& update token values/windows by @danny-avila in #6562 - 🔧 fix: Consolidate Text Parsing and TTS Edge Initialization by @danny-avila in #6582
- 🔧 fix: Ensure continuation in image processing on base64 encoding from Blob Storage by @danny-avila in #6619
- ✉️ fix: Fallback For User Name In Email Templates by @danny-avila in #6620
- 🔧 fix: Azure Blob Integration and File Source References by @rubentalstra in #6575
- 🐛 fix: Safeguard against undefined addedEndpoints by @wipash in #6654
- 🤖 fix: Gemini 2.5 Vision Support by @danny-avila in #6663
- 🔄 fix: Avatar & Error Handling Enhancements by @danny-avila in #6687
- 🔧 fix: Chat Middleware, Zod...
v0.7.7
What's Changed
✨ New Features
- 👷 feat: Allow Admin to Edit Agent/Assistant Actions by @owengo in #4591
- 🔨 feat: Use
x-strict
attribute in OpenAPI Actions for Strict Function Definition by @owengo in #4639 - 🎨 feat: enhance UI & accessibility in file handling components by @berry-13 in #5086
- 🌱 feat(.env.example): add o1 models by @evrentan in #5106
- 🎨 feat: enhance Chat Input UI, File Mgmt. UI, Bookmarks a11y by @berry-13 in #5112
- 🤖 feat: Support Google Agents, fix Various Provider Configurations by @danny-avila in #5126
- 🔑 feat: Implement TTL Mgmt. for In-Memory Keyv Stores by @danny-avila in #5127
- ®️ feat: Support Rscript for Code Interpreter &
recursionLimit
for Agents by @danny-avila in #5170 - 🔗 feat: Convo Settings via URL Query Params & Mention Models by @danny-avila in #5184
- ✨ feat: Quality-of-Life Chat/Edit-Message Enhancements by @danny-avila in #5194
- 💾 feat: Production-ready Memory Store for
express-session
by @lkiesow in #5212 - 📜 feat: Configure JSON Log Truncation Size by @thelinuxkid in #5215
- 🔗 feat: Enhance Share Functionality, Optimize DataTable & Fix Critical Bugs by @berry-13 in #5220
- 🌤️ feat: Add OpenWeather Tool for Weather Data Retrieval by @danny-avila in #5246
- 🏃♂️➡️ feat: Upgrade Meilisearch to v1.12.3 by @danny-avila in #5327
- 🖱️ feat: Switch Scroll Button setting by @berry-13 in #5332
- 🔥 feat:
deepseek-reasoner
Thought Streaming by @danny-avila in #5379 - 🌟 feat: Enhance User Experience and SEO with Accessibility Updates and robots.txt by @berry-13 in #5392
- 🌄 feat: Add RouteErrorBoundary for Improved Client Error handling by @berry-13 in #5396
- 🚀 feat: Artifact Editing & Downloads by @danny-avila in #5428
- ✨ feat: Add Scripts for listing users and resetting passwords by @jmaddington in #5438
- 🐳 feat: Deepseek Reasoning UI by @danny-avila in #5440
- ✨ feat: Add Google Parameters, Ollama/Openrouter Reasoning, & UI Optimizations by @danny-avila in #5456
- 🍎 feat: Apple auth by @rubentalstra in #5473
- 💬 feat: Temporary Chats by @ohneda in #5493
- 🚀 feat: o1 Tool Calling &
reasoning_effort
by @danny-avila in #5553 - 🤖 feat: o3-mini by @danny-avila in #5581
- 🎥 feat: YouTube Tool by @danny-avila in #5582
- ☁️ feat: Additional AI Gateway Provider Support; fix: Reasoning Effort for Presets/Agents by @danny-avila in #5600
- ✨ feat: added Github Enterprise SSO login by @rubentalstra in #5621
- 🛂 feat: OpenID Logout Redirect to
end_session_endpoint
by @danny-avila in #5626 - 📱 feat: improve mobile viewport behavior with interactive-widget meta by @ssiegel in #5675
- 🔒 feat: Two-Factor Authentication with Backup Codes & QR support by @rubentalstra in #5685
- ✨ feat: OAuth for Actions by @rubentalstra in #5693
- 🪄 feat: Agent Artifacts by @danny-avila in #5804
- 🚀 feat: Add Custom Welcome Message in
librechat.yaml
by @rubentalstra in #5870 - 🧠 feat: Reasoning UI for Agents by @danny-avila in #5904
- 🚀 feat: Support Redis Clusters, Trusted Proxy Setting, And Toggle Meilisearch Indexing by @danny-avila in #5963
- 🤖 feat: 192x192 Icon for Android PWA by @DavidMaza in #5966
- 🔼 feat: "Run Code" Button Toggle by @danny-avila in #5988
- 🚀 feat: Claude 3.7 Support + Reasoning by @danny-avila in #6008
- 🚀 feat: Add Georgian Language and Update Fallback Languages by @rubentalstra in #6022
- ✨ feat: Anthropic Agents Prompt Caching & UI Accessibility Enhancements by @danny-avila in #6045
- 🚀 feat: Agent Cache Tokens & Anthropic Reasoning Support by @danny-avila in #6098
- 🚀 feat: GPT-4.5, Anthropic Tool Header, and OpenAPI Ref Resolution by @danny-avila in #6118
- 🐼 feat: Add Flux Image Generation Tool by @danny-avila in #6147
- 🧠 feat: Bedrock Anthropic Reasoning & Update Endpoint Handling by @danny-avila in #6163
- 🚀 feat: Enhance Model Handling, Logging & xAI Agent Support by @danny-avila in #6182
- 🪄 feat: Customize Sandpack
bundlerURL
for Artifacts by @danny-avila in #6191 - 🕒 feat: Add Configurable MCP Server Timeouts by @iskakaushik in #6199
- 🚀 feat: Add Code API Proxy Support and Update MCP SDK by @danny-avila in #6203
👐 Accessibility
- ♿ a11y: Improve Accessibility in Endpoints Menu/Navigation by @danny-avila in #5123
- 🔈 a11y: Accessible name on 'Prev' button in Prompts UI by @berry-13 in #5369
- ♿️ a11y: Enhance Accessibility in ToolSelectDialog, ThemeSelector and ChatGroupItem by @berry-13 in #5395
- 🔍 a11y: MultiSearch Clear Input by @danny-avila in #5718
- 🔇 a11y: Silence Unnecessary Icons for Screen Readers by @kangabell in #5726
🌍 Internationalization
- 🌍 i18n: Add Missing "Balance" Localization For All Languages by @TonyMahoney in #5594, Fix "Balance" Localization For Zh&ZhTraditional by @RedwindA in #5632, Fix "Balance" Localization For De by @leondape in #5656, "Balance" Localization For ZhTraditional by @SN-Koarashi in #5682
- 🌎 i18n: React-i18next & i18next Integration by @rubentalstra in #5720
- 🌍 i18n: Update latest translations in #5764, #5765, #5789, #5849, #5855, #5946, #6009, #6132, #6159
- 🌏 i18n: fix Traditional Chinese Language Option by @rubentalstra in #5854
- 🐞 i18n: Remove Debug Mode by @rubentalstra in #5879
🔧 Fixes
- 🔒 fix: resolve session persistence post password reset by @berry-13 in #5077
- 🔒 fix: update refresh token handling to use plain token instead of hashed token by @berry-13 in #5088
- 🐛 fix: Artifacts Type Error, Tool Token Counts, and Agent Chat Import by @danny-avila in #5142
- 🔧 fix: Fetch PWA Manifest with credentials over CORS by @samvrlewis in #5156
- 🔧 fix: Handle Concurrent File Mgmt. For Agents by @thingersoft in #5159
- 🐛 fix: Prevent Default Values in OpenAI/Custom Endpoint Agents by @danny-avila in #5180
- 🔖 fix: Remove Local State from Bookmark Menu by @danny-avila in #5181
- 🧵 fix: Prevent Unnecessary Re-renders when Loading Chats by @danny-avila in #5189
- 🐛 fix: Correct Endpoint/Icon Handling, Update Module Resolutions by @danny-avila in #5205
- 🐛 fix: Ensure Default ModelSpecs Are Set Correctly by @danny-avila in #5218
- 🔧 fix: Streamline Builder Links and Enhance UI Consistency by @danny-avila in #5229
- 🐛 fix: Resolve 'Icon is Not a Function' E...
v0.7.7-rc1
What's Changed
It's LibreChat's 2nd birthday! 🎂
v0.7.7 will release later this week along with a few more updates. This release candidate is released for preliminary updates in anticipation of the full release
✨ New Features
- 👷 feat: Allow Admin to Edit Agent/Assistant Actions by @owengo in #4591
- 🔨 feat: Use
x-strict
attribute in OpenAPI Actions for Strict Function Definition by @owengo in #4639 - 🎨 feat: enhance UI & accessibility in file handling components by @berry-13 in #5086
- 🌱 feat: add o1 models to
.env.example
by @evrentan in #5106 - 🎨 feat: enhance Chat Input UI, File Mgmt. UI, Bookmarks a11y by @berry-13 in #5112
- 🤖 feat: Support Google Agents, fix Various Provider Configurations by @danny-avila in #5126
- 🔑 feat: Implement TTL Mgmt. for In-Memory Keyv Stores by @danny-avila in #5127
- ®️ feat: Support Rscript for Code Interpreter &
recursionLimit
for Agents by @danny-avila in #5170 - 🔗 feat: Convo Settings via URL Query Params & Mention Models by @danny-avila in #5184
- ✨ feat: Quality-of-Life Chat/Edit-Message Enhancements by @danny-avila in #5194
- 💾 feat: Production-ready Memory Store for
express-session
by @lkiesow in #5212 - 📜 feat: Configure JSON Log Truncation Size by @thelinuxkid in #5215
- 🔗 feat: Enhance Share Functionality, Optimize DataTable & Fix Critical Bugs by @berry-13 in #5220
- 🌤️ feat: Add OpenWeather Tool for Weather Data Retrieval by @danny-avila in #5246
- 🏃♂️➡️ feat: Upgrade Meilisearch to v1.12.3 by @danny-avila in #5327
- 🖱️ feat: Switch Scroll Button setting by @berry-13 in #5332
- 🔥 feat:
deepseek-reasoner
Thought Streaming by @danny-avila in #5379 - 🌄 feat: Add RouteErrorBoundary for Improved Client Error handling by @berry-13 in #5396
- 🚀 feat: Artifact Editing & Downloads by @danny-avila in #5428
- ✨ feat: Add Scripts for listing users and resetting passwords by @jmaddington in #5438
- 🐳 feat: Deepseek Reasoning UI by @danny-avila in #5440
- ✨ feat: Add Google Parameters, Ollama/Openrouter Reasoning, & UI Optimizations by @danny-avila in #5456
- 🍎 feat: Apple auth by @rubentalstra in #5473
- 💬 feat: Temporary Chats by @ohneda in #5493
- 🚀 feat: o1 Tool Calling &
reasoning_effort
by @danny-avila in #5553 - 🤖 feat: o3-mini by @danny-avila in #5581
- 🎥 feat: YouTube Tool by @danny-avila in #5582
- ☁️ feat: Additional AI Gateway Provider Support; fix: Reasoning Effort for Presets/Agents by @danny-avila in #5600
- ✨ feat: added Github Enterprise SSO login by @rubentalstra in #5621
- 🛂 feat: OpenID Logout Redirect to
end_session_endpoint
by @danny-avila in #5626 - 📱 feat: improve mobile viewport behavior with interactive-widget meta by @ssiegel in #5675
- ✨ feat: OAuth for Actions by @rubentalstra in #5693
🌍 Internationalization
- 🌎 i18n: React-i18next & i18next Integration by @rubentalstra in #5720
- 🌍 i18n: Update translation.json with latest translations by @TonyMahoney, @RedwindA, @leondape, @SN-Koarashi, @github-actions in #5764, #5765, #5789, #5594, #5632, #5656, #5682
- 🔄 ci: Add Automation Workflows for i18next by @rubentalstra in #5781, #5762, #5763, #5769, #5782
👐 Accessibility
- 🔈 a11y: Accessible name on 'Prev' button in Prompts UI by @berry-13 in #5369
- ♿️ a11y: Enhance Accessibility in ToolSelectDialog, ThemeSelector and ChatGroupItem by @berry-13 in #5395
- 🔍 a11y: MultiSearch Clear Input by @danny-avila in #5718
- 🔇 a11y: Silence Unnecessary Icons for Screen Readers by @kangabell in #5726
🔧 Fixes
- 🔒 fix: resolve session persistence post password reset by @berry-13 in #5077
- 🔒 fix: update refresh token handling to use plain token instead of hashed token by @berry-13 in #5088
- ♿ fix: Improve Accessibility in Endpoints Menu/Navigation by @danny-avila in #5123
- 🐛 fix: Artifacts Type Error, Tool Token Counts, and Agent Chat Import by @danny-avila in #5142
- 🔧 fix: Fetch PWA Manifest with credentials over CORS by @samvrlewis in #5156
- 🔧 fix: Handle Concurrent File Mgmt. For Agents by @thingersoft in #5159
- 🐛 fix: Prevent Default Values in OpenAI/Custom Endpoint Agents by @danny-avila in #5180
- 🔖 fix: Remove Local State from Bookmark Menu by @danny-avila in #5181
- 🧵 fix: Prevent Unnecessary Re-renders when Loading Chats by @danny-avila in #5189
- 🐛 fix: Correct Endpoint/Icon Handling, Update Module Resolutions by @danny-avila in #5205
- 🐛 fix: Ensure Default ModelSpecs Are Set Correctly by @danny-avila in #5218
- 🔧 fix: Streamline Builder Links and Enhance UI Consistency by @danny-avila in #5229
- 🐛 fix: Resolve 'Icon is Not a Function' Error in PresetItems by @danny-avila in #5260
- 🔧 fix: Maximize Chat Space for Agent Messages by @berry-13 in #5330
- 🎯 fix: Prevent UI De-sync By Removing Redundant States by @danny-avila in #5333
- 🐛 fix: use OpenID token signature algo as discovered from the server. by @ragavpr in #5348
- 🛠️ fix: Optionally add OpenID Sig. Algo. from Server Discovery by @danny-avila in #5398
- 🪙 fix: Deepseek Pricing & Titling by @danny-avila in #5459
- 🛡️ fix: enhance email verification process & refactor verifyEmail component by @berry-13 in #5485
- 🐛 fix: Update deletePromptController to include user role in query by @danny-avila in #5488
- 🉐 fix: incorrect handling for composing CJK texts in Safari by @oonishi3 in #5496
- 🤖 fix: GoogleClient Context Handling & GenAI Parameters by @danny-avila in #5503
- 🗨️ fix: Loading Shared Saved Prompts by @jameslamine in #5515
- ♻️ fix: Prevent Instructions from Removal when nearing Max Context by @danny-avila in #5516
- 🔧 fix: handle known OpenAI errors with empty intermediate reply by @jameslamine in #5562
- 🔧 fix: Add missing
finish_reason
to stream chunks by @jameslamine in #5563 - 🤖 fix: Azure Agents after Upstream Breaking Change by @danny-avila in #5571
- 🐛 fix: Handle content generation errors in GoogleClient by @danny-avila in #5575
- 🛠️ fix: enhance UI/UX and address a11y issues in SetKeyDialog by @berry-13 in #5672
- 🔧 fix: Wrong import
useGetStartupConfig
by @rubentalstra in #5692 - 🚀 fix: Resolve Google Client Issues, CDN Screenshots, Update Models by @danny-avila in #5703
- 💬 fix: Temporary Chat PR's bro...
v0.7.6
What's Changed
🌄 Highlights
🤖 Agents
- Introducing LibreChat's No-Code Agentic Framework (learn more)
- Create custom AI assistants with supported providers, similar to Assistants API and ChatGPT's GPTs
- Supports Anthropic, OpenAI, AWS Bedrock, Azure OpenAI, and custom endpoints
- Enhanced with tools like Code Interpreter, DALL-E-3, Tavily Search, and more
- Dynamic tool creation through OpenAPI specs and MCP Servers (#4627)
🎯 Code Interpreter API
- Execute code securely in multiple languages through a powerful sandbox environment (learn more)
- Seamless file handling and management with secure session-based organization (#4860)
🔌 MCP Support (Tools)
- Introducing Model Context Protocol integration
- the "USB-C of AI" that standardizes how applications provide context to LLMs (#5015)
- Learn more about MCP and LibreChat integration at modelcontextprotocol.io
🚀 New Models Support
- Gemini 2.0 and Flash Thinking Mode (#4951, more info)
- New o1 "Full" Model and o1-preview/mini streaming support (#5039), (#4760)
- Claude 3.5 Haiku (#4629)
- AWS Nova Models (#4852)
See detailed release notes at https://www.librechat.ai/changelog/v0.7.6
New Contributors
- @timmanik made their first contribution in #4494
- @MSITETOP made their first contribution in #4486
- @senk made their first contribution in #4763
- @siddharthsambharia-portkey made their first contribution in #4625
- @wipash made their first contribution in #4787
- @leon-juenemann made their first contribution in #4659
- @dennis531 made their first contribution in #4506
- @thingersoft made their first contribution in #4822
- @philwilliammee made their first contribution in #4896
- @thelinuxkid made their first contribution in #4958
- @rio2dev made their first contribution in #4881
- @alex-torregrosa made their first contribution in #4920
Full Changelog: v0.7.5...v0.7.6
v0.7.6-rc1
What's Changed
- 🔐 feat: Enhance OpenID User Info Handling by @danny-avila in #4561
- 🔄 feat: Add Configurable Cache Headers for Index.html by @danny-avila in #4565
- 🔼 a11y: Proper attributes for the side panel toggle button by @Kim-Jaemin420 in #4559
- 🧵 feat: Implement Request Executor Pattern for Actions by @danny-avila in #4566
- 🪨 feat: Include Sonnet 3.5 v2 in Default Bedrock Models List by @adamrb in #4552
- 🖌️ fix: ordered lists markers by @danny-avila in #4568
- ✨ docs: update to 0.7.5 by @berry-13 in #4569
- 🔧 fix: Allow Azure Assistants Chats to be Deleted by @s-diez in #3893
- 🔒 fix: Override
mdast-util-gfm-autolink-literal
Package Version by @danny-avila in #4574 - 🔒 chore: bump elliptic to address CVE-2024-48948 by @danny-avila in #4575
- 📝 docs: Added
RAG_USE_FULL_CONTEXT
to.env.example
by @timmanik in #4494 - 🚧 WIP: Merge Dev Build by @danny-avila in #4611
- 📑 fix: Access Control for Bookmarks (UI) by @danny-avila in #4612
- 🤖 feat: Custom Endpoint Agents (experimental) by @danny-avila in #4627
- 🤖 feat: Claude 3.5 Haiku by @danny-avila in #4629
- ❎ feat: Known Endpoint, xAI by @danny-avila in #4632
- 🔧 refactor: Optimize Agent Tool Loading and Fix Bedrock Tool Handling by @danny-avila in #4641
- 🎯 feat: Enhance Title Parameter Parsing with new Anthropic Format by @danny-avila in #4653
- 🪨 fix: add AWS STS session token support to Bedrock client by @adamrb in #4655
- 🦙 refactor: Normalize Ollama Config Names by @danny-avila in #4657
- ⚙️ fix: File Config Handling by @danny-avila in #4664
- 🫧 fix: Tool Auth Form Button to Prevent Form Bubbling by @danny-avila in #4666
- 🦙 fix: normalized endpoint for Ollama by @danny-avila in #4681
- 🛡️ fix: Enhance File Upload Security & Error Handling by @danny-avila in #4705
- 📦 fix: npm warnings; chore: bump deprecated packages by @danny-avila in #4707
- 🪚 refactor: Optimize
CONSOLE_JSON
Debug Logs with Truncation by @danny-avila in #4709 - 🪙 feat: automatically add start balance by @MSITETOP in #4486
- 🔧 Fix: Excessive Line Spacing in Markdown-rendered User Messages by @ohneda in #4718
- 🔗 fix: broken blog link in README by @senk in #4763
- 🌊 feat: add streaming support for o1 models by @hongkai-neu in #4760
- 🌿 fix: forking a long conversation breaks chat structure by @danny-avila in #4778
- 📦 chore: Update NPM Packages by @danny-avila in #4779
- 🎯 fix: Google AI Client Stability; feat:
gemini-exp
models by @danny-avila in #4781 - 🎨 style: parameters panel update by @berry-13 in #4780
- 🔉 feat: Extend text mimeTypes to support VTT by @DenisPalnitsky in #4770
- 📘 docs: Portkey AI custom endpoint in
librechat.example.yaml
by @siddharthsambharia-portkey in #4625 - 📦 chore: Update @anthropic-ai/sdk dependency to version 0.32.1 by @danny-avila in #4782
- 🎨 style: remove break-all class in modelSpec menu by @wipash in #4787
- 🔑 fix: Azure Serverless Support for API Key Header & Version by @danny-avila in #4791
- 🤖 fix: Collaborative Agents are only editable by ADMIN by @leon-juenemann in #4659
- 📜 feat: Add script to set balance for user by @dennis531 in #4506
- 🤖 feat: Support for new AWS Nova Models & Updated Anthropic Rates by @danny-avila in #4852
- 🛣️ fix: Chat Stream Hangup by @thingersoft in #4822
- 🔧 chore: bump mongoose to 8.8.3 for CVE-2024-53900 by @danny-avila in #4854
- ⚙️ fix: update Azure OpenAI STT/TTS env handling by @berry-13 in #4859
- 🎉 feat: Code Interpreter API and Agents Release by @danny-avila in #4860
- 🪨 feat: add session token variable for AWS Bedrock by @philwilliammee in #4896
- 🔧 fix: URL params, package mismatch, typing, shared link redirect, and o1 (azure) by @danny-avila in #4899
New Contributors
- @timmanik made their first contribution in #4494
- @MSITETOP made their first contribution in #4486
- @senk made their first contribution in #4763
- @siddharthsambharia-portkey made their first contribution in #4625
- @wipash made their first contribution in #4787
- @leon-juenemann made their first contribution in #4659
- @dennis531 made their first contribution in #4506
- @thingersoft made their first contribution in #4822
- @philwilliammee made their first contribution in #4896
Full Changelog: v0.7.5...v0.7.6-rc1
v0.7.5
What's Changed
v0.7.5
Updates since v0.7.4 include:
✨ New Features
- 🚀 feat: Banner by @ohneda in #3952
- 🚀 feat: o1 by @danny-avila in #4019
- 🪨 feat: AWS Bedrock Default Credentials Chain by @danny-avila in #4038
- 🔐 feat: Enhance Bedrock Credential Handling by @danny-avila in #4051
- 📁 feat: Add C# Support for Native File Search by @danny-avila in #4058
- 🖋️ feat: Add option to render User Messages as Markdown by @danny-avila in #4170
- 📧 feat: LDAP Authentication Enhancement for Email Handling by @danny-avila in #4177
- 📎 feat: Attachment Handling for
v1/completions
by @danny-avila in #4205 - 🪨 feat: RAG API Support for AWS Bedrock by @danny-avila in #4322
- 🧠 feat: Implement O1 Model Support for Max Tokens Handling by @danny-avila in #4376
- 🤖 feat: Enhance Assistant Model Handling for Model Specs by @danny-avila in #4390
- 🪙 feat: Update token value for gpt-4o by @hongkai-neu in #4387
- ✨ feat: Add
GOOGLE_LOC
environment variable by @berry-13 in #4395 - 🕒 feat: Add 5-second timeout for Fetching Model Lists by @danny-avila in #4423
- ⬆️ feat: Cancel chat file uploads; fix: Assistant uploads by @danny-avila in #4433
- 🖼️ feat: Add dat.gui to Artifacts UI libs by @lx-0 in #4344
- 🤖 feat: Add support for
claude-3-5-sonnet-20241022
by @danny-avila in #4510
🖼️ Style
- 🔐 style: update auth and loading screen by @berry-13 in #3875
- 💡 style: switched to Ariakit's tooltip by @berry-13 in #3748
- 👐 style: Improve a11y/theming for Settings Dialog, Dropdown Menus; fix: SearchBar focus issues by @berry-13 in #4091
- 🎨 style: UI Style Enhancements and Refactor for Improved Consistency and Layout by @berry-13 in #4471
👐 Accessibility
- 👐 a11y: New Chat button - focus, mobile label, collapsed sidebar label by @Tanvez in #4069
- 🔘 a11y: Switch Contrast and File Input Key Events to WCAG by @danny-avila in #4536
🌍 Internationalization
- 🌏 i18n: modify username min length in Ko.ts (3→2) by @Kim-Jaemin420 in #4532
- 🌏 i18n: Added Missing Localizations (Ar, De, Es, Fr, It, Jp, Ko, Ru, Zh) by @danny-avila in #4540
⚙️ Other Changes
- 📊 refactor: use Parameters from Side Panel for OpenAI, Anthropic, and Custom endpoints by @danny-avila in #4092
- 🛡️ chore: address several npm vulnerabilities by @danny-avila in #4151
- 🔄 refactor: Apply Config Preset for Model Spec Enforcement by @danny-avila in #4214
- 🧹 chore: bump
vite-plugin-pwa
to^0.20.5
, and useoverrides
to address CVE-2024-47068 by @danny-avila in #4226 - 🚧 chore: merge latest dev build by @danny-avila in #4288
- 👷 refactor(removeNullishValues): allow empty strings configured in parameters by @danny-avila in #4291
- 🪖 refactor: Helm chart release workflow by @pranshu-m in #4311
- 🔃 refactor: rename all server endpoints to use same file names by @adrianfagerland in #4364
- 🐋 chore: remove Docker version syntax as its no longer by @matsubo in #4375
- 📦 chore: npm package audit by @danny-avila in #4424
- 🎨 refactor: UI stlye by @berry-13 in #4438
- 🔐 refactor: Unverified User Verification Logic by @danny-avila in #4482
🔧 Fixes
- ⚙️ fix: Ensure Azure AI Search TOP is a number by @s-diez in #3891
- 🔐 fix: token not using webcrypto by @berry-13 in #4005
- 🪨 fix: Formatting Edge Case Handling for Bedrock Messages by @danny-avila in #4016
- 🍪 fix: input validation for
lang
cookie by @DanielAlt in #4024 - 🛠️ fix: Chrome App Crash on Endpoint Selection in Edit Preset Dialog by @danny-avila in #4096
- 🔧 fix: OpenAIClient Response Handling for Legacy
/v1/completions
by @danny-avila in #4128 - 🛠️ fix:
getStreamUsage
Method in OpenAIClient by @danny-avila in #4133 - 🎨 fix: Terms and Conditions Modal Styling by @danny-avila in #4169
- 🔖 fix: URI Encoding for Bookmarks by @danny-avila in #4172
- 🗂️ fix: Optimize Conversation Grouping and Sorting by @danny-avila in #4173
- 🐛 fix(analytics): prevent multiple GTM initializations by @riya-amemiya in #4174
- 📅 fix: Conversation grouping and labeling for prior years by @danny-avila in #4180
- 🧹 fix: Resolve Unarchive Conversation Bug, Archive Pagination by @danny-avila in #4189
- 🏷️ fix: Ensure
modelLabel
Field Usage for ModelSpecs/GPTPlugins by @danny-avila in #4224 #4225 #4228 - ⚙️ fix: minor issues related to agents by @danny-avila in #4297
- 🔖 fix: bookmark error using CosmosDB - Added
index
to position field in schema by @bijucyborg in #4296 - 🛠️ fix: Remove
expiresAt
field when setting expiry to "never" (#4293) by @normunds-wipo in #4294 - 🖼️ fix: Prevent Empty Avatar Source by @danny-avila in #4321
- 💬 fix: adjust regex in ModelService to recognize o1- models returned fr… by @juwalter in #4340
- 🔨 fix(ToolCall): Check output string type before performing
.toLowerCase()
by @hanna-daoud in #4324 - 🔨 fix(AzureOpenAI): o1 model,
stream
parameter check by @ABHIJITH-EA in #4381 - 🤖 fix: Minor Assistants Issues by @danny-avila in #4436
- 🤖 fix: Address Minor Agent Issues by @danny-avila in #4483
- 🖼️ fix: Avatar Handling for Agents and Assistants by @danny-avila in #4507
- 👓 fix: Assistants Vision Prompt Error Handling (legacy) by @danny-avila in #4529
- 🎚️ fix: Google
top_k
Slider Step to Integers by @danny-avila in #4537 - 🍎 fix: Update "Enter to send" behavior for Mac users by @danny-avila in #4539
- 🛡️ fix: Minor Vulnerabilities by @danny-avila in #4543
New Contributors
- @akash-singh8 made their first contribution in #3604
- @Tanvez made their first contribution in #3630
- @kukoboris made their first contribution in #3674
- @maxesse made their first contribution in #3731
- @zjjxwhh made their first contribution in #3871
- @hide361 made their first contribution in #3877
- @s-diez made their first contribution in #3891
- @DanielAlt made their first contribution in #4024
- @riya-amemiya made their first contribution in #4174
- @bijucyborg made their first contribution in #4296
- @normunds-wipo made their first contribution in #4294
- @pranshu-m made their first contribution in #4311
- @juwalter made their first contribution in #4340
- @hanna-daoud made their first contribution in #4324
- @ABHIJITH-EA made their first contribution in https://g...
v0.7.5-rc2
What's Changed
v0.7.5-rc2
✨ New Features
- 🪄 feat: Code Artifacts by @danny-avila in #3798
- 🚀 feat: Enhance PWA and asset caching strategy by @danny-avila in #3822
- 🚨 feat: Implement
INPUT_LENGTH
Error Type by @danny-avila in #3866 - 💬 feat: assistant conversation starter by @berry-13 in #3699
- ⚖️ feat: Terms and Conditions Dialog by @maxesse in #3712
- 🪨 feat: AWS Bedrock support by @danny-avila in #3935
- 🔒 feat: RBAC for Multi-Convo Feature by @danny-avila in #3964
🔧 Fixes
- 🗣️ fix: Azure OpenAI STT by @maxesse in #3731
- 🧩 fix: plugins build options, prevent undefined tools error by @danny-avila in #3876
- 🪟 fix: Windows Build (npm) issue created in #3798 by @danny-avila in #3889
- 🛠️ fix: Completion Edge Cases & Improve Error Handling UX by @danny-avila in #3968
- 🪨 fix: Minor AWS Bedrock/Misc. Improvements by @danny-avila in #3974
⚙️ Other Changes
- 🔨 refactor: Add Cache Busting to index.html by @danny-avila in #3824
- 🔊 refactor: Optimize Aria-Live Announcements for macOS VoiceOver by @danny-avila in #3851
- 🚧 chore: merge latest dev build to main repo by @danny-avila in #3844
🎨 refactor: Prevent Font Asset Hashing in Vite Config by @danny-avila in #3865 - 🔒 refactor: Apply interface settings to all Roles by @danny-avila in #3967
👐 Accessibility
- 🎙️ a11y: update html lang attribute by @jacobcolyvan in #3636
- 👐 a11y: Accessible Conversation Menu Options by @danny-avila in #3864
- 👐 a11y: Misc. Improvements by @Tanvez in #3910
- ⌨️ a11y(Settings): Improved Keyboard Navigation & Consistent Styling by @berry-13 in #3975
🌍 Internationalization
- 🌍 i18n: Updated Chinese Translation by @zjjxwhh in #3871
- 🌍 i18n: Update Japanese translation by @hide361 in #3877
- 🌍 i18n: Improved German language translations for artifacts and other minor changes by @marlonka in #3924
- 🌍 i18n: Improved Portuguese Brazilian language translations by @itzraiss in #3947
New Contributors
- @maxesse made their first contribution in #3731
- @zjjxwhh made their first contribution in #3871
- @hide361 made their first contribution in #3877
Full Changelog: v0.7.5-rc1...v0.7.5-rc2
v0.7.5-rc1
What's Changed
✨ New Features
- 🛠️ feat: Azure OpenAI Assistants File Downloads by @danny-avila in #3653
- 🤖 feat: Recognize
chatgpt-4o-latest
, update default OpenAI Models by @danny-avila in #3667 - 💾 feat: Anthropic Prompt Caching by @danny-avila in #3670
- 📩 feat: invite user by @berry-13 in #3012
- 🧪 feat: Prompt Dropdown Variable; style: Add Markdown Support by @danny-avila in #3681
- 🔐 feat: Toggle Access to Prompts via
librechat.yaml
by @danny-avila in #3735 - 🔖 feat: Enhance Bookmarks UX, add RBAC, toggle via
librechat.yaml
by @danny-avila in #3747 - 🧮 feat: Improve LaTeX rendering consistency by @danny-avila in #3763
- 🧮 feat: Improve structured token spending and testing; fix: Anthropic Cache Spend by @danny-avila in #3766
- 🐋 feat: Known Endpoints: DeepSeek, Unify by @fuegovic in #3776, #3778
- 🧠 feat: Prompt caching switch, prompt query params; refactor: static cache, prompt/markdown styling, trim copied code, switch new chat to convo URL by @danny-avila in #3784
🚀 Optimizations:
- 📜 refactor: Optimize Longer Message Thread Performance by @danny-avila in #3610
- 🔀 refactor: Modularize TTS Logic for Improved Browser support by @danny-avila in #3657
- 🖱️ fix: Message Scrolling UX; refactor: Frontend UX/DX Optimizations by @danny-avila in #3733
🎨 Styling
- 🖼️ style: Conversation Menu and Dialogs update by @berry-13 in #3601
- ⏺️ style: Better Markdown Lists by @danny-avila in #3777
- ⌨️ style(a11y): kb access for LLM endpoint menu; refactor: style by @berry-13 in #3714
🔧 Fixes
- 📧 fix: @command & +command timing for click selections - closes #3613 by @berry-13 in #3617
- 🎛️ fix: Improve Frontend Practices for Audio Settings by @danny-avila in #3624
- 🎙️ fix: Optimize and Fix Browser TTS Incompatibility (firefox) by @danny-avila in #3627
- 🎧 fix(TTS): Improve State of audio playback, hook patterns, and fix undefined MediaSource by @danny-avila in #3632
- 🔧 fix: Bookmark Order Adjustment When Moving Up by @ohneda in #3634
- 🦙 fix: Update Title Message Role for Ollama if None Provided by @danny-avila in #3663
- 🔧 fix: Delete Archived Chat z-index issue by @arthurian in #3643
- ⚓ fix: Export Button Content Shift; chore: bump
axios
and add logging by @berry-13 in #3668 - 📱 fix: Resolve Android Device and Accessibility Issues of Sidebar Combobox by @danny-avila in #3689
- 🐛 fix: Anthropic Prompt Caching Edge Case by @danny-avila in #3690
- 🔑 fix(AuthService): properly handle reading and deletion of password reset token by @berry-13 in #3697
- 🔧 fix: add
clear all
button to bookmark navigation items by @berry-13 in #3721 - 🔧 fix: EndpointIcon crash when using
@
mention command by @danny-avila in #3742 - 🔧 fix: handle missing custom config speech by @berry-13 in #3790
- 🔍 fix:
USE_REDIS
condition, Markdown list counter, code highlights by @danny-avila in #3806
⚙️ Other Changes
- 🤖 refactor: Remove Default Model Params for All Endpoints by @danny-avila in #3682
- 🧹 chore: address minor issues by @danny-avila in #3710
- 🐋 ci: Dockerfile.multi rewrite, maintain package integrity by @danny-avila in #3772
- 🧹 chore: remove legacy markdown code by @danny-avila in #3789
- 🚚 chore: Remove client-dist volume from deploy-compose.yml by @danny-avila in #3799
- 🏷️ chore: Add Unofficial Naming Variation for Claude-3.5-Sonnet by @danny-avila in #3800
🌍 Internationalization:
- 🌏i18n: Improve Russian translation by @kukoboris in #3674, #3718
New Contributors
- @akash-singh8 made their first contribution in #3604
- @Tanvez made their first contribution in #3630
- @kukoboris made their first contribution in #3674
Full Changelog: v0.7.4...v0.7.5-rc1
v0.7.4
What's Changed
🏞️ Highlights
- 🗨️ Prompts Library
- 🌿 Multi-response Streaming
- 🔖 Conversation Bookmarks
- 🤲 Initial Digital Accessibility Improvements
- 🚀 Significant Performance Improvements across the board
See the full release notes at https://www.librechat.ai/changelog/v0.7.4
Contributors for this Release
- @danny-avila
- @berry-13
- @ohneda
- @mawburn
- @PeterDaveHello
- @eniyiweb
- @GaelMartins0
- @ylioja
- @marlonka
- @aoaim
- @hulkds
- @iamNoah1
- @eltociear
- @rehas
- @meroo36
- @bnord01
- @ravi-katiyar
- @lidonius1122
- @GerkinDev
- @jung0han
- @krakenftw
New Contributors
- @kurtseifried made their first contribution in #3107
- @PedroGruvhagen made their first contribution in #3142
- @mungewrath made their first contribution in #2983
- @rehas made their first contribution in #3160
- @KiGamji made their first contribution in #3154
- @GhaithAlHallak8 made their first contribution in #3195
- @GaelMartins0 made their first contribution in #3240
- @meroo36 made their first contribution in #3294
- @ylioja made their first contribution in #3316
- @bnord01 made their first contribution in #3325
- @ravi-katiyar made their first contribution in #3247
- @jacobcolyvan made their first contribution in #3459
- @lidonius1122 made their first contribution in #3472
- @GerkinDev made their first contribution in #3513
- @xueshanf made their first contribution in #3528
- @aoaim made their first contribution in #3461
- @hulkds made their first contribution in #3356
- @jung0han made their first contribution in #3541
Full Changelog: v0.7.3...v0.7.4