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