Skip to content

Commit 45ad962

Browse files
committed
📝 docs(bot): Auto sync agents & plugin to readme
1 parent acbc5d8 commit 45ad962

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: changelog/v1.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"children": {
4+
"features": ["Support display thinking for DeepSeek R1."]
5+
},
6+
"date": "2025-01-24",
7+
"version": "1.48.0"
8+
},
29
{
310
"children": {
411
"improvements": ["Fix model fetch match tag error & add Hunyuan model fetch support."]

Diff for: src/features/Conversation/Messages/Assistant/Reasoning/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const useStyles = createStyles(({ css, token, isDarkMode }) => ({
3737
${rgba(token.colorTextBase, 0)} 60%
3838
);
3939
background-clip: text;
40-
background-clip: text;
4140
background-size: 200% 100%;
4241
4342
animation: shine 1.5s linear infinite;

0 commit comments

Comments
 (0)