@opensumi/ide-ai-native 3.8.3-next-1747225210.0 → 3.8.3-next-1747279534.0
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.
|
@@ -554,7 +554,18 @@
|
|
|
554
554
|
align-items: center;
|
|
555
555
|
gap: 4px;
|
|
556
556
|
margin-bottom: 4px;
|
|
557
|
-
transition:
|
|
557
|
+
transition: all 0.2s ease-in-out;
|
|
558
|
+
background: var(--design-container-background);
|
|
559
|
+
border: none;
|
|
560
|
+
padding: 4px 8px;
|
|
561
|
+
border-radius: 4px;
|
|
562
|
+
font-size: 12px;
|
|
563
|
+
color: var(--design-text-foreground);
|
|
564
|
+
|
|
565
|
+
&:hover {
|
|
566
|
+
background: var(--design-block-hoverBackground);
|
|
567
|
+
}
|
|
568
|
+
|
|
558
569
|
:global {
|
|
559
570
|
.codicon {
|
|
560
571
|
color: inherit;
|
|
@@ -562,13 +573,22 @@
|
|
|
562
573
|
.codicon-sparkle {
|
|
563
574
|
margin-right: -1px;
|
|
564
575
|
font-size: 14px;
|
|
576
|
+
color: var(--design-text-foreground);
|
|
577
|
+
}
|
|
578
|
+
.codicon-chevron-right,
|
|
579
|
+
.codicon-chevron-down {
|
|
580
|
+
font-size: 12px;
|
|
581
|
+
margin-left: 2px;
|
|
565
582
|
}
|
|
566
583
|
}
|
|
567
584
|
}
|
|
568
585
|
.reasoning_content {
|
|
569
|
-
padding
|
|
586
|
+
padding: 8px 12px;
|
|
587
|
+
margin-top: 4px;
|
|
570
588
|
border-left: 2px solid var(--descriptionForeground);
|
|
571
589
|
color: var(--descriptionForeground);
|
|
590
|
+
background: var(--design-block-background);
|
|
591
|
+
border-radius: 4px;
|
|
572
592
|
}
|
|
573
593
|
}
|
|
574
594
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-ai-native",
|
|
3
|
-
"version": "3.8.3-next-
|
|
3
|
+
"version": "3.8.3-next-1747279534.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -24,27 +24,27 @@
|
|
|
24
24
|
"@ai-sdk/openai": "^1.1.9",
|
|
25
25
|
"@ai-sdk/openai-compatible": "^0.1.11",
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.3.1",
|
|
27
|
-
"@opensumi/ide-addons": "3.8.3-next-
|
|
28
|
-
"@opensumi/ide-components": "3.8.3-next-
|
|
29
|
-
"@opensumi/ide-connection": "3.8.3-next-
|
|
30
|
-
"@opensumi/ide-core-common": "3.8.3-next-
|
|
31
|
-
"@opensumi/ide-core-node": "3.8.3-next-
|
|
32
|
-
"@opensumi/ide-debug": "3.8.3-next-
|
|
33
|
-
"@opensumi/ide-design": "3.8.3-next-
|
|
34
|
-
"@opensumi/ide-editor": "3.8.3-next-
|
|
35
|
-
"@opensumi/ide-file-search": "3.8.3-next-
|
|
36
|
-
"@opensumi/ide-file-service": "3.8.3-next-
|
|
37
|
-
"@opensumi/ide-main-layout": "3.8.3-next-
|
|
38
|
-
"@opensumi/ide-markers": "3.8.3-next-
|
|
39
|
-
"@opensumi/ide-monaco": "3.8.3-next-
|
|
40
|
-
"@opensumi/ide-outline": "3.8.3-next-
|
|
41
|
-
"@opensumi/ide-overlay": "3.8.3-next-
|
|
42
|
-
"@opensumi/ide-preferences": "3.8.3-next-
|
|
43
|
-
"@opensumi/ide-search": "3.8.3-next-
|
|
44
|
-
"@opensumi/ide-terminal-next": "3.8.3-next-
|
|
45
|
-
"@opensumi/ide-theme": "3.8.3-next-
|
|
46
|
-
"@opensumi/ide-utils": "3.8.3-next-
|
|
47
|
-
"@opensumi/ide-workspace": "3.8.3-next-
|
|
27
|
+
"@opensumi/ide-addons": "3.8.3-next-1747279534.0",
|
|
28
|
+
"@opensumi/ide-components": "3.8.3-next-1747279534.0",
|
|
29
|
+
"@opensumi/ide-connection": "3.8.3-next-1747279534.0",
|
|
30
|
+
"@opensumi/ide-core-common": "3.8.3-next-1747279534.0",
|
|
31
|
+
"@opensumi/ide-core-node": "3.8.3-next-1747279534.0",
|
|
32
|
+
"@opensumi/ide-debug": "3.8.3-next-1747279534.0",
|
|
33
|
+
"@opensumi/ide-design": "3.8.3-next-1747279534.0",
|
|
34
|
+
"@opensumi/ide-editor": "3.8.3-next-1747279534.0",
|
|
35
|
+
"@opensumi/ide-file-search": "3.8.3-next-1747279534.0",
|
|
36
|
+
"@opensumi/ide-file-service": "3.8.3-next-1747279534.0",
|
|
37
|
+
"@opensumi/ide-main-layout": "3.8.3-next-1747279534.0",
|
|
38
|
+
"@opensumi/ide-markers": "3.8.3-next-1747279534.0",
|
|
39
|
+
"@opensumi/ide-monaco": "3.8.3-next-1747279534.0",
|
|
40
|
+
"@opensumi/ide-outline": "3.8.3-next-1747279534.0",
|
|
41
|
+
"@opensumi/ide-overlay": "3.8.3-next-1747279534.0",
|
|
42
|
+
"@opensumi/ide-preferences": "3.8.3-next-1747279534.0",
|
|
43
|
+
"@opensumi/ide-search": "3.8.3-next-1747279534.0",
|
|
44
|
+
"@opensumi/ide-terminal-next": "3.8.3-next-1747279534.0",
|
|
45
|
+
"@opensumi/ide-theme": "3.8.3-next-1747279534.0",
|
|
46
|
+
"@opensumi/ide-utils": "3.8.3-next-1747279534.0",
|
|
47
|
+
"@opensumi/ide-workspace": "3.8.3-next-1747279534.0",
|
|
48
48
|
"@xterm/xterm": "5.5.0",
|
|
49
49
|
"ai": "^4.1.45",
|
|
50
50
|
"ansi-regex": "^2.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"zod-to-json-schema": "^3.24.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@opensumi/ide-core-browser": "3.8.3-next-
|
|
64
|
+
"@opensumi/ide-core-browser": "3.8.3-next-1747279534.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "4514b2de3b588efe1122dda1d79d6b579716704d"
|
|
67
67
|
}
|
|
@@ -554,7 +554,18 @@
|
|
|
554
554
|
align-items: center;
|
|
555
555
|
gap: 4px;
|
|
556
556
|
margin-bottom: 4px;
|
|
557
|
-
transition:
|
|
557
|
+
transition: all 0.2s ease-in-out;
|
|
558
|
+
background: var(--design-container-background);
|
|
559
|
+
border: none;
|
|
560
|
+
padding: 4px 8px;
|
|
561
|
+
border-radius: 4px;
|
|
562
|
+
font-size: 12px;
|
|
563
|
+
color: var(--design-text-foreground);
|
|
564
|
+
|
|
565
|
+
&:hover {
|
|
566
|
+
background: var(--design-block-hoverBackground);
|
|
567
|
+
}
|
|
568
|
+
|
|
558
569
|
:global {
|
|
559
570
|
.codicon {
|
|
560
571
|
color: inherit;
|
|
@@ -562,13 +573,22 @@
|
|
|
562
573
|
.codicon-sparkle {
|
|
563
574
|
margin-right: -1px;
|
|
564
575
|
font-size: 14px;
|
|
576
|
+
color: var(--design-text-foreground);
|
|
577
|
+
}
|
|
578
|
+
.codicon-chevron-right,
|
|
579
|
+
.codicon-chevron-down {
|
|
580
|
+
font-size: 12px;
|
|
581
|
+
margin-left: 2px;
|
|
565
582
|
}
|
|
566
583
|
}
|
|
567
584
|
}
|
|
568
585
|
.reasoning_content {
|
|
569
|
-
padding
|
|
586
|
+
padding: 8px 12px;
|
|
587
|
+
margin-top: 4px;
|
|
570
588
|
border-left: 2px solid var(--descriptionForeground);
|
|
571
589
|
color: var(--descriptionForeground);
|
|
590
|
+
background: var(--design-block-background);
|
|
591
|
+
border-radius: 4px;
|
|
572
592
|
}
|
|
573
593
|
}
|
|
574
594
|
|