@xrkseek/harness-cli 0.1.1 → 0.1.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.
Files changed (36) hide show
  1. package/README.md +1 -1
  2. package/dist/port.d.ts.map +1 -1
  3. package/dist/port.js +1 -0
  4. package/dist/port.js.map +1 -1
  5. package/package.json +3 -2
  6. package/product-web/boot.json +1 -1
  7. package/product-web/plugins/@xrkseek/client-connection/client.js +1276 -326
  8. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  9. package/product-web/plugins/@xrkseek/client-runtime/client.js +22 -19
  10. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
  11. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +10 -10
  12. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
  13. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +165 -165
  14. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  15. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  16. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  17. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
  18. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
  19. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +2 -2
  20. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
  21. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
  22. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
  23. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  24. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +16 -16
  25. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
  26. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  27. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +46 -46
  28. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
  29. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
  30. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +22 -22
  31. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
  32. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +36 -36
  33. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +141 -141
  34. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  35. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  36. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +51 -51
@@ -724,16 +724,16 @@ window.__ModuleLoader__.load({
724
724
  document.head.appendChild(tag);
725
725
  }
726
726
  var MenuView_module_css_default = {
727
- "groupTitle": "_203XIq_groupTitle",
727
+ "viewport": "_203XIq_viewport",
728
+ "menu": "_203XIq_menu",
729
+ "sectionTitle": "_203XIq_sectionTitle",
728
730
  "item": "_203XIq_item",
729
731
  "itemIcon": "_203XIq_itemIcon",
730
- "sectionTitle": "_203XIq_sectionTitle",
732
+ "itemDescription": "_203XIq_itemDescription",
731
733
  "loading": "_203XIq_loading",
734
+ "itemName": "_203XIq_itemName",
732
735
  "active": "_203XIq_active",
733
- "menu": "_203XIq_menu",
734
- "itemDescription": "_203XIq_itemDescription",
735
- "viewport": "_203XIq_viewport",
736
- "itemName": "_203XIq_itemName"
736
+ "groupTitle": "_203XIq_groupTitle"
737
737
  };
738
738
  //#endregion
739
739
  //#region src/client/MenuView.tsx
@@ -18,19 +18,19 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var JobListAction_module_css_default = {
21
- "triggerOpen": "gBhgYW_triggerOpen",
21
+ "duration": "gBhgYW_duration",
22
+ "trigger": "gBhgYW_trigger",
22
23
  "rowDot": "gBhgYW_rowDot",
23
- "triggerDot": "gBhgYW_triggerDot",
24
+ "kind": "gBhgYW_kind",
25
+ "status": "gBhgYW_status",
26
+ "row": "gBhgYW_row",
27
+ "root": "gBhgYW_root",
28
+ "triggerOpen": "gBhgYW_triggerOpen",
24
29
  "menu": "gBhgYW_menu",
25
30
  "rowSettled": "gBhgYW_rowSettled",
26
- "row": "gBhgYW_row",
27
31
  "label": "gBhgYW_label",
28
- "root": "gBhgYW_root",
29
- "trigger": "gBhgYW_trigger",
30
32
  "count": "gBhgYW_count",
31
- "duration": "gBhgYW_duration",
32
- "kind": "gBhgYW_kind",
33
- "status": "gBhgYW_status"
33
+ "triggerDot": "gBhgYW_triggerDot"
34
34
  };
35
35
  //#endregion
36
36
  //#region src/client/JobListAction.tsx
@@ -64,10 +64,10 @@ window.__ModuleLoader__.load({
64
64
  }
65
65
  var AppFrame_module_css_default = {
66
66
  "sidebarCol": "LMEksG_sidebarCol",
67
+ "centerCol": "LMEksG_centerCol",
67
68
  "detailsCol": "LMEksG_detailsCol",
68
- "frame": "LMEksG_frame",
69
69
  "handle": "LMEksG_handle",
70
- "centerCol": "LMEksG_centerCol",
70
+ "frame": "LMEksG_frame",
71
71
  "overlayLayer": "LMEksG_overlayLayer"
72
72
  };
73
73
  //#endregion
@@ -335,12 +335,12 @@ window.__ModuleLoader__.load({
335
335
  document.head.appendChild(tag);
336
336
  }
337
337
  var MessageFeedbackActions_module_css_default = {
338
- "action": "Q8qPSG_action",
339
- "noteOpen": "Q8qPSG_noteOpen",
340
338
  "failure": "Q8qPSG_failure",
341
- "noteEditor": "Q8qPSG_noteEditor",
342
- "noteInput": "Q8qPSG_noteInput",
339
+ "noteOpen": "Q8qPSG_noteOpen",
343
340
  "noteSave": "Q8qPSG_noteSave",
341
+ "action": "Q8qPSG_action",
342
+ "noteInput": "Q8qPSG_noteInput",
343
+ "noteEditor": "Q8qPSG_noteEditor",
344
344
  "noteCancel": "Q8qPSG_noteCancel"
345
345
  };
346
346
  //#endregion
@@ -241,30 +241,30 @@ window.__ModuleLoader__.load({
241
241
  document.head.appendChild(tag);
242
242
  }
243
243
  var ModelSelect_module_css_default = {
244
- "selected": "TZv2bW_selected",
245
- "triggerLabel": "TZv2bW_triggerLabel",
246
- "error": "TZv2bW_error",
247
- "groups": "TZv2bW_groups",
244
+ "warning": "TZv2bW_warning",
248
245
  "optionCopy": "TZv2bW_optionCopy",
249
- "status": "TZv2bW_status",
250
- "cellValue": "TZv2bW_cellValue",
251
- "description": "TZv2bW_description",
252
- "modelName": "TZv2bW_modelName",
253
- "option": "TZv2bW_option",
254
- "empty": "TZv2bW_empty",
255
- "cell": "TZv2bW_cell",
256
- "check": "TZv2bW_check",
257
246
  "chevron": "TZv2bW_chevron",
258
- "cellChevron": "TZv2bW_cellChevron",
259
- "menu": "TZv2bW_menu",
260
- "group": "TZv2bW_group",
261
- "retry": "TZv2bW_retry",
262
- "warning": "TZv2bW_warning",
263
247
  "cellLabel": "TZv2bW_cellLabel",
248
+ "status": "TZv2bW_status",
249
+ "groups": "TZv2bW_groups",
264
250
  "trigger": "TZv2bW_trigger",
265
251
  "triggerEffort": "TZv2bW_triggerEffort",
252
+ "check": "TZv2bW_check",
253
+ "modelName": "TZv2bW_modelName",
254
+ "cell": "TZv2bW_cell",
255
+ "cellValue": "TZv2bW_cellValue",
266
256
  "chevronOpen": "TZv2bW_chevronOpen",
267
257
  "groupTitle": "TZv2bW_groupTitle",
258
+ "group": "TZv2bW_group",
259
+ "option": "TZv2bW_option",
260
+ "triggerLabel": "TZv2bW_triggerLabel",
261
+ "empty": "TZv2bW_empty",
262
+ "error": "TZv2bW_error",
263
+ "retry": "TZv2bW_retry",
264
+ "description": "TZv2bW_description",
265
+ "menu": "TZv2bW_menu",
266
+ "cellChevron": "TZv2bW_cellChevron",
267
+ "selected": "TZv2bW_selected",
268
268
  "root": "TZv2bW_root"
269
269
  };
270
270
  //#endregion
@@ -42,12 +42,12 @@ window.__ModuleLoader__.load({
42
42
  document.head.appendChild(tag);
43
43
  }
44
44
  var PermissionRow_module_css_default = {
45
- "row": "kxdSgq_row",
46
45
  "title": "kxdSgq_title",
46
+ "selector": "kxdSgq_selector",
47
47
  "desc": "kxdSgq_desc",
48
- "chevron": "kxdSgq_chevron",
48
+ "row": "kxdSgq_row",
49
49
  "rowText": "kxdSgq_rowText",
50
- "selector": "kxdSgq_selector"
50
+ "chevron": "kxdSgq_chevron"
51
51
  };
52
52
  //#endregion
53
53
  //#region src/client/PermissionRow.tsx
@@ -18,10 +18,10 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PlanModeControl_module_css_default = {
21
- "wrap": "xROLNG_wrap",
21
+ "chip": "xROLNG_chip",
22
22
  "error": "xROLNG_error",
23
- "close": "xROLNG_close",
24
- "chip": "xROLNG_chip"
23
+ "wrap": "xROLNG_wrap",
24
+ "close": "xROLNG_close"
25
25
  };
26
26
  //#endregion
27
27
  //#region src/client/PlanModeControl.tsx
@@ -36,25 +36,25 @@ window.__ModuleLoader__.load({
36
36
  document.head.appendChild(tag);
37
37
  }
38
38
  var SettingsRoot_module_css_default = {
39
- "hiddenLabel": "yDpcKa_hiddenLabel",
40
- "content": "yDpcKa_content",
41
- "rail": "yDpcKa_rail",
42
- "active": "yDpcKa_active",
43
39
  "navLabel": "yDpcKa_navLabel",
44
- "navList": "yDpcKa_navList",
45
- "options": "yDpcKa_options",
46
- "triggerLabel": "yDpcKa_triggerLabel",
47
40
  "nav": "yDpcKa_nav",
48
- "navCell": "yDpcKa_navCell",
49
- "navTitle": "yDpcKa_navTitle",
50
- "actions": "yDpcKa_actions",
51
- "panel": "yDpcKa_panel",
52
41
  "close": "yDpcKa_close",
53
- "mask": "yDpcKa_mask",
54
- "overlay": "yDpcKa_overlay",
42
+ "navTitle": "yDpcKa_navTitle",
55
43
  "trigger": "yDpcKa_trigger",
44
+ "triggerLabel": "yDpcKa_triggerLabel",
45
+ "content": "yDpcKa_content",
46
+ "navCell": "yDpcKa_navCell",
47
+ "header": "yDpcKa_header",
56
48
  "navIcon": "yDpcKa_navIcon",
57
- "header": "yDpcKa_header"
49
+ "active": "yDpcKa_active",
50
+ "hiddenLabel": "yDpcKa_hiddenLabel",
51
+ "mask": "yDpcKa_mask",
52
+ "navList": "yDpcKa_navList",
53
+ "rail": "yDpcKa_rail",
54
+ "actions": "yDpcKa_actions",
55
+ "options": "yDpcKa_options",
56
+ "panel": "yDpcKa_panel",
57
+ "overlay": "yDpcKa_overlay"
58
58
  };
59
59
  //#endregion
60
60
  //#region src/client/SettingsRoot.tsx
@@ -311,8 +311,8 @@ window.__ModuleLoader__.load({
311
311
  document.head.appendChild(tag);
312
312
  }
313
313
  var SettingsDocumentAction_module_css_default = {
314
- "error": "Hd6jda_error",
315
- "action": "Hd6jda_action"
314
+ "action": "Hd6jda_action",
315
+ "error": "Hd6jda_error"
316
316
  };
317
317
  //#endregion
318
318
  //#region src/client/SettingsDocumentAction.tsx
@@ -67,67 +67,67 @@ window.__ModuleLoader__.load({
67
67
  document.head.appendChild(tag);
68
68
  }
69
69
  var ModelsSection_module_css_default = {
70
- "deleteDialog": "AmnBRG_deleteDialog",
70
+ "iconButtonDanger": "AmnBRG_iconButtonDanger",
71
+ "deleteConfirm": "AmnBRG_deleteConfirm",
72
+ "candidateId": "AmnBRG_candidateId",
71
73
  "rowActions": "AmnBRG_rowActions",
72
- "selectInput": "AmnBRG_selectInput",
74
+ "deleteDialog": "AmnBRG_deleteDialog",
75
+ "modelEntry": "AmnBRG_modelEntry",
76
+ "credentialDotMissing": "AmnBRG_credentialDotMissing",
77
+ "intro": "AmnBRG_intro",
73
78
  "secondaryButton": "AmnBRG_secondaryButton",
74
- "hiddenLabel": "AmnBRG_hiddenLabel",
75
- "iconButtonDanger": "AmnBRG_iconButtonDanger",
76
- "addButton": "AmnBRG_addButton",
77
- "input": "AmnBRG_input",
78
79
  "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
80
+ "editorActions": "AmnBRG_editorActions",
81
+ "iconButton": "AmnBRG_iconButton",
82
+ "error": "AmnBRG_error",
83
+ "primaryButton": "AmnBRG_primaryButton",
79
84
  "savedNotice": "AmnBRG_savedNotice",
85
+ "rowName": "AmnBRG_rowName",
86
+ "modelCatalog": "AmnBRG_modelCatalog",
80
87
  "candidateLabel": "AmnBRG_candidateLabel",
81
- "iconButton": "AmnBRG_iconButton",
82
- "rows": "AmnBRG_rows",
83
- "editorActions": "AmnBRG_editorActions",
88
+ "credentialDot": "AmnBRG_credentialDot",
89
+ "addCard": "AmnBRG_addCard",
84
90
  "modelRow": "AmnBRG_modelRow",
85
- "candidate": "AmnBRG_candidate",
86
- "error": "AmnBRG_error",
87
- "deleteConfirm": "AmnBRG_deleteConfirm",
88
- "rowCard": "AmnBRG_rowCard",
89
- "customized": "AmnBRG_customized",
90
- "credentialDotMissing": "AmnBRG_credentialDotMissing",
91
- "setupCard": "AmnBRG_setupCard",
92
- "notice": "AmnBRG_notice",
93
- "modelListHead": "AmnBRG_modelListHead",
94
91
  "rowHead": "AmnBRG_rowHead",
95
- "rowIdentity": "AmnBRG_rowIdentity",
96
- "modelCatalog": "AmnBRG_modelCatalog",
97
- "rowTag": "AmnBRG_rowTag",
98
- "modelCatalogMeta": "AmnBRG_modelCatalogMeta",
99
- "modelEmpty": "AmnBRG_modelEmpty",
100
- "candidateList": "AmnBRG_candidateList",
101
- "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
92
+ "editorTitle": "AmnBRG_editorTitle",
93
+ "hiddenLabel": "AmnBRG_hiddenLabel",
94
+ "fieldLabel": "AmnBRG_fieldLabel",
95
+ "modelList": "AmnBRG_modelList",
96
+ "modelField": "AmnBRG_modelField",
97
+ "addButton": "AmnBRG_addButton",
98
+ "rowCard": "AmnBRG_rowCard",
99
+ "dangerButton": "AmnBRG_dangerButton",
100
+ "linkButton": "AmnBRG_linkButton",
102
101
  "field": "AmnBRG_field",
103
- "addActions": "AmnBRG_addActions",
104
- "customizedSummary": "AmnBRG_customizedSummary",
105
- "editorHeader": "AmnBRG_editorHeader",
102
+ "rowTag": "AmnBRG_rowTag",
106
103
  "modelFieldLabel": "AmnBRG_modelFieldLabel",
107
- "fieldLabel": "AmnBRG_fieldLabel",
108
- "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
109
- "candidateId": "AmnBRG_candidateId",
110
104
  "addModelButton": "AmnBRG_addModelButton",
111
- "addBlock": "AmnBRG_addBlock",
112
- "title": "AmnBRG_title",
113
105
  "advancedHint": "AmnBRG_advancedHint",
106
+ "addActions": "AmnBRG_addActions",
114
107
  "section": "AmnBRG_section",
115
- "intro": "AmnBRG_intro",
108
+ "rowIdentity": "AmnBRG_rowIdentity",
109
+ "setupCard": "AmnBRG_setupCard",
116
110
  "customizedBody": "AmnBRG_customizedBody",
117
- "linkButton": "AmnBRG_linkButton",
118
- "modelAdvanced": "AmnBRG_modelAdvanced",
119
- "editorRoute": "AmnBRG_editorRoute",
120
- "modelField": "AmnBRG_modelField",
121
- "primaryButton": "AmnBRG_primaryButton",
111
+ "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
112
+ "customized": "AmnBRG_customized",
113
+ "modelListHead": "AmnBRG_modelListHead",
114
+ "rows": "AmnBRG_rows",
122
115
  "editor": "AmnBRG_editor",
123
- "modelList": "AmnBRG_modelList",
124
- "editorTitle": "AmnBRG_editorTitle",
116
+ "modelCatalogMeta": "AmnBRG_modelCatalogMeta",
117
+ "input": "AmnBRG_input",
118
+ "customizedSummary": "AmnBRG_customizedSummary",
119
+ "editorHeader": "AmnBRG_editorHeader",
120
+ "modelEmpty": "AmnBRG_modelEmpty",
121
+ "modelAdvanced": "AmnBRG_modelAdvanced",
122
+ "selectInput": "AmnBRG_selectInput",
123
+ "notice": "AmnBRG_notice",
124
+ "title": "AmnBRG_title",
125
125
  "fetchDialog": "AmnBRG_fetchDialog",
126
- "addCard": "AmnBRG_addCard",
127
- "dangerButton": "AmnBRG_dangerButton",
128
- "rowName": "AmnBRG_rowName",
129
- "credentialDot": "AmnBRG_credentialDot",
130
- "modelEntry": "AmnBRG_modelEntry"
126
+ "addBlock": "AmnBRG_addBlock",
127
+ "candidate": "AmnBRG_candidate",
128
+ "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
129
+ "editorRoute": "AmnBRG_editorRoute",
130
+ "candidateList": "AmnBRG_candidateList"
131
131
  };
132
132
  //#endregion
133
133
  //#region src/client/EditorFooter.tsx
@@ -2076,10 +2076,10 @@ window.__ModuleLoader__.load({
2076
2076
  document.head.appendChild(tag);
2077
2077
  }
2078
2078
  var OnboardingModal_module_css_default = {
2079
- "title": "aIiZrG_title",
2080
- "content": "aIiZrG_content",
2079
+ "body": "aIiZrG_body",
2081
2080
  "dialog": "aIiZrG_dialog",
2082
- "body": "aIiZrG_body"
2081
+ "content": "aIiZrG_content",
2082
+ "title": "aIiZrG_title"
2083
2083
  };
2084
2084
  //#endregion
2085
2085
  //#region src/client/OnboardingModal.tsx
@@ -2138,8 +2138,8 @@ window.__ModuleLoader__.load({
2138
2138
  document.head.appendChild(tag);
2139
2139
  }
2140
2140
  var DeepSeekOnboardingDialog_module_css_default = {
2141
- "description": "kdI8hG_description",
2142
- "editor": "kdI8hG_editor"
2141
+ "editor": "kdI8hG_editor",
2142
+ "description": "kdI8hG_description"
2143
2143
  };
2144
2144
  //#endregion
2145
2145
  //#region src/client/DeepSeekOnboardingDialog.tsx
@@ -2229,10 +2229,10 @@ window.__ModuleLoader__.load({
2229
2229
  document.head.appendChild(tag);
2230
2230
  }
2231
2231
  var WelcomeNotice_module_css_default = {
2232
- "error": "R-6oRa_error",
2233
2232
  "copy": "R-6oRa_copy",
2234
2233
  "primary": "R-6oRa_primary",
2235
- "actions": "R-6oRa_actions"
2234
+ "actions": "R-6oRa_actions",
2235
+ "error": "R-6oRa_error"
2236
2236
  };
2237
2237
  //#endregion
2238
2238
  //#region src/client/WelcomeNotice.tsx
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PluginInventorySettingsTab_module_css_default = {
21
- "failure": "WrOExW_failure",
21
+ "chevron": "WrOExW_chevron",
22
+ "cards": "WrOExW_cards",
23
+ "section": "WrOExW_section",
24
+ "search": "WrOExW_search",
25
+ "visuallyHidden": "WrOExW_visuallyHidden",
26
+ "catalogHeading": "WrOExW_catalogHeading",
22
27
  "cardTitle": "WrOExW_cardTitle",
23
28
  "configTag": "WrOExW_configTag",
24
- "catalogHeading": "WrOExW_catalogHeading",
25
- "search": "WrOExW_search",
26
- "section": "WrOExW_section",
27
- "cardTrailing": "WrOExW_cardTrailing",
29
+ "status": "WrOExW_status",
30
+ "cardDetails": "WrOExW_cardDetails",
28
31
  "entryValue": "WrOExW_entryValue",
32
+ "catalog": "WrOExW_catalog",
33
+ "cardTrailing": "WrOExW_cardTrailing",
29
34
  "details": "WrOExW_details",
30
- "visuallyHidden": "WrOExW_visuallyHidden",
31
- "card": "WrOExW_card",
35
+ "failure": "WrOExW_failure",
32
36
  "cardContent": "WrOExW_cardContent",
33
- "cardDetails": "WrOExW_cardDetails",
34
- "cards": "WrOExW_cards",
35
- "chevron": "WrOExW_chevron",
36
37
  "statusDot": "WrOExW_statusDot",
37
- "status": "WrOExW_status",
38
- "catalog": "WrOExW_catalog"
38
+ "card": "WrOExW_card"
39
39
  };
40
40
  //#endregion
41
41
  //#region src/client/PluginInventorySettingsTab.tsx
@@ -20,18 +20,18 @@ window.__ModuleLoader__.load({
20
20
  document.head.appendChild(tag);
21
21
  }
22
22
  var fields_module_css_default = {
23
+ "invalid": "MiE2dW_invalid",
24
+ "badges": "MiE2dW_badges",
23
25
  "reset": "MiE2dW_reset",
24
- "field": "MiE2dW_field",
25
- "badge": "MiE2dW_badge",
26
+ "input": "MiE2dW_input",
26
27
  "label": "MiE2dW_label",
28
+ "badge": "MiE2dW_badge",
29
+ "badgeMuted": "MiE2dW_badgeMuted",
27
30
  "select": "MiE2dW_select",
28
- "input": "MiE2dW_input",
29
- "head": "MiE2dW_head",
30
31
  "inputInvalid": "MiE2dW_inputInvalid",
31
- "invalid": "MiE2dW_invalid",
32
- "badgeMuted": "MiE2dW_badgeMuted",
33
- "badges": "MiE2dW_badges",
34
- "hint": "MiE2dW_hint"
32
+ "head": "MiE2dW_head",
33
+ "hint": "MiE2dW_hint",
34
+ "field": "MiE2dW_field"
35
35
  };
36
36
  //#endregion
37
37
  //#region src/client/fields.tsx
@@ -193,21 +193,21 @@ window.__ModuleLoader__.load({
193
193
  document.head.appendChild(tag);
194
194
  }
195
195
  var PluginCard_module_css_default = {
196
- "cardOpen": "YRvGva_cardOpen",
197
- "body": "YRvGva_body",
198
- "headText": "YRvGva_headText",
199
196
  "discard": "YRvGva_discard",
200
- "name": "YRvGva_name",
201
- "pending": "YRvGva_pending",
197
+ "headText": "YRvGva_headText",
198
+ "readOnly": "YRvGva_readOnly",
199
+ "card": "YRvGva_card",
200
+ "body": "YRvGva_body",
201
+ "failed": "YRvGva_failed",
202
+ "chevron": "YRvGva_chevron",
203
+ "footer": "YRvGva_footer",
202
204
  "description": "YRvGva_description",
203
- "chevronOpen": "YRvGva_chevronOpen",
205
+ "cardOpen": "YRvGva_cardOpen",
206
+ "pending": "YRvGva_pending",
207
+ "name": "YRvGva_name",
204
208
  "header": "YRvGva_header",
205
- "save": "YRvGva_save",
206
- "footer": "YRvGva_footer",
207
- "failed": "YRvGva_failed",
208
- "card": "YRvGva_card",
209
- "readOnly": "YRvGva_readOnly",
210
- "chevron": "YRvGva_chevron"
209
+ "chevronOpen": "YRvGva_chevronOpen",
210
+ "save": "YRvGva_save"
211
211
  };
212
212
  //#endregion
213
213
  //#region src/client/PluginCard.tsx
@@ -453,14 +453,14 @@ window.__ModuleLoader__.load({
453
453
  document.head.appendChild(tag);
454
454
  }
455
455
  var PluginsSettingsSection_module_css_default = {
456
+ "panel": "ha2I9q_panel",
457
+ "tabs": "ha2I9q_tabs",
458
+ "intro": "ha2I9q_intro",
459
+ "empty": "ha2I9q_empty",
456
460
  "section": "ha2I9q_section",
457
461
  "cards": "ha2I9q_cards",
458
462
  "heading": "ha2I9q_heading",
459
- "tabs": "ha2I9q_tabs",
460
- "panel": "ha2I9q_panel",
461
- "tab": "ha2I9q_tab",
462
- "intro": "ha2I9q_intro",
463
- "empty": "ha2I9q_empty"
463
+ "tab": "ha2I9q_tab"
464
464
  };
465
465
  //#endregion
466
466
  //#region src/client/ConfigurablePluginsTab.tsx
@@ -501,33 +501,33 @@ window.__ModuleLoader__.load({
501
501
  document.head.appendChild(tag);
502
502
  }
503
503
  var McpCard_module_css_default = {
504
- "connectedRow": "FVl50a_connectedRow",
505
- "connectedList": "FVl50a_connectedList",
506
- "entry": "FVl50a_entry",
507
- "entryBody": "FVl50a_entryBody",
508
- "invalid": "FVl50a_invalid",
509
- "heading": "FVl50a_heading",
510
- "entryTitleRow": "FVl50a_entryTitleRow",
511
504
  "badgeWarn": "FVl50a_badgeWarn",
512
- "entryTitle": "FVl50a_entryTitle",
513
- "allowTitle": "FVl50a_allowTitle",
514
- "connectedName": "FVl50a_connectedName",
515
- "note": "FVl50a_note",
516
- "allowRow": "FVl50a_allowRow",
517
- "paste": "FVl50a_paste",
518
- "remove": "FVl50a_remove",
519
- "add": "FVl50a_add",
520
505
  "badgeError": "FVl50a_badgeError",
521
- "block": "FVl50a_block",
506
+ "invalid": "FVl50a_invalid",
507
+ "connectedList": "FVl50a_connectedList",
522
508
  "empty": "FVl50a_empty",
523
- "pasteLabel": "FVl50a_pasteLabel",
509
+ "badge": "FVl50a_badge",
510
+ "allowTitle": "FVl50a_allowTitle",
511
+ "entryTitleRow": "FVl50a_entryTitleRow",
512
+ "paste": "FVl50a_paste",
524
513
  "list": "FVl50a_list",
514
+ "connectedName": "FVl50a_connectedName",
515
+ "heading": "FVl50a_heading",
516
+ "allowHint": "FVl50a_allowHint",
517
+ "block": "FVl50a_block",
518
+ "connectedRow": "FVl50a_connectedRow",
525
519
  "badgeMuted": "FVl50a_badgeMuted",
526
- "entryHead": "FVl50a_entryHead",
527
- "statusDot": "FVl50a_statusDot",
528
520
  "badgeOk": "FVl50a_badgeOk",
529
- "badge": "FVl50a_badge",
530
- "allowHint": "FVl50a_allowHint"
521
+ "statusDot": "FVl50a_statusDot",
522
+ "entry": "FVl50a_entry",
523
+ "allowRow": "FVl50a_allowRow",
524
+ "entryTitle": "FVl50a_entryTitle",
525
+ "entryHead": "FVl50a_entryHead",
526
+ "entryBody": "FVl50a_entryBody",
527
+ "remove": "FVl50a_remove",
528
+ "pasteLabel": "FVl50a_pasteLabel",
529
+ "add": "FVl50a_add",
530
+ "note": "FVl50a_note"
531
531
  };
532
532
  //#endregion
533
533
  //#region src/client/McpCard.tsx
@@ -34,26 +34,26 @@ window.__ModuleLoader__.load({
34
34
  }
35
35
  var SidebarRoot_module_css_default = {
36
36
  "wide": "lWfN9W_wide",
37
- "newSession": "lWfN9W_newSession",
38
- "toggle": "lWfN9W_toggle",
39
- "footArea": "lWfN9W_footArea",
40
- "regionArea": "lWfN9W_regionArea",
37
+ "wide-in": "lWfN9W_wide-in",
41
38
  "rail-fade-in": "lWfN9W_rail-fade-in",
42
- "settingsArea": "lWfN9W_settingsArea",
43
- "railIn": "lWfN9W_railIn",
44
- "fading": "lWfN9W_fading",
45
- "newSessionLabel": "lWfN9W_newSessionLabel",
46
- "root": "lWfN9W_root",
39
+ "footArea": "lWfN9W_footArea",
40
+ "logoRow": "lWfN9W_logoRow",
47
41
  "iconButton": "lWfN9W_iconButton",
48
- "rail-in": "lWfN9W_rail-in",
49
42
  "brand": "lWfN9W_brand",
50
- "wide-in": "lWfN9W_wide-in",
51
- "panelIcon": "lWfN9W_panelIcon",
43
+ "newSessionLabel": "lWfN9W_newSessionLabel",
52
44
  "footerActions": "lWfN9W_footerActions",
53
45
  "railMark": "lWfN9W_railMark",
54
- "logoRow": "lWfN9W_logoRow",
55
46
  "collapsed": "lWfN9W_collapsed",
56
- "quietBars": "lWfN9W_quietBars"
47
+ "fading": "lWfN9W_fading",
48
+ "panelIcon": "lWfN9W_panelIcon",
49
+ "quietBars": "lWfN9W_quietBars",
50
+ "settingsArea": "lWfN9W_settingsArea",
51
+ "railIn": "lWfN9W_railIn",
52
+ "regionArea": "lWfN9W_regionArea",
53
+ "root": "lWfN9W_root",
54
+ "rail-in": "lWfN9W_rail-in",
55
+ "toggle": "lWfN9W_toggle",
56
+ "newSession": "lWfN9W_newSession"
57
57
  };
58
58
  //#endregion
59
59
  //#region src/client/SidebarRoot.tsx
@@ -18,23 +18,23 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var SkillRow_module_css_default = {
21
- "summary": "_26cNaq_summary",
21
+ "title": "_26cNaq_title",
22
22
  "leading": "_26cNaq_leading",
23
+ "separator": "_26cNaq_separator",
24
+ "bodyWrap": "_26cNaq_bodyWrap",
23
25
  "instructionsCard": "_26cNaq_instructionsCard",
24
- "chevronHover": "_26cNaq_chevronHover",
26
+ "errorSummary": "_26cNaq_errorSummary",
25
27
  "chevron": "_26cNaq_chevron",
26
- "separator": "_26cNaq_separator",
27
- "instructionsHeader": "_26cNaq_instructionsHeader",
28
28
  "row": "_26cNaq_row",
29
- "iconIdle": "_26cNaq_iconIdle",
30
- "errorSummary": "_26cNaq_errorSummary",
31
- "instructions": "_26cNaq_instructions",
32
- "dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep",
33
29
  "inspectButton": "_26cNaq_inspectButton",
34
- "card": "_26cNaq_card",
35
- "title": "_26cNaq_title",
36
30
  "visuallyHidden": "_26cNaq_visuallyHidden",
37
- "bodyWrap": "_26cNaq_bodyWrap"
31
+ "instructions": "_26cNaq_instructions",
32
+ "card": "_26cNaq_card",
33
+ "dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep",
34
+ "iconIdle": "_26cNaq_iconIdle",
35
+ "instructionsHeader": "_26cNaq_instructionsHeader",
36
+ "summary": "_26cNaq_summary",
37
+ "chevronHover": "_26cNaq_chevronHover"
38
38
  };
39
39
  //#endregion
40
40
  //#region src/client/SkillRow.tsx