@xrkseek/harness-cli 0.0.8 → 0.0.10

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