Skip to content

Releases: danny-avila/LibreChat

v0.8.0-rc1

04 Aug 19:27
4175a3e
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release

What's Changed

✨ Features

  • ✨ feat: Add REDIS_PING_INTERVAL configuration to control Redis pinging behavior by @nhtruong in #8648
  • 📦 feat: Move Shared Components to @librechat/client by @danny-avila in #8685
  • 📻 feat: radio component by @berry-13 in #8692
  • 🪟 feat: Context Window for amazon.nova-premier by @ryanh-ai in #8689
  • 🏹 feat: Concurrent MCP Initialization Support by @dustinhealy in #8677
  • ✨ feat: Enhance Redis Config and Error Handling by @danny-avila in #8709
  • ✨ feat: Add Support for customUserVar Replacement in 'args' Field by @dustinhealy in #8743
  • 🔒 feat: MCP OAuth Config for Metadata Parameters by @wartek69 in #8691
  • 🛠️ feat: Add Reset-Meili-Sync Script for MongoDB Flags by @danny-avila in #8823
  • 🧹 feat: Automatic File Cleanup for Mistral OCR Uploads by @danny-avila in #8827
  • 🖌️ feat: add animation styles for popovers and tooltips by @berry-13 in #8831
  • ✨ feat: Add OpenID Audience Parameter by @SollalF in #8837

⚙️ Other Changes

  • 🔄 refactor: Default Completion Title Prompt and Title Model Selection by @danny-avila in #8646
  • 📱 refactor: Redis Client Error Logging and Ping only when Ready by @danny-avila in #8671
  • 🗂️ refactor: Make MCPSubMenu consistent with MCPSelect by @dustinhealy in #8650
  • 🪵 refactor: Dynamic getLogDirectory utility for Loggers by @danny-avila in #8686
  • 🧗 refactor: Replace traverse package with Minimal Traversal for Logging by @danny-avila in #8687
  • 🔑 refactor: MCP Settings Rendering Logic for OAuth Servers by @dustinhealy in #8718
  • 🛂 refactor: Use discoverAuthorizationServerMetadata for MCP OAuth by @jhrozek in #8723
  • 🔨 style: Improve MCP UI by @berry-13 in #8745

🐛 Fixes

  • 🐛 fix: MCP Name Normalization breaking User Provided Variables by @dustinhealy in #8644
  • 🐛 fix: Display OAuth MCP servers according to Chat Menu Setting by @dustinhealy in #8643
  • 🐛 fix: Temporary Chats Still Visible in Sidebar by @dustinhealy in #8688
  • 🐜 fix: Forward Ref to MCPSubMenu and ArtifactsSubMenu by @dustinhealy in #8696
  • 🔧 fix: Update Proxy Config for OpenAI Image Tools by @danny-avila in #8712
  • 🔀 fix: Rerender Edge Cases After Migration to Shared Package by @danny-avila in #8713
  • ⚒️ fix: MCP Initialization Flows by @dustinhealy in #8734
  • 🔑 fix: Update Conversation Mutation to use ID from Payload by @berry-13 in #8758
  • 🐦 fix: Prioritize OIDC Username Claims to Prevent First Name Usernames by @plasticlobster in #8695
  • ✂️ fix: Remove Image Payloads from Memory Processing by @danny-avila in #8770
  • 🔧 fix: Apply Convo Export filename sanitization at export, not input by @azamara in #8779
  • 🔧 fix: Assistants API SDK calls to match Updated Arguments by @danny-avila in #8818

📦 Dependencies & Chores

🌍 Internationalization

New Contributors

Full Changelog: v0.7.9...v0.8.0-rc1

v0.7.9

24 Jul 06:37
bef5c26
Compare
Choose a tag to compare
v0.7.9 Pre-release
Pre-release

What's Changed

🏞️ Highlights

🤖 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.

Features

Bug Fixes

  • 💬 fix: update aria-label for accessibility in ConvoLink component by @berry-13 in #7320
  • 🔑 fix: use apiKey instead of openAIApiKey in OpenAI-like Config by @danny-avila in #7337
  • 🔄 fix: update navigation logic in useFocusChatEffect to ensure correct search parameters are used by @mawburn in #7340
  • 💽 fix: Exclude index page / from static cache settings by @sbruel in #7382
  • 🔄 fix: ...
Read more

librechat-1.8.9

24 Jul 06:37
bef5c26
Compare
Choose a tag to compare
librechat-1.8.9 Pre-release
Pre-release

A Helm chart for LibreChat

v0.7.9-rc1

02 Jul 17:13
9c70d1d
Compare
Choose a tag to compare
v0.7.9-rc1 Pre-release
Pre-release

What's Changed

  • ✨ feat: implement search parameter updates by @mawburn in #7151
  • 📜 docs: CHANGELOG for release v0.7.8 by @github-actions in #7290
  • 💬 fix: update aria-label for accessibility in ConvoLink component by @berry-13 in #7320
  • 🔑 fix: use apiKey instead of openAIApiKey in OpenAI-like Config by @danny-avila in #7337
  • 🔄 fix: update navigation logic in useFocusChatEffect to ensure correct search parameters are used by @mawburn in #7340
  • 🎏 feat: Add MCP support for Streamable HTTP Transport by @benverhees in #7353
  • 📦 chore: Update API Package Dependencies by @danny-avila in #7359
  • 📜 docs: Unreleased Changelog by @github-actions in #7321
  • 🌍 i18n: Add Danish and Czech and Catalan localization support by @rubentalstra in #7373
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7375
  • dev by @danny-avila in #7399
  • 🔄 fix: Improve MCP Connection Cleanup by @danny-avila in #7400
  • 🔒 feat: Add Content Security Policy using Helmet middleware by @rubentalstra in #7377
  • 🛡️ fix: Preset and Validation Logic for URL Query Params by @danny-avila in #7407
  • 🌘 fix: artifact of preview text is illegible in dark mode by @nhtruong in #7405
  • 🛡️ fix: Temporarily Remove CSP until Configurable by @danny-avila in #7419
  • 💽 fix: Exclude index page / from static cache settings by @sbruel in #7382
  • ✨ feat: Add Normalization for MCP Server Names by @danny-avila in #7421
  • 📊 feat: Improve Helm Chart by @hofq in #3638
  • 📜 docs: Unreleased Changelog by @github-actions in #7434
  • 🛡️ chore: multer v2.0.0 for CVE-2025-47935 and CVE-2025-47944 by @danny-avila in #7454
  • 🎚️ feat: Custom Parameters by @nhtruong in #7342
  • 📃 fix: Ensure MCP Resources Pass Name and Description Fields to LLM by @renehonig in #7442
  • 🔗 feat: Support Environment Variables in MCP URL Config by @benverhees in #7424
  • 🦙 chore: Add llama-4 to Vision Models List by @AmgadHasan in #7433
  • 🔧 fix: File Deletion for Azure Assistants API by @danny-avila in #7466
  • 🔬 fix: File Analysis Request Format (Azure Assistants API) by @arthurolivierfortin in #7404
  • 🖼️ chore: Linting & Transition Styling in UI Components by @danny-avila in #7467
  • ✅ fix: Emojis rendering in SplitText Animation by @sbruel in #7460
  • 📂 refactor: Improve FileAttachment & File Form Deletion by @danny-avila in #7471
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7468
  • 🦾 feat: Claude-4 Support by @danny-avila in #7509
  • 📊 chore: Remove Old Helm Chart by @hofq in #7512
  • 🪨 feat: Bedrock Support for Claude-4 Reasoning by @danny-avila in #7517
  • 🪖 chore: bump helm app version to v0.7.8 by @austin-barrington in #7524
  • 👤 feat: Enhance Agent Versioning to Track User Updates by @mawburn in #7523
  • 🧩 feat: Web Search Config Validations & Clipboard Citation Processing by @danny-avila in #7530
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7532
  • 🔧 chore: Update Data-Provider Dependencies for Typing by @danny-avila in #7533
  • 🔧 fix: Artifacts Display Crash on Close and Max Width by @danny-avila in #7540
  • 🏷️ refactor: EditPresetDialog UI and Remove chatGptLabel from Presets by @danny-avila in #7543
  • 📦 refactor: Add Additional Chunking to Vite Config by @danny-avila in #7544
  • ⌚ fix: Debounce setUserContext and Default State Param for OpenID Auth by @danny-avila in #7559
  • 📜 docs: Unreleased Changelog by @github-actions in #7560
  • 🔧 refactor: Centralize Default Agent Capabilities and Better Logging by @danny-avila in #7598
  • 💸 feat: Balance Tab in Settings Dialog by @rubentalstra in #6537
  • ☀️ a11y: Add Missing Focus to Model Selector in Light Mode by @derekjackson-das in #7607
  • ℹ️ feat: Add icons for Google, OpenAI, and Qwen endpoints by @aoaim in #7428
  • 🔧 fix: Agent Versioning with Action Hashing and OAuth Redirect by @danny-avila in #7627
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7563
  • 🔑 feat: SAML authentication by @tsutsu3 in #6169
  • 🔧 fix: Update xml-crypto dependencies in package-lock.json by @rubentalstra in #7630
  • 📈 feat: Chat rating for feedback by @rubentalstra in #5878
  • 🏗️ refactor: Extract DB layers to data-schemas for shared use by @danny-avila in #7650
  • 🔧 fix: Dev Deployment, Mistral OCR Error, and UI Consistency by @danny-avila in #7668
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7635
  • 🪙 a11y: Improved Readability of Tokens by @derhelge in #7643
  • 🎨 refactor: Auth Components UI Consistency by @berry-13 in #7651
  • 🎨 feat: Enhance UI with Smooth Animations & Image Detail Panel by @berry-13 in #7653
  • 🖼️ feat: Avatar GIF Support & Dynamic Extensions by @berry-13 in #7657
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7676
  • 🔄 chore: Update Helper Scripts to Use Data Schemas Package by @danny-avila in #7690
  • 🎨 style: Reduce Transition Duration For Nav And Header from #7653 by @danny-avila in #7691
  • 🔧 fix: Use Correct Description for Balance Info by @martvaha in #7712
  • 👓 a11y: Add Solid Marker to Improve Visibility in LLM Menu by @danny-avila in #7714
  • 🔄 fix: Handle Legacy Agent Version Creation by @mawburn in #7718
  • 📏 chore: Update ESLint Rules for Unused Variables by @mawburn in #7719
  • 🌍 i18n: Update translation.json with latest translations by @github-actions in #7692
  • 🔧 fix: Google Custom Headers, Bookmarks Menu, Sources Dialog Close by @danny-avila in #7722
  • 📧 feat: Mailgun API Email Configuration by @danny-avila in #7742
  • 🔧 fix: Apply Mongoose Plugin at Model Creation by @danny-avila in #7749
  • 🔄 fix: Update Agent Versioning to Include agent_ids by @mawburn in #7762
  • 💉 feat: Optionally Inject MCP Server Instructions by @benverhees in #7660
  • 🎨 style: Unify Styles across Themes and Improve Accessibility by @berry-13 in #7783
  • 🧠 feat: User Memories for Conversational Context by @danny-avila in #7760
  • 🎨 refactor: Enhance UI Consistency, Accessibility & Localization by @berry-13 in #7788
  • 🔍 refactor: OpenID Fetch Handling and Logging by @danny-avila in #7790
  • 📄 docs: update README by @matysanchez in #7803
  • 🧑‍💻 fix: Agents Config Defaults and Avatar Uploads Across File Strategies by @danny-avila in #7814
  • ⏱️ refactor: Retry /api/convos/gen_title every 1s for up to 20s by @sbruel in #7807
  • ✨ feat: Add Dynamic...
Read more

v0.7.8

08 May 19:20
f7777a2
Compare
Choose a tag to compare
v0.7.8 Pre-release
Pre-release

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

👐 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

Read more

v0.7.8-rc1

30 Apr 01:28
18dc3f8
Compare
Choose a tag to compare
v0.7.8-rc1 Pre-release
Pre-release

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

👐 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...
Read more

v0.7.7

06 Mar 20:14
4d04904
Compare
Choose a tag to compare
v0.7.7 Pre-release
Pre-release

What's Changed

✨ New Features

👐 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

🔧 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...
Read more

v0.7.7-rc1

11 Feb 17:14
46f0342
Compare
Choose a tag to compare
v0.7.7-rc1 Pre-release
Pre-release

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

🌍 Internationalization

👐 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...
Read more

v0.7.6

20 Dec 16:48
9b118d4
Compare
Choose a tag to compare
v0.7.6 Pre-release
Pre-release

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

Full Changelog: v0.7.5...v0.7.6

v0.7.6-rc1

07 Dec 22:17
2875380
Compare
Choose a tag to compare
v0.7.6-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.7.6-rc1