@xrkseek/harness-cli 0.0.3 → 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 (128) hide show
  1. package/dist/commands/serve.d.ts.map +1 -1
  2. package/dist/commands/serve.js +20 -9
  3. package/dist/commands/serve.js.map +1 -1
  4. package/dist/parse-args.d.ts.map +1 -1
  5. package/dist/parse-args.js +4 -3
  6. package/dist/parse-args.js.map +1 -1
  7. package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
  8. package/node_modules/@xrkseek/core-agent-loop/dist/index.js +8 -2
  9. package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
  10. package/node_modules/@xrkseek/core-system-prompt/README.md +2 -2
  11. package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts +1 -1
  12. package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts.map +1 -1
  13. package/node_modules/@xrkseek/core-system-prompt/dist/index.js +1 -1
  14. package/node_modules/@xrkseek/core-system-prompt/dist/index.js.map +1 -1
  15. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts +22 -4
  16. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts.map +1 -1
  17. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js +21 -8
  18. package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js.map +1 -1
  19. package/node_modules/@xrkseek/exec-web/dist/fetch-http.js +1 -1
  20. package/node_modules/@xrkseek/exec-web/dist/index.d.ts +5 -1
  21. package/node_modules/@xrkseek/exec-web/dist/index.d.ts.map +1 -1
  22. package/node_modules/@xrkseek/exec-web/dist/index.js +6 -6
  23. package/node_modules/@xrkseek/exec-web/dist/index.js.map +1 -1
  24. package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts +20 -3
  25. package/node_modules/@xrkseek/exec-web/dist/search-providers.d.ts.map +1 -1
  26. package/node_modules/@xrkseek/exec-web/dist/search-providers.js +67 -28
  27. package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -1
  28. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +4 -0
  29. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
  30. package/node_modules/@xrkseek/preset-harness/dist/preset.js +1 -1
  31. package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
  32. package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
  33. package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
  34. package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
  35. package/node_modules/@xrkseek/preset-server/dist/preset.js +2 -1
  36. package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
  37. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  38. package/node_modules/@xrkseek/protocol/dist/token-usage.d.ts +7 -1
  39. package/node_modules/@xrkseek/protocol/dist/token-usage.d.ts.map +1 -1
  40. package/node_modules/@xrkseek/protocol/dist/token-usage.js +49 -24
  41. package/node_modules/@xrkseek/protocol/dist/token-usage.js.map +1 -1
  42. package/node_modules/@xrkseek/server-config/dist/index.js +1 -1
  43. package/node_modules/@xrkseek/server-face/dist/context.d.ts +6 -5
  44. package/node_modules/@xrkseek/server-face/dist/context.d.ts.map +1 -1
  45. package/node_modules/@xrkseek/server-face/dist/context.js +1 -3
  46. package/node_modules/@xrkseek/server-face/dist/context.js.map +1 -1
  47. package/node_modules/@xrkseek/server-face/dist/face-schema.d.ts +3 -2
  48. package/node_modules/@xrkseek/server-face/dist/face-schema.d.ts.map +1 -1
  49. package/node_modules/@xrkseek/server-face/dist/face-schema.js +16 -4
  50. package/node_modules/@xrkseek/server-face/dist/face-schema.js.map +1 -1
  51. package/node_modules/@xrkseek/server-face/dist/handlers/catalog.d.ts.map +1 -1
  52. package/node_modules/@xrkseek/server-face/dist/handlers/catalog.js +26 -12
  53. package/node_modules/@xrkseek/server-face/dist/handlers/catalog.js.map +1 -1
  54. package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -1
  55. package/node_modules/@xrkseek/server-face/dist/handlers/session.js +19 -24
  56. package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -1
  57. package/node_modules/@xrkseek/server-face/dist/index.d.ts +3 -3
  58. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  59. package/node_modules/@xrkseek/server-face/dist/index.js +3 -3
  60. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  61. package/node_modules/@xrkseek/server-face/dist/llm-provider-context.d.ts +44 -6
  62. package/node_modules/@xrkseek/server-face/dist/llm-provider-context.d.ts.map +1 -1
  63. package/node_modules/@xrkseek/server-face/dist/llm-provider-context.js +220 -34
  64. package/node_modules/@xrkseek/server-face/dist/llm-provider-context.js.map +1 -1
  65. package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts.map +1 -1
  66. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +4 -7
  67. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
  68. package/node_modules/@xrkseek/server-face/dist/model-catalog.d.ts +1 -1
  69. package/node_modules/@xrkseek/server-face/dist/model-catalog.d.ts.map +1 -1
  70. package/node_modules/@xrkseek/server-face/dist/model-catalog.js +23 -26
  71. package/node_modules/@xrkseek/server-face/dist/model-catalog.js.map +1 -1
  72. package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts +13 -1
  73. package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts.map +1 -1
  74. package/node_modules/@xrkseek/server-face/dist/presets-catalog.js +24 -9
  75. package/node_modules/@xrkseek/server-face/dist/presets-catalog.js.map +1 -1
  76. package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts +1 -1
  77. package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts.map +1 -1
  78. package/node_modules/@xrkseek/server-face/dist/settings-credentials.js +116 -14
  79. package/node_modules/@xrkseek/server-face/dist/settings-credentials.js.map +1 -1
  80. package/node_modules/@xrkseek/server-face/dist/settings-document.d.ts +1 -1
  81. package/node_modules/@xrkseek/server-face/dist/settings-document.d.ts.map +1 -1
  82. package/node_modules/@xrkseek/server-face/dist/settings-document.js +25 -22
  83. package/node_modules/@xrkseek/server-face/dist/settings-document.js.map +1 -1
  84. package/node_modules/@xrkseek/server-face/dist/settings-layers.d.ts +3 -0
  85. package/node_modules/@xrkseek/server-face/dist/settings-layers.d.ts.map +1 -0
  86. package/node_modules/@xrkseek/server-face/dist/settings-layers.js +19 -0
  87. package/node_modules/@xrkseek/server-face/dist/settings-layers.js.map +1 -0
  88. package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -1
  89. package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +18 -2
  90. package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -1
  91. package/node_modules/@xrkseek/server-host/dist/index.d.ts +11 -2
  92. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  93. package/node_modules/@xrkseek/server-host/dist/index.js +67 -16
  94. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  95. package/node_modules/@xrkseek/server-host/dist/mcp-wire.d.ts +9 -4
  96. package/node_modules/@xrkseek/server-host/dist/mcp-wire.d.ts.map +1 -1
  97. package/node_modules/@xrkseek/server-host/dist/mcp-wire.js +42 -7
  98. package/node_modules/@xrkseek/server-host/dist/mcp-wire.js.map +1 -1
  99. package/package.json +1 -1
  100. package/product-web/boot.json +1 -1
  101. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  102. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +35 -35
  103. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +6 -6
  104. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +160 -160
  105. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +6 -6
  106. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
  107. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +6 -6
  108. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
  109. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +7 -7
  110. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
  111. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
  112. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
  113. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +2 -2
  114. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  115. package/product-web/plugins/@xrkseek/client-ui-settings/client.js +7 -1
  116. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +15 -15
  117. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +57 -57
  118. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  119. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +651 -163
  120. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +12 -12
  121. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
  122. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +19 -19
  123. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +1 -1
  124. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +37 -37
  125. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +143 -143
  126. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +26 -26
  127. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +17 -17
  128. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +55 -55
@@ -168,8 +168,8 @@ window.__ModuleLoader__.load({
168
168
  document.head.appendChild(tag);
169
169
  }
170
170
  var AgentPresetLabel_module_css_default = {
171
- "label": "hnfq1a_label",
172
- "icon": "hnfq1a_icon"
171
+ "icon": "hnfq1a_icon",
172
+ "label": "hnfq1a_label"
173
173
  };
174
174
  //#endregion
175
175
  //#region src/client/AgentPresetLabel.tsx
@@ -267,12 +267,12 @@ window.__ModuleLoader__.load({
267
267
  document.head.appendChild(tag);
268
268
  }
269
269
  var AgentPresetRow_module_css_default = {
270
- "selector": "LQ3tzG_selector",
271
270
  "rowText": "LQ3tzG_rowText",
271
+ "row": "LQ3tzG_row",
272
272
  "desc": "LQ3tzG_desc",
273
+ "selector": "LQ3tzG_selector",
273
274
  "title": "LQ3tzG_title",
274
- "chevron": "LQ3tzG_chevron",
275
- "row": "LQ3tzG_row"
275
+ "chevron": "LQ3tzG_chevron"
276
276
  };
277
277
  //#endregion
278
278
  //#region src/client/AgentPresetRow.tsx
@@ -342,17 +342,17 @@ window.__ModuleLoader__.load({
342
342
  document.head.appendChild(tag);
343
343
  }
344
344
  var AgentPresetSeat_module_css_default = {
345
+ "itemName": "MwdynW_itemName",
346
+ "seat-char-in": "MwdynW_seat-char-in",
345
347
  "seat": "MwdynW_seat",
346
348
  "seatIcon": "MwdynW_seatIcon",
347
349
  "itemDesc": "MwdynW_itemDesc",
348
- "chevron": "MwdynW_chevron",
349
- "seat-char-in": "MwdynW_seat-char-in",
350
- "item": "MwdynW_item",
351
- "itemName": "MwdynW_itemName",
350
+ "introText": "MwdynW_introText",
352
351
  "introIcon": "MwdynW_introIcon",
353
352
  "seat-icon-in": "MwdynW_seat-icon-in",
354
353
  "introChar": "MwdynW_introChar",
355
- "introText": "MwdynW_introText"
354
+ "chevron": "MwdynW_chevron",
355
+ "item": "MwdynW_item"
356
356
  };
357
357
  //#endregion
358
358
  //#region src/client/AgentPresetSeat.tsx
@@ -961,39 +961,39 @@ window.__ModuleLoader__.load({
961
961
  }
962
962
  var AgentPresetSection_module_css_default = {
963
963
  "cardName": "OFEzwG_cardName",
964
- "cardHead": "OFEzwG_cardHead",
965
- "cardDesc": "OFEzwG_cardDesc",
966
- "cardBroken": "OFEzwG_cardBroken",
967
964
  "badge": "OFEzwG_badge",
968
- "card": "OFEzwG_card",
965
+ "iconButton": "OFEzwG_iconButton",
966
+ "cardActive": "OFEzwG_cardActive",
967
+ "viewerCode": "OFEzwG_viewerCode",
968
+ "field": "OFEzwG_field",
969
+ "cardId": "OFEzwG_cardId",
970
+ "fieldLabel": "OFEzwG_fieldLabel",
971
+ "cardDesc": "OFEzwG_cardDesc",
972
+ "secondaryButton": "OFEzwG_secondaryButton",
973
+ "creatorButton": "OFEzwG_creatorButton",
974
+ "iconDanger": "OFEzwG_iconDanger",
975
+ "inUse": "OFEzwG_inUse",
969
976
  "revealedPathLabel": "OFEzwG_revealedPathLabel",
970
977
  "dialogFields": "OFEzwG_dialogFields",
971
- "cardFoot": "OFEzwG_cardFoot",
972
- "input": "OFEzwG_input",
973
- "field": "OFEzwG_field",
974
- "brokenBadge": "OFEzwG_brokenBadge",
975
- "intro": "OFEzwG_intro",
976
- "cardActive": "OFEzwG_cardActive",
978
+ "groupHead": "OFEzwG_groupHead",
979
+ "card": "OFEzwG_card",
977
980
  "dialog": "OFEzwG_dialog",
978
- "cards": "OFEzwG_cards",
979
- "iconButton": "OFEzwG_iconButton",
980
- "title": "OFEzwG_title",
981
- "cardMain": "OFEzwG_cardMain",
981
+ "cardHead": "OFEzwG_cardHead",
982
+ "cardBroken": "OFEzwG_cardBroken",
982
983
  "cardBrokenReason": "OFEzwG_cardBrokenReason",
983
- "secondaryButton": "OFEzwG_secondaryButton",
984
- "section": "OFEzwG_section",
985
- "fieldLabel": "OFEzwG_fieldLabel",
986
- "cardId": "OFEzwG_cardId",
987
- "viewerCode": "OFEzwG_viewerCode",
988
- "deleteConfirm": "OFEzwG_deleteConfirm",
984
+ "cardMain": "OFEzwG_cardMain",
985
+ "intro": "OFEzwG_intro",
989
986
  "group": "OFEzwG_group",
990
- "inUse": "OFEzwG_inUse",
991
- "iconDanger": "OFEzwG_iconDanger",
992
987
  "revealedPath": "OFEzwG_revealedPath",
993
- "creatorButton": "OFEzwG_creatorButton",
994
988
  "deleteDialog": "OFEzwG_deleteDialog",
995
- "groupHead": "OFEzwG_groupHead",
996
- "error": "OFEzwG_error"
989
+ "error": "OFEzwG_error",
990
+ "title": "OFEzwG_title",
991
+ "cardFoot": "OFEzwG_cardFoot",
992
+ "section": "OFEzwG_section",
993
+ "deleteConfirm": "OFEzwG_deleteConfirm",
994
+ "brokenBadge": "OFEzwG_brokenBadge",
995
+ "input": "OFEzwG_input",
996
+ "cards": "OFEzwG_cards"
997
997
  };
998
998
  //#endregion
999
999
  //#region src/client/AgentPresetSection.tsx
@@ -855,18 +855,18 @@ window.__ModuleLoader__.load({
855
855
  document.head.appendChild(tag);
856
856
  }
857
857
  var PopupSelectView_module_css_default = {
858
+ "search": "_7uhq5a_search",
859
+ "retry": "_7uhq5a_retry",
858
860
  "label": "_7uhq5a_label",
861
+ "check": "_7uhq5a_check",
862
+ "row": "_7uhq5a_row",
859
863
  "card": "_7uhq5a_card",
860
864
  "viewport": "_7uhq5a_viewport",
861
- "status": "_7uhq5a_status",
862
- "row": "_7uhq5a_row",
863
865
  "detail": "_7uhq5a_detail",
866
+ "error": "_7uhq5a_error",
864
867
  "rowActive": "_7uhq5a_rowActive",
865
- "retry": "_7uhq5a_retry",
866
- "check": "_7uhq5a_check",
867
868
  "errorText": "_7uhq5a_errorText",
868
- "search": "_7uhq5a_search",
869
- "error": "_7uhq5a_error"
869
+ "status": "_7uhq5a_status"
870
870
  };
871
871
  //#endregion
872
872
  //#region src/client/PopupSelectView.tsx
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
2873
2873
  document.head.appendChild(tag);
2874
2874
  }
2875
2875
  var ContextMeter_module_css_default = {
2876
- "figures": "bloECW_figures",
2877
- "swatch": "bloECW_swatch",
2878
- "percent": "bloECW_percent",
2879
- "colorSystem": "bloECW_colorSystem",
2880
- "trigger": "bloECW_trigger",
2881
- "colorTools": "bloECW_colorTools",
2882
- "headline": "bloECW_headline",
2883
2876
  "fill": "bloECW_fill",
2884
2877
  "segment": "bloECW_segment",
2885
- "track": "bloECW_track",
2878
+ "percent": "bloECW_percent",
2879
+ "header": "bloECW_header",
2880
+ "swatch": "bloECW_swatch",
2886
2881
  "colorMessages": "bloECW_colorMessages",
2882
+ "trigger": "bloECW_trigger",
2883
+ "root": "bloECW_root",
2884
+ "track": "bloECW_track",
2887
2885
  "panel": "bloECW_panel",
2888
- "bar": "bloECW_bar",
2889
- "header": "bloECW_header",
2890
2886
  "rows": "bloECW_rows",
2891
- "row": "bloECW_row",
2892
- "root": "bloECW_root"
2887
+ "colorTools": "bloECW_colorTools",
2888
+ "figures": "bloECW_figures",
2889
+ "bar": "bloECW_bar",
2890
+ "headline": "bloECW_headline",
2891
+ "colorSystem": "bloECW_colorSystem",
2892
+ "row": "bloECW_row"
2893
2893
  };
2894
2894
  //#endregion
2895
2895
  //#region src/client/skeleton/ContextMeter.tsx
@@ -3061,11 +3061,11 @@ window.__ModuleLoader__.load({
3061
3061
  document.head.appendChild(tag);
3062
3062
  }
3063
3063
  var PermissionSelect_module_css_default = {
3064
- "chevron": "UJ7tKa_chevron",
3065
- "triggerIcon": "UJ7tKa_triggerIcon",
3064
+ "trigger": "UJ7tKa_trigger",
3066
3065
  "chevronOpen": "UJ7tKa_chevronOpen",
3067
3066
  "triggerLabel": "UJ7tKa_triggerLabel",
3068
- "trigger": "UJ7tKa_trigger"
3067
+ "triggerIcon": "UJ7tKa_triggerIcon",
3068
+ "chevron": "UJ7tKa_chevron"
3069
3069
  };
3070
3070
  //#endregion
3071
3071
  //#region src/client/skeleton/PermissionSelect.tsx
@@ -3299,37 +3299,37 @@ window.__ModuleLoader__.load({
3299
3299
  document.head.appendChild(tag);
3300
3300
  }
3301
3301
  var InputBar_module_css_default = {
3302
+ "noticeError": "QdFsVG_noticeError",
3303
+ "accessory": "QdFsVG_accessory",
3302
3304
  "overlayAnchor": "QdFsVG_overlayAnchor",
3303
- "input-pending": "QdFsVG_input-pending",
3304
- "input": "QdFsVG_input",
3305
- "retry": "QdFsVG_retry",
3306
- "chipInvalid": "QdFsVG_chipInvalid",
3305
+ "add": "QdFsVG_add",
3306
+ "root": "QdFsVG_root",
3307
+ "modes": "QdFsVG_modes",
3308
+ "card": "QdFsVG_card",
3309
+ "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3307
3310
  "select": "QdFsVG_select",
3308
- "backdrop": "QdFsVG_backdrop",
3309
- "grow": "QdFsVG_grow",
3310
3311
  "textRef": "QdFsVG_textRef",
3311
- "hero": "QdFsVG_hero",
3312
- "hlToken": "QdFsVG_hlToken",
3313
- "tools": "QdFsVG_tools",
3314
- "chipLabel": "QdFsVG_chipLabel",
3315
- "chip": "QdFsVG_chip",
3316
3312
  "hlSegment": "QdFsVG_hlSegment",
3313
+ "trailing": "QdFsVG_trailing",
3317
3314
  "notice": "QdFsVG_notice",
3318
- "noticeError": "QdFsVG_noticeError",
3319
3315
  "attachments": "QdFsVG_attachments",
3320
- "scroll": "QdFsVG_scroll",
3321
- "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3322
- "root": "QdFsVG_root",
3323
- "trailing": "QdFsVG_trailing",
3324
- "modes": "QdFsVG_modes",
3325
- "card": "QdFsVG_card",
3326
- "accessory": "QdFsVG_accessory",
3327
- "add": "QdFsVG_add",
3328
3316
  "primary": "QdFsVG_primary",
3329
- "hint": "QdFsVG_hint",
3330
- "mirror": "QdFsVG_mirror",
3317
+ "chip": "QdFsVG_chip",
3318
+ "input": "QdFsVG_input",
3319
+ "tools": "QdFsVG_tools",
3320
+ "scroll": "QdFsVG_scroll",
3321
+ "hlToken": "QdFsVG_hlToken",
3322
+ "hero": "QdFsVG_hero",
3323
+ "backdrop": "QdFsVG_backdrop",
3324
+ "input-pending": "QdFsVG_input-pending",
3331
3325
  "row": "QdFsVG_row",
3332
- "pending": "QdFsVG_pending"
3326
+ "chipLabel": "QdFsVG_chipLabel",
3327
+ "mirror": "QdFsVG_mirror",
3328
+ "retry": "QdFsVG_retry",
3329
+ "chipInvalid": "QdFsVG_chipInvalid",
3330
+ "hint": "QdFsVG_hint",
3331
+ "pending": "QdFsVG_pending",
3332
+ "grow": "QdFsVG_grow"
3333
3333
  };
3334
3334
  //#endregion
3335
3335
  //#region src/client/skeleton/InputBar.tsx
@@ -3980,12 +3980,12 @@ window.__ModuleLoader__.load({
3980
3980
  document.head.appendChild(tag);
3981
3981
  }
3982
3982
  var EnterBehaviorRow_module_css_default = {
3983
- "rowText": "ssSNSa_rowText",
3984
- "row": "ssSNSa_row",
3983
+ "title": "ssSNSa_title",
3984
+ "desc": "ssSNSa_desc",
3985
3985
  "chevron": "ssSNSa_chevron",
3986
+ "rowText": "ssSNSa_rowText",
3986
3987
  "selector": "ssSNSa_selector",
3987
- "title": "ssSNSa_title",
3988
- "desc": "ssSNSa_desc"
3988
+ "row": "ssSNSa_row"
3989
3989
  };
3990
3990
  //#endregion
3991
3991
  //#region src/client/settings/EnterBehaviorRow.tsx
@@ -4059,32 +4059,32 @@ window.__ModuleLoader__.load({
4059
4059
  }
4060
4060
  var MessageItem_module_css_default = {
4061
4061
  "refChip": "DuLIaW_refChip",
4062
- "turnErrorTitle": "DuLIaW_turnErrorTitle",
4063
- "userRow": "DuLIaW_userRow",
4064
- "compactionSep": "DuLIaW_compactionSep",
4065
- "retrySummary": "DuLIaW_retrySummary",
4066
- "retry-shimmer": "DuLIaW_retry-shimmer",
4062
+ "compactionRow": "DuLIaW_compactionRow",
4063
+ "compactionBody": "DuLIaW_compactionBody",
4064
+ "turnErrorCode": "DuLIaW_turnErrorCode",
4065
+ "contextRow": "DuLIaW_contextRow",
4066
+ "turnErrorRow": "DuLIaW_turnErrorRow",
4067
4067
  "maxTokensTitle": "DuLIaW_maxTokensTitle",
4068
+ "compactionContextIcon": "DuLIaW_compactionContextIcon",
4069
+ "compactionButton": "DuLIaW_compactionButton",
4070
+ "retrySummary": "DuLIaW_retrySummary",
4068
4071
  "retryDetails": "DuLIaW_retryDetails",
4072
+ "turnErrorTitle": "DuLIaW_turnErrorTitle",
4069
4073
  "bubble": "DuLIaW_bubble",
4070
- "compactionButton": "DuLIaW_compactionButton",
4074
+ "compactionLeading": "DuLIaW_compactionLeading",
4075
+ "turnErrorCopy": "DuLIaW_turnErrorCopy",
4076
+ "userRow": "DuLIaW_userRow",
4071
4077
  "compactionTitle": "DuLIaW_compactionTitle",
4072
- "contextRow": "DuLIaW_contextRow",
4073
- "retryDetailLabel": "DuLIaW_retryDetailLabel",
4074
- "turnErrorMessage": "DuLIaW_turnErrorMessage",
4075
4078
  "retryRow": "DuLIaW_retryRow",
4076
- "compactionBody": "DuLIaW_compactionBody",
4077
- "turnErrorCode": "DuLIaW_turnErrorCode",
4078
4079
  "userStack": "DuLIaW_userStack",
4080
+ "turnErrorDot": "DuLIaW_turnErrorDot",
4079
4081
  "compactionSummary": "DuLIaW_compactionSummary",
4080
- "compactionLeading": "DuLIaW_compactionLeading",
4081
- "compactionRow": "DuLIaW_compactionRow",
4082
- "compactionContextIcon": "DuLIaW_compactionContextIcon",
4083
4082
  "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4084
- "turnErrorRow": "DuLIaW_turnErrorRow",
4085
- "turnErrorDot": "DuLIaW_turnErrorDot",
4086
- "turnErrorCopy": "DuLIaW_turnErrorCopy",
4087
- "retryText": "DuLIaW_retryText"
4083
+ "retryText": "DuLIaW_retryText",
4084
+ "compactionSep": "DuLIaW_compactionSep",
4085
+ "retry-shimmer": "DuLIaW_retry-shimmer",
4086
+ "retryDetailLabel": "DuLIaW_retryDetailLabel",
4087
+ "turnErrorMessage": "DuLIaW_turnErrorMessage"
4088
4088
  };
4089
4089
  //#endregion
4090
4090
  //#region src/client/chat/CompactionItem.tsx
@@ -4156,29 +4156,29 @@ window.__ModuleLoader__.load({
4156
4156
  document.head.appendChild(tag);
4157
4157
  }
4158
4158
  var ContextBody_module_css_default = {
4159
- "fieldValue": "mBNGpa_fieldValue",
4160
- "field": "mBNGpa_field",
4161
- "files": "mBNGpa_files",
4162
- "file": "mBNGpa_file",
4159
+ "sections": "mBNGpa_sections",
4160
+ "sectionText": "mBNGpa_sectionText",
4163
4161
  "section": "mBNGpa_section",
4164
- "entries": "mBNGpa_entries",
4162
+ "sectionName": "mBNGpa_sectionName",
4165
4163
  "recalls": "mBNGpa_recalls",
4166
- "entryName": "mBNGpa_entryName",
4167
- "relaySender": "mBNGpa_relaySender",
4168
- "sections": "mBNGpa_sections",
4164
+ "catalogNotice": "mBNGpa_catalogNotice",
4165
+ "text": "mBNGpa_text",
4169
4166
  "fields": "mBNGpa_fields",
4170
- "recallLabel": "mBNGpa_recallLabel",
4171
- "sectionName": "mBNGpa_sectionName",
4167
+ "field": "mBNGpa_field",
4172
4168
  "fieldKey": "mBNGpa_fieldKey",
4169
+ "fieldValue": "mBNGpa_fieldValue",
4170
+ "files": "mBNGpa_files",
4171
+ "entry": "mBNGpa_entry",
4172
+ "fileAction": "mBNGpa_fileAction",
4173
+ "relaySender": "mBNGpa_relaySender",
4174
+ "recallLabel": "mBNGpa_recallLabel",
4175
+ "recallCounts": "mBNGpa_recallCounts",
4176
+ "entryName": "mBNGpa_entryName",
4173
4177
  "filePath": "mBNGpa_filePath",
4174
4178
  "entryDescription": "mBNGpa_entryDescription",
4175
- "sectionText": "mBNGpa_sectionText",
4176
- "recallCounts": "mBNGpa_recallCounts",
4177
- "text": "mBNGpa_text",
4178
- "fileAction": "mBNGpa_fileAction",
4179
+ "entries": "mBNGpa_entries",
4179
4180
  "recall": "mBNGpa_recall",
4180
- "entry": "mBNGpa_entry",
4181
- "catalogNotice": "mBNGpa_catalogNotice"
4181
+ "file": "mBNGpa_file"
4182
4182
  };
4183
4183
  //#endregion
4184
4184
  //#region src/client/chat/ContextBody.tsx
@@ -4714,11 +4714,11 @@ window.__ModuleLoader__.load({
4714
4714
  }
4715
4715
  var ContextInjectionRow_module_css_default = {
4716
4716
  "sep": "BCt95a_sep",
4717
+ "root": "BCt95a_root",
4717
4718
  "source": "BCt95a_source",
4718
- "chevron": "BCt95a_chevron",
4719
- "summary": "BCt95a_summary",
4720
4719
  "body": "BCt95a_body",
4721
- "root": "BCt95a_root"
4720
+ "summary": "BCt95a_summary",
4721
+ "chevron": "BCt95a_chevron"
4722
4722
  };
4723
4723
  //#endregion
4724
4724
  //#region src/client/chat/ContextInjectionRow.tsx
@@ -4813,12 +4813,12 @@ window.__ModuleLoader__.load({
4813
4813
  document.head.appendChild(tag);
4814
4814
  }
4815
4815
  var MessageIconActions_module_css_default = {
4816
- "timeEnd": "vWo8Ba_timeEnd",
4817
4816
  "runTimeDot": "vWo8Ba_runTimeDot",
4818
- "action": "vWo8Ba_action",
4819
- "visuallyHidden": "vWo8Ba_visuallyHidden",
4820
4817
  "actions": "vWo8Ba_actions",
4821
- "timeStart": "vWo8Ba_timeStart"
4818
+ "action": "vWo8Ba_action",
4819
+ "timeStart": "vWo8Ba_timeStart",
4820
+ "timeEnd": "vWo8Ba_timeEnd",
4821
+ "visuallyHidden": "vWo8Ba_visuallyHidden"
4822
4822
  };
4823
4823
  //#endregion
4824
4824
  //#region src/client/chat/MessageIconActions.tsx
@@ -5211,19 +5211,19 @@ window.__ModuleLoader__.load({
5211
5211
  document.head.appendChild(tag);
5212
5212
  }
5213
5213
  var ChatView_module_css_default = {
5214
+ "flowItem": "rzfPEq_flowItem",
5215
+ "scroll": "rzfPEq_scroll",
5214
5216
  "turnStatusClock": "rzfPEq_turnStatusClock",
5215
- "toBottom": "rzfPEq_toBottom",
5216
- "openError": "rzfPEq_openError",
5217
5217
  "turnStatus": "rzfPEq_turnStatus",
5218
- "root": "rzfPEq_root",
5219
5218
  "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5220
- "callRow": "rzfPEq_callRow",
5221
- "scroll": "rzfPEq_scroll",
5222
- "flowItem": "rzfPEq_flowItem",
5223
- "column": "rzfPEq_column",
5224
- "hint": "rzfPEq_hint",
5219
+ "openError": "rzfPEq_openError",
5220
+ "root": "rzfPEq_root",
5221
+ "older": "rzfPEq_older",
5225
5222
  "toBottomSlot": "rzfPEq_toBottomSlot",
5226
- "older": "rzfPEq_older"
5223
+ "column": "rzfPEq_column",
5224
+ "toBottom": "rzfPEq_toBottom",
5225
+ "callRow": "rzfPEq_callRow",
5226
+ "hint": "rzfPEq_hint"
5227
5227
  };
5228
5228
  //#endregion
5229
5229
  //#region src/client/chat/ChatNodeSeat.tsx
@@ -5700,14 +5700,14 @@ window.__ModuleLoader__.load({
5700
5700
  document.head.appendChild(tag);
5701
5701
  }
5702
5702
  var ApprovalPanel_module_css_default = {
5703
- "card": "HtARWq_card",
5704
- "strip": "HtARWq_strip",
5705
5703
  "reject": "HtARWq_reject",
5706
- "body": "HtARWq_body",
5704
+ "strip": "HtARWq_strip",
5707
5705
  "actionRow": "HtARWq_actionRow",
5708
- "headline": "HtARWq_headline",
5709
5706
  "command": "HtARWq_command",
5707
+ "card": "HtARWq_card",
5708
+ "body": "HtARWq_body",
5710
5709
  "dot": "HtARWq_dot",
5710
+ "headline": "HtARWq_headline",
5711
5711
  "root": "HtARWq_root"
5712
5712
  };
5713
5713
  //#endregion
@@ -6147,21 +6147,21 @@ window.__ModuleLoader__.load({
6147
6147
  document.head.appendChild(tag);
6148
6148
  }
6149
6149
  var TodoPanel_module_css_default = {
6150
+ "glyphProgress": "_S9Ibq_glyphProgress",
6151
+ "body": "_S9Ibq_body",
6152
+ "glyphPending": "_S9Ibq_glyphPending",
6153
+ "content": "_S9Ibq_content",
6154
+ "lead": "_S9Ibq_lead",
6155
+ "glyphCompleted": "_S9Ibq_glyphCompleted",
6150
6156
  "glyph": "_S9Ibq_glyph",
6151
6157
  "root": "_S9Ibq_root",
6152
- "lead": "_S9Ibq_lead",
6158
+ "progress": "_S9Ibq_progress",
6159
+ "chevron": "_S9Ibq_chevron",
6153
6160
  "header": "_S9Ibq_header",
6154
- "body": "_S9Ibq_body",
6161
+ "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6155
6162
  "title": "_S9Ibq_title",
6156
- "list": "_S9Ibq_list",
6157
- "content": "_S9Ibq_content",
6158
6163
  "item": "_S9Ibq_item",
6159
- "glyphCompleted": "_S9Ibq_glyphCompleted",
6160
- "glyphPending": "_S9Ibq_glyphPending",
6161
- "glyphProgress": "_S9Ibq_glyphProgress",
6162
- "chevron": "_S9Ibq_chevron",
6163
- "progress": "_S9Ibq_progress",
6164
- "todo-progress-spin": "_S9Ibq_todo-progress-spin"
6164
+ "list": "_S9Ibq_list"
6165
6165
  };
6166
6166
  //#endregion
6167
6167
  //#region src/client/skeleton/TodoPanel.tsx
@@ -6356,17 +6356,17 @@ window.__ModuleLoader__.load({
6356
6356
  }
6357
6357
  var QueueDock_module_css_default = {
6358
6358
  "editor": "u7UfBG_editor",
6359
- "action": "u7UfBG_action",
6360
- "row": "u7UfBG_row",
6361
- "panel": "u7UfBG_panel",
6362
- "list": "u7UfBG_list",
6363
6359
  "count": "u7UfBG_count",
6364
- "dock": "u7UfBG_dock",
6365
- "preview": "u7UfBG_preview",
6366
- "header": "u7UfBG_header",
6367
6360
  "actions": "u7UfBG_actions",
6361
+ "action": "u7UfBG_action",
6368
6362
  "chevron": "u7UfBG_chevron",
6369
- "lead": "u7UfBG_lead"
6363
+ "preview": "u7UfBG_preview",
6364
+ "dock": "u7UfBG_dock",
6365
+ "panel": "u7UfBG_panel",
6366
+ "lead": "u7UfBG_lead",
6367
+ "header": "u7UfBG_header",
6368
+ "list": "u7UfBG_list",
6369
+ "row": "u7UfBG_row"
6370
6370
  };
6371
6371
  //#endregion
6372
6372
  //#region src/client/queue/QueueDock.tsx
@@ -6624,23 +6624,23 @@ window.__ModuleLoader__.load({
6624
6624
  document.head.appendChild(tag);
6625
6625
  }
6626
6626
  var HeroShell_module_css_default = {
6627
- "mark": "W1fuRW_mark",
6627
+ "workspaceRow": "W1fuRW_workspaceRow",
6628
6628
  "headline": "W1fuRW_headline",
6629
- "modalError": "W1fuRW_modalError",
6630
- "modalInput": "W1fuRW_modalInput",
6631
- "markHitbox": "W1fuRW_markHitbox",
6632
- "workspace": "W1fuRW_workspace",
6633
- "headlineText": "W1fuRW_headlineText",
6634
- "hero-mark-nudge": "W1fuRW_hero-mark-nudge",
6635
- "body": "W1fuRW_body",
6629
+ "mark": "W1fuRW_mark",
6636
6630
  "previewBadge": "W1fuRW_previewBadge",
6637
- "modalAction": "W1fuRW_modalAction",
6638
6631
  "workspaceLabel": "W1fuRW_workspaceLabel",
6639
- "workspaceRow": "W1fuRW_workspaceRow",
6632
+ "chevron": "W1fuRW_chevron",
6633
+ "folder": "W1fuRW_folder",
6634
+ "modalError": "W1fuRW_modalError",
6635
+ "hero-mark-nudge": "W1fuRW_hero-mark-nudge",
6636
+ "markHitbox": "W1fuRW_markHitbox",
6640
6637
  "stack": "W1fuRW_stack",
6638
+ "body": "W1fuRW_body",
6639
+ "headlineText": "W1fuRW_headlineText",
6640
+ "workspace": "W1fuRW_workspace",
6641
+ "modalInput": "W1fuRW_modalInput",
6641
6642
  "root": "W1fuRW_root",
6642
- "folder": "W1fuRW_folder",
6643
- "chevron": "W1fuRW_chevron"
6643
+ "modalAction": "W1fuRW_modalAction"
6644
6644
  };
6645
6645
  //#endregion
6646
6646
  //#region src/client/skeleton/EmptyHero.tsx
@@ -6790,28 +6790,28 @@ window.__ModuleLoader__.load({
6790
6790
  document.head.appendChild(tag);
6791
6791
  }
6792
6792
  var ConversationRoot_module_css_default = {
6793
+ "headerActions": "MBmynq_headerActions",
6794
+ "titleCluster": "MBmynq_titleCluster",
6795
+ "heroGlow": "MBmynq_heroGlow",
6796
+ "crumb": "MBmynq_crumb",
6793
6797
  "headerHidden": "MBmynq_headerHidden",
6798
+ "crumbs": "MBmynq_crumbs",
6794
6799
  "crumbSeg": "MBmynq_crumbSeg",
6795
- "headerUtilities": "MBmynq_headerUtilities",
6796
- "tabs": "MBmynq_tabs",
6797
- "header": "MBmynq_header",
6798
6800
  "titleRow": "MBmynq_titleRow",
6799
- "tabActive": "MBmynq_tabActive",
6801
+ "root": "MBmynq_root",
6800
6802
  "crumbCurrent": "MBmynq_crumbCurrent",
6801
- "viewArea": "MBmynq_viewArea",
6802
- "crumbs": "MBmynq_crumbs",
6803
+ "tabs": "MBmynq_tabs",
6804
+ "tab": "MBmynq_tab",
6803
6805
  "composerStack": "MBmynq_composerStack",
6806
+ "header": "MBmynq_header",
6804
6807
  "composerSeat": "MBmynq_composerSeat",
6805
- "scrollBody": "MBmynq_scrollBody",
6806
- "heroGlow": "MBmynq_heroGlow",
6807
- "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
6808
- "root": "MBmynq_root",
6809
- "titleCluster": "MBmynq_titleCluster",
6810
- "crumb": "MBmynq_crumb",
6811
- "headerActions": "MBmynq_headerActions",
6812
6808
  "crumbSep": "MBmynq_crumbSep",
6813
6809
  "composerHero": "MBmynq_composerHero",
6814
- "tab": "MBmynq_tab"
6810
+ "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
6811
+ "viewArea": "MBmynq_viewArea",
6812
+ "tabActive": "MBmynq_tabActive",
6813
+ "scrollBody": "MBmynq_scrollBody",
6814
+ "headerUtilities": "MBmynq_headerUtilities"
6815
6815
  };
6816
6816
  //#endregion
6817
6817
  //#region src/client/skeleton/ConversationRoot.tsx
@@ -7087,15 +7087,15 @@ window.__ModuleLoader__.load({
7087
7087
  document.head.appendChild(tag);
7088
7088
  }
7089
7089
  var DetailsPanel_module_css_default = {
7090
+ "title": "H9rWiW_title",
7091
+ "code": "H9rWiW_code",
7090
7092
  "sectionLabel": "H9rWiW_sectionLabel",
7093
+ "section": "H9rWiW_section",
7091
7094
  "root": "H9rWiW_root",
7092
- "code": "H9rWiW_code",
7093
- "empty": "H9rWiW_empty",
7094
7095
  "close": "H9rWiW_close",
7095
- "section": "H9rWiW_section",
7096
- "header": "H9rWiW_header",
7097
- "title": "H9rWiW_title",
7098
- "body": "H9rWiW_body"
7096
+ "empty": "H9rWiW_empty",
7097
+ "body": "H9rWiW_body",
7098
+ "header": "H9rWiW_header"
7099
7099
  };
7100
7100
  //#endregion
7101
7101
  //#region src/client/skeleton/DetailsPanel.tsx
@@ -8954,15 +8954,15 @@ window.__ModuleLoader__.load({
8954
8954
  document.head.appendChild(tag);
8955
8955
  }
8956
8956
  var ReasoningRow_module_css_default = {
8957
- "title": "dc9yZG_title",
8958
- "summary": "dc9yZG_summary",
8957
+ "root": "dc9yZG_root",
8958
+ "row": "dc9yZG_row",
8959
8959
  "dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
8960
+ "title": "dc9yZG_title",
8961
+ "separator": "dc9yZG_separator",
8962
+ "thinkBody": "dc9yZG_thinkBody",
8960
8963
  "chevron": "dc9yZG_chevron",
8961
8964
  "leading": "dc9yZG_leading",
8962
- "row": "dc9yZG_row",
8963
- "thinkBody": "dc9yZG_thinkBody",
8964
- "separator": "dc9yZG_separator",
8965
- "root": "dc9yZG_root"
8965
+ "summary": "dc9yZG_summary"
8966
8966
  };
8967
8967
  //#endregion
8968
8968
  //#region src/client/chat/ReasoningRow.tsx
@@ -9049,8 +9049,8 @@ window.__ModuleLoader__.load({
9049
9049
  var AssistantMarkdown_module_css_default = {
9050
9050
  "root": "wAd5ea_root",
9051
9051
  "body": "wAd5ea_body",
9052
- "actions": "wAd5ea_actions",
9053
- "stopped": "wAd5ea_stopped"
9052
+ "stopped": "wAd5ea_stopped",
9053
+ "actions": "wAd5ea_actions"
9054
9054
  };
9055
9055
  //#endregion
9056
9056
  //#region src/client/chat/AssistantMarkdown.tsx
@@ -9163,15 +9163,15 @@ window.__ModuleLoader__.load({
9163
9163
  document.head.appendChild(tag);
9164
9164
  }
9165
9165
  var GenericCommandCard_module_css_default = {
9166
- "row": "Ga_JSG_row",
9167
- "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9168
- "chevron": "Ga_JSG_chevron",
9169
- "summary": "Ga_JSG_summary",
9166
+ "separator": "Ga_JSG_separator",
9167
+ "leading": "Ga_JSG_leading",
9170
9168
  "root": "Ga_JSG_root",
9169
+ "chevron": "Ga_JSG_chevron",
9170
+ "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9171
9171
  "title": "Ga_JSG_title",
9172
- "separator": "Ga_JSG_separator",
9172
+ "summary": "Ga_JSG_summary",
9173
9173
  "body": "Ga_JSG_body",
9174
- "leading": "Ga_JSG_leading"
9174
+ "row": "Ga_JSG_row"
9175
9175
  };
9176
9176
  //#endregion
9177
9177
  //#region src/client/chat/GenericCommandCard.tsx