@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
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
122
122
  document.head.appendChild(tag);
123
123
  }
124
124
  var PlanReviewPanel_module_css_default = {
125
- "feedback": "qwZnSa_feedback",
125
+ "footer": "qwZnSa_footer",
126
126
  "strip": "qwZnSa_strip",
127
- "frame": "qwZnSa_frame",
128
127
  "dot": "qwZnSa_dot",
129
- "body": "qwZnSa_body",
130
- "discuss": "qwZnSa_discuss",
131
128
  "actions": "qwZnSa_actions",
132
129
  "card": "qwZnSa_card",
133
- "footer": "qwZnSa_footer"
130
+ "discuss": "qwZnSa_discuss",
131
+ "feedback": "qwZnSa_feedback",
132
+ "frame": "qwZnSa_frame",
133
+ "body": "qwZnSa_body"
134
134
  };
135
135
  //#endregion
136
136
  //#region src/client/PlanReviewPanel.tsx
@@ -240,37 +240,37 @@ window.__ModuleLoader__.load({
240
240
  document.head.appendChild(tag);
241
241
  }
242
242
  var QuestionComposer_module_css_default = {
243
- "footer": "_3wP-uG_footer",
244
- "optionSelected": "_3wP-uG_optionSelected",
245
- "badge": "_3wP-uG_badge",
246
- "checkbox": "_3wP-uG_checkbox",
247
- "customTextarea": "_3wP-uG_customTextarea",
248
243
  "option": "_3wP-uG_option",
249
- "progress": "_3wP-uG_progress",
250
- "card": "_3wP-uG_card",
251
- "body": "_3wP-uG_body",
252
- "description": "_3wP-uG_description",
253
- "optionCopy": "_3wP-uG_optionCopy",
244
+ "pager": "_3wP-uG_pager",
245
+ "frame": "_3wP-uG_frame",
254
246
  "detail": "_3wP-uG_detail",
255
- "number": "_3wP-uG_number",
256
- "customRow": "_3wP-uG_customRow",
247
+ "optionCopy": "_3wP-uG_optionCopy",
248
+ "description": "_3wP-uG_description",
249
+ "badge": "_3wP-uG_badge",
250
+ "checkbox": "_3wP-uG_checkbox",
257
251
  "optionLabel": "_3wP-uG_optionLabel",
258
- "feedback": "_3wP-uG_feedback",
259
- "options": "_3wP-uG_options",
260
- "frame": "_3wP-uG_frame",
261
252
  "customRowActive": "_3wP-uG_customRowActive",
262
- "footerActions": "_3wP-uG_footerActions",
263
253
  "headingBlock": "_3wP-uG_headingBlock",
264
- "headerActions": "_3wP-uG_headerActions",
265
- "cardMinimized": "_3wP-uG_cardMinimized",
266
- "customInput": "_3wP-uG_customInput",
254
+ "title": "_3wP-uG_title",
267
255
  "eyebrow": "_3wP-uG_eyebrow",
256
+ "optionSelected": "_3wP-uG_optionSelected",
257
+ "customRow": "_3wP-uG_customRow",
258
+ "customInput": "_3wP-uG_customInput",
259
+ "customTextarea": "_3wP-uG_customTextarea",
260
+ "feedback": "_3wP-uG_feedback",
261
+ "footerActions": "_3wP-uG_footerActions",
262
+ "card": "_3wP-uG_card",
263
+ "options": "_3wP-uG_options",
264
+ "cardMinimized": "_3wP-uG_cardMinimized",
265
+ "progress": "_3wP-uG_progress",
266
+ "headerActions": "_3wP-uG_headerActions",
268
267
  "header": "_3wP-uG_header",
269
- "checkboxChecked": "_3wP-uG_checkboxChecked",
270
268
  "iconButton": "_3wP-uG_iconButton",
271
- "title": "_3wP-uG_title",
272
269
  "optionLine": "_3wP-uG_optionLine",
273
- "pager": "_3wP-uG_pager"
270
+ "body": "_3wP-uG_body",
271
+ "number": "_3wP-uG_number",
272
+ "footer": "_3wP-uG_footer",
273
+ "checkboxChecked": "_3wP-uG_checkboxChecked"
274
274
  };
275
275
  //#endregion
276
276
  //#region src/client/QuestionComposer.tsx
@@ -19,28 +19,28 @@ window.__ModuleLoader__.load({
19
19
  document.head.appendChild(tag);
20
20
  }
21
21
  var WorkflowRunPanel_module_css_default = {
22
+ "root": "SiHEYG_root",
23
+ "separator": "SiHEYG_separator",
24
+ "phaseList": "SiHEYG_phaseList",
25
+ "memberRow": "SiHEYG_memberRow",
22
26
  "phaseHeader": "SiHEYG_phaseHeader",
27
+ "statusTail": "SiHEYG_statusTail",
28
+ "runTitle": "SiHEYG_runTitle",
29
+ "memberStatus": "SiHEYG_memberStatus",
30
+ "empty": "SiHEYG_empty",
31
+ "phaseLeading": "SiHEYG_phaseLeading",
32
+ "runHeader": "SiHEYG_runHeader",
33
+ "runSummary": "SiHEYG_runSummary",
23
34
  "phase": "SiHEYG_phase",
24
- "root": "SiHEYG_root",
25
- "phaseCount": "SiHEYG_phaseCount",
26
35
  "memberButton": "SiHEYG_memberButton",
27
- "runLeading": "SiHEYG_runLeading",
36
+ "phaseCount": "SiHEYG_phaseCount",
28
37
  "memberLabel": "SiHEYG_memberLabel",
38
+ "runLeading": "SiHEYG_runLeading",
39
+ "members": "SiHEYG_members",
29
40
  "phaseTitle": "SiHEYG_phaseTitle",
30
- "runSummary": "SiHEYG_runSummary",
31
- "separator": "SiHEYG_separator",
32
- "statusTail": "SiHEYG_statusTail",
33
41
  "memberLabelWrap": "SiHEYG_memberLabelWrap",
34
- "memberRow": "SiHEYG_memberRow",
35
- "runTitle": "SiHEYG_runTitle",
36
- "runHeader": "SiHEYG_runHeader",
37
- "phaseLeading": "SiHEYG_phaseLeading",
38
- "phaseStatus": "SiHEYG_phaseStatus",
39
- "phaseList": "SiHEYG_phaseList",
40
42
  "dotSlot": "SiHEYG_dotSlot",
41
- "members": "SiHEYG_members",
42
- "empty": "SiHEYG_empty",
43
- "memberStatus": "SiHEYG_memberStatus"
43
+ "phaseStatus": "SiHEYG_phaseStatus"
44
44
  };
45
45
  //#endregion
46
46
  //#region src/client/WorkflowRunPanel.tsx
@@ -341,40 +341,40 @@ window.__ModuleLoader__.load({
341
341
  document.head.appendChild(tag);
342
342
  }
343
343
  var Rows_module_css_default = {
344
- "dropBefore": "X-VPTa_dropBefore",
345
- "row-in": "X-VPTa_row-in",
346
- "dropAfter": "X-VPTa_dropAfter",
347
344
  "projectRow": "X-VPTa_projectRow",
348
345
  "title": "X-VPTa_title",
349
- "chevron": "X-VPTa_chevron",
346
+ "folderActive": "X-VPTa_folderActive",
347
+ "searchResultTitle": "X-VPTa_searchResultTitle",
350
348
  "hoverTitle": "X-VPTa_hoverTitle",
351
- "searchResultSnippet": "X-VPTa_searchResultSnippet",
349
+ "searchResultMeta": "X-VPTa_searchResultMeta",
350
+ "hoverPath": "X-VPTa_hoverPath",
351
+ "sessionRow": "X-VPTa_sessionRow",
352
+ "folder": "X-VPTa_folder",
352
353
  "hoverTime": "X-VPTa_hoverTime",
354
+ "hoverContent": "X-VPTa_hoverContent",
355
+ "iconButton": "X-VPTa_iconButton",
356
+ "dot": "X-VPTa_dot",
357
+ "visuallyHidden": "X-VPTa_visuallyHidden",
358
+ "searchResultHeading": "X-VPTa_searchResultHeading",
353
359
  "searchResultWorkspace": "X-VPTa_searchResultWorkspace",
360
+ "row-in": "X-VPTa_row-in",
354
361
  "menuOpen": "X-VPTa_menuOpen",
355
- "folder": "X-VPTa_folder",
356
- "hoverPath": "X-VPTa_hoverPath",
362
+ "selected": "X-VPTa_selected",
363
+ "arrow": "X-VPTa_arrow",
364
+ "arrowOpen": "X-VPTa_arrowOpen",
365
+ "hoverStatus": "X-VPTa_hoverStatus",
366
+ "flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
367
+ "dropBefore": "X-VPTa_dropBefore",
357
368
  "time": "X-VPTa_time",
358
- "sessionRow": "X-VPTa_sessionRow",
359
- "searchResultMeta": "X-VPTa_searchResultMeta",
360
- "projectText": "X-VPTa_projectText",
361
369
  "rowActions": "X-VPTa_rowActions",
362
- "slot": "X-VPTa_slot",
363
- "flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
364
- "renameInput": "X-VPTa_renameInput",
365
- "hoverStatus": "X-VPTa_hoverStatus",
370
+ "searchResultSnippet": "X-VPTa_searchResultSnippet",
366
371
  "searchResultRow": "X-VPTa_searchResultRow",
367
- "folderActive": "X-VPTa_folderActive",
368
- "arrowOpen": "X-VPTa_arrowOpen",
369
- "arrow": "X-VPTa_arrow",
370
- "dot": "X-VPTa_dot",
372
+ "slot": "X-VPTa_slot",
373
+ "dropAfter": "X-VPTa_dropAfter",
371
374
  "meta": "X-VPTa_meta",
372
- "searchResultTitle": "X-VPTa_searchResultTitle",
373
- "iconButton": "X-VPTa_iconButton",
374
- "hoverContent": "X-VPTa_hoverContent",
375
- "searchResultHeading": "X-VPTa_searchResultHeading",
376
- "visuallyHidden": "X-VPTa_visuallyHidden",
377
- "selected": "X-VPTa_selected"
375
+ "chevron": "X-VPTa_chevron",
376
+ "projectText": "X-VPTa_projectText",
377
+ "renameInput": "X-VPTa_renameInput"
378
378
  };
379
379
  //#endregion
380
380
  //#region src/client/rows/Rows.tsx
@@ -976,42 +976,42 @@ window.__ModuleLoader__.load({
976
976
  document.head.appendChild(tag);
977
977
  }
978
978
  var WorkspaceBrowser_module_css_default = {
979
- "listTopDropIndicator": "HlYf2W_listTopDropIndicator",
980
- "workspaceDropBefore": "HlYf2W_workspaceDropBefore",
981
- "wide": "HlYf2W_wide",
982
- "flatList": "HlYf2W_flatList",
983
- "groupSection": "HlYf2W_groupSection",
984
- "searchWarning": "HlYf2W_searchWarning",
985
- "searchTree": "HlYf2W_searchTree",
986
979
  "sessionOverflowButton": "HlYf2W_sessionOverflowButton",
987
- "sectionLabelHidden": "HlYf2W_sectionLabelHidden",
988
- "search": "HlYf2W_search",
989
- "renameError": "HlYf2W_renameError",
990
980
  "listArea": "HlYf2W_listArea",
981
+ "headerActions": "HlYf2W_headerActions",
991
982
  "listTopDropActive": "HlYf2W_listTopDropActive",
992
- "headerActionsHidden": "HlYf2W_headerActionsHidden",
983
+ "flatList": "HlYf2W_flatList",
984
+ "empty": "HlYf2W_empty",
985
+ "deleteAction": "HlYf2W_deleteAction",
986
+ "renameInput": "HlYf2W_renameInput",
987
+ "searchExpanded": "HlYf2W_searchExpanded",
988
+ "root": "HlYf2W_root",
993
989
  "searchInput": "HlYf2W_searchInput",
994
- "sectionHeader": "HlYf2W_sectionHeader",
995
- "sectionLabel": "HlYf2W_sectionLabel",
996
- "iconButton": "HlYf2W_iconButton",
997
- "searchButton": "HlYf2W_searchButton",
998
- "workspaceDropAfter": "HlYf2W_workspaceDropAfter",
990
+ "groupSection": "HlYf2W_groupSection",
991
+ "wide-in": "HlYf2W_wide-in",
992
+ "listTopDropIndicator": "HlYf2W_listTopDropIndicator",
993
+ "search": "HlYf2W_search",
999
994
  "rail": "HlYf2W_rail",
995
+ "sectionLabel": "HlYf2W_sectionLabel",
996
+ "searchWarning": "HlYf2W_searchWarning",
997
+ "sectionLabelHidden": "HlYf2W_sectionLabelHidden",
998
+ "headerActionsHidden": "HlYf2W_headerActionsHidden",
999
+ "searchSlot": "HlYf2W_searchSlot",
1000
1000
  "list": "HlYf2W_list",
1001
- "headerActions": "HlYf2W_headerActions",
1002
- "searchExpanded": "HlYf2W_searchExpanded",
1003
- "renameInput": "HlYf2W_renameInput",
1004
- "deleteAction": "HlYf2W_deleteAction",
1005
- "empty": "HlYf2W_empty",
1006
- "clearButton": "HlYf2W_clearButton",
1001
+ "searchTree": "HlYf2W_searchTree",
1007
1002
  "deleteStatus": "HlYf2W_deleteStatus",
1008
- "searchSlotExpanded": "HlYf2W_searchSlotExpanded",
1009
- "wide-in": "HlYf2W_wide-in",
1010
- "root": "HlYf2W_root",
1011
- "searchSlot": "HlYf2W_searchSlot",
1012
- "treeBody": "HlYf2W_treeBody",
1003
+ "iconButton": "HlYf2W_iconButton",
1013
1004
  "fade": "HlYf2W_fade",
1014
- "searchStatus": "HlYf2W_searchStatus"
1005
+ "workspaceDropBefore": "HlYf2W_workspaceDropBefore",
1006
+ "sectionHeader": "HlYf2W_sectionHeader",
1007
+ "wide": "HlYf2W_wide",
1008
+ "renameError": "HlYf2W_renameError",
1009
+ "workspaceDropAfter": "HlYf2W_workspaceDropAfter",
1010
+ "searchButton": "HlYf2W_searchButton",
1011
+ "searchStatus": "HlYf2W_searchStatus",
1012
+ "searchSlotExpanded": "HlYf2W_searchSlotExpanded",
1013
+ "clearButton": "HlYf2W_clearButton",
1014
+ "treeBody": "HlYf2W_treeBody"
1015
1015
  };
1016
1016
  //#endregion
1017
1017
  //#region src/client/WorkspaceBrowser.tsx