@deepseek-ai/dsh-client-ui-tool 0.0.1-rc.3 → 0.1.0-rc.2
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/LICENSE +17 -24
- package/lib/client.js +37 -37
- package/package.json +21 -21
package/LICENSE
CHANGED
|
@@ -1,28 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026
|
|
3
|
+
Copyright (c) 2026 DeepSeek
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
7
11
|
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
20
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
21
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
22
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
23
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
25
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
26
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
27
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
28
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/lib/client.js
CHANGED
|
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
|
|
|
605
605
|
document.head.appendChild(tag);
|
|
606
606
|
}
|
|
607
607
|
var ToolRow_module_css_default = {
|
|
608
|
-
"
|
|
609
|
-
"webBody": "o3BgMG_webBody",
|
|
610
|
-
"searchRecovery": "o3BgMG_searchRecovery",
|
|
608
|
+
"bodyScroll": "o3BgMG_bodyScroll",
|
|
611
609
|
"codeBody": "o3BgMG_codeBody",
|
|
610
|
+
"searchRecovery": "o3BgMG_searchRecovery",
|
|
612
611
|
"visuallyHidden": "o3BgMG_visuallyHidden",
|
|
613
|
-
"
|
|
614
|
-
"
|
|
612
|
+
"readBody": "o3BgMG_readBody",
|
|
613
|
+
"webBody": "o3BgMG_webBody",
|
|
615
614
|
"ioSection": "o3BgMG_ioSection",
|
|
616
|
-
"
|
|
617
|
-
"
|
|
618
|
-
"
|
|
615
|
+
"summarySuffix": "o3BgMG_summarySuffix",
|
|
616
|
+
"ioText": "o3BgMG_ioText",
|
|
617
|
+
"root": "o3BgMG_root",
|
|
619
618
|
"errorSummary": "o3BgMG_errorSummary",
|
|
620
|
-
"bodyScroll": "o3BgMG_bodyScroll",
|
|
621
619
|
"dsh-tool-row-sweep": "o3BgMG_dsh-tool-row-sweep",
|
|
622
|
-
"
|
|
623
|
-
"ioText": "o3BgMG_ioText",
|
|
624
|
-
"chevron": "o3BgMG_chevron",
|
|
625
|
-
"summary": "o3BgMG_summary",
|
|
620
|
+
"ioLabel": "o3BgMG_ioLabel",
|
|
626
621
|
"fileLink": "o3BgMG_fileLink",
|
|
627
|
-
"terminalBody": "o3BgMG_terminalBody",
|
|
628
|
-
"readBody": "o3BgMG_readBody",
|
|
629
622
|
"sep": "o3BgMG_sep",
|
|
630
|
-
"
|
|
631
|
-
"
|
|
623
|
+
"summary": "o3BgMG_summary",
|
|
624
|
+
"row": "o3BgMG_row",
|
|
625
|
+
"title": "o3BgMG_title",
|
|
626
|
+
"ioCard": "o3BgMG_ioCard",
|
|
627
|
+
"terminalBody": "o3BgMG_terminalBody",
|
|
628
|
+
"diffBody": "o3BgMG_diffBody",
|
|
629
|
+
"leading": "o3BgMG_leading",
|
|
630
|
+
"chevron": "o3BgMG_chevron",
|
|
631
|
+
"ioDivider": "o3BgMG_ioDivider",
|
|
632
|
+
"inspectButton": "o3BgMG_inspectButton",
|
|
632
633
|
"bodyWrap": "o3BgMG_bodyWrap",
|
|
633
|
-
"searchBody": "o3BgMG_searchBody"
|
|
634
|
-
"leading": "o3BgMG_leading"
|
|
634
|
+
"searchBody": "o3BgMG_searchBody"
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
637
|
//#region lib/types/client/tool/components/ToolRow.js
|
|
@@ -949,13 +949,13 @@ window.__ModuleLoader__.load({
|
|
|
949
949
|
document.head.appendChild(tag);
|
|
950
950
|
}
|
|
951
951
|
var ToolDetails_module_css_default = {
|
|
952
|
+
"recovery": "xDAfVq_recovery",
|
|
953
|
+
"code": "xDAfVq_code",
|
|
952
954
|
"description": "xDAfVq_description",
|
|
953
|
-
"read": "xDAfVq_read",
|
|
954
|
-
"web": "xDAfVq_web",
|
|
955
955
|
"empty": "xDAfVq_empty",
|
|
956
|
+
"read": "xDAfVq_read",
|
|
956
957
|
"cardBody": "xDAfVq_cardBody",
|
|
957
|
-
"
|
|
958
|
-
"code": "xDAfVq_code"
|
|
958
|
+
"web": "xDAfVq_web"
|
|
959
959
|
};
|
|
960
960
|
//#endregion
|
|
961
961
|
//#region lib/types/client/tool/ToolDetails.js
|
|
@@ -1099,26 +1099,26 @@ window.__ModuleLoader__.load({
|
|
|
1099
1099
|
document.head.appendChild(tag);
|
|
1100
1100
|
}
|
|
1101
1101
|
var bash_sample_module_css_default = {
|
|
1102
|
-
"root": "CY-8Ka_root",
|
|
1103
1102
|
"sep": "CY-8Ka_sep",
|
|
1104
|
-
"
|
|
1105
|
-
"inspectButton": "CY-8Ka_inspectButton",
|
|
1103
|
+
"iconIdle": "CY-8Ka_iconIdle",
|
|
1106
1104
|
"ioDivider": "CY-8Ka_ioDivider",
|
|
1107
|
-
"leading": "CY-8Ka_leading",
|
|
1108
|
-
"title": "CY-8Ka_title",
|
|
1109
|
-
"ioText": "CY-8Ka_ioText",
|
|
1110
|
-
"ioCard": "CY-8Ka_ioCard",
|
|
1111
1105
|
"card": "CY-8Ka_card",
|
|
1112
|
-
"
|
|
1106
|
+
"inspectButton": "CY-8Ka_inspectButton",
|
|
1107
|
+
"ioCard": "CY-8Ka_ioCard",
|
|
1108
|
+
"ioLabel": "CY-8Ka_ioLabel",
|
|
1113
1109
|
"terminal": "CY-8Ka_terminal",
|
|
1114
|
-
"
|
|
1110
|
+
"root": "CY-8Ka_root",
|
|
1111
|
+
"title": "CY-8Ka_title",
|
|
1112
|
+
"visuallyHidden": "CY-8Ka_visuallyHidden",
|
|
1113
|
+
"chevronHover": "CY-8Ka_chevronHover",
|
|
1114
|
+
"leading": "CY-8Ka_leading",
|
|
1115
|
+
"errorSummary": "CY-8Ka_errorSummary",
|
|
1116
|
+
"bodyWrap": "CY-8Ka_bodyWrap",
|
|
1115
1117
|
"ioSection": "CY-8Ka_ioSection",
|
|
1116
1118
|
"dsh-bash-row-sweep": "CY-8Ka_dsh-bash-row-sweep",
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1120
|
-
"visuallyHidden": "CY-8Ka_visuallyHidden",
|
|
1121
|
-
"chevronHover": "CY-8Ka_chevronHover"
|
|
1119
|
+
"summary": "CY-8Ka_summary",
|
|
1120
|
+
"ioText": "CY-8Ka_ioText",
|
|
1121
|
+
"chevron": "CY-8Ka_chevron"
|
|
1122
1122
|
};
|
|
1123
1123
|
//#endregion
|
|
1124
1124
|
//#region lib/types/client/tool/toolviews/bash-sample.js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-tool",
|
|
3
3
|
"description": "Client Tool call-tree renderer and keyed per-tool presentation slot",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.1.0-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -39,37 +39,37 @@
|
|
|
39
39
|
"platform": "web"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
"license": "
|
|
42
|
+
"license": "MIT",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"clsx": "^2.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^18.2.0",
|
|
48
|
-
"@deepseek-ai/
|
|
49
|
-
"@deepseek-ai/
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-
|
|
52
|
-
"@deepseek-ai/dsh-client-ui-
|
|
53
|
-
"@deepseek-ai/dsh-
|
|
54
|
-
"@deepseek-ai/dsh-client-
|
|
55
|
-
"@deepseek-ai/dsh-
|
|
48
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
49
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.2",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
|
|
54
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
|
|
55
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@testing-library/react": "^16.1.0",
|
|
59
59
|
"@types/react": "~18.3.1",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
|
-
"@deepseek-ai/dsh-
|
|
63
|
-
"@deepseek-ai/
|
|
64
|
-
"@deepseek-ai/dsh-client-
|
|
65
|
-
"@deepseek-ai/dsh-client-runtime": "^0.0
|
|
66
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.0
|
|
67
|
-
"@deepseek-ai/dsh-
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-
|
|
70
|
-
"@deepseek-ai/dsh-client-
|
|
71
|
-
"@deepseek-ai/dsh-
|
|
72
|
-
"@deepseek-ai/
|
|
62
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.2",
|
|
63
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.2",
|
|
64
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.2",
|
|
65
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.2",
|
|
66
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.2",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.2",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.2",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.2",
|
|
70
|
+
"@deepseek-ai/dsh-client-web-react": "^0.1.0-rc.2",
|
|
71
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.2",
|
|
72
|
+
"@deepseek-ai/cordis": "^4.0.1"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"lib/index.js",
|