@xrkseek/harness-cli 0.1.4 → 0.1.5

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 (70) hide show
  1. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.d.ts +11 -0
  2. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.d.ts.map +1 -0
  3. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.js +13 -0
  4. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.js.map +1 -0
  5. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +1 -0
  6. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
  7. package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
  8. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts.map +1 -1
  9. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js +9 -13
  10. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js.map +1 -1
  11. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts +22 -5
  12. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts.map +1 -1
  13. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js +31 -5
  14. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js.map +1 -1
  15. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts +42 -7
  16. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts.map +1 -1
  17. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js +182 -24
  18. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js.map +1 -1
  19. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts.map +1 -1
  20. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js +26 -8
  21. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js.map +1 -1
  22. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts.map +1 -1
  23. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js +61 -0
  24. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js.map +1 -1
  25. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts.map +1 -1
  26. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +8 -9
  27. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -1
  28. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.d.ts +11 -0
  29. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.d.ts.map +1 -0
  30. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.js +13 -0
  31. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.js.map +1 -0
  32. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +1 -1
  33. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -1
  34. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +27 -2
  35. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -1
  36. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -1
  37. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +10 -2
  38. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -1
  39. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts +8 -0
  40. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts.map +1 -1
  41. package/package.json +1 -1
  42. package/product-web/boot.json +1 -1
  43. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  44. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
  45. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +14 -14
  46. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
  47. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +168 -168
  48. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
  49. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  50. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
  51. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +8 -8
  52. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
  53. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
  54. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +3 -3
  55. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +16 -16
  56. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  57. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +2 -2
  58. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +13 -13
  59. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
  60. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +11 -11
  61. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +41 -41
  62. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
  63. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +10 -10
  64. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
  65. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
  66. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
  67. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
  68. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +31 -31
  69. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  70. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +54 -54
@@ -18,14 +18,14 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var GoalBar_module_css_default = {
21
- "objective": "loP2MG_objective",
22
- "goalGlyph": "loP2MG_goalGlyph",
23
- "objectiveInput": "loP2MG_objectiveInput",
24
21
  "error": "loP2MG_error",
22
+ "iconBtn": "loP2MG_iconBtn",
23
+ "bar": "loP2MG_bar",
25
24
  "dock": "loP2MG_dock",
26
25
  "actions": "loP2MG_actions",
27
- "bar": "loP2MG_bar",
28
- "iconBtn": "loP2MG_iconBtn",
26
+ "goalGlyph": "loP2MG_goalGlyph",
27
+ "objective": "loP2MG_objective",
28
+ "objectiveInput": "loP2MG_objectiveInput",
29
29
  "label": "loP2MG_label"
30
30
  };
31
31
  //#endregion
@@ -261,9 +261,9 @@ window.__ModuleLoader__.load({
261
261
  document.head.appendChild(tag);
262
262
  }
263
263
  var GoalCommandInputView_module_css_default = {
264
- "bubble": "GzeMcW_bubble",
264
+ "row": "GzeMcW_row",
265
265
  "stack": "GzeMcW_stack",
266
- "row": "GzeMcW_row"
266
+ "bubble": "GzeMcW_bubble"
267
267
  };
268
268
  //#endregion
269
269
  //#region src/client/GoalCommandInputView.tsx
@@ -724,16 +724,16 @@ window.__ModuleLoader__.load({
724
724
  document.head.appendChild(tag);
725
725
  }
726
726
  var MenuView_module_css_default = {
727
- "itemIcon": "_203XIq_itemIcon",
728
- "itemDescription": "_203XIq_itemDescription",
727
+ "sectionTitle": "_203XIq_sectionTitle",
728
+ "groupTitle": "_203XIq_groupTitle",
729
729
  "loading": "_203XIq_loading",
730
- "viewport": "_203XIq_viewport",
731
- "active": "_203XIq_active",
732
- "itemName": "_203XIq_itemName",
733
730
  "menu": "_203XIq_menu",
734
- "groupTitle": "_203XIq_groupTitle",
735
- "sectionTitle": "_203XIq_sectionTitle",
736
- "item": "_203XIq_item"
731
+ "itemIcon": "_203XIq_itemIcon",
732
+ "active": "_203XIq_active",
733
+ "viewport": "_203XIq_viewport",
734
+ "item": "_203XIq_item",
735
+ "itemDescription": "_203XIq_itemDescription",
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
- "rowDot": "gBhgYW_rowDot",
22
- "trigger": "gBhgYW_trigger",
23
- "triggerDot": "gBhgYW_triggerDot",
21
+ "root": "gBhgYW_root",
22
+ "menu": "gBhgYW_menu",
23
+ "triggerOpen": "gBhgYW_triggerOpen",
24
24
  "duration": "gBhgYW_duration",
25
- "row": "gBhgYW_row",
26
- "count": "gBhgYW_count",
25
+ "trigger": "gBhgYW_trigger",
26
+ "rowDot": "gBhgYW_rowDot",
27
27
  "rowSettled": "gBhgYW_rowSettled",
28
28
  "kind": "gBhgYW_kind",
29
29
  "label": "gBhgYW_label",
30
30
  "status": "gBhgYW_status",
31
- "root": "gBhgYW_root",
32
- "menu": "gBhgYW_menu",
33
- "triggerOpen": "gBhgYW_triggerOpen"
31
+ "count": "gBhgYW_count",
32
+ "row": "gBhgYW_row",
33
+ "triggerDot": "gBhgYW_triggerDot"
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
- "frame": "LMEksG_frame",
67
- "sidebarCol": "LMEksG_sidebarCol",
68
- "handle": "LMEksG_handle",
69
66
  "overlayLayer": "LMEksG_overlayLayer",
67
+ "handle": "LMEksG_handle",
68
+ "centerCol": "LMEksG_centerCol",
69
+ "sidebarCol": "LMEksG_sidebarCol",
70
70
  "detailsCol": "LMEksG_detailsCol",
71
- "centerCol": "LMEksG_centerCol"
71
+ "frame": "LMEksG_frame"
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
- "noteInput": "Q8qPSG_noteInput",
339
338
  "failure": "Q8qPSG_failure",
340
339
  "noteOpen": "Q8qPSG_noteOpen",
341
340
  "noteEditor": "Q8qPSG_noteEditor",
342
- "action": "Q8qPSG_action",
343
341
  "noteSave": "Q8qPSG_noteSave",
344
- "noteCancel": "Q8qPSG_noteCancel"
342
+ "action": "Q8qPSG_action",
343
+ "noteCancel": "Q8qPSG_noteCancel",
344
+ "noteInput": "Q8qPSG_noteInput"
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
- "chevron": "TZv2bW_chevron",
245
244
  "status": "TZv2bW_status",
245
+ "error": "TZv2bW_error",
246
246
  "groups": "TZv2bW_groups",
247
- "triggerLabel": "TZv2bW_triggerLabel",
248
- "selected": "TZv2bW_selected",
249
- "root": "TZv2bW_root",
250
- "chevronOpen": "TZv2bW_chevronOpen",
251
- "option": "TZv2bW_option",
247
+ "modelName": "TZv2bW_modelName",
248
+ "description": "TZv2bW_description",
252
249
  "retry": "TZv2bW_retry",
253
- "group": "TZv2bW_group",
250
+ "check": "TZv2bW_check",
251
+ "cellLabel": "TZv2bW_cellLabel",
254
252
  "cell": "TZv2bW_cell",
253
+ "groupTitle": "TZv2bW_groupTitle",
255
254
  "cellValue": "TZv2bW_cellValue",
256
- "trigger": "TZv2bW_trigger",
257
- "empty": "TZv2bW_empty",
255
+ "root": "TZv2bW_root",
256
+ "option": "TZv2bW_option",
258
257
  "cellChevron": "TZv2bW_cellChevron",
258
+ "chevron": "TZv2bW_chevron",
259
+ "triggerLabel": "TZv2bW_triggerLabel",
259
260
  "triggerEffort": "TZv2bW_triggerEffort",
261
+ "chevronOpen": "TZv2bW_chevronOpen",
260
262
  "menu": "TZv2bW_menu",
261
- "modelName": "TZv2bW_modelName",
262
- "groupTitle": "TZv2bW_groupTitle",
263
+ "trigger": "TZv2bW_trigger",
264
+ "empty": "TZv2bW_empty",
263
265
  "warning": "TZv2bW_warning",
264
- "description": "TZv2bW_description",
265
- "check": "TZv2bW_check",
266
- "optionCopy": "TZv2bW_optionCopy",
267
- "cellLabel": "TZv2bW_cellLabel",
268
- "error": "TZv2bW_error"
266
+ "selected": "TZv2bW_selected",
267
+ "group": "TZv2bW_group",
268
+ "optionCopy": "TZv2bW_optionCopy"
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
- "row": "kxdSgq_row",
45
+ "title": "kxdSgq_title",
46
46
  "desc": "kxdSgq_desc",
47
- "selector": "kxdSgq_selector",
48
- "chevron": "kxdSgq_chevron",
49
47
  "rowText": "kxdSgq_rowText",
50
- "title": "kxdSgq_title"
48
+ "row": "kxdSgq_row",
49
+ "selector": "kxdSgq_selector",
50
+ "chevron": "kxdSgq_chevron"
51
51
  };
52
52
  //#endregion
53
53
  //#region src/client/PermissionRow.tsx
@@ -18,10 +18,10 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PlanModeControl_module_css_default = {
21
+ "chip": "xROLNG_chip",
21
22
  "close": "xROLNG_close",
22
- "wrap": "xROLNG_wrap",
23
23
  "error": "xROLNG_error",
24
- "chip": "xROLNG_chip"
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
- "header": "yDpcKa_header",
39
+ "close": "yDpcKa_close",
40
+ "options": "yDpcKa_options",
41
+ "panel": "yDpcKa_panel",
40
42
  "triggerLabel": "yDpcKa_triggerLabel",
41
- "navIcon": "yDpcKa_navIcon",
43
+ "navTitle": "yDpcKa_navTitle",
44
+ "hiddenLabel": "yDpcKa_hiddenLabel",
45
+ "navLabel": "yDpcKa_navLabel",
42
46
  "overlay": "yDpcKa_overlay",
47
+ "trigger": "yDpcKa_trigger",
48
+ "header": "yDpcKa_header",
43
49
  "mask": "yDpcKa_mask",
44
- "nav": "yDpcKa_nav",
45
- "actions": "yDpcKa_actions",
50
+ "rail": "yDpcKa_rail",
46
51
  "content": "yDpcKa_content",
52
+ "nav": "yDpcKa_nav",
53
+ "navIcon": "yDpcKa_navIcon",
47
54
  "navList": "yDpcKa_navList",
48
- "active": "yDpcKa_active",
49
- "close": "yDpcKa_close",
50
- "trigger": "yDpcKa_trigger",
51
- "panel": "yDpcKa_panel",
52
- "options": "yDpcKa_options",
53
- "hiddenLabel": "yDpcKa_hiddenLabel",
54
- "rail": "yDpcKa_rail",
55
55
  "navCell": "yDpcKa_navCell",
56
- "navLabel": "yDpcKa_navLabel",
57
- "navTitle": "yDpcKa_navTitle"
56
+ "active": "yDpcKa_active",
57
+ "actions": "yDpcKa_actions"
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
- "modelList": "AmnBRG_modelList",
71
- "modelCatalog": "AmnBRG_modelCatalog",
72
- "section": "AmnBRG_section",
73
- "rowTag": "AmnBRG_rowTag",
74
- "credentialDotMissing": "AmnBRG_credentialDotMissing",
75
- "rowHead": "AmnBRG_rowHead",
76
- "rowCard": "AmnBRG_rowCard",
70
+ "error": "AmnBRG_error",
71
+ "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
72
+ "modelListHead": "AmnBRG_modelListHead",
73
+ "notice": "AmnBRG_notice",
74
+ "customizedSummary": "AmnBRG_customizedSummary",
77
75
  "editor": "AmnBRG_editor",
78
76
  "title": "AmnBRG_title",
79
- "rowIdentity": "AmnBRG_rowIdentity",
80
- "rowActions": "AmnBRG_rowActions",
81
- "addButton": "AmnBRG_addButton",
82
- "setupCard": "AmnBRG_setupCard",
83
- "customizedBody": "AmnBRG_customizedBody",
77
+ "modelCatalog": "AmnBRG_modelCatalog",
78
+ "addBlock": "AmnBRG_addBlock",
79
+ "iconButtonDanger": "AmnBRG_iconButtonDanger",
84
80
  "deleteDialog": "AmnBRG_deleteDialog",
85
- "addModelButton": "AmnBRG_addModelButton",
86
- "field": "AmnBRG_field",
87
- "customized": "AmnBRG_customized",
88
- "addCard": "AmnBRG_addCard",
89
- "iconButton": "AmnBRG_iconButton",
90
- "candidateLabel": "AmnBRG_candidateLabel",
91
- "error": "AmnBRG_error",
92
- "secondaryButton": "AmnBRG_secondaryButton",
93
- "dangerButton": "AmnBRG_dangerButton",
94
- "modelEntry": "AmnBRG_modelEntry",
95
- "modelEmpty": "AmnBRG_modelEmpty",
96
- "fetchDialog": "AmnBRG_fetchDialog",
97
81
  "modelCatalogMeta": "AmnBRG_modelCatalogMeta",
98
- "iconButtonDanger": "AmnBRG_iconButtonDanger",
99
- "advancedHint": "AmnBRG_advancedHint",
100
- "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
82
+ "modelList": "AmnBRG_modelList",
101
83
  "savedNotice": "AmnBRG_savedNotice",
102
- "rowName": "AmnBRG_rowName",
103
- "editorRoute": "AmnBRG_editorRoute",
104
- "fieldLabel": "AmnBRG_fieldLabel",
105
84
  "modelAdvanced": "AmnBRG_modelAdvanced",
106
- "modelRow": "AmnBRG_modelRow",
107
- "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
108
- "rows": "AmnBRG_rows",
109
- "input": "AmnBRG_input",
110
- "hiddenLabel": "AmnBRG_hiddenLabel",
111
- "modelField": "AmnBRG_modelField",
112
- "candidateId": "AmnBRG_candidateId",
113
85
  "selectInput": "AmnBRG_selectInput",
86
+ "modelEntry": "AmnBRG_modelEntry",
87
+ "setupCard": "AmnBRG_setupCard",
88
+ "modelField": "AmnBRG_modelField",
89
+ "hiddenLabel": "AmnBRG_hiddenLabel",
90
+ "dangerButton": "AmnBRG_dangerButton",
91
+ "candidateLabel": "AmnBRG_candidateLabel",
92
+ "field": "AmnBRG_field",
93
+ "rowActions": "AmnBRG_rowActions",
94
+ "customizedBody": "AmnBRG_customizedBody",
114
95
  "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
96
+ "modelEmpty": "AmnBRG_modelEmpty",
97
+ "credentialDotMissing": "AmnBRG_credentialDotMissing",
98
+ "secondaryButton": "AmnBRG_secondaryButton",
99
+ "editorRoute": "AmnBRG_editorRoute",
100
+ "advancedHint": "AmnBRG_advancedHint",
101
+ "linkButton": "AmnBRG_linkButton",
102
+ "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
103
+ "rowTag": "AmnBRG_rowTag",
104
+ "rowHead": "AmnBRG_rowHead",
105
+ "rowIdentity": "AmnBRG_rowIdentity",
106
+ "addButton": "AmnBRG_addButton",
107
+ "candidateList": "AmnBRG_candidateList",
108
+ "addActions": "AmnBRG_addActions",
115
109
  "primaryButton": "AmnBRG_primaryButton",
110
+ "candidate": "AmnBRG_candidate",
111
+ "credentialDot": "AmnBRG_credentialDot",
112
+ "fieldLabel": "AmnBRG_fieldLabel",
113
+ "fetchDialog": "AmnBRG_fetchDialog",
114
+ "addCard": "AmnBRG_addCard",
115
+ "addModelButton": "AmnBRG_addModelButton",
116
116
  "modelFieldLabel": "AmnBRG_modelFieldLabel",
117
- "addBlock": "AmnBRG_addBlock",
118
- "customizedSummary": "AmnBRG_customizedSummary",
119
- "modelListHead": "AmnBRG_modelListHead",
117
+ "input": "AmnBRG_input",
120
118
  "deleteConfirm": "AmnBRG_deleteConfirm",
119
+ "section": "AmnBRG_section",
120
+ "modelRow": "AmnBRG_modelRow",
121
+ "rows": "AmnBRG_rows",
122
+ "customized": "AmnBRG_customized",
123
+ "editorActions": "AmnBRG_editorActions",
124
+ "rowCard": "AmnBRG_rowCard",
121
125
  "editorTitle": "AmnBRG_editorTitle",
122
- "credentialDot": "AmnBRG_credentialDot",
126
+ "candidateId": "AmnBRG_candidateId",
123
127
  "editorHeader": "AmnBRG_editorHeader",
124
- "candidate": "AmnBRG_candidate",
125
- "addActions": "AmnBRG_addActions",
126
- "editorActions": "AmnBRG_editorActions",
128
+ "iconButton": "AmnBRG_iconButton",
127
129
  "intro": "AmnBRG_intro",
128
- "notice": "AmnBRG_notice",
129
- "linkButton": "AmnBRG_linkButton",
130
- "candidateList": "AmnBRG_candidateList"
130
+ "rowName": "AmnBRG_rowName"
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
+ "dialog": "aIiZrG_dialog",
2079
2080
  "title": "aIiZrG_title",
2080
2081
  "content": "aIiZrG_content",
2081
- "body": "aIiZrG_body",
2082
- "dialog": "aIiZrG_dialog"
2082
+ "body": "aIiZrG_body"
2083
2083
  };
2084
2084
  //#endregion
2085
2085
  //#region src/client/OnboardingModal.tsx
@@ -2230,9 +2230,9 @@ window.__ModuleLoader__.load({
2230
2230
  }
2231
2231
  var WelcomeNotice_module_css_default = {
2232
2232
  "primary": "R-6oRa_primary",
2233
+ "error": "R-6oRa_error",
2233
2234
  "actions": "R-6oRa_actions",
2234
- "copy": "R-6oRa_copy",
2235
- "error": "R-6oRa_error"
2235
+ "copy": "R-6oRa_copy"
2236
2236
  };
2237
2237
  //#endregion
2238
2238
  //#region src/client/WelcomeNotice.tsx
@@ -2305,12 +2305,12 @@ window.__ModuleLoader__.load({
2305
2305
  const WELCOME_NOTICE_COPY = {
2306
2306
  zh: {
2307
2307
  title: "欢迎使用 XRK-Harness",
2308
- body: "XRK-Harness 是本仓库的 Agent 宿主与产品壳:Session 可重建、工具可走策略,社区 DSH 插件经 dsh-compat 兼容器接入(不嵌入 Cordis Host)。\n\n0.1.4 是当前正式公开发版,CLI 与 serve 主路径可用;真 IM 隧道、Cordis fiber 子进程等缺口见 docs/status。欢迎通过 GitHub 反馈与共建。",
2308
+ body: "XRK-Harness 是本仓库的 Agent 宿主与产品壳:Session 可重建、工具可走策略,社区 DSH 插件经 dsh-compat 兼容器接入(不嵌入 Cordis Host)。\n\n0.1.5 是当前正式公开发版,CLI 与 serve 主路径可用;真 IM 隧道、Cordis fiber 子进程等缺口见 docs/status。欢迎通过 GitHub 反馈与共建。",
2309
2309
  continueLabel: "继续"
2310
2310
  },
2311
2311
  en: {
2312
2312
  title: "Welcome to XRK-Harness",
2313
- body: "XRK-Harness is this repo’s agent host and product shell: durable sessions, policy-aware tools, and DSH community plugins through the dsh-compat layer (no Cordis Host embed).\n\n0.1.4 is the current formal public release with a usable CLI and serve path; see docs/status for honest gaps (live IM tunnels, Cordis fiber subprocess, etc.). Feedback and contributions welcome on GitHub.",
2313
+ body: "XRK-Harness is this repo’s agent host and product shell: durable sessions, policy-aware tools, and DSH community plugins through the dsh-compat layer (no Cordis Host embed).\n\n0.1.5 is the current formal public release with a usable CLI and serve path; see docs/status for honest gaps (live IM tunnels, Cordis fiber subprocess, etc.). Feedback and contributions welcome on GitHub.",
2314
2314
  continueLabel: "Continue"
2315
2315
  }
2316
2316
  };
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PluginInventorySettingsTab_module_css_default = {
21
- "section": "WrOExW_section",
22
- "cardTitle": "WrOExW_cardTitle",
21
+ "search": "WrOExW_search",
23
22
  "configTag": "WrOExW_configTag",
23
+ "catalog": "WrOExW_catalog",
24
+ "card": "WrOExW_card",
24
25
  "cardDetails": "WrOExW_cardDetails",
25
26
  "failure": "WrOExW_failure",
26
- "statusDot": "WrOExW_statusDot",
27
- "catalog": "WrOExW_catalog",
28
- "cards": "WrOExW_cards",
29
- "catalogHeading": "WrOExW_catalogHeading",
30
27
  "details": "WrOExW_details",
31
- "cardTrailing": "WrOExW_cardTrailing",
32
28
  "cardContent": "WrOExW_cardContent",
29
+ "status": "WrOExW_status",
30
+ "cards": "WrOExW_cards",
31
+ "cardTitle": "WrOExW_cardTitle",
33
32
  "chevron": "WrOExW_chevron",
34
- "card": "WrOExW_card",
33
+ "cardTrailing": "WrOExW_cardTrailing",
34
+ "entryValue": "WrOExW_entryValue",
35
+ "section": "WrOExW_section",
36
+ "catalogHeading": "WrOExW_catalogHeading",
35
37
  "visuallyHidden": "WrOExW_visuallyHidden",
36
- "search": "WrOExW_search",
37
- "status": "WrOExW_status",
38
- "entryValue": "WrOExW_entryValue"
38
+ "statusDot": "WrOExW_statusDot"
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
- "input": "MiE2dW_input",
24
- "select": "MiE2dW_select",
23
+ "head": "MiE2dW_head",
25
24
  "inputInvalid": "MiE2dW_inputInvalid",
26
- "invalid": "MiE2dW_invalid",
27
- "badges": "MiE2dW_badges",
25
+ "badgeMuted": "MiE2dW_badgeMuted",
28
26
  "badge": "MiE2dW_badge",
27
+ "reset": "MiE2dW_reset",
28
+ "badges": "MiE2dW_badges",
29
29
  "field": "MiE2dW_field",
30
+ "invalid": "MiE2dW_invalid",
30
31
  "hint": "MiE2dW_hint",
31
32
  "label": "MiE2dW_label",
32
- "badgeMuted": "MiE2dW_badgeMuted",
33
- "head": "MiE2dW_head",
34
- "reset": "MiE2dW_reset"
33
+ "input": "MiE2dW_input",
34
+ "select": "MiE2dW_select"
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
- "card": "YRvGva_card",
197
- "pending": "YRvGva_pending",
198
- "headText": "YRvGva_headText",
199
- "cardOpen": "YRvGva_cardOpen",
200
- "save": "YRvGva_save",
201
- "chevronOpen": "YRvGva_chevronOpen",
202
- "footer": "YRvGva_footer",
203
196
  "discard": "YRvGva_discard",
204
197
  "description": "YRvGva_description",
205
- "body": "YRvGva_body",
206
- "name": "YRvGva_name",
207
198
  "readOnly": "YRvGva_readOnly",
199
+ "footer": "YRvGva_footer",
200
+ "cardOpen": "YRvGva_cardOpen",
201
+ "name": "YRvGva_name",
202
+ "headText": "YRvGva_headText",
203
+ "chevronOpen": "YRvGva_chevronOpen",
204
+ "chevron": "YRvGva_chevron",
208
205
  "failed": "YRvGva_failed",
209
206
  "header": "YRvGva_header",
210
- "chevron": "YRvGva_chevron"
207
+ "pending": "YRvGva_pending",
208
+ "save": "YRvGva_save",
209
+ "card": "YRvGva_card",
210
+ "body": "YRvGva_body"
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
- "empty": "ha2I9q_empty",
457
456
  "intro": "ha2I9q_intro",
458
- "tab": "ha2I9q_tab",
459
- "tabs": "ha2I9q_tabs",
457
+ "panel": "ha2I9q_panel",
458
+ "empty": "ha2I9q_empty",
460
459
  "section": "ha2I9q_section",
461
460
  "cards": "ha2I9q_cards",
461
+ "tabs": "ha2I9q_tabs",
462
462
  "heading": "ha2I9q_heading",
463
- "panel": "ha2I9q_panel"
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
- "badgeWarn": "FVl50a_badgeWarn",
505
- "connectedList": "FVl50a_connectedList",
506
- "connectedName": "FVl50a_connectedName",
504
+ "allowRow": "FVl50a_allowRow",
505
+ "note": "FVl50a_note",
506
+ "badgeError": "FVl50a_badgeError",
507
+ "list": "FVl50a_list",
508
+ "remove": "FVl50a_remove",
509
+ "paste": "FVl50a_paste",
510
+ "connectedRow": "FVl50a_connectedRow",
511
+ "entryTitle": "FVl50a_entryTitle",
507
512
  "empty": "FVl50a_empty",
508
513
  "allowTitle": "FVl50a_allowTitle",
509
- "remove": "FVl50a_remove",
510
- "entryBody": "FVl50a_entryBody",
511
- "badgeMuted": "FVl50a_badgeMuted",
512
514
  "badgeOk": "FVl50a_badgeOk",
513
- "pasteLabel": "FVl50a_pasteLabel",
514
- "add": "FVl50a_add",
515
- "heading": "FVl50a_heading",
516
- "entry": "FVl50a_entry",
517
- "allowHint": "FVl50a_allowHint",
518
- "note": "FVl50a_note",
519
515
  "entryTitleRow": "FVl50a_entryTitleRow",
520
- "entryHead": "FVl50a_entryHead",
516
+ "badgeMuted": "FVl50a_badgeMuted",
521
517
  "block": "FVl50a_block",
522
- "connectedRow": "FVl50a_connectedRow",
523
518
  "badge": "FVl50a_badge",
524
- "statusDot": "FVl50a_statusDot",
519
+ "allowHint": "FVl50a_allowHint",
520
+ "connectedName": "FVl50a_connectedName",
521
+ "connectedList": "FVl50a_connectedList",
522
+ "entryHead": "FVl50a_entryHead",
523
+ "badgeWarn": "FVl50a_badgeWarn",
524
+ "entry": "FVl50a_entry",
525
+ "heading": "FVl50a_heading",
525
526
  "invalid": "FVl50a_invalid",
526
- "allowRow": "FVl50a_allowRow",
527
- "list": "FVl50a_list",
528
- "entryTitle": "FVl50a_entryTitle",
529
- "paste": "FVl50a_paste",
530
- "badgeError": "FVl50a_badgeError"
527
+ "statusDot": "FVl50a_statusDot",
528
+ "entryBody": "FVl50a_entryBody",
529
+ "pasteLabel": "FVl50a_pasteLabel",
530
+ "add": "FVl50a_add"
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
+ "railIn": "lWfN9W_railIn",
36
37
  "rail-fade-in": "lWfN9W_rail-fade-in",
37
- "newSession": "lWfN9W_newSession",
38
- "footerActions": "lWfN9W_footerActions",
39
- "settingsArea": "lWfN9W_settingsArea",
40
- "collapsed": "lWfN9W_collapsed",
41
38
  "footArea": "lWfN9W_footArea",
39
+ "brand": "lWfN9W_brand",
40
+ "regionArea": "lWfN9W_regionArea",
42
41
  "fading": "lWfN9W_fading",
43
- "railIn": "lWfN9W_railIn",
44
- "logoRow": "lWfN9W_logoRow",
45
42
  "railMark": "lWfN9W_railMark",
46
- "panelIcon": "lWfN9W_panelIcon",
47
- "brand": "lWfN9W_brand",
48
- "wide-in": "lWfN9W_wide-in",
43
+ "settingsArea": "lWfN9W_settingsArea",
44
+ "rail-in": "lWfN9W_rail-in",
45
+ "newSessionLabel": "lWfN9W_newSessionLabel",
49
46
  "iconButton": "lWfN9W_iconButton",
50
- "regionArea": "lWfN9W_regionArea",
47
+ "wide": "lWfN9W_wide",
48
+ "footerActions": "lWfN9W_footerActions",
51
49
  "root": "lWfN9W_root",
52
- "quietBars": "lWfN9W_quietBars",
50
+ "newSession": "lWfN9W_newSession",
51
+ "logoRow": "lWfN9W_logoRow",
53
52
  "toggle": "lWfN9W_toggle",
54
- "rail-in": "lWfN9W_rail-in",
55
- "newSessionLabel": "lWfN9W_newSessionLabel",
56
- "wide": "lWfN9W_wide"
53
+ "wide-in": "lWfN9W_wide-in",
54
+ "collapsed": "lWfN9W_collapsed",
55
+ "panelIcon": "lWfN9W_panelIcon",
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
- "row": "_26cNaq_row",
22
21
  "instructionsCard": "_26cNaq_instructionsCard",
23
- "chevron": "_26cNaq_chevron",
24
- "separator": "_26cNaq_separator",
25
22
  "inspectButton": "_26cNaq_inspectButton",
26
- "chevronHover": "_26cNaq_chevronHover",
23
+ "instructionsHeader": "_26cNaq_instructionsHeader",
27
24
  "dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep",
28
25
  "errorSummary": "_26cNaq_errorSummary",
29
- "bodyWrap": "_26cNaq_bodyWrap",
26
+ "visuallyHidden": "_26cNaq_visuallyHidden",
30
27
  "summary": "_26cNaq_summary",
31
- "card": "_26cNaq_card",
32
- "leading": "_26cNaq_leading",
33
- "instructions": "_26cNaq_instructions",
34
28
  "title": "_26cNaq_title",
35
- "visuallyHidden": "_26cNaq_visuallyHidden",
29
+ "leading": "_26cNaq_leading",
30
+ "row": "_26cNaq_row",
31
+ "card": "_26cNaq_card",
32
+ "bodyWrap": "_26cNaq_bodyWrap",
36
33
  "iconIdle": "_26cNaq_iconIdle",
37
- "instructionsHeader": "_26cNaq_instructionsHeader"
34
+ "chevronHover": "_26cNaq_chevronHover",
35
+ "chevron": "_26cNaq_chevron",
36
+ "separator": "_26cNaq_separator",
37
+ "instructions": "_26cNaq_instructions"
38
38
  };
39
39
  //#endregion
40
40
  //#region src/client/SkillRow.tsx