Skip to content

Commit aa52996

Browse files
authored
Merge branch 'lobehub:main' into main
2 parents a64b87f + d9da1f9 commit aa52996

File tree

90 files changed

+1931
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1931
-252
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: '🐛 Bug Report'
22
description: 'Report an bug'
3-
title: '[Bug] '
4-
labels: ['🐛 Bug']
3+
labels: ['unconfirm']
54
type: Bug
65
body:
76
- type: dropdown
@@ -10,6 +9,7 @@ body:
109
multiple: true
1110
options:
1211
- 'Official Preview'
12+
- 'Official Cloud'
1313
- 'Vercel'
1414
- 'Zeabur'
1515
- 'Sealos'

.github/ISSUE_TEMPLATE/1_bug_report_cn.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: '🐛 反馈缺陷'
22
description: '反馈一个问题缺陷'
3-
title: '[Bug] '
4-
labels: ['🐛 Bug']
3+
labels: ['unconfirm']
54
type: Bug
65
body:
76
- type: markdown
@@ -17,6 +16,7 @@ body:
1716
multiple: true
1817
options:
1918
- 'Official Preview'
19+
- 'Official Cloud'
2020
- 'Vercel'
2121
- 'Zeabur'
2222
- 'Sealos'

.github/ISSUE_TEMPLATE/2_feature_request.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: '🌠 Feature Request'
22
description: 'Suggest an idea'
33
title: '[Request] '
4-
labels: ['🌠 Feature Request']
54
type: Feature
65
body:
76
- type: textarea

.github/ISSUE_TEMPLATE/2_feature_request_cn.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: '🌠 功能需求'
22
description: '提出需求或建议'
33
title: '[Request] '
4-
labels: ['🌠 Feature Request']
54
type: Feature
65
body:
76
- type: textarea
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Database Schema Visualization CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'docs/developer/database-schema.dbml'
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Install dbdocs
17+
run: sudo npm install -g dbdocs
18+
19+
- name: Check dbdocs
20+
run: dbdocs
21+
22+
- name: sync database schema to dbdocs
23+
env:
24+
DBDOCS_TOKEN: ${{ secrets.DBDOCS_TOKEN }}
25+
run: npm run db:visualize

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
lockfile=false
22
resolution-mode=highest
33

4+
ignore-workspace-root-check=true
45
enable-pre-post-scripts=true
56

67
public-hoist-pattern[]=*@umijs/lint*

CHANGELOG.md

+108
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,114 @@
22

33
# Changelog
44

5+
### [Version 1.71.3](https://github.com/lobehub/lobe-chat/compare/v1.71.2...v1.71.3)
6+
7+
<sup>Released on **2025-03-15**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Fix claude 3.5+ models context max output.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's fixed
19+
20+
- **misc**: Fix claude 3.5+ models context max output, closes [#6984](https://github.com/lobehub/lobe-chat/issues/6984) ([da342dd](https://github.com/lobehub/lobe-chat/commit/da342dd))
21+
22+
</details>
23+
24+
<div align="right">
25+
26+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27+
28+
</div>
29+
30+
### [Version 1.71.2](https://github.com/lobehub/lobe-chat/compare/v1.71.1...v1.71.2)
31+
32+
<sup>Released on **2025-03-15**</sup>
33+
34+
#### 🐛 Bug Fixes
35+
36+
- **misc**: Fix knowledge base issue.
37+
38+
<br/>
39+
40+
<details>
41+
<summary><kbd>Improvements and Fixes</kbd></summary>
42+
43+
#### What's fixed
44+
45+
- **misc**: Fix knowledge base issue, closes [#6973](https://github.com/lobehub/lobe-chat/issues/6973) ([15f39ef](https://github.com/lobehub/lobe-chat/commit/15f39ef))
46+
47+
</details>
48+
49+
<div align="right">
50+
51+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
52+
53+
</div>
54+
55+
### [Version 1.71.1](https://github.com/lobehub/lobe-chat/compare/v1.71.0...v1.71.1)
56+
57+
<sup>Released on **2025-03-15**</sup>
58+
59+
#### 🐛 Bug Fixes
60+
61+
- **misc**: Fix google gemini output relative issue.
62+
63+
#### 💄 Styles
64+
65+
- **misc**: Update Vertex AI models.
66+
67+
<br/>
68+
69+
<details>
70+
<summary><kbd>Improvements and Fixes</kbd></summary>
71+
72+
#### What's fixed
73+
74+
- **misc**: Fix google gemini output relative issue, closes [#6970](https://github.com/lobehub/lobe-chat/issues/6970) ([fdcaaf3](https://github.com/lobehub/lobe-chat/commit/fdcaaf3))
75+
76+
#### Styles
77+
78+
- **misc**: Update Vertex AI models, closes [#6967](https://github.com/lobehub/lobe-chat/issues/6967) ([d4432f1](https://github.com/lobehub/lobe-chat/commit/d4432f1))
79+
80+
</details>
81+
82+
<div align="right">
83+
84+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
85+
86+
</div>
87+
88+
## [Version 1.71.0](https://github.com/lobehub/lobe-chat/compare/v1.70.11...v1.71.0)
89+
90+
<sup>Released on **2025-03-14**</sup>
91+
92+
#### ✨ Features
93+
94+
- **misc**: Support gemini image output in chat.
95+
96+
<br/>
97+
98+
<details>
99+
<summary><kbd>Improvements and Fixes</kbd></summary>
100+
101+
#### What's improved
102+
103+
- **misc**: Support gemini image output in chat, closes [#6931](https://github.com/lobehub/lobe-chat/issues/6931) ([d4c0d1f](https://github.com/lobehub/lobe-chat/commit/d4c0d1f))
104+
105+
</details>
106+
107+
<div align="right">
108+
109+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
110+
111+
</div>
112+
5113
### [Version 1.70.11](https://github.com/lobehub/lobe-chat/compare/v1.70.10...v1.70.11)
6114

7115
<sup>Released on **2025-03-13**</sup>

changelog/v1.json

+29
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
[
2+
{
3+
"children": {
4+
"fixes": ["Fix claude 3.5+ models context max output."]
5+
},
6+
"date": "2025-03-15",
7+
"version": "1.71.3"
8+
},
9+
{
10+
"children": {
11+
"fixes": ["Fix knowledge base issue."]
12+
},
13+
"date": "2025-03-15",
14+
"version": "1.71.2"
15+
},
16+
{
17+
"children": {
18+
"fixes": ["Fix google gemini output relative issue."],
19+
"improvements": ["Update Vertex AI models."]
20+
},
21+
"date": "2025-03-15",
22+
"version": "1.71.1"
23+
},
24+
{
25+
"children": {
26+
"features": ["Support gemini image output in chat."]
27+
},
28+
"date": "2025-03-14",
29+
"version": "1.71.0"
30+
},
231
{
332
"children": {},
433
"date": "2025-03-13",

0 commit comments

Comments
 (0)