Date: Tue, 21 Oct 2025 02:41:24 +0000
Subject: [PATCH 3/4] :bookmark: chore(release): v1.139.3 [skip ci]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
### [Version 1.139.3](https://github.com/lobehub/lobe-chat/compare/v1.139.2...v1.139.3)
Released on **2025-10-21**
#### 💄 Styles
- **misc**: Show message author in minimap.
Improvements and Fixes
#### Styles
* **misc**: Show message author in minimap, closes [#9797](https://github.com/lobehub/lobe-chat/issues/9797) ([f6daefb](https://github.com/lobehub/lobe-chat/commit/f6daefb))
[](#readme-top)
---
CHANGELOG.md | 25 +++++++++++++++++++++++++
package.json | 2 +-
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fac2c621fe8..30457d4abf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
# Changelog
+### [Version 1.139.3](https://github.com/lobehub/lobe-chat/compare/v1.139.2...v1.139.3)
+
+Released on **2025-10-21**
+
+#### 💄 Styles
+
+- **misc**: Show message author in minimap.
+
+
+
+
+Improvements and Fixes
+
+#### Styles
+
+- **misc**: Show message author in minimap, closes [#9797](https://github.com/lobehub/lobe-chat/issues/9797) ([f6daefb](https://github.com/lobehub/lobe-chat/commit/f6daefb))
+
+
+
+
+
+[](#readme-top)
+
+
+
### [Version 1.139.2](https://github.com/lobehub/lobe-chat/compare/v1.139.1...v1.139.2)
Released on **2025-10-20**
diff --git a/package.json b/package.json
index 39d782c9211..d64825f84b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
- "version": "1.139.2",
+ "version": "1.139.3",
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
"keywords": [
"framework",
From 11df190f3629e47e1f100ea270b3cdd2370a5254 Mon Sep 17 00:00:00 2001
From: lobehubbot
Date: Tue, 21 Oct 2025 02:42:55 +0000
Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=93=9D=20docs(bot):=20Auto=20sync=20a?=
=?UTF-8?q?gents=20&=20plugin=20to=20readme?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
changelog/v1.json | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/changelog/v1.json b/changelog/v1.json
index b07a5794461..a47d6fb8b83 100644
--- a/changelog/v1.json
+++ b/changelog/v1.json
@@ -1,4 +1,11 @@
[
+ {
+ "children": {
+ "improvements": ["Show message author in minimap."]
+ },
+ "date": "2025-10-21",
+ "version": "1.139.3"
+ },
{
"children": {
"improvements": ["Solve when desktop the sider agent list too long."]