@xrkseek/harness-cli 0.0.9 → 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 (41) 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/server-face/dist/attach-http.d.ts.map +1 -1
  5. package/node_modules/@xrkseek/server-face/dist/attach-http.js +33 -4
  6. package/node_modules/@xrkseek/server-face/dist/attach-http.js.map +1 -1
  7. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  8. package/node_modules/@xrkseek/server-host/dist/index.js +27 -21
  9. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  10. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  11. package/node_modules/@xrkseek/server-http/dist/index.js +9 -1
  12. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  13. package/package.json +1 -1
  14. package/product-web/boot.json +1 -1
  15. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  16. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +35 -35
  17. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
  18. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +163 -163
  19. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  20. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  21. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  22. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
  23. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
  24. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
  25. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +2 -2
  26. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +15 -15
  27. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
  28. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  29. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +15 -15
  30. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
  31. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +13 -13
  32. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
  33. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
  34. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
  35. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +17 -17
  36. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
  37. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +39 -39
  38. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +143 -143
  39. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +28 -28
  40. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  41. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +55 -55
@@ -341,40 +341,40 @@ window.__ModuleLoader__.load({
341
341
  document.head.appendChild(tag);
342
342
  }
343
343
  var Rows_module_css_default = {
344
- "searchResultSnippet": "X-VPTa_searchResultSnippet",
345
- "searchResultRow": "X-VPTa_searchResultRow",
344
+ "dropBefore": "X-VPTa_dropBefore",
345
+ "row-in": "X-VPTa_row-in",
346
+ "dropAfter": "X-VPTa_dropAfter",
346
347
  "projectRow": "X-VPTa_projectRow",
348
+ "title": "X-VPTa_title",
349
+ "chevron": "X-VPTa_chevron",
350
+ "hoverTitle": "X-VPTa_hoverTitle",
351
+ "searchResultSnippet": "X-VPTa_searchResultSnippet",
352
+ "hoverTime": "X-VPTa_hoverTime",
353
+ "searchResultWorkspace": "X-VPTa_searchResultWorkspace",
347
354
  "menuOpen": "X-VPTa_menuOpen",
348
- "arrowOpen": "X-VPTa_arrowOpen",
349
- "dot": "X-VPTa_dot",
350
- "searchResultHeading": "X-VPTa_searchResultHeading",
351
- "hoverStatus": "X-VPTa_hoverStatus",
355
+ "folder": "X-VPTa_folder",
352
356
  "hoverPath": "X-VPTa_hoverPath",
353
- "searchResultWorkspace": "X-VPTa_searchResultWorkspace",
354
- "selected": "X-VPTa_selected",
355
- "visuallyHidden": "X-VPTa_visuallyHidden",
356
- "dropAfter": "X-VPTa_dropAfter",
357
- "title": "X-VPTa_title",
358
- "projectText": "X-VPTa_projectText",
359
- "searchResultMeta": "X-VPTa_searchResultMeta",
360
- "meta": "X-VPTa_meta",
357
+ "time": "X-VPTa_time",
361
358
  "sessionRow": "X-VPTa_sessionRow",
359
+ "searchResultMeta": "X-VPTa_searchResultMeta",
360
+ "projectText": "X-VPTa_projectText",
361
+ "rowActions": "X-VPTa_rowActions",
362
362
  "slot": "X-VPTa_slot",
363
- "folder": "X-VPTa_folder",
363
+ "flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
364
364
  "renameInput": "X-VPTa_renameInput",
365
- "chevron": "X-VPTa_chevron",
365
+ "hoverStatus": "X-VPTa_hoverStatus",
366
+ "searchResultRow": "X-VPTa_searchResultRow",
367
+ "folderActive": "X-VPTa_folderActive",
368
+ "arrowOpen": "X-VPTa_arrowOpen",
369
+ "arrow": "X-VPTa_arrow",
370
+ "dot": "X-VPTa_dot",
371
+ "meta": "X-VPTa_meta",
366
372
  "searchResultTitle": "X-VPTa_searchResultTitle",
367
373
  "iconButton": "X-VPTa_iconButton",
368
- "dropBefore": "X-VPTa_dropBefore",
369
374
  "hoverContent": "X-VPTa_hoverContent",
370
- "hoverTime": "X-VPTa_hoverTime",
371
- "arrow": "X-VPTa_arrow",
372
- "folderActive": "X-VPTa_folderActive",
373
- "time": "X-VPTa_time",
374
- "rowActions": "X-VPTa_rowActions",
375
- "hoverTitle": "X-VPTa_hoverTitle",
376
- "row-in": "X-VPTa_row-in",
377
- "flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus"
375
+ "searchResultHeading": "X-VPTa_searchResultHeading",
376
+ "visuallyHidden": "X-VPTa_visuallyHidden",
377
+ "selected": "X-VPTa_selected"
378
378
  };
379
379
  //#endregion
380
380
  //#region src/client/rows/Rows.tsx
@@ -807,8 +807,8 @@ window.__ModuleLoader__.load({
807
807
  }
808
808
  var WorkspacePicker_module_css_default = {
809
809
  "modalAction": "koU6Pa_modalAction",
810
- "menuStatus": "koU6Pa_menuStatus",
811
- "modalError": "koU6Pa_modalError"
810
+ "modalError": "koU6Pa_modalError",
811
+ "menuStatus": "koU6Pa_menuStatus"
812
812
  };
813
813
  //#endregion
814
814
  //#region src/client/WorkspacePicker.tsx
@@ -976,42 +976,42 @@ window.__ModuleLoader__.load({
976
976
  document.head.appendChild(tag);
977
977
  }
978
978
  var WorkspaceBrowser_module_css_default = {
979
- "searchStatus": "HlYf2W_searchStatus",
980
- "deleteAction": "HlYf2W_deleteAction",
981
- "workspaceDropBefore": "HlYf2W_workspaceDropBefore",
982
979
  "listTopDropIndicator": "HlYf2W_listTopDropIndicator",
983
- "sectionHeader": "HlYf2W_sectionHeader",
984
- "search": "HlYf2W_search",
985
- "searchSlotExpanded": "HlYf2W_searchSlotExpanded",
986
- "searchSlot": "HlYf2W_searchSlot",
987
- "searchButton": "HlYf2W_searchButton",
980
+ "workspaceDropBefore": "HlYf2W_workspaceDropBefore",
981
+ "wide": "HlYf2W_wide",
982
+ "flatList": "HlYf2W_flatList",
988
983
  "groupSection": "HlYf2W_groupSection",
989
- "headerActions": "HlYf2W_headerActions",
990
- "sectionLabelHidden": "HlYf2W_sectionLabelHidden",
991
- "root": "HlYf2W_root",
992
- "empty": "HlYf2W_empty",
993
- "iconButton": "HlYf2W_iconButton",
994
984
  "searchWarning": "HlYf2W_searchWarning",
995
- "renameInput": "HlYf2W_renameInput",
996
- "clearButton": "HlYf2W_clearButton",
997
- "fade": "HlYf2W_fade",
998
- "searchExpanded": "HlYf2W_searchExpanded",
999
- "rail": "HlYf2W_rail",
1000
- "sectionLabel": "HlYf2W_sectionLabel",
985
+ "searchTree": "HlYf2W_searchTree",
1001
986
  "sessionOverflowButton": "HlYf2W_sessionOverflowButton",
1002
- "list": "HlYf2W_list",
1003
- "wide": "HlYf2W_wide",
987
+ "sectionLabelHidden": "HlYf2W_sectionLabelHidden",
988
+ "search": "HlYf2W_search",
1004
989
  "renameError": "HlYf2W_renameError",
1005
- "workspaceDropAfter": "HlYf2W_workspaceDropAfter",
1006
990
  "listArea": "HlYf2W_listArea",
1007
- "wide-in": "HlYf2W_wide-in",
1008
- "searchTree": "HlYf2W_searchTree",
1009
- "searchInput": "HlYf2W_searchInput",
1010
991
  "listTopDropActive": "HlYf2W_listTopDropActive",
1011
- "treeBody": "HlYf2W_treeBody",
1012
- "flatList": "HlYf2W_flatList",
992
+ "headerActionsHidden": "HlYf2W_headerActionsHidden",
993
+ "searchInput": "HlYf2W_searchInput",
994
+ "sectionHeader": "HlYf2W_sectionHeader",
995
+ "sectionLabel": "HlYf2W_sectionLabel",
996
+ "iconButton": "HlYf2W_iconButton",
997
+ "searchButton": "HlYf2W_searchButton",
998
+ "workspaceDropAfter": "HlYf2W_workspaceDropAfter",
999
+ "rail": "HlYf2W_rail",
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",
1013
1007
  "deleteStatus": "HlYf2W_deleteStatus",
1014
- "headerActionsHidden": "HlYf2W_headerActionsHidden"
1008
+ "searchSlotExpanded": "HlYf2W_searchSlotExpanded",
1009
+ "wide-in": "HlYf2W_wide-in",
1010
+ "root": "HlYf2W_root",
1011
+ "searchSlot": "HlYf2W_searchSlot",
1012
+ "treeBody": "HlYf2W_treeBody",
1013
+ "fade": "HlYf2W_fade",
1014
+ "searchStatus": "HlYf2W_searchStatus"
1015
1015
  };
1016
1016
  //#endregion
1017
1017
  //#region src/client/WorkspaceBrowser.tsx