diff --git a/changelog/v1.json b/changelog/v1.json
index c8dbc874aa88..3381834a349c 100644
--- a/changelog/v1.json
+++ b/changelog/v1.json
@@ -1,4 +1,46 @@
[
+ {
+ "children": {
+ "fixes": ["Fix *_MODEL_LIST env in new provider."]
+ },
+ "date": "2025-01-10",
+ "version": "1.45.6"
+ },
+ {
+ "children": {
+ "fixes": ["Revert officeparser."]
+ },
+ "date": "2025-01-09",
+ "version": "1.45.5"
+ },
+ {
+ "children": {
+ "fixes": ["Fix GitHub and huggingface provider config unusable."]
+ },
+ "date": "2025-01-09",
+ "version": "1.45.4"
+ },
+ {
+ "children": {
+ "fixes": ["Fix some ai provider known issues."]
+ },
+ "date": "2025-01-09",
+ "version": "1.45.3"
+ },
+ {
+ "children": {
+ "improvements": ["Update siliconcloud model list."]
+ },
+ "date": "2025-01-09",
+ "version": "1.45.2"
+ },
+ {
+ "children": {
+ "fixes": ["Fix remark gfm regex breaks in Safari versions < 16.4."]
+ },
+ "date": "2025-01-09",
+ "version": "1.45.1"
+ },
{
"children": {
"features": ["Update Remark."]
diff --git a/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx b/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx
index 04aaa7e824ed..d90766215114 100644
--- a/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx
+++ b/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx
@@ -53,7 +53,7 @@ const TelemetryNotification = memo<{ mobile?: boolean }>(({ mobile }) => {
avatar={}
background={theme.geekblue1}
style={{ color: theme.geekblue7 }}
- >
+ />
diff --git a/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx b/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx
index f98b22201583..b007933709a4 100644
--- a/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx
+++ b/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx
@@ -34,7 +34,7 @@ const LineIcon: IconType = forwardRef(({ size = 130, style, ...rest }, ref) => (
xmlns="http://www.w3.org/2000/svg"
{...rest}
>
-
+
));
diff --git a/src/app/(main)/files/[id]/Header.tsx b/src/app/(main)/files/[id]/Header.tsx
index c52b58fb8972..3ffd5f9fbb51 100644
--- a/src/app/(main)/files/[id]/Header.tsx
+++ b/src/app/(main)/files/[id]/Header.tsx
@@ -32,7 +32,7 @@ const Header = memo(({ filename, url }) => {
>
-
+
{content}
diff --git a/src/features/InitClientDB/PGliteIcon.tsx b/src/features/InitClientDB/PGliteIcon.tsx
index a67c0665384b..8379acf526c0 100644
--- a/src/features/InitClientDB/PGliteIcon.tsx
+++ b/src/features/InitClientDB/PGliteIcon.tsx
@@ -20,7 +20,7 @@ const PGliteIcon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref)
+ />
);
});