Update lobe-chat to version v1.84.1 (#2654)

This commit is contained in:
Alexander L. 2025-04-28 13:13:19 +02:00 committed by GitHub
parent 29bb4fd93d
commit 4b982a4b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

@ -7,6 +7,6 @@ services:
APP_PORT: 3210
app:
image: lobehub/lobe-chat:1.82.1@sha256:4ad1f82d8c6d23d30f5887e225ac36e5ef0c9e387872eb7a7746d3d632dbcfc8
image: lobehub/lobe-chat:1.84.1@sha256:b93b80860515cdfb851694bc1acaa9d3cad4c7d0845dce862a7a9094d0d8da03
restart: on-failure
user: "1000:1000"

View File

@ -3,7 +3,7 @@ id: lobe-chat
name: Lobe Chat
tagline: An open-source, modern-design AI chat framework
category: ai
version: "1.82.1"
version: "1.84.1"
port: 7455
description: >-
💬 An open-source, modern-design ChatGPT/LLMs UI/Framework.
@ -30,15 +30,18 @@ defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: >-
This update includes new features, improvements and bug fixes.
This update includes new features and improvements.
Key highlights:
- Added support for Streamable HTTP MCP server and search1api as a search provider
- Introduced new model support: SenseNova-V6, SenseChat-Vision, 360 AI, Taichu, AI21, o3/o4-mini, step-r1, glm-z1
- Improved UI with style tweaks: token performance display, SystemRole folding, hotkeys, container borders
- Fixed bugs in model fetching, Gemini tool calling, search prompt, and NextAuth version lock
- Refactored code for user info fetching and feature documentation
- Improved UI design and hotkeys
- Upgraded to Lobe UI v2
- Fixed various cloud sync and connection issues
- Improved OAuth, OpenAI tools, and SSO avatar handling
- Supported new Wenxin models and desktop release workflow
- Enhanced mobile performance and stability
- Fixed timezone and hydration errors
- Updated OpenRouter model IDs
Full release notes are available at https://github.com/lobehub/lobe-chat/releases