@xrkseek/harness-cli 0.0.10 → 0.0.11

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 (58) hide show
  1. package/README.md +13 -6
  2. package/dist/commands/plugin.d.ts.map +1 -1
  3. package/dist/commands/plugin.js +4 -3
  4. package/dist/commands/plugin.js.map +1 -1
  5. package/dist/commands/restart.d.ts.map +1 -1
  6. package/dist/commands/restart.js +16 -7
  7. package/dist/commands/restart.js.map +1 -1
  8. package/dist/commands/serve.d.ts.map +1 -1
  9. package/dist/commands/serve.js +15 -3
  10. package/dist/commands/serve.js.map +1 -1
  11. package/dist/host-lock.d.ts +15 -0
  12. package/dist/host-lock.d.ts.map +1 -0
  13. package/dist/host-lock.js +64 -0
  14. package/dist/host-lock.js.map +1 -0
  15. package/dist/parse-args.d.ts.map +1 -1
  16. package/dist/parse-args.js +13 -10
  17. package/dist/parse-args.js.map +1 -1
  18. package/dist/port.d.ts +20 -2
  19. package/dist/port.d.ts.map +1 -1
  20. package/dist/port.js +147 -28
  21. package/dist/port.js.map +1 -1
  22. package/node_modules/@xrkseek/preset-harness/README.md +5 -2
  23. package/node_modules/@xrkseek/preset-harness/dist/preset.js +2 -2
  24. package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
  25. package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
  26. package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts.map +1 -1
  27. package/node_modules/@xrkseek/server-face/dist/presets-catalog.js +3 -3
  28. package/node_modules/@xrkseek/server-face/dist/presets-catalog.js.map +1 -1
  29. package/package.json +1 -1
  30. package/product-web/boot.json +1 -1
  31. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  32. package/product-web/plugins/@xrkseek/client-runtime/client.js +4 -0
  33. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +62 -79
  34. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  35. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +207 -183
  36. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
  37. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  38. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +5 -5
  39. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +7 -7
  40. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
  41. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
  42. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +6 -6
  43. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +13 -13
  44. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  45. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  46. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +11 -11
  47. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +54 -54
  48. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  49. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +44 -44
  50. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
  51. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
  52. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +18 -18
  53. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
  54. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +40 -40
  55. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +147 -147
  56. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  57. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  58. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +52 -52
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
167
167
  document.head.appendChild(tag);
168
168
  }
169
169
  var ProducedFiles_module_css_default = {
170
- "more": "LKrWRG_more",
171
- "probe": "LKrWRG_probe",
172
170
  "label": "LKrWRG_label",
173
- "measure": "LKrWRG_measure",
174
- "file": "LKrWRG_file",
171
+ "probe": "LKrWRG_probe",
175
172
  "row": "LKrWRG_row",
176
173
  "root": "LKrWRG_root",
177
- "showFolder": "LKrWRG_showFolder"
174
+ "more": "LKrWRG_more",
175
+ "file": "LKrWRG_file",
176
+ "showFolder": "LKrWRG_showFolder",
177
+ "measure": "LKrWRG_measure"
178
178
  };
179
179
  //#endregion
180
180
  //#region src/client/ProducedFiles.tsx
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
34
34
  document.head.appendChild(tag);
35
35
  }
36
36
  var DirectoryBrowser_module_css_default = {
37
- "crumbBar": "eriWnG_crumbBar",
38
- "footerAction": "eriWnG_footerAction",
39
- "createActions": "eriWnG_createActions",
40
- "content": "eriWnG_content",
41
- "crumbTrail": "eriWnG_crumbTrail",
37
+ "column": "eriWnG_column",
42
38
  "editorScope": "eriWnG_editorScope",
43
- "crumb": "eriWnG_crumb",
44
- "rowSeat": "eriWnG_rowSeat",
45
- "rowIconSelected": "eriWnG_rowIconSelected",
46
- "createIn": "eriWnG_createIn",
47
- "row": "eriWnG_row",
48
- "crumbSeat": "eriWnG_crumbSeat",
39
+ "footerGap": "eriWnG_footerGap",
40
+ "crumbTrail": "eriWnG_crumbTrail",
49
41
  "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
50
- "createInput": "eriWnG_createInput",
51
- "rowIcon": "eriWnG_rowIcon",
52
- "loadingFloat": "eriWnG_loadingFloat",
53
- "rowChevron": "eriWnG_rowChevron",
54
- "dialog": "eriWnG_dialog",
55
- "title": "eriWnG_title",
56
42
  "crumbChevron": "eriWnG_crumbChevron",
57
- "createTitle": "eriWnG_createTitle",
58
- "rowSelected": "eriWnG_rowSelected",
43
+ "rowIconSelected": "eriWnG_rowIconSelected",
59
44
  "divider": "eriWnG_divider",
60
- "createBody": "eriWnG_createBody",
61
- "crumbEditZone": "eriWnG_crumbEditZone",
62
- "column": "eriWnG_column",
63
- "status": "eriWnG_status",
64
- "error": "eriWnG_error",
45
+ "crumb": "eriWnG_crumb",
46
+ "row": "eriWnG_row",
65
47
  "rowName": "eriWnG_rowName",
66
- "footerBar": "eriWnG_footerBar",
67
- "showHiddenToggle": "eriWnG_showHiddenToggle",
68
- "footerGap": "eriWnG_footerGap",
48
+ "millerRow": "eriWnG_millerRow",
49
+ "title": "eriWnG_title",
50
+ "rowSeat": "eriWnG_rowSeat",
51
+ "dialog": "eriWnG_dialog",
52
+ "createInput": "eriWnG_createInput",
53
+ "crumbEditZone": "eriWnG_crumbEditZone",
54
+ "createBody": "eriWnG_createBody",
55
+ "createIn": "eriWnG_createIn",
69
56
  "crumbEditGlyph": "eriWnG_crumbEditGlyph",
70
57
  "pathInput": "eriWnG_pathInput",
58
+ "content": "eriWnG_content",
59
+ "rowSelected": "eriWnG_rowSelected",
60
+ "rowIcon": "eriWnG_rowIcon",
61
+ "showHiddenToggle": "eriWnG_showHiddenToggle",
62
+ "status": "eriWnG_status",
63
+ "crumbBar": "eriWnG_crumbBar",
64
+ "error": "eriWnG_error",
65
+ "createTitle": "eriWnG_createTitle",
66
+ "loadingFloat": "eriWnG_loadingFloat",
71
67
  "header": "eriWnG_header",
72
- "millerRow": "eriWnG_millerRow",
73
- "createDialog": "eriWnG_createDialog"
68
+ "createActions": "eriWnG_createActions",
69
+ "rowChevron": "eriWnG_rowChevron",
70
+ "crumbSeat": "eriWnG_crumbSeat",
71
+ "footerBar": "eriWnG_footerBar",
72
+ "createDialog": "eriWnG_createDialog",
73
+ "footerAction": "eriWnG_footerAction"
74
74
  };
75
75
  //#endregion
76
76
  //#region src/client/DirectoryBrowser.tsx
@@ -20,13 +20,13 @@ window.__ModuleLoader__.load({
20
20
  var GoalBar_module_css_default = {
21
21
  "iconBtn": "loP2MG_iconBtn",
22
22
  "actions": "loP2MG_actions",
23
- "objective": "loP2MG_objective",
24
- "dock": "loP2MG_dock",
25
- "bar": "loP2MG_bar",
26
- "error": "loP2MG_error",
27
23
  "label": "loP2MG_label",
24
+ "objectiveInput": "loP2MG_objectiveInput",
25
+ "error": "loP2MG_error",
26
+ "bar": "loP2MG_bar",
28
27
  "goalGlyph": "loP2MG_goalGlyph",
29
- "objectiveInput": "loP2MG_objectiveInput"
28
+ "dock": "loP2MG_dock",
29
+ "objective": "loP2MG_objective"
30
30
  };
31
31
  //#endregion
32
32
  //#region src/client/GoalBar.tsx
@@ -673,15 +673,15 @@ window.__ModuleLoader__.load({
673
673
  document.head.appendChild(tag);
674
674
  }
675
675
  var MenuView_module_css_default = {
676
- "itemName": "_203XIq_itemName",
677
- "itemIcon": "_203XIq_itemIcon",
678
- "active": "_203XIq_active",
679
- "viewport": "_203XIq_viewport",
680
- "item": "_203XIq_item",
681
- "groupTitle": "_203XIq_groupTitle",
682
676
  "itemDescription": "_203XIq_itemDescription",
677
+ "groupTitle": "_203XIq_groupTitle",
678
+ "item": "_203XIq_item",
679
+ "itemName": "_203XIq_itemName",
680
+ "menu": "_203XIq_menu",
683
681
  "loading": "_203XIq_loading",
684
- "menu": "_203XIq_menu"
682
+ "active": "_203XIq_active",
683
+ "itemIcon": "_203XIq_itemIcon",
684
+ "viewport": "_203XIq_viewport"
685
685
  };
686
686
  //#endregion
687
687
  //#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
- "trigger": "gBhgYW_trigger",
22
- "triggerOpen": "gBhgYW_triggerOpen",
23
- "count": "gBhgYW_count",
24
- "root": "gBhgYW_root",
21
+ "duration": "gBhgYW_duration",
25
22
  "rowDot": "gBhgYW_rowDot",
23
+ "root": "gBhgYW_root",
26
24
  "label": "gBhgYW_label",
27
- "triggerDot": "gBhgYW_triggerDot",
28
- "kind": "gBhgYW_kind",
29
- "status": "gBhgYW_status",
30
- "row": "gBhgYW_row",
31
25
  "menu": "gBhgYW_menu",
26
+ "trigger": "gBhgYW_trigger",
32
27
  "rowSettled": "gBhgYW_rowSettled",
33
- "duration": "gBhgYW_duration"
28
+ "status": "gBhgYW_status",
29
+ "row": "gBhgYW_row",
30
+ "triggerOpen": "gBhgYW_triggerOpen",
31
+ "triggerDot": "gBhgYW_triggerDot",
32
+ "kind": "gBhgYW_kind",
33
+ "count": "gBhgYW_count"
34
34
  };
35
35
  //#endregion
36
36
  //#region src/client/JobListAction.tsx
@@ -64,11 +64,11 @@ window.__ModuleLoader__.load({
64
64
  }
65
65
  var AppFrame_module_css_default = {
66
66
  "frame": "LMEksG_frame",
67
- "overlayLayer": "LMEksG_overlayLayer",
68
- "detailsCol": "LMEksG_detailsCol",
69
67
  "sidebarCol": "LMEksG_sidebarCol",
70
68
  "centerCol": "LMEksG_centerCol",
71
- "handle": "LMEksG_handle"
69
+ "detailsCol": "LMEksG_detailsCol",
70
+ "handle": "LMEksG_handle",
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
- "action": "Q8qPSG_action",
339
- "noteInput": "Q8qPSG_noteInput",
340
- "noteOpen": "Q8qPSG_noteOpen",
341
- "noteSave": "Q8qPSG_noteSave",
342
- "noteCancel": "Q8qPSG_noteCancel",
343
338
  "failure": "Q8qPSG_failure",
344
- "noteEditor": "Q8qPSG_noteEditor"
339
+ "noteCancel": "Q8qPSG_noteCancel",
340
+ "noteSave": "Q8qPSG_noteSave",
341
+ "noteOpen": "Q8qPSG_noteOpen",
342
+ "noteEditor": "Q8qPSG_noteEditor",
343
+ "noteInput": "Q8qPSG_noteInput",
344
+ "action": "Q8qPSG_action"
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
+ "retry": "TZv2bW_retry",
244
245
  "root": "TZv2bW_root",
245
- "error": "TZv2bW_error",
246
- "chevronOpen": "TZv2bW_chevronOpen",
247
246
  "triggerEffort": "TZv2bW_triggerEffort",
248
- "retry": "TZv2bW_retry",
249
- "chevron": "TZv2bW_chevron",
250
- "menu": "TZv2bW_menu",
247
+ "chevronOpen": "TZv2bW_chevronOpen",
251
248
  "groups": "TZv2bW_groups",
249
+ "group": "TZv2bW_group",
250
+ "groupTitle": "TZv2bW_groupTitle",
252
251
  "option": "TZv2bW_option",
253
252
  "modelName": "TZv2bW_modelName",
254
- "cell": "TZv2bW_cell",
253
+ "check": "TZv2bW_check",
255
254
  "cellValue": "TZv2bW_cellValue",
256
255
  "cellChevron": "TZv2bW_cellChevron",
257
- "empty": "TZv2bW_empty",
258
- "selected": "TZv2bW_selected",
259
- "cellLabel": "TZv2bW_cellLabel",
256
+ "menu": "TZv2bW_menu",
257
+ "cell": "TZv2bW_cell",
260
258
  "warning": "TZv2bW_warning",
261
- "group": "TZv2bW_group",
259
+ "optionCopy": "TZv2bW_optionCopy",
260
+ "chevron": "TZv2bW_chevron",
262
261
  "trigger": "TZv2bW_trigger",
263
- "groupTitle": "TZv2bW_groupTitle",
264
262
  "description": "TZv2bW_description",
265
263
  "triggerLabel": "TZv2bW_triggerLabel",
266
264
  "status": "TZv2bW_status",
267
- "optionCopy": "TZv2bW_optionCopy",
268
- "check": "TZv2bW_check"
265
+ "empty": "TZv2bW_empty",
266
+ "selected": "TZv2bW_selected",
267
+ "cellLabel": "TZv2bW_cellLabel",
268
+ "error": "TZv2bW_error"
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
- "desc": "kxdSgq_desc",
46
- "chevron": "kxdSgq_chevron",
47
45
  "selector": "kxdSgq_selector",
48
46
  "row": "kxdSgq_row",
49
- "rowText": "kxdSgq_rowText",
50
- "title": "kxdSgq_title"
47
+ "title": "kxdSgq_title",
48
+ "desc": "kxdSgq_desc",
49
+ "chevron": "kxdSgq_chevron",
50
+ "rowText": "kxdSgq_rowText"
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
- "chip": "xROLNG_chip",
23
21
  "error": "xROLNG_error",
24
- "wrap": "xROLNG_wrap"
22
+ "wrap": "xROLNG_wrap",
23
+ "close": "xROLNG_close",
24
+ "chip": "xROLNG_chip"
25
25
  };
26
26
  //#endregion
27
27
  //#region src/client/PlanModeControl.tsx
@@ -38,23 +38,23 @@ window.__ModuleLoader__.load({
38
38
  var SettingsRoot_module_css_default = {
39
39
  "navLabel": "yDpcKa_navLabel",
40
40
  "active": "yDpcKa_active",
41
- "overlay": "yDpcKa_overlay",
42
- "hiddenLabel": "yDpcKa_hiddenLabel",
43
41
  "nav": "yDpcKa_nav",
44
- "mask": "yDpcKa_mask",
42
+ "close": "yDpcKa_close",
43
+ "panel": "yDpcKa_panel",
44
+ "overlay": "yDpcKa_overlay",
45
+ "trigger": "yDpcKa_trigger",
45
46
  "header": "yDpcKa_header",
46
- "rail": "yDpcKa_rail",
47
47
  "triggerLabel": "yDpcKa_triggerLabel",
48
- "content": "yDpcKa_content",
49
- "trigger": "yDpcKa_trigger",
50
- "panel": "yDpcKa_panel",
51
- "navList": "yDpcKa_navList",
48
+ "actions": "yDpcKa_actions",
52
49
  "navIcon": "yDpcKa_navIcon",
50
+ "navCell": "yDpcKa_navCell",
51
+ "mask": "yDpcKa_mask",
52
+ "navList": "yDpcKa_navList",
53
53
  "options": "yDpcKa_options",
54
- "actions": "yDpcKa_actions",
54
+ "hiddenLabel": "yDpcKa_hiddenLabel",
55
+ "rail": "yDpcKa_rail",
55
56
  "navTitle": "yDpcKa_navTitle",
56
- "close": "yDpcKa_close",
57
- "navCell": "yDpcKa_navCell"
57
+ "content": "yDpcKa_content"
58
58
  };
59
59
  //#endregion
60
60
  //#region src/client/SettingsRoot.tsx
@@ -67,67 +67,67 @@ window.__ModuleLoader__.load({
67
67
  document.head.appendChild(tag);
68
68
  }
69
69
  var ModelsSection_module_css_default = {
70
- "rowIdentity": "AmnBRG_rowIdentity",
71
- "addCard": "AmnBRG_addCard",
72
- "addActions": "AmnBRG_addActions",
73
- "editorHeader": "AmnBRG_editorHeader",
74
- "modelListHead": "AmnBRG_modelListHead",
75
- "fieldLabel": "AmnBRG_fieldLabel",
76
- "error": "AmnBRG_error",
77
- "customizedSummary": "AmnBRG_customizedSummary",
78
- "addButton": "AmnBRG_addButton",
79
- "deleteConfirm": "AmnBRG_deleteConfirm",
70
+ "candidateId": "AmnBRG_candidateId",
80
71
  "iconButton": "AmnBRG_iconButton",
81
- "addBlock": "AmnBRG_addBlock",
82
- "credentialDot": "AmnBRG_credentialDot",
83
- "modelEntry": "AmnBRG_modelEntry",
84
- "editorActions": "AmnBRG_editorActions",
72
+ "rowTag": "AmnBRG_rowTag",
73
+ "editorTitle": "AmnBRG_editorTitle",
74
+ "addModelButton": "AmnBRG_addModelButton",
75
+ "secondaryButton": "AmnBRG_secondaryButton",
85
76
  "customizedBody": "AmnBRG_customizedBody",
86
- "modelEmpty": "AmnBRG_modelEmpty",
77
+ "editorHeader": "AmnBRG_editorHeader",
78
+ "fieldLabel": "AmnBRG_fieldLabel",
79
+ "selectInput": "AmnBRG_selectInput",
80
+ "candidateList": "AmnBRG_candidateList",
81
+ "notice": "AmnBRG_notice",
82
+ "candidate": "AmnBRG_candidate",
87
83
  "candidateLabel": "AmnBRG_candidateLabel",
88
- "fetchDialog": "AmnBRG_fetchDialog",
89
- "input": "AmnBRG_input",
90
- "deleteDialog": "AmnBRG_deleteDialog",
91
84
  "hiddenLabel": "AmnBRG_hiddenLabel",
92
- "rowName": "AmnBRG_rowName",
93
- "modelAdvanced": "AmnBRG_modelAdvanced",
94
- "addModelButton": "AmnBRG_addModelButton",
95
- "field": "AmnBRG_field",
96
- "dangerButton": "AmnBRG_dangerButton",
97
85
  "linkButton": "AmnBRG_linkButton",
98
- "customized": "AmnBRG_customized",
99
- "rowActions": "AmnBRG_rowActions",
100
- "rowCard": "AmnBRG_rowCard",
101
- "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
102
- "candidateList": "AmnBRG_candidateList",
103
- "primaryButton": "AmnBRG_primaryButton",
104
- "modelList": "AmnBRG_modelList",
105
- "selectInput": "AmnBRG_selectInput",
106
- "intro": "AmnBRG_intro",
107
- "modelCatalog": "AmnBRG_modelCatalog",
108
- "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
109
- "editor": "AmnBRG_editor",
110
- "editorRoute": "AmnBRG_editorRoute",
111
- "rowTag": "AmnBRG_rowTag",
112
- "rows": "AmnBRG_rows",
86
+ "iconButtonDanger": "AmnBRG_iconButtonDanger",
87
+ "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
88
+ "rowIdentity": "AmnBRG_rowIdentity",
113
89
  "title": "AmnBRG_title",
114
- "editorTitle": "AmnBRG_editorTitle",
115
- "setupCard": "AmnBRG_setupCard",
90
+ "addActions": "AmnBRG_addActions",
91
+ "deleteDialog": "AmnBRG_deleteDialog",
92
+ "dangerButton": "AmnBRG_dangerButton",
93
+ "editorRoute": "AmnBRG_editorRoute",
94
+ "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
95
+ "rowName": "AmnBRG_rowName",
96
+ "intro": "AmnBRG_intro",
97
+ "modelEntry": "AmnBRG_modelEntry",
98
+ "editorActions": "AmnBRG_editorActions",
116
99
  "modelCatalogMeta": "AmnBRG_modelCatalogMeta",
117
- "modelFieldLabel": "AmnBRG_modelFieldLabel",
118
- "secondaryButton": "AmnBRG_secondaryButton",
119
- "candidate": "AmnBRG_candidate",
100
+ "customizedSummary": "AmnBRG_customizedSummary",
101
+ "error": "AmnBRG_error",
102
+ "section": "AmnBRG_section",
103
+ "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
120
104
  "credentialDotMissing": "AmnBRG_credentialDotMissing",
105
+ "addBlock": "AmnBRG_addBlock",
106
+ "addCard": "AmnBRG_addCard",
121
107
  "savedNotice": "AmnBRG_savedNotice",
108
+ "primaryButton": "AmnBRG_primaryButton",
109
+ "customized": "AmnBRG_customized",
110
+ "modelAdvanced": "AmnBRG_modelAdvanced",
111
+ "modelField": "AmnBRG_modelField",
112
+ "editor": "AmnBRG_editor",
113
+ "field": "AmnBRG_field",
114
+ "modelList": "AmnBRG_modelList",
122
115
  "modelRow": "AmnBRG_modelRow",
123
- "section": "AmnBRG_section",
116
+ "setupCard": "AmnBRG_setupCard",
117
+ "credentialDot": "AmnBRG_credentialDot",
118
+ "rowActions": "AmnBRG_rowActions",
119
+ "rows": "AmnBRG_rows",
124
120
  "advancedHint": "AmnBRG_advancedHint",
125
- "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
121
+ "deleteConfirm": "AmnBRG_deleteConfirm",
122
+ "input": "AmnBRG_input",
123
+ "addButton": "AmnBRG_addButton",
124
+ "fetchDialog": "AmnBRG_fetchDialog",
125
+ "rowCard": "AmnBRG_rowCard",
126
+ "modelListHead": "AmnBRG_modelListHead",
126
127
  "rowHead": "AmnBRG_rowHead",
127
- "modelField": "AmnBRG_modelField",
128
- "candidateId": "AmnBRG_candidateId",
129
- "notice": "AmnBRG_notice",
130
- "iconButtonDanger": "AmnBRG_iconButtonDanger"
128
+ "modelCatalog": "AmnBRG_modelCatalog",
129
+ "modelEmpty": "AmnBRG_modelEmpty",
130
+ "modelFieldLabel": "AmnBRG_modelFieldLabel"
131
131
  };
132
132
  //#endregion
133
133
  //#region src/client/EditorFooter.tsx
@@ -2076,9 +2076,9 @@ window.__ModuleLoader__.load({
2076
2076
  document.head.appendChild(tag);
2077
2077
  }
2078
2078
  var OnboardingModal_module_css_default = {
2079
- "title": "aIiZrG_title",
2080
- "dialog": "aIiZrG_dialog",
2081
2079
  "content": "aIiZrG_content",
2080
+ "dialog": "aIiZrG_dialog",
2081
+ "title": "aIiZrG_title",
2082
2082
  "body": "aIiZrG_body"
2083
2083
  };
2084
2084
  //#endregion
@@ -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
- "actions": "R-6oRa_actions",
2234
2232
  "copy": "R-6oRa_copy",
2235
- "primary": "R-6oRa_primary"
2233
+ "error": "R-6oRa_error",
2234
+ "primary": "R-6oRa_primary",
2235
+ "actions": "R-6oRa_actions"
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
- "entryValue": "WrOExW_entryValue",
22
- "status": "WrOExW_status",
23
- "failure": "WrOExW_failure",
21
+ "details": "WrOExW_details",
24
22
  "statusDot": "WrOExW_statusDot",
25
- "catalog": "WrOExW_catalog",
23
+ "visuallyHidden": "WrOExW_visuallyHidden",
24
+ "cardContent": "WrOExW_cardContent",
25
+ "cardDetails": "WrOExW_cardDetails",
26
26
  "configTag": "WrOExW_configTag",
27
+ "catalogHeading": "WrOExW_catalogHeading",
28
+ "search": "WrOExW_search",
27
29
  "cardTrailing": "WrOExW_cardTrailing",
28
- "cardTitle": "WrOExW_cardTitle",
29
30
  "section": "WrOExW_section",
30
- "search": "WrOExW_search",
31
- "cardContent": "WrOExW_cardContent",
32
- "details": "WrOExW_details",
33
- "visuallyHidden": "WrOExW_visuallyHidden",
34
31
  "card": "WrOExW_card",
35
- "catalogHeading": "WrOExW_catalogHeading",
36
- "cards": "WrOExW_cards",
37
32
  "chevron": "WrOExW_chevron",
38
- "cardDetails": "WrOExW_cardDetails"
33
+ "failure": "WrOExW_failure",
34
+ "entryValue": "WrOExW_entryValue",
35
+ "cardTitle": "WrOExW_cardTitle",
36
+ "cards": "WrOExW_cards",
37
+ "status": "WrOExW_status",
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
- "badges": "MiE2dW_badges",
25
23
  "input": "MiE2dW_input",
26
- "head": "MiE2dW_head",
27
- "select": "MiE2dW_select",
28
- "hint": "MiE2dW_hint",
29
- "badge": "MiE2dW_badge",
30
24
  "label": "MiE2dW_label",
31
- "inputInvalid": "MiE2dW_inputInvalid",
32
- "invalid": "MiE2dW_invalid",
33
25
  "field": "MiE2dW_field",
34
- "badgeMuted": "MiE2dW_badgeMuted"
26
+ "badge": "MiE2dW_badge",
27
+ "badges": "MiE2dW_badges",
28
+ "select": "MiE2dW_select",
29
+ "head": "MiE2dW_head",
30
+ "badgeMuted": "MiE2dW_badgeMuted",
31
+ "invalid": "MiE2dW_invalid",
32
+ "hint": "MiE2dW_hint",
33
+ "reset": "MiE2dW_reset",
34
+ "inputInvalid": "MiE2dW_inputInvalid"
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
- "chevron": "YRvGva_chevron",
198
- "pending": "YRvGva_pending",
199
- "name": "YRvGva_name",
200
- "discard": "YRvGva_discard",
201
- "headText": "YRvGva_headText",
196
+ "readOnly": "YRvGva_readOnly",
202
197
  "card": "YRvGva_card",
203
198
  "save": "YRvGva_save",
204
- "failed": "YRvGva_failed",
205
- "description": "YRvGva_description",
206
- "readOnly": "YRvGva_readOnly",
207
- "footer": "YRvGva_footer",
208
199
  "header": "YRvGva_header",
200
+ "failed": "YRvGva_failed",
201
+ "chevronOpen": "YRvGva_chevronOpen",
209
202
  "body": "YRvGva_body",
210
- "chevronOpen": "YRvGva_chevronOpen"
203
+ "cardOpen": "YRvGva_cardOpen",
204
+ "description": "YRvGva_description",
205
+ "name": "YRvGva_name",
206
+ "discard": "YRvGva_discard",
207
+ "headText": "YRvGva_headText",
208
+ "pending": "YRvGva_pending",
209
+ "chevron": "YRvGva_chevron",
210
+ "footer": "YRvGva_footer"
211
211
  };
212
212
  //#endregion
213
213
  //#region src/client/PluginCard.tsx
@@ -454,13 +454,13 @@ window.__ModuleLoader__.load({
454
454
  }
455
455
  var PluginsSettingsSection_module_css_default = {
456
456
  "heading": "ha2I9q_heading",
457
- "empty": "ha2I9q_empty",
458
- "panel": "ha2I9q_panel",
459
- "intro": "ha2I9q_intro",
460
- "tab": "ha2I9q_tab",
461
457
  "section": "ha2I9q_section",
462
458
  "tabs": "ha2I9q_tabs",
463
- "cards": "ha2I9q_cards"
459
+ "cards": "ha2I9q_cards",
460
+ "empty": "ha2I9q_empty",
461
+ "tab": "ha2I9q_tab",
462
+ "intro": "ha2I9q_intro",
463
+ "panel": "ha2I9q_panel"
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
+ "entryTitleRow": "FVl50a_entryTitleRow",
505
+ "note": "FVl50a_note",
506
+ "badgeWarn": "FVl50a_badgeWarn",
507
+ "allowTitle": "FVl50a_allowTitle",
508
+ "allowHint": "FVl50a_allowHint",
509
+ "list": "FVl50a_list",
510
+ "allowRow": "FVl50a_allowRow",
511
+ "entryBody": "FVl50a_entryBody",
504
512
  "remove": "FVl50a_remove",
513
+ "connectedList": "FVl50a_connectedList",
505
514
  "connectedRow": "FVl50a_connectedRow",
506
- "pasteLabel": "FVl50a_pasteLabel",
507
- "statusDot": "FVl50a_statusDot",
515
+ "invalid": "FVl50a_invalid",
508
516
  "heading": "FVl50a_heading",
509
- "add": "FVl50a_add",
510
- "badgeOk": "FVl50a_badgeOk",
511
- "badgeError": "FVl50a_badgeError",
512
- "connectedList": "FVl50a_connectedList",
513
- "badgeWarn": "FVl50a_badgeWarn",
514
- "entryBody": "FVl50a_entryBody",
517
+ "entry": "FVl50a_entry",
518
+ "badge": "FVl50a_badge",
515
519
  "entryHead": "FVl50a_entryHead",
520
+ "entryTitle": "FVl50a_entryTitle",
521
+ "badgeOk": "FVl50a_badgeOk",
516
522
  "block": "FVl50a_block",
523
+ "statusDot": "FVl50a_statusDot",
524
+ "pasteLabel": "FVl50a_pasteLabel",
517
525
  "paste": "FVl50a_paste",
518
- "badgeMuted": "FVl50a_badgeMuted",
519
- "badge": "FVl50a_badge",
520
- "invalid": "FVl50a_invalid",
521
526
  "empty": "FVl50a_empty",
522
- "allowRow": "FVl50a_allowRow",
523
- "allowTitle": "FVl50a_allowTitle",
524
- "entryTitleRow": "FVl50a_entryTitleRow",
525
- "allowHint": "FVl50a_allowHint",
526
- "list": "FVl50a_list",
527
+ "add": "FVl50a_add",
528
+ "badgeMuted": "FVl50a_badgeMuted",
527
529
  "connectedName": "FVl50a_connectedName",
528
- "entry": "FVl50a_entry",
529
- "note": "FVl50a_note",
530
- "entryTitle": "FVl50a_entryTitle"
530
+ "badgeError": "FVl50a_badgeError"
531
531
  };
532
532
  //#endregion
533
533
  //#region src/client/McpCard.tsx