@deepseek-ai/dsh-client-ui-subagent 0.1.0-rc.3 → 0.1.0-rc.7

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