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