@xrkseek/harness-cli 0.1.0 → 0.1.1

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