@lobehub/lobehub 2.0.0-next.214 → 2.0.0-next.215
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/e2e.yml +1 -1
- package/.github/workflows/pr-build-desktop.yml +2 -2
- package/.github/workflows/release-desktop-beta.yml +2 -2
- package/.github/workflows/release.yml +1 -1
- package/.github/workflows/test.yml +2 -2
- package/CHANGELOG.md +26 -0
- package/changelog/v1.json +9 -0
- package/package.json +1 -1
- package/src/features/Portal/Document/Header.tsx +11 -9
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
uses: ./.github/actions/setup-node-bun
|
|
34
34
|
with:
|
|
35
35
|
node-version: 24.11.1
|
|
36
|
-
bun-version:
|
|
36
|
+
bun-version: latest
|
|
37
37
|
package-manager-cache: 'false'
|
|
38
38
|
|
|
39
39
|
- name: Install deps
|
|
@@ -224,7 +224,7 @@ jobs:
|
|
|
224
224
|
uses: ./.github/actions/setup-node-bun
|
|
225
225
|
with:
|
|
226
226
|
node-version: 24.11.1
|
|
227
|
-
bun-version:
|
|
227
|
+
bun-version: latest
|
|
228
228
|
package-manager-cache: 'false'
|
|
229
229
|
|
|
230
230
|
# 下载所有平台的构建产物
|
|
@@ -32,7 +32,7 @@ jobs:
|
|
|
32
32
|
- name: Install bun
|
|
33
33
|
uses: oven-sh/setup-bun@v2
|
|
34
34
|
with:
|
|
35
|
-
bun-version:
|
|
35
|
+
bun-version: latest
|
|
36
36
|
|
|
37
37
|
- name: Install deps
|
|
38
38
|
run: bun i
|
|
@@ -216,7 +216,7 @@ jobs:
|
|
|
216
216
|
- name: Install bun
|
|
217
217
|
uses: oven-sh/setup-bun@v2
|
|
218
218
|
with:
|
|
219
|
-
bun-version:
|
|
219
|
+
bun-version: latest
|
|
220
220
|
|
|
221
221
|
# 下载所有平台的构建产物
|
|
222
222
|
- name: Download artifacts
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
- name: Install bun
|
|
73
73
|
uses: oven-sh/setup-bun@v2
|
|
74
74
|
with:
|
|
75
|
-
bun-version:
|
|
75
|
+
bun-version: latest
|
|
76
76
|
|
|
77
77
|
- name: Install deps
|
|
78
78
|
run: bun i
|
|
@@ -105,7 +105,7 @@ jobs:
|
|
|
105
105
|
- name: Install bun
|
|
106
106
|
uses: oven-sh/setup-bun@v2
|
|
107
107
|
with:
|
|
108
|
-
bun-version:
|
|
108
|
+
bun-version: latest
|
|
109
109
|
|
|
110
110
|
- name: Install deps
|
|
111
111
|
run: bun i
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
## [Version 2.0.0-next.215](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.214...v2.0.0-next.215)
|
|
6
|
+
|
|
7
|
+
<sup>Released on **2026-01-05**</sup>
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **misc**: Update CI bun version to v1.2.4, when the document filetype is agent/plan, not show the saveinto docs button.
|
|
12
|
+
|
|
13
|
+
<br/>
|
|
14
|
+
|
|
15
|
+
<details>
|
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
17
|
+
|
|
18
|
+
#### What's fixed
|
|
19
|
+
|
|
20
|
+
- **misc**: Update CI bun version to v1.2.4, closes [#11232](https://github.com/lobehub/lobe-chat/issues/11232) ([dd022d5](https://github.com/lobehub/lobe-chat/commit/dd022d5))
|
|
21
|
+
- **misc**: When the document filetype is agent/plan, not show the saveinto docs button, closes [#11227](https://github.com/lobehub/lobe-chat/issues/11227) ([3a22f32](https://github.com/lobehub/lobe-chat/commit/3a22f32))
|
|
22
|
+
|
|
23
|
+
</details>
|
|
24
|
+
|
|
25
|
+
<div align="right">
|
|
26
|
+
|
|
27
|
+
[](#readme-top)
|
|
28
|
+
|
|
29
|
+
</div>
|
|
30
|
+
|
|
5
31
|
## [Version 2.0.0-next.214](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.213...v2.0.0-next.214)
|
|
6
32
|
|
|
7
33
|
<sup>Released on **2026-01-05**</sup>
|
package/changelog/v1.json
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"children": {
|
|
4
|
+
"fixes": [
|
|
5
|
+
"Update CI bun version to v1.2.4, when the document filetype is agent/plan, not show the saveinto docs button."
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"date": "2026-01-05",
|
|
9
|
+
"version": "2.0.0-next.215"
|
|
10
|
+
},
|
|
2
11
|
{
|
|
3
12
|
"children": {},
|
|
4
13
|
"date": "2026-01-05",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/lobehub",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.215",
|
|
4
4
|
"description": "LobeHub - an open-source,comprehensive AI Agent framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"framework",
|
|
@@ -61,15 +61,17 @@ const Header = () => {
|
|
|
61
61
|
</Flexbox>
|
|
62
62
|
<Flexbox align={'center'} gap={8} horizontal>
|
|
63
63
|
<AutoSaveHint />
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
64
|
+
{document.fileType !== 'agent/plan' && (
|
|
65
|
+
<Button
|
|
66
|
+
icon={<ExternalLink size={14} />}
|
|
67
|
+
loading={loading}
|
|
68
|
+
onClick={handleOpenInPageEditor}
|
|
69
|
+
size={'small'}
|
|
70
|
+
type={'text'}
|
|
71
|
+
>
|
|
72
|
+
{t('openInPageEditor')}
|
|
73
|
+
</Button>
|
|
74
|
+
)}
|
|
73
75
|
</Flexbox>
|
|
74
76
|
</Flexbox>
|
|
75
77
|
);
|