@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
@@ -2809,8 +2809,8 @@ window.__ModuleLoader__.load({
2809
2809
  document.head.appendChild(tag);
2810
2810
  }
2811
2811
  var StatsLine_module_css_default = {
2812
- "root": "_EvZDq_root",
2813
- "sep": "_EvZDq_sep"
2812
+ "sep": "_EvZDq_sep",
2813
+ "root": "_EvZDq_root"
2814
2814
  };
2815
2815
  //#endregion
2816
2816
  //#region src/client/chat/StatsLine.tsx
@@ -3037,23 +3037,23 @@ window.__ModuleLoader__.load({
3037
3037
  document.head.appendChild(tag);
3038
3038
  }
3039
3039
  var ContextMeter_module_css_default = {
3040
- "colorSystem": "bloECW_colorSystem",
3041
- "headline": "bloECW_headline",
3042
- "bar": "bloECW_bar",
3040
+ "rows": "bloECW_rows",
3041
+ "root": "bloECW_root",
3043
3042
  "colorMessages": "bloECW_colorMessages",
3044
- "fill": "bloECW_fill",
3045
- "trigger": "bloECW_trigger",
3046
3043
  "track": "bloECW_track",
3047
- "panel": "bloECW_panel",
3044
+ "percent": "bloECW_percent",
3045
+ "row": "bloECW_row",
3048
3046
  "swatch": "bloECW_swatch",
3049
- "colorTools": "bloECW_colorTools",
3047
+ "panel": "bloECW_panel",
3050
3048
  "segment": "bloECW_segment",
3051
- "rows": "bloECW_rows",
3052
- "percent": "bloECW_percent",
3053
- "root": "bloECW_root",
3049
+ "fill": "bloECW_fill",
3054
3050
  "figures": "bloECW_figures",
3055
- "row": "bloECW_row",
3056
- "header": "bloECW_header"
3051
+ "headline": "bloECW_headline",
3052
+ "bar": "bloECW_bar",
3053
+ "colorTools": "bloECW_colorTools",
3054
+ "colorSystem": "bloECW_colorSystem",
3055
+ "header": "bloECW_header",
3056
+ "trigger": "bloECW_trigger"
3057
3057
  };
3058
3058
  //#endregion
3059
3059
  //#region src/client/skeleton/ContextMeter.tsx
@@ -3225,11 +3225,11 @@ window.__ModuleLoader__.load({
3225
3225
  document.head.appendChild(tag);
3226
3226
  }
3227
3227
  var PermissionSelect_module_css_default = {
3228
- "trigger": "UJ7tKa_trigger",
3229
- "chevronOpen": "UJ7tKa_chevronOpen",
3230
- "triggerLabel": "UJ7tKa_triggerLabel",
3231
3228
  "triggerIcon": "UJ7tKa_triggerIcon",
3232
- "chevron": "UJ7tKa_chevron"
3229
+ "chevronOpen": "UJ7tKa_chevronOpen",
3230
+ "chevron": "UJ7tKa_chevron",
3231
+ "trigger": "UJ7tKa_trigger",
3232
+ "triggerLabel": "UJ7tKa_triggerLabel"
3233
3233
  };
3234
3234
  //#endregion
3235
3235
  //#region src/client/skeleton/PermissionSelect.tsx
@@ -3463,41 +3463,41 @@ window.__ModuleLoader__.load({
3463
3463
  document.head.appendChild(tag);
3464
3464
  }
3465
3465
  var InputBar_module_css_default = {
3466
+ "retry": "QdFsVG_retry",
3467
+ "textRef": "QdFsVG_textRef",
3468
+ "mirror": "QdFsVG_mirror",
3469
+ "overlayAnchor": "QdFsVG_overlayAnchor",
3470
+ "notice": "QdFsVG_notice",
3471
+ "tools": "QdFsVG_tools",
3466
3472
  "grow": "QdFsVG_grow",
3467
- "scroll": "QdFsVG_scroll",
3468
- "root": "QdFsVG_root",
3469
- "hlSegment": "QdFsVG_hlSegment",
3470
- "chipIcon": "QdFsVG_chipIcon",
3471
- "select": "QdFsVG_select",
3472
3473
  "input": "QdFsVG_input",
3473
3474
  "add": "QdFsVG_add",
3474
- "backdropDisabled": "QdFsVG_backdropDisabled",
3475
- "chip": "QdFsVG_chip",
3476
- "pending": "QdFsVG_pending",
3477
3475
  "textRefTrigger": "QdFsVG_textRefTrigger",
3478
- "textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
3479
- "backdrop": "QdFsVG_backdrop",
3480
- "chipTrigger": "QdFsVG_chipTrigger",
3481
- "notice": "QdFsVG_notice",
3482
- "chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
3476
+ "backdropDisabled": "QdFsVG_backdropDisabled",
3477
+ "scroll": "QdFsVG_scroll",
3478
+ "hint": "QdFsVG_hint",
3483
3479
  "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3484
- "textRefIcon": "QdFsVG_textRefIcon",
3485
3480
  "chipInvalid": "QdFsVG_chipInvalid",
3486
- "mirror": "QdFsVG_mirror",
3481
+ "pending": "QdFsVG_pending",
3482
+ "accessory": "QdFsVG_accessory",
3487
3483
  "modes": "QdFsVG_modes",
3488
- "textRef": "QdFsVG_textRef",
3484
+ "trailing": "QdFsVG_trailing",
3489
3485
  "primary": "QdFsVG_primary",
3490
- "overlayAnchor": "QdFsVG_overlayAnchor",
3491
- "hero": "QdFsVG_hero",
3492
- "hint": "QdFsVG_hint",
3493
- "row": "QdFsVG_row",
3494
3486
  "hlToken": "QdFsVG_hlToken",
3495
- "trailing": "QdFsVG_trailing",
3496
- "input-pending": "QdFsVG_input-pending",
3497
- "tools": "QdFsVG_tools",
3498
- "accessory": "QdFsVG_accessory",
3487
+ "textRefIcon": "QdFsVG_textRefIcon",
3488
+ "chipIcon": "QdFsVG_chipIcon",
3489
+ "hlSegment": "QdFsVG_hlSegment",
3490
+ "select": "QdFsVG_select",
3491
+ "backdrop": "QdFsVG_backdrop",
3492
+ "root": "QdFsVG_root",
3493
+ "chip": "QdFsVG_chip",
3499
3494
  "card": "QdFsVG_card",
3500
- "retry": "QdFsVG_retry"
3495
+ "chipTrigger": "QdFsVG_chipTrigger",
3496
+ "row": "QdFsVG_row",
3497
+ "chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
3498
+ "textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
3499
+ "input-pending": "QdFsVG_input-pending",
3500
+ "hero": "QdFsVG_hero"
3501
3501
  };
3502
3502
  //#endregion
3503
3503
  //#region src/client/skeleton/InputBar.tsx
@@ -4177,12 +4177,12 @@ window.__ModuleLoader__.load({
4177
4177
  document.head.appendChild(tag);
4178
4178
  }
4179
4179
  var EnterBehaviorRow_module_css_default = {
4180
- "chevron": "ssSNSa_chevron",
4180
+ "rowText": "ssSNSa_rowText",
4181
4181
  "title": "ssSNSa_title",
4182
+ "selector": "ssSNSa_selector",
4183
+ "chevron": "ssSNSa_chevron",
4182
4184
  "row": "ssSNSa_row",
4183
- "rowText": "ssSNSa_rowText",
4184
- "desc": "ssSNSa_desc",
4185
- "selector": "ssSNSa_selector"
4185
+ "desc": "ssSNSa_desc"
4186
4186
  };
4187
4187
  //#endregion
4188
4188
  //#region src/client/settings/EnterBehaviorRow.tsx
@@ -4255,35 +4255,35 @@ window.__ModuleLoader__.load({
4255
4255
  document.head.appendChild(tag);
4256
4256
  }
4257
4257
  var MessageItem_module_css_default = {
4258
- "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4258
+ "userRow": "DuLIaW_userRow",
4259
+ "compactionRow": "DuLIaW_compactionRow",
4260
+ "turnErrorDot": "DuLIaW_turnErrorDot",
4261
+ "retrySummary": "DuLIaW_retrySummary",
4262
+ "refIcon": "DuLIaW_refIcon",
4263
+ "compactionBody": "DuLIaW_compactionBody",
4264
+ "turnErrorMessage": "DuLIaW_turnErrorMessage",
4265
+ "retry-shimmer": "DuLIaW_retry-shimmer",
4266
+ "compactionContextIcon": "DuLIaW_compactionContextIcon",
4267
+ "turnErrorTitle": "DuLIaW_turnErrorTitle",
4268
+ "bubble": "DuLIaW_bubble",
4259
4269
  "contextRow": "DuLIaW_contextRow",
4270
+ "maxTokensTitle": "DuLIaW_maxTokensTitle",
4271
+ "turnErrorCopy": "DuLIaW_turnErrorCopy",
4260
4272
  "compactionTitle": "DuLIaW_compactionTitle",
4273
+ "referenceSummary": "DuLIaW_referenceSummary",
4274
+ "turnErrorCode": "DuLIaW_turnErrorCode",
4275
+ "compactionLeading": "DuLIaW_compactionLeading",
4261
4276
  "compactionSep": "DuLIaW_compactionSep",
4262
- "retry-shimmer": "DuLIaW_retry-shimmer",
4277
+ "compactionSummary": "DuLIaW_compactionSummary",
4278
+ "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4279
+ "retryText": "DuLIaW_retryText",
4280
+ "userStack": "DuLIaW_userStack",
4281
+ "retryRow": "DuLIaW_retryRow",
4263
4282
  "retryDetails": "DuLIaW_retryDetails",
4264
- "turnErrorCopy": "DuLIaW_turnErrorCopy",
4265
- "maxTokensTitle": "DuLIaW_maxTokensTitle",
4266
4283
  "retryDetailLabel": "DuLIaW_retryDetailLabel",
4267
- "compactionLeading": "DuLIaW_compactionLeading",
4268
- "refIcon": "DuLIaW_refIcon",
4269
- "turnErrorRow": "DuLIaW_turnErrorRow",
4270
- "userStack": "DuLIaW_userStack",
4271
- "turnErrorCode": "DuLIaW_turnErrorCode",
4272
- "turnErrorMessage": "DuLIaW_turnErrorMessage",
4273
- "compactionBody": "DuLIaW_compactionBody",
4274
- "userRow": "DuLIaW_userRow",
4275
- "turnErrorDot": "DuLIaW_turnErrorDot",
4276
4284
  "compactionButton": "DuLIaW_compactionButton",
4277
- "retryText": "DuLIaW_retryText",
4278
- "referenceSummary": "DuLIaW_referenceSummary",
4279
- "refChip": "DuLIaW_refChip",
4280
- "compactionRow": "DuLIaW_compactionRow",
4281
- "compactionSummary": "DuLIaW_compactionSummary",
4282
- "retrySummary": "DuLIaW_retrySummary",
4283
- "bubble": "DuLIaW_bubble",
4284
- "retryRow": "DuLIaW_retryRow",
4285
- "turnErrorTitle": "DuLIaW_turnErrorTitle",
4286
- "compactionContextIcon": "DuLIaW_compactionContextIcon"
4285
+ "turnErrorRow": "DuLIaW_turnErrorRow",
4286
+ "refChip": "DuLIaW_refChip"
4287
4287
  };
4288
4288
  //#endregion
4289
4289
  //#region src/client/chat/CompactionItem.tsx
@@ -4355,29 +4355,29 @@ window.__ModuleLoader__.load({
4355
4355
  document.head.appendChild(tag);
4356
4356
  }
4357
4357
  var ContextBody_module_css_default = {
4358
- "file": "mBNGpa_file",
4359
- "fieldValue": "mBNGpa_fieldValue",
4358
+ "entry": "mBNGpa_entry",
4359
+ "entryName": "mBNGpa_entryName",
4360
+ "entryDescription": "mBNGpa_entryDescription",
4361
+ "catalogNotice": "mBNGpa_catalogNotice",
4362
+ "fileAction": "mBNGpa_fileAction",
4363
+ "sectionText": "mBNGpa_sectionText",
4360
4364
  "filePath": "mBNGpa_filePath",
4361
- "recallLabel": "mBNGpa_recallLabel",
4365
+ "recallCounts": "mBNGpa_recallCounts",
4366
+ "section": "mBNGpa_section",
4367
+ "relaySender": "mBNGpa_relaySender",
4362
4368
  "files": "mBNGpa_files",
4363
4369
  "entries": "mBNGpa_entries",
4364
- "recall": "mBNGpa_recall",
4365
- "field": "mBNGpa_field",
4366
4370
  "fieldKey": "mBNGpa_fieldKey",
4367
- "catalogNotice": "mBNGpa_catalogNotice",
4368
4371
  "sections": "mBNGpa_sections",
4369
- "fileAction": "mBNGpa_fileAction",
4370
- "entryName": "mBNGpa_entryName",
4371
- "section": "mBNGpa_section",
4372
- "recalls": "mBNGpa_recalls",
4373
- "text": "mBNGpa_text",
4374
4372
  "fields": "mBNGpa_fields",
4375
- "entryDescription": "mBNGpa_entryDescription",
4376
- "sectionText": "mBNGpa_sectionText",
4377
- "relaySender": "mBNGpa_relaySender",
4378
- "entry": "mBNGpa_entry",
4379
4373
  "sectionName": "mBNGpa_sectionName",
4380
- "recallCounts": "mBNGpa_recallCounts"
4374
+ "recalls": "mBNGpa_recalls",
4375
+ "file": "mBNGpa_file",
4376
+ "field": "mBNGpa_field",
4377
+ "fieldValue": "mBNGpa_fieldValue",
4378
+ "text": "mBNGpa_text",
4379
+ "recallLabel": "mBNGpa_recallLabel",
4380
+ "recall": "mBNGpa_recall"
4381
4381
  };
4382
4382
  //#endregion
4383
4383
  //#region src/client/chat/ContextBody.tsx
@@ -4912,10 +4912,10 @@ window.__ModuleLoader__.load({
4912
4912
  document.head.appendChild(tag);
4913
4913
  }
4914
4914
  var ContextInjectionRow_module_css_default = {
4915
- "summary": "BCt95a_summary",
4916
- "chevron": "BCt95a_chevron",
4917
- "sep": "BCt95a_sep",
4918
4915
  "root": "BCt95a_root",
4916
+ "sep": "BCt95a_sep",
4917
+ "chevron": "BCt95a_chevron",
4918
+ "summary": "BCt95a_summary",
4919
4919
  "source": "BCt95a_source",
4920
4920
  "body": "BCt95a_body"
4921
4921
  };
@@ -5015,12 +5015,12 @@ window.__ModuleLoader__.load({
5015
5015
  document.head.appendChild(tag);
5016
5016
  }
5017
5017
  var MessageIconActions_module_css_default = {
5018
- "actions": "vWo8Ba_actions",
5019
- "timeStart": "vWo8Ba_timeStart",
5020
- "timeEnd": "vWo8Ba_timeEnd",
5018
+ "visuallyHidden": "vWo8Ba_visuallyHidden",
5021
5019
  "runTimeDot": "vWo8Ba_runTimeDot",
5020
+ "timeStart": "vWo8Ba_timeStart",
5021
+ "actions": "vWo8Ba_actions",
5022
5022
  "action": "vWo8Ba_action",
5023
- "visuallyHidden": "vWo8Ba_visuallyHidden"
5023
+ "timeEnd": "vWo8Ba_timeEnd"
5024
5024
  };
5025
5025
  //#endregion
5026
5026
  //#region src/client/chat/MessageIconActions.tsx
@@ -5453,20 +5453,20 @@ window.__ModuleLoader__.load({
5453
5453
  document.head.appendChild(tag);
5454
5454
  }
5455
5455
  var ChatView_module_css_default = {
5456
- "hint": "rzfPEq_hint",
5457
- "root": "rzfPEq_root",
5456
+ "older": "rzfPEq_older",
5457
+ "callRow": "rzfPEq_callRow",
5458
+ "turnStatusClock": "rzfPEq_turnStatusClock",
5459
+ "toBottomSlot": "rzfPEq_toBottomSlot",
5458
5460
  "toBottom": "rzfPEq_toBottom",
5459
5461
  "modalAction": "rzfPEq_modalAction",
5460
- "toBottomSlot": "rzfPEq_toBottomSlot",
5461
- "turnStatusClock": "rzfPEq_turnStatusClock",
5462
- "openError": "rzfPEq_openError",
5463
- "scroll": "rzfPEq_scroll",
5464
- "older": "rzfPEq_older",
5462
+ "turnStatus": "rzfPEq_turnStatus",
5465
5463
  "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5464
+ "hint": "rzfPEq_hint",
5465
+ "openError": "rzfPEq_openError",
5466
5466
  "column": "rzfPEq_column",
5467
- "callRow": "rzfPEq_callRow",
5468
5467
  "flowItem": "rzfPEq_flowItem",
5469
- "turnStatus": "rzfPEq_turnStatus"
5468
+ "root": "rzfPEq_root",
5469
+ "scroll": "rzfPEq_scroll"
5470
5470
  };
5471
5471
  //#endregion
5472
5472
  //#region src/client/chat/ChatNodeSeat.tsx
@@ -6011,15 +6011,15 @@ window.__ModuleLoader__.load({
6011
6011
  document.head.appendChild(tag);
6012
6012
  }
6013
6013
  var ApprovalPanel_module_css_default = {
6014
+ "root": "HtARWq_root",
6014
6015
  "card": "HtARWq_card",
6015
- "headline": "HtARWq_headline",
6016
+ "body": "HtARWq_body",
6016
6017
  "command": "HtARWq_command",
6017
- "dot": "HtARWq_dot",
6018
6018
  "actionRow": "HtARWq_actionRow",
6019
- "body": "HtARWq_body",
6020
- "strip": "HtARWq_strip",
6019
+ "headline": "HtARWq_headline",
6021
6020
  "reject": "HtARWq_reject",
6022
- "root": "HtARWq_root"
6021
+ "strip": "HtARWq_strip",
6022
+ "dot": "HtARWq_dot"
6023
6023
  };
6024
6024
  //#endregion
6025
6025
  //#region src/client/skeleton/ApprovalPanel.tsx
@@ -6474,21 +6474,21 @@ window.__ModuleLoader__.load({
6474
6474
  document.head.appendChild(tag);
6475
6475
  }
6476
6476
  var TodoPanel_module_css_default = {
6477
- "progress": "_S9Ibq_progress",
6478
- "list": "_S9Ibq_list",
6479
6477
  "lead": "_S9Ibq_lead",
6480
- "header": "_S9Ibq_header",
6481
- "item": "_S9Ibq_item",
6482
6478
  "glyphPending": "_S9Ibq_glyphPending",
6483
- "title": "_S9Ibq_title",
6479
+ "chevron": "_S9Ibq_chevron",
6480
+ "header": "_S9Ibq_header",
6481
+ "list": "_S9Ibq_list",
6484
6482
  "glyphProgress": "_S9Ibq_glyphProgress",
6483
+ "progress": "_S9Ibq_progress",
6484
+ "title": "_S9Ibq_title",
6485
6485
  "body": "_S9Ibq_body",
6486
6486
  "root": "_S9Ibq_root",
6487
- "glyph": "_S9Ibq_glyph",
6488
6487
  "content": "_S9Ibq_content",
6489
6488
  "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6490
- "chevron": "_S9Ibq_chevron",
6491
- "glyphCompleted": "_S9Ibq_glyphCompleted"
6489
+ "glyph": "_S9Ibq_glyph",
6490
+ "glyphCompleted": "_S9Ibq_glyphCompleted",
6491
+ "item": "_S9Ibq_item"
6492
6492
  };
6493
6493
  //#endregion
6494
6494
  //#region src/client/skeleton/TodoPanel.tsx
@@ -6683,17 +6683,17 @@ window.__ModuleLoader__.load({
6683
6683
  }
6684
6684
  var QueueDock_module_css_default = {
6685
6685
  "editor": "u7UfBG_editor",
6686
- "lead": "u7UfBG_lead",
6687
- "header": "u7UfBG_header",
6688
6686
  "actions": "u7UfBG_actions",
6689
- "list": "u7UfBG_list",
6687
+ "action": "u7UfBG_action",
6690
6688
  "count": "u7UfBG_count",
6691
- "panel": "u7UfBG_panel",
6689
+ "preview": "u7UfBG_preview",
6690
+ "list": "u7UfBG_list",
6691
+ "header": "u7UfBG_header",
6692
6692
  "row": "u7UfBG_row",
6693
- "action": "u7UfBG_action",
6694
6693
  "dock": "u7UfBG_dock",
6695
- "preview": "u7UfBG_preview",
6696
- "chevron": "u7UfBG_chevron"
6694
+ "panel": "u7UfBG_panel",
6695
+ "chevron": "u7UfBG_chevron",
6696
+ "lead": "u7UfBG_lead"
6697
6697
  };
6698
6698
  //#endregion
6699
6699
  //#region src/client/queue/QueueDock.tsx
@@ -6951,23 +6951,23 @@ window.__ModuleLoader__.load({
6951
6951
  document.head.appendChild(tag);
6952
6952
  }
6953
6953
  var HeroShell_module_css_default = {
6954
- "headlineText": "W1fuRW_headlineText",
6955
- "modalAction": "W1fuRW_modalAction",
6954
+ "fishHitbox": "W1fuRW_fishHitbox",
6956
6955
  "workspaceRow": "W1fuRW_workspaceRow",
6957
- "stack": "W1fuRW_stack",
6958
- "body": "W1fuRW_body",
6959
- "modalInput": "W1fuRW_modalInput",
6960
- "modalError": "W1fuRW_modalError",
6961
- "workspace": "W1fuRW_workspace",
6962
- "hero-fish-swim": "W1fuRW_hero-fish-swim",
6963
6956
  "root": "W1fuRW_root",
6964
- "fishHitbox": "W1fuRW_fishHitbox",
6957
+ "modalAction": "W1fuRW_modalAction",
6958
+ "headlineText": "W1fuRW_headlineText",
6965
6959
  "workspaceLabel": "W1fuRW_workspaceLabel",
6960
+ "modalError": "W1fuRW_modalError",
6961
+ "hero-fish-swim": "W1fuRW_hero-fish-swim",
6966
6962
  "previewBadge": "W1fuRW_previewBadge",
6967
- "fish": "W1fuRW_fish",
6968
6963
  "folder": "W1fuRW_folder",
6969
6964
  "chevron": "W1fuRW_chevron",
6970
- "headline": "W1fuRW_headline"
6965
+ "headline": "W1fuRW_headline",
6966
+ "stack": "W1fuRW_stack",
6967
+ "modalInput": "W1fuRW_modalInput",
6968
+ "body": "W1fuRW_body",
6969
+ "workspace": "W1fuRW_workspace",
6970
+ "fish": "W1fuRW_fish"
6971
6971
  };
6972
6972
  //#endregion
6973
6973
  //#region src/client/skeleton/EmptyHero.tsx
@@ -7113,29 +7113,29 @@ window.__ModuleLoader__.load({
7113
7113
  document.head.appendChild(tag);
7114
7114
  }
7115
7115
  var ConversationRoot_module_css_default = {
7116
- "composerHero": "MBmynq_composerHero",
7116
+ "root": "MBmynq_root",
7117
+ "tabActive": "MBmynq_tabActive",
7118
+ "viewArea": "MBmynq_viewArea",
7119
+ "heroGlow": "MBmynq_heroGlow",
7117
7120
  "header": "MBmynq_header",
7118
- "titleRow": "MBmynq_titleRow",
7119
- "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
7120
- "crumb": "MBmynq_crumb",
7121
+ "headerHidden": "MBmynq_headerHidden",
7122
+ "crumbs": "MBmynq_crumbs",
7123
+ "crumbSubagent": "MBmynq_crumbSubagent",
7121
7124
  "crumbSep": "MBmynq_crumbSep",
7122
- "headerUtilities": "MBmynq_headerUtilities",
7123
7125
  "tabs": "MBmynq_tabs",
7126
+ "composerHero": "MBmynq_composerHero",
7127
+ "tab": "MBmynq_tab",
7128
+ "headerUtilities": "MBmynq_headerUtilities",
7129
+ "scrollBody": "MBmynq_scrollBody",
7130
+ "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
7131
+ "composerSeat": "MBmynq_composerSeat",
7124
7132
  "titleCluster": "MBmynq_titleCluster",
7133
+ "crumb": "MBmynq_crumb",
7134
+ "titleRow": "MBmynq_titleRow",
7125
7135
  "composerStack": "MBmynq_composerStack",
7126
7136
  "headerActions": "MBmynq_headerActions",
7127
- "root": "MBmynq_root",
7128
- "crumbs": "MBmynq_crumbs",
7129
- "heroGlow": "MBmynq_heroGlow",
7130
- "crumbCurrent": "MBmynq_crumbCurrent",
7131
- "crumbSubagent": "MBmynq_crumbSubagent",
7132
- "viewArea": "MBmynq_viewArea",
7133
- "tab": "MBmynq_tab",
7134
- "headerHidden": "MBmynq_headerHidden",
7135
7137
  "crumbSeg": "MBmynq_crumbSeg",
7136
- "tabActive": "MBmynq_tabActive",
7137
- "scrollBody": "MBmynq_scrollBody",
7138
- "composerSeat": "MBmynq_composerSeat"
7138
+ "crumbCurrent": "MBmynq_crumbCurrent"
7139
7139
  };
7140
7140
  //#endregion
7141
7141
  //#region src/client/skeleton/ConversationRoot.tsx
@@ -7427,15 +7427,15 @@ window.__ModuleLoader__.load({
7427
7427
  document.head.appendChild(tag);
7428
7428
  }
7429
7429
  var DetailsPanel_module_css_default = {
7430
- "header": "H9rWiW_header",
7431
- "body": "H9rWiW_body",
7432
- "code": "H9rWiW_code",
7430
+ "root": "H9rWiW_root",
7433
7431
  "title": "H9rWiW_title",
7432
+ "body": "H9rWiW_body",
7434
7433
  "close": "H9rWiW_close",
7435
- "root": "H9rWiW_root",
7436
- "section": "H9rWiW_section",
7434
+ "header": "H9rWiW_header",
7437
7435
  "empty": "H9rWiW_empty",
7438
- "sectionLabel": "H9rWiW_sectionLabel"
7436
+ "sectionLabel": "H9rWiW_sectionLabel",
7437
+ "section": "H9rWiW_section",
7438
+ "code": "H9rWiW_code"
7439
7439
  };
7440
7440
  //#endregion
7441
7441
  //#region src/client/skeleton/DetailsPanel.tsx
@@ -9348,15 +9348,15 @@ window.__ModuleLoader__.load({
9348
9348
  document.head.appendChild(tag);
9349
9349
  }
9350
9350
  var ReasoningRow_module_css_default = {
9351
- "thinkBody": "dc9yZG_thinkBody",
9352
- "leading": "dc9yZG_leading",
9351
+ "summary": "dc9yZG_summary",
9353
9352
  "root": "dc9yZG_root",
9354
9353
  "chevron": "dc9yZG_chevron",
9355
- "dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
9356
- "title": "dc9yZG_title",
9357
- "summary": "dc9yZG_summary",
9354
+ "thinkBody": "dc9yZG_thinkBody",
9355
+ "leading": "dc9yZG_leading",
9358
9356
  "separator": "dc9yZG_separator",
9359
- "row": "dc9yZG_row"
9357
+ "row": "dc9yZG_row",
9358
+ "dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
9359
+ "title": "dc9yZG_title"
9360
9360
  };
9361
9361
  //#endregion
9362
9362
  //#region src/client/chat/ReasoningRow.tsx
@@ -9441,9 +9441,9 @@ window.__ModuleLoader__.load({
9441
9441
  document.head.appendChild(tag);
9442
9442
  }
9443
9443
  var AssistantMarkdown_module_css_default = {
9444
- "actions": "wAd5ea_actions",
9445
9444
  "body": "wAd5ea_body",
9446
9445
  "root": "wAd5ea_root",
9446
+ "actions": "wAd5ea_actions",
9447
9447
  "stopped": "wAd5ea_stopped"
9448
9448
  };
9449
9449
  //#endregion
@@ -9554,15 +9554,15 @@ window.__ModuleLoader__.load({
9554
9554
  document.head.appendChild(tag);
9555
9555
  }
9556
9556
  var GenericCommandCard_module_css_default = {
9557
- "separator": "Ga_JSG_separator",
9558
- "chevron": "Ga_JSG_chevron",
9559
- "row": "Ga_JSG_row",
9560
9557
  "root": "Ga_JSG_root",
9558
+ "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9561
9559
  "leading": "Ga_JSG_leading",
9562
- "title": "Ga_JSG_title",
9563
- "summary": "Ga_JSG_summary",
9560
+ "row": "Ga_JSG_row",
9561
+ "separator": "Ga_JSG_separator",
9564
9562
  "body": "Ga_JSG_body",
9565
- "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep"
9563
+ "chevron": "Ga_JSG_chevron",
9564
+ "summary": "Ga_JSG_summary",
9565
+ "title": "Ga_JSG_title"
9566
9566
  };
9567
9567
  //#endregion
9568
9568
  //#region src/client/chat/GenericCommandCard.tsx
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
167
167
  document.head.appendChild(tag);
168
168
  }
169
169
  var ProducedFiles_module_css_default = {
170
- "file": "LKrWRG_file",
171
- "row": "LKrWRG_row",
172
170
  "label": "LKrWRG_label",
171
+ "row": "LKrWRG_row",
172
+ "measure": "LKrWRG_measure",
173
+ "file": "LKrWRG_file",
174
+ "probe": "LKrWRG_probe",
173
175
  "more": "LKrWRG_more",
174
176
  "showFolder": "LKrWRG_showFolder",
175
- "root": "LKrWRG_root",
176
- "measure": "LKrWRG_measure",
177
- "probe": "LKrWRG_probe"
177
+ "root": "LKrWRG_root"
178
178
  };
179
179
  //#endregion
180
180
  //#region src/client/ProducedFiles.tsx
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
34
34
  document.head.appendChild(tag);
35
35
  }
36
36
  var DirectoryBrowser_module_css_default = {
37
- "crumbSeat": "eriWnG_crumbSeat",
38
- "dialog": "eriWnG_dialog",
39
- "error": "eriWnG_error",
40
- "content": "eriWnG_content",
37
+ "title": "eriWnG_title",
38
+ "millerRow": "eriWnG_millerRow",
41
39
  "rowChevron": "eriWnG_rowChevron",
42
- "editorScope": "eriWnG_editorScope",
43
- "crumbTrail": "eriWnG_crumbTrail",
44
- "row": "eriWnG_row",
40
+ "footerAction": "eriWnG_footerAction",
41
+ "crumbEditGlyph": "eriWnG_crumbEditGlyph",
42
+ "divider": "eriWnG_divider",
43
+ "crumbSeat": "eriWnG_crumbSeat",
44
+ "rowIcon": "eriWnG_rowIcon",
45
45
  "crumbBar": "eriWnG_crumbBar",
46
- "status": "eriWnG_status",
47
- "createTitle": "eriWnG_createTitle",
48
- "createBody": "eriWnG_createBody",
46
+ "showHiddenToggle": "eriWnG_showHiddenToggle",
49
47
  "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
50
- "title": "eriWnG_title",
51
- "divider": "eriWnG_divider",
52
- "crumbChevron": "eriWnG_crumbChevron",
53
- "createActions": "eriWnG_createActions",
54
- "rowName": "eriWnG_rowName",
55
- "loadingFloat": "eriWnG_loadingFloat",
48
+ "content": "eriWnG_content",
56
49
  "column": "eriWnG_column",
57
- "createInput": "eriWnG_createInput",
58
- "footerGap": "eriWnG_footerGap",
59
- "createDialog": "eriWnG_createDialog",
60
50
  "header": "eriWnG_header",
61
- "footerAction": "eriWnG_footerAction",
62
- "rowIcon": "eriWnG_rowIcon",
63
- "crumb": "eriWnG_crumb",
64
- "rowSeat": "eriWnG_rowSeat",
65
- "crumbEditZone": "eriWnG_crumbEditZone",
66
51
  "pathInput": "eriWnG_pathInput",
67
- "showHiddenToggle": "eriWnG_showHiddenToggle",
52
+ "status": "eriWnG_status",
53
+ "crumbEditZone": "eriWnG_crumbEditZone",
54
+ "createInput": "eriWnG_createInput",
55
+ "rowSeat": "eriWnG_rowSeat",
56
+ "footerBar": "eriWnG_footerBar",
57
+ "crumbChevron": "eriWnG_crumbChevron",
58
+ "createTitle": "eriWnG_createTitle",
68
59
  "rowSelected": "eriWnG_rowSelected",
69
- "rowIconSelected": "eriWnG_rowIconSelected",
60
+ "loadingFloat": "eriWnG_loadingFloat",
61
+ "createDialog": "eriWnG_createDialog",
70
62
  "createIn": "eriWnG_createIn",
71
- "footerBar": "eriWnG_footerBar",
72
- "crumbEditGlyph": "eriWnG_crumbEditGlyph",
73
- "millerRow": "eriWnG_millerRow"
63
+ "crumbTrail": "eriWnG_crumbTrail",
64
+ "dialog": "eriWnG_dialog",
65
+ "error": "eriWnG_error",
66
+ "rowName": "eriWnG_rowName",
67
+ "createBody": "eriWnG_createBody",
68
+ "rowIconSelected": "eriWnG_rowIconSelected",
69
+ "createActions": "eriWnG_createActions",
70
+ "row": "eriWnG_row",
71
+ "footerGap": "eriWnG_footerGap",
72
+ "editorScope": "eriWnG_editorScope",
73
+ "crumb": "eriWnG_crumb"
74
74
  };
75
75
  //#endregion
76
76
  //#region src/client/DirectoryBrowser.tsx