@deepseek-ai/dsh-client-ui-subagent 0.1.0-rc.2 → 0.1.0-rc.3
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/lib/client.js +17 -17
- package/package.json +20 -20
package/lib/client.js
CHANGED
|
@@ -19,30 +19,30 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var SubagentCatalogAction_module_css_default = {
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
22
|
+
"activitySlot": "h8S2Va_activitySlot",
|
|
23
|
+
"metricDuration": "h8S2Va_metricDuration",
|
|
24
|
+
"loadingRow": "h8S2Va_loadingRow",
|
|
25
25
|
"root": "h8S2Va_root",
|
|
26
|
-
"metricToken": "h8S2Va_metricToken",
|
|
27
|
-
"node": "h8S2Va_node",
|
|
28
26
|
"disabled": "h8S2Va_disabled",
|
|
29
|
-
"
|
|
30
|
-
"disclosureSpace": "h8S2Va_disclosureSpace",
|
|
31
|
-
"error": "h8S2Va_error",
|
|
32
|
-
"content": "h8S2Va_content",
|
|
27
|
+
"children": "h8S2Va_children",
|
|
33
28
|
"label": "h8S2Va_label",
|
|
34
29
|
"notice": "h8S2Va_notice",
|
|
35
|
-
"
|
|
36
|
-
"children": "h8S2Va_children",
|
|
37
|
-
"loadingRow": "h8S2Va_loadingRow",
|
|
38
|
-
"menu": "h8S2Va_menu",
|
|
30
|
+
"node": "h8S2Va_node",
|
|
39
31
|
"metrics": "h8S2Va_metrics",
|
|
40
|
-
"metricDuration": "h8S2Va_metricDuration",
|
|
41
|
-
"refresh": "h8S2Va_refresh",
|
|
42
32
|
"trigger": "h8S2Va_trigger",
|
|
43
|
-
"row": "h8S2Va_row",
|
|
44
33
|
"clickarea": "h8S2Va_clickarea",
|
|
45
|
-
"
|
|
34
|
+
"summary": "h8S2Va_summary",
|
|
35
|
+
"count": "h8S2Va_count",
|
|
36
|
+
"content": "h8S2Va_content",
|
|
37
|
+
"disclosure": "h8S2Va_disclosure",
|
|
38
|
+
"triggerOpen": "h8S2Va_triggerOpen",
|
|
39
|
+
"disclosureSpace": "h8S2Va_disclosureSpace",
|
|
40
|
+
"menu": "h8S2Va_menu",
|
|
41
|
+
"metricToken": "h8S2Va_metricToken",
|
|
42
|
+
"row": "h8S2Va_row",
|
|
43
|
+
"error": "h8S2Va_error",
|
|
44
|
+
"refresh": "h8S2Va_refresh",
|
|
45
|
+
"disclosureOpen": "h8S2Va_disclosureOpen"
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region lib/types/client/SubagentCatalogAction.js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-subagent",
|
|
3
3
|
"description": "Subagent conversation catalog, continuation routing UI, and '@' reference source",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "restricted"
|
|
7
7
|
},
|
|
@@ -46,29 +46,29 @@
|
|
|
46
46
|
"react": "^18.2.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@deepseek-ai/dsh-client-
|
|
50
|
-
"@deepseek-ai/dsh-client-
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-
|
|
52
|
-
"@deepseek-ai/dsh-client-
|
|
53
|
-
"@deepseek-ai/dsh-client-ui-
|
|
54
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.
|
|
55
|
-
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.
|
|
56
|
-
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.
|
|
57
|
-
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.
|
|
49
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.3",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.3",
|
|
52
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
|
|
53
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
|
|
54
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
|
|
55
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
|
|
56
|
+
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.3",
|
|
57
|
+
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.3",
|
|
58
58
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/react": "~18.3.1",
|
|
62
|
-
"@deepseek-ai/dsh-client-
|
|
63
|
-
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.
|
|
64
|
-
"@deepseek-ai/dsh-client-
|
|
65
|
-
"@deepseek-ai/dsh-client-
|
|
66
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-
|
|
69
|
-
"@deepseek-ai/dsh-
|
|
70
|
-
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.
|
|
71
|
-
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.
|
|
62
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.3",
|
|
63
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.0-rc.3",
|
|
64
|
+
"@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.3",
|
|
65
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.3",
|
|
66
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.3",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.0-rc.3",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.3",
|
|
69
|
+
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.3",
|
|
70
|
+
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.3",
|
|
71
|
+
"@deepseek-ai/dsh-token-meter": "^0.1.0-rc.3",
|
|
72
72
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|