Skip to content

Commit 391e6d4

Browse files
committed
chore: update release date to 2025/12/11 for v0.8.1
1 parent e697038 commit 391e6d4

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

β€Žcomponents/changelog/content/v0.8.1.mdxβ€Ž

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Major features and improvements since [v0.8.0](https://www.librechat.ai/changelog/v0.8.0)
44

5-
### πŸ€– Agent Handoffs
5+
### πŸ€– Agent Handoffs (Beta)
66
Agents can now be configured to transfer control of conversations to other specialist agents when specific expertise is needed.
77

88
### πŸ“Ž Upload to Provider Support
@@ -83,6 +83,7 @@ Artifacts have been improved with version control capabilities, better UI intera
8383
* πŸ›‘οΈ feat: Add Middleware for JSON Parsing and Prompt Group Updates by [@danny-avila](https://github.com/danny-avila) in [#10757](https://github.com/danny-avila/LibreChat/pull/10757)
8484
* πŸ–₯️ feat: Add Proxy Support for Tavily API Tool by [@danny-avila](https://github.com/danny-avila) in [#10770](https://github.com/danny-avila/LibreChat/pull/10770)
8585
* ⏱️ feat: Make User Connection Idle Timeout Configurable by [@abhishekag03](https://github.com/abhishekag03) in [#10866](https://github.com/danny-avila/LibreChat/pull/10866)
86+
* πŸ›œ feat: Support Legacy OAuth Servers without `.well-known` Metadata by [@danny-avila](https://github.com/danny-avila) in [#10917](https://github.com/danny-avila/LibreChat/pull/10917)
8687

8788
### πŸ› Bug Fixes
8889

@@ -152,26 +153,25 @@ Artifacts have been improved with version control capabilities, better UI intera
152153
* πŸ”‘ fix: Gemini Custom Endpoint Auth. for OAI-Compatible API by [@danny-avila](https://github.com/danny-avila) in [#10806](https://github.com/danny-avila/LibreChat/pull/10806)
153154
* πŸ”Š fix: Missing Proxy config in TTS and STT Services by [@alfo-dev](https://github.com/alfo-dev) in [#10852](https://github.com/danny-avila/LibreChat/pull/10852)
154155
* πŸ”Š fix: Validate language format for OpenAI STT model by [@danny-avila](https://github.com/danny-avila) in [#10875](https://github.com/danny-avila/LibreChat/pull/10875)
156+
* πŸ”§ fix: Error handling in Firebase and Local file deletion by [@danny-avila](https://github.com/danny-avila) in [#10894](https://github.com/danny-avila/LibreChat/pull/10894)
155157

156158
### πŸ“¦ Dependencies & Chores
157159

158160
* 🧹 chore: Cleanup Logger and Utility Imports by [@danny-avila](https://github.com/danny-avila) in [#9935](https://github.com/danny-avila/LibreChat/pull/9935)
159161
* βš™οΈ chore: Resolve Build Warning, Package Cleanup, Robust Temp Chat Time by [@danny-avila](https://github.com/danny-avila) in [#9962](https://github.com/danny-avila/LibreChat/pull/9962)
160-
* πŸ“¦ chore: Bump `nodemailer` to v7.0.9 by [@danny-avila](https://github.com/danny-avila) in [#10045](https://github.com/danny-avila/LibreChat/pull/10045)
161-
* πŸ’Έ chore: Update Gemini 2.5 Flash Lite Input Pricing by [@KarthiDreamr](https://github.com/KarthiDreamr) in [#10062](https://github.com/danny-avila/LibreChat/pull/10062)
162-
* πŸ“¦ chore: update `@librechat/agents` to v2.4.86 by [@danny-avila](https://github.com/danny-avila) in [#10216](https://github.com/danny-avila/LibreChat/pull/10216)
162+
* οΏ½ chore: Update Gemini 2.5 Flash Lite Input Pricing by [@KarthiDreamr](https://github.com/KarthiDreamr) in [#10062](https://github.com/danny-avila/LibreChat/pull/10062)
163+
* πŸ“¦ chore: Bump `@librechat/agents` from v2.4.86 to v3.0.50 by [@danny-avila](https://github.com/danny-avila) in [#10216](https://github.com/danny-avila/LibreChat/pull/10216), [#10704](https://github.com/danny-avila/LibreChat/pull/10704), [#10775](https://github.com/danny-avila/LibreChat/pull/10775), [#10874](https://github.com/danny-avila/LibreChat/pull/10874)
163164
* πŸ“¦ chore: update `vite` to v6.4.1 and `@playwright/test` to v1.56.1 by [@danny-avila](https://github.com/danny-avila) in [#10227](https://github.com/danny-avila/LibreChat/pull/10227)
164165
* πŸ“¦ chore: Remove `@langchain/community` & Related Legacy Code by [@danny-avila](https://github.com/danny-avila) in [#10375](https://github.com/danny-avila/LibreChat/pull/10375)
165166
* πŸ“¦ chore: Bump `@modelcontextprotocol/sdk` to v1.21.0 by [@danny-avila](https://github.com/danny-avila) in [#10469](https://github.com/danny-avila/LibreChat/pull/10469)
166167
* πŸ“¦ chore: Jest & Eslint Package Updates by [@danny-avila](https://github.com/danny-avila) in [#10536](https://github.com/danny-avila/LibreChat/pull/10536)
167168
* πŸ“¦ chore: Update Packages for Security & Remove Unnecessary by [@danny-avila](https://github.com/danny-avila) in [#10620](https://github.com/danny-avila/LibreChat/pull/10620)
168169
* πŸͺ΅ chore: Clean up Debug Logs in OpenID Token Extraction by [@danny-avila](https://github.com/danny-avila) in [#10687](https://github.com/danny-avila/LibreChat/pull/10687)
169-
* πŸ“¦ chore: Bump `@librechat/agents` to v3.0.33 by [@danny-avila](https://github.com/danny-avila) in [#10704](https://github.com/danny-avila/LibreChat/pull/10704)
170+
* πŸ“¦ chore: Bump `nodemailer` from v7.0.9 to v7.0.11 by [@danny-avila](https://github.com/danny-avila) in [#10045](https://github.com/danny-avila/LibreChat/pull/10045), [#10762](https://github.com/danny-avila/LibreChat/pull/10762)
170171
* πŸ“¦ chore: Bump `mdast-util-to-hast` to v13.2.1 by [@danny-avila](https://github.com/danny-avila) in [#10761](https://github.com/danny-avila/LibreChat/pull/10761)
171-
* πŸ“¦ chore: Bump `nodemailer` to v7.0.11 by [@danny-avila](https://github.com/danny-avila) in [#10762](https://github.com/danny-avila/LibreChat/pull/10762)
172-
* πŸ“¦ chore: Bump `@librechat/agents` to v3.0.36 by [@danny-avila](https://github.com/danny-avila) in [#10775](https://github.com/danny-avila/LibreChat/pull/10775)
173172
* 🍞 chore: Update `bun.lock` & Related Scripts by [@danny-avila](https://github.com/danny-avila) in [#10824](https://github.com/danny-avila/LibreChat/pull/10824)
174-
* πŸ“¦ chore: Bump `@librechat/agents` to v3.0.50 by [@danny-avila](https://github.com/danny-avila) in [#10874](https://github.com/danny-avila/LibreChat/pull/10874)
173+
* πŸ“¦ chore: Bump Local Package Versions by [@danny-avila](https://github.com/danny-avila) in [#10883](https://github.com/danny-avila/LibreChat/pull/10883)
174+
* πŸ“¦ chore: Bump `jws` dependencies via `npm audit fix` by [@danny-avila](https://github.com/danny-avila) in [#10918](https://github.com/danny-avila/LibreChat/pull/10918)
175175

176176
### πŸ”§ Refactoring
177177

@@ -201,7 +201,9 @@ Artifacts have been improved with version control capabilities, better UI intera
201201
* πŸ“ refactor: Exclude Params from OAI Reasoning Models by [@danny-avila](https://github.com/danny-avila) in [#10745](https://github.com/danny-avila/LibreChat/pull/10745)
202202
* 🧊 refactor: `iconURL` Handling in Submission Flow by [@danny-avila](https://github.com/danny-avila) in [#10772](https://github.com/danny-avila/LibreChat/pull/10772)
203203
* ⚑ refactor: Optimize & Standardize Tokenizer Usage by [@danny-avila](https://github.com/danny-avila) in [#10777](https://github.com/danny-avila/LibreChat/pull/10777)
204+
* πŸͺŸ refactor: Portal Control for Shared View Settings and Google Balance Support by [@danny-avila](https://github.com/danny-avila) in [#10786](https://github.com/danny-avila/LibreChat/pull/10786)
204205
* πŸ“¦ refactor: Request Message Sanitization for Smaller Final Response by [@danny-avila](https://github.com/danny-avila) in [#10792](https://github.com/danny-avila/LibreChat/pull/10792)
206+
* πŸ“‘ refactor: File Search Citations Dual-Format Unicode Handling by [@danny-avila](https://github.com/danny-avila) in [#10888](https://github.com/danny-avila/LibreChat/pull/10888)
205207
* πŸ“‚ refactor: File Type Inference for Frontend File Validation by [@danny-avila](https://github.com/danny-avila) in [#10807](https://github.com/danny-avila/LibreChat/pull/10807)
206208
* πŸ–‡οΈ refactor: Improve prompt for Better Citation Formatting by [@mludvig](https://github.com/mludvig) in [#10858](https://github.com/danny-avila/LibreChat/pull/10858)
207209

β€Žpages/changelog/v0.8.1.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2025/12/10
2+
date: 2025/12/11
33
title: πŸš€ LibreChat v0.8.1
44
description: The v0.8.1 release of LibreChat
55
---

0 commit comments

Comments
Β (0)