|
2 | 2 |
|
3 | 3 | Major features and improvements since [v0.8.0](https://www.librechat.ai/changelog/v0.8.0) |
4 | 4 |
|
5 | | -### π€ Agent Handoffs |
| 5 | +### π€ Agent Handoffs (Beta) |
6 | 6 | Agents can now be configured to transfer control of conversations to other specialist agents when specific expertise is needed. |
7 | 7 |
|
8 | 8 | ### π Upload to Provider Support |
@@ -83,6 +83,7 @@ Artifacts have been improved with version control capabilities, better UI intera |
83 | 83 | * π‘οΈ 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) |
84 | 84 | * π₯οΈ 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) |
85 | 85 | * β±οΈ 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) |
86 | 87 |
|
87 | 88 | ### π Bug Fixes |
88 | 89 |
|
@@ -152,26 +153,25 @@ Artifacts have been improved with version control capabilities, better UI intera |
152 | 153 | * π 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) |
153 | 154 | * π 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) |
154 | 155 | * π 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) |
155 | 157 |
|
156 | 158 | ### π¦ Dependencies & Chores |
157 | 159 |
|
158 | 160 | * π§Ή chore: Cleanup Logger and Utility Imports by [@danny-avila](https://github.com/danny-avila) in [#9935](https://github.com/danny-avila/LibreChat/pull/9935) |
159 | 161 | * βοΈ 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) |
163 | 164 | * π¦ 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) |
164 | 165 | * π¦ 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) |
165 | 166 | * π¦ 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) |
166 | 167 | * π¦ chore: Jest & Eslint Package Updates by [@danny-avila](https://github.com/danny-avila) in [#10536](https://github.com/danny-avila/LibreChat/pull/10536) |
167 | 168 | * π¦ 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) |
168 | 169 | * πͺ΅ 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) |
170 | 171 | * π¦ 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) |
173 | 172 | * π 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) |
175 | 175 |
|
176 | 176 | ### π§ Refactoring |
177 | 177 |
|
@@ -201,7 +201,9 @@ Artifacts have been improved with version control capabilities, better UI intera |
201 | 201 | * π 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) |
202 | 202 | * π§ refactor: `iconURL` Handling in Submission Flow by [@danny-avila](https://github.com/danny-avila) in [#10772](https://github.com/danny-avila/LibreChat/pull/10772) |
203 | 203 | * β‘ 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) |
204 | 205 | * π¦ 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) |
205 | 207 | * π 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) |
206 | 208 | * ποΈ refactor: Improve prompt for Better Citation Formatting by [@mludvig](https://github.com/mludvig) in [#10858](https://github.com/danny-avila/LibreChat/pull/10858) |
207 | 209 |
|
|
0 commit comments