@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
@@ -2683,8 +2683,8 @@ window.__ModuleLoader__.load({
2683
2683
  document.head.appendChild(tag);
2684
2684
  }
2685
2685
  var StatsLine_module_css_default = {
2686
- "root": "_EvZDq_root",
2687
- "sep": "_EvZDq_sep"
2686
+ "sep": "_EvZDq_sep",
2687
+ "root": "_EvZDq_root"
2688
2688
  };
2689
2689
  //#endregion
2690
2690
  //#region src/client/chat/StatsLine.tsx
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
2873
2873
  document.head.appendChild(tag);
2874
2874
  }
2875
2875
  var ContextMeter_module_css_default = {
2876
- "header": "bloECW_header",
2876
+ "fill": "bloECW_fill",
2877
+ "segment": "bloECW_segment",
2877
2878
  "percent": "bloECW_percent",
2878
- "headline": "bloECW_headline",
2879
+ "header": "bloECW_header",
2880
+ "swatch": "bloECW_swatch",
2881
+ "colorMessages": "bloECW_colorMessages",
2882
+ "trigger": "bloECW_trigger",
2879
2883
  "root": "bloECW_root",
2880
- "bar": "bloECW_bar",
2881
- "fill": "bloECW_fill",
2884
+ "track": "bloECW_track",
2882
2885
  "panel": "bloECW_panel",
2886
+ "rows": "bloECW_rows",
2887
+ "colorTools": "bloECW_colorTools",
2883
2888
  "figures": "bloECW_figures",
2889
+ "bar": "bloECW_bar",
2890
+ "headline": "bloECW_headline",
2884
2891
  "colorSystem": "bloECW_colorSystem",
2885
- "colorTools": "bloECW_colorTools",
2886
- "swatch": "bloECW_swatch",
2887
- "colorMessages": "bloECW_colorMessages",
2888
- "rows": "bloECW_rows",
2889
- "row": "bloECW_row",
2890
- "trigger": "bloECW_trigger",
2891
- "segment": "bloECW_segment",
2892
- "track": "bloECW_track"
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
- "triggerIcon": "UJ7tKa_triggerIcon",
3065
- "chevron": "UJ7tKa_chevron",
3066
3064
  "trigger": "UJ7tKa_trigger",
3065
+ "chevronOpen": "UJ7tKa_chevronOpen",
3067
3066
  "triggerLabel": "UJ7tKa_triggerLabel",
3068
- "chevronOpen": "UJ7tKa_chevronOpen"
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
- "input-pending": "QdFsVG_input-pending",
3303
- "add": "QdFsVG_add",
3304
- "chipLabel": "QdFsVG_chipLabel",
3305
- "hint": "QdFsVG_hint",
3306
- "retry": "QdFsVG_retry",
3307
- "chipInvalid": "QdFsVG_chipInvalid",
3308
- "hero": "QdFsVG_hero",
3309
3302
  "noticeError": "QdFsVG_noticeError",
3310
- "hlSegment": "QdFsVG_hlSegment",
3311
- "hlToken": "QdFsVG_hlToken",
3312
- "textRef": "QdFsVG_textRef",
3313
- "row": "QdFsVG_row",
3303
+ "accessory": "QdFsVG_accessory",
3304
+ "overlayAnchor": "QdFsVG_overlayAnchor",
3305
+ "add": "QdFsVG_add",
3306
+ "root": "QdFsVG_root",
3307
+ "modes": "QdFsVG_modes",
3314
3308
  "card": "QdFsVG_card",
3315
- "backdrop": "QdFsVG_backdrop",
3316
- "tools": "QdFsVG_tools",
3317
- "select": "QdFsVG_select",
3318
3309
  "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3319
- "accessory": "QdFsVG_accessory",
3310
+ "select": "QdFsVG_select",
3311
+ "textRef": "QdFsVG_textRef",
3312
+ "hlSegment": "QdFsVG_hlSegment",
3320
3313
  "trailing": "QdFsVG_trailing",
3321
- "primary": "QdFsVG_primary",
3322
3314
  "notice": "QdFsVG_notice",
3323
- "modes": "QdFsVG_modes",
3324
3315
  "attachments": "QdFsVG_attachments",
3325
- "pending": "QdFsVG_pending",
3316
+ "primary": "QdFsVG_primary",
3317
+ "chip": "QdFsVG_chip",
3326
3318
  "input": "QdFsVG_input",
3327
- "grow": "QdFsVG_grow",
3328
- "root": "QdFsVG_root",
3319
+ "tools": "QdFsVG_tools",
3329
3320
  "scroll": "QdFsVG_scroll",
3321
+ "hlToken": "QdFsVG_hlToken",
3322
+ "hero": "QdFsVG_hero",
3323
+ "backdrop": "QdFsVG_backdrop",
3324
+ "input-pending": "QdFsVG_input-pending",
3325
+ "row": "QdFsVG_row",
3326
+ "chipLabel": "QdFsVG_chipLabel",
3330
3327
  "mirror": "QdFsVG_mirror",
3331
- "overlayAnchor": "QdFsVG_overlayAnchor",
3332
- "chip": "QdFsVG_chip"
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
@@ -3981,11 +3981,11 @@ window.__ModuleLoader__.load({
3981
3981
  }
3982
3982
  var EnterBehaviorRow_module_css_default = {
3983
3983
  "title": "ssSNSa_title",
3984
- "selector": "ssSNSa_selector",
3985
- "row": "ssSNSa_row",
3986
- "rowText": "ssSNSa_rowText",
3987
3984
  "desc": "ssSNSa_desc",
3988
- "chevron": "ssSNSa_chevron"
3985
+ "chevron": "ssSNSa_chevron",
3986
+ "rowText": "ssSNSa_rowText",
3987
+ "selector": "ssSNSa_selector",
3988
+ "row": "ssSNSa_row"
3989
3989
  };
3990
3990
  //#endregion
3991
3991
  //#region src/client/settings/EnterBehaviorRow.tsx
@@ -4058,33 +4058,33 @@ window.__ModuleLoader__.load({
4058
4058
  document.head.appendChild(tag);
4059
4059
  }
4060
4060
  var MessageItem_module_css_default = {
4061
+ "refChip": "DuLIaW_refChip",
4062
+ "compactionRow": "DuLIaW_compactionRow",
4063
+ "compactionBody": "DuLIaW_compactionBody",
4064
+ "turnErrorCode": "DuLIaW_turnErrorCode",
4065
+ "contextRow": "DuLIaW_contextRow",
4066
+ "turnErrorRow": "DuLIaW_turnErrorRow",
4067
+ "maxTokensTitle": "DuLIaW_maxTokensTitle",
4068
+ "compactionContextIcon": "DuLIaW_compactionContextIcon",
4069
+ "compactionButton": "DuLIaW_compactionButton",
4070
+ "retrySummary": "DuLIaW_retrySummary",
4071
+ "retryDetails": "DuLIaW_retryDetails",
4072
+ "turnErrorTitle": "DuLIaW_turnErrorTitle",
4061
4073
  "bubble": "DuLIaW_bubble",
4062
- "compactionTitle": "DuLIaW_compactionTitle",
4063
- "compactionSep": "DuLIaW_compactionSep",
4064
- "retryText": "DuLIaW_retryText",
4065
4074
  "compactionLeading": "DuLIaW_compactionLeading",
4066
- "refChip": "DuLIaW_refChip",
4067
- "compactionSummary": "DuLIaW_compactionSummary",
4075
+ "turnErrorCopy": "DuLIaW_turnErrorCopy",
4076
+ "userRow": "DuLIaW_userRow",
4077
+ "compactionTitle": "DuLIaW_compactionTitle",
4068
4078
  "retryRow": "DuLIaW_retryRow",
4069
- "retry-shimmer": "DuLIaW_retry-shimmer",
4070
4079
  "userStack": "DuLIaW_userStack",
4071
- "userRow": "DuLIaW_userRow",
4072
- "retryDetails": "DuLIaW_retryDetails",
4073
- "retrySummary": "DuLIaW_retrySummary",
4074
- "retryDetailLabel": "DuLIaW_retryDetailLabel",
4075
- "compactionButton": "DuLIaW_compactionButton",
4076
- "turnErrorCopy": "DuLIaW_turnErrorCopy",
4077
4080
  "turnErrorDot": "DuLIaW_turnErrorDot",
4078
- "turnErrorTitle": "DuLIaW_turnErrorTitle",
4081
+ "compactionSummary": "DuLIaW_compactionSummary",
4079
4082
  "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4080
- "compactionBody": "DuLIaW_compactionBody",
4081
- "turnErrorMessage": "DuLIaW_turnErrorMessage",
4082
- "turnErrorRow": "DuLIaW_turnErrorRow",
4083
- "turnErrorCode": "DuLIaW_turnErrorCode",
4084
- "maxTokensTitle": "DuLIaW_maxTokensTitle",
4085
- "compactionRow": "DuLIaW_compactionRow",
4086
- "compactionContextIcon": "DuLIaW_compactionContextIcon",
4087
- "contextRow": "DuLIaW_contextRow"
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
- "entry": "mBNGpa_entry",
4160
- "file": "mBNGpa_file",
4161
- "fieldValue": "mBNGpa_fieldValue",
4162
- "entries": "mBNGpa_entries",
4163
- "entryDescription": "mBNGpa_entryDescription",
4164
- "field": "mBNGpa_field",
4159
+ "sections": "mBNGpa_sections",
4165
4160
  "sectionText": "mBNGpa_sectionText",
4161
+ "section": "mBNGpa_section",
4162
+ "sectionName": "mBNGpa_sectionName",
4163
+ "recalls": "mBNGpa_recalls",
4164
+ "catalogNotice": "mBNGpa_catalogNotice",
4165
+ "text": "mBNGpa_text",
4166
+ "fields": "mBNGpa_fields",
4167
+ "field": "mBNGpa_field",
4168
+ "fieldKey": "mBNGpa_fieldKey",
4169
+ "fieldValue": "mBNGpa_fieldValue",
4166
4170
  "files": "mBNGpa_files",
4171
+ "entry": "mBNGpa_entry",
4167
4172
  "fileAction": "mBNGpa_fileAction",
4168
- "recallLabel": "mBNGpa_recallLabel",
4169
4173
  "relaySender": "mBNGpa_relaySender",
4174
+ "recallLabel": "mBNGpa_recallLabel",
4170
4175
  "recallCounts": "mBNGpa_recallCounts",
4171
- "sectionName": "mBNGpa_sectionName",
4172
- "filePath": "mBNGpa_filePath",
4173
- "catalogNotice": "mBNGpa_catalogNotice",
4174
4176
  "entryName": "mBNGpa_entryName",
4175
- "fieldKey": "mBNGpa_fieldKey",
4176
- "sections": "mBNGpa_sections",
4177
- "section": "mBNGpa_section",
4178
- "fields": "mBNGpa_fields",
4177
+ "filePath": "mBNGpa_filePath",
4178
+ "entryDescription": "mBNGpa_entryDescription",
4179
+ "entries": "mBNGpa_entries",
4179
4180
  "recall": "mBNGpa_recall",
4180
- "recalls": "mBNGpa_recalls",
4181
- "text": "mBNGpa_text"
4181
+ "file": "mBNGpa_file"
4182
4182
  };
4183
4183
  //#endregion
4184
4184
  //#region src/client/chat/ContextBody.tsx
@@ -4713,12 +4713,12 @@ window.__ModuleLoader__.load({
4713
4713
  document.head.appendChild(tag);
4714
4714
  }
4715
4715
  var ContextInjectionRow_module_css_default = {
4716
+ "sep": "BCt95a_sep",
4716
4717
  "root": "BCt95a_root",
4717
4718
  "source": "BCt95a_source",
4718
- "summary": "BCt95a_summary",
4719
- "chevron": "BCt95a_chevron",
4720
4719
  "body": "BCt95a_body",
4721
- "sep": "BCt95a_sep"
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
- "timeStart": "vWo8Ba_timeStart",
4818
- "visuallyHidden": "vWo8Ba_visuallyHidden",
4819
4816
  "runTimeDot": "vWo8Ba_runTimeDot",
4820
4817
  "actions": "vWo8Ba_actions",
4821
- "action": "vWo8Ba_action"
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",
5216
+ "turnStatusClock": "rzfPEq_turnStatusClock",
5217
+ "turnStatus": "rzfPEq_turnStatus",
5218
+ "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5214
5219
  "openError": "rzfPEq_openError",
5215
- "column": "rzfPEq_column",
5220
+ "root": "rzfPEq_root",
5216
5221
  "older": "rzfPEq_older",
5217
5222
  "toBottomSlot": "rzfPEq_toBottomSlot",
5218
- "flowItem": "rzfPEq_flowItem",
5223
+ "column": "rzfPEq_column",
5219
5224
  "toBottom": "rzfPEq_toBottom",
5220
- "turnStatusClock": "rzfPEq_turnStatusClock",
5221
- "scroll": "rzfPEq_scroll",
5222
- "root": "rzfPEq_root",
5223
- "turnStatus": "rzfPEq_turnStatus",
5224
5225
  "callRow": "rzfPEq_callRow",
5225
- "hint": "rzfPEq_hint",
5226
- "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer"
5226
+ "hint": "rzfPEq_hint"
5227
5227
  };
5228
5228
  //#endregion
5229
5229
  //#region src/client/chat/ChatNodeSeat.tsx
@@ -5700,15 +5700,15 @@ window.__ModuleLoader__.load({
5700
5700
  document.head.appendChild(tag);
5701
5701
  }
5702
5702
  var ApprovalPanel_module_css_default = {
5703
- "dot": "HtARWq_dot",
5704
- "command": "HtARWq_command",
5703
+ "reject": "HtARWq_reject",
5705
5704
  "strip": "HtARWq_strip",
5706
- "headline": "HtARWq_headline",
5707
- "root": "HtARWq_root",
5708
- "card": "HtARWq_card",
5709
5705
  "actionRow": "HtARWq_actionRow",
5706
+ "command": "HtARWq_command",
5707
+ "card": "HtARWq_card",
5710
5708
  "body": "HtARWq_body",
5711
- "reject": "HtARWq_reject"
5709
+ "dot": "HtARWq_dot",
5710
+ "headline": "HtARWq_headline",
5711
+ "root": "HtARWq_root"
5712
5712
  };
5713
5713
  //#endregion
5714
5714
  //#region src/client/skeleton/ApprovalPanel.tsx
@@ -6147,21 +6147,21 @@ window.__ModuleLoader__.load({
6147
6147
  document.head.appendChild(tag);
6148
6148
  }
6149
6149
  var TodoPanel_module_css_default = {
6150
- "header": "_S9Ibq_header",
6151
- "lead": "_S9Ibq_lead",
6152
6150
  "glyphProgress": "_S9Ibq_glyphProgress",
6153
- "chevron": "_S9Ibq_chevron",
6154
- "root": "_S9Ibq_root",
6155
- "item": "_S9Ibq_item",
6156
- "list": "_S9Ibq_list",
6157
- "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6158
6151
  "body": "_S9Ibq_body",
6159
- "title": "_S9Ibq_title",
6160
6152
  "glyphPending": "_S9Ibq_glyphPending",
6161
- "progress": "_S9Ibq_progress",
6162
- "glyphCompleted": "_S9Ibq_glyphCompleted",
6163
6153
  "content": "_S9Ibq_content",
6164
- "glyph": "_S9Ibq_glyph"
6154
+ "lead": "_S9Ibq_lead",
6155
+ "glyphCompleted": "_S9Ibq_glyphCompleted",
6156
+ "glyph": "_S9Ibq_glyph",
6157
+ "root": "_S9Ibq_root",
6158
+ "progress": "_S9Ibq_progress",
6159
+ "chevron": "_S9Ibq_chevron",
6160
+ "header": "_S9Ibq_header",
6161
+ "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6162
+ "title": "_S9Ibq_title",
6163
+ "item": "_S9Ibq_item",
6164
+ "list": "_S9Ibq_list"
6165
6165
  };
6166
6166
  //#endregion
6167
6167
  //#region src/client/skeleton/TodoPanel.tsx
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
6355
6355
  document.head.appendChild(tag);
6356
6356
  }
6357
6357
  var QueueDock_module_css_default = {
6358
- "panel": "u7UfBG_panel",
6359
- "row": "u7UfBG_row",
6360
- "preview": "u7UfBG_preview",
6361
6358
  "editor": "u7UfBG_editor",
6359
+ "count": "u7UfBG_count",
6360
+ "actions": "u7UfBG_actions",
6362
6361
  "action": "u7UfBG_action",
6363
6362
  "chevron": "u7UfBG_chevron",
6364
- "actions": "u7UfBG_actions",
6363
+ "preview": "u7UfBG_preview",
6364
+ "dock": "u7UfBG_dock",
6365
+ "panel": "u7UfBG_panel",
6365
6366
  "lead": "u7UfBG_lead",
6366
6367
  "header": "u7UfBG_header",
6367
6368
  "list": "u7UfBG_list",
6368
- "count": "u7UfBG_count",
6369
- "dock": "u7UfBG_dock"
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
- "headlineText": "W1fuRW_headlineText",
6628
- "markHitbox": "W1fuRW_markHitbox",
6629
- "body": "W1fuRW_body",
6630
- "modalAction": "W1fuRW_modalAction",
6627
+ "workspaceRow": "W1fuRW_workspaceRow",
6628
+ "headline": "W1fuRW_headline",
6629
+ "mark": "W1fuRW_mark",
6631
6630
  "previewBadge": "W1fuRW_previewBadge",
6632
- "stack": "W1fuRW_stack",
6633
- "hero-mark-nudge": "W1fuRW_hero-mark-nudge",
6634
- "modalError": "W1fuRW_modalError",
6635
- "chevron": "W1fuRW_chevron",
6636
6631
  "workspaceLabel": "W1fuRW_workspaceLabel",
6632
+ "chevron": "W1fuRW_chevron",
6633
+ "folder": "W1fuRW_folder",
6634
+ "modalError": "W1fuRW_modalError",
6635
+ "hero-mark-nudge": "W1fuRW_hero-mark-nudge",
6636
+ "markHitbox": "W1fuRW_markHitbox",
6637
+ "stack": "W1fuRW_stack",
6638
+ "body": "W1fuRW_body",
6639
+ "headlineText": "W1fuRW_headlineText",
6640
+ "workspace": "W1fuRW_workspace",
6637
6641
  "modalInput": "W1fuRW_modalInput",
6638
- "workspaceRow": "W1fuRW_workspaceRow",
6639
6642
  "root": "W1fuRW_root",
6640
- "headline": "W1fuRW_headline",
6641
- "workspace": "W1fuRW_workspace",
6642
- "folder": "W1fuRW_folder",
6643
- "mark": "W1fuRW_mark"
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
- "viewArea": "MBmynq_viewArea",
6793
+ "headerActions": "MBmynq_headerActions",
6794
6794
  "titleCluster": "MBmynq_titleCluster",
6795
- "composerHero": "MBmynq_composerHero",
6795
+ "heroGlow": "MBmynq_heroGlow",
6796
+ "crumb": "MBmynq_crumb",
6797
+ "headerHidden": "MBmynq_headerHidden",
6796
6798
  "crumbs": "MBmynq_crumbs",
6799
+ "crumbSeg": "MBmynq_crumbSeg",
6800
+ "titleRow": "MBmynq_titleRow",
6797
6801
  "root": "MBmynq_root",
6802
+ "crumbCurrent": "MBmynq_crumbCurrent",
6803
+ "tabs": "MBmynq_tabs",
6798
6804
  "tab": "MBmynq_tab",
6799
- "headerHidden": "MBmynq_headerHidden",
6800
- "headerUtilities": "MBmynq_headerUtilities",
6801
- "titleRow": "MBmynq_titleRow",
6802
- "scrollBody": "MBmynq_scrollBody",
6803
- "crumbSeg": "MBmynq_crumbSeg",
6804
- "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
6805
- "heroGlow": "MBmynq_heroGlow",
6806
- "tabActive": "MBmynq_tabActive",
6807
- "crumbSep": "MBmynq_crumbSep",
6808
- "headerActions": "MBmynq_headerActions",
6809
6805
  "composerStack": "MBmynq_composerStack",
6810
6806
  "header": "MBmynq_header",
6811
- "crumb": "MBmynq_crumb",
6812
- "crumbCurrent": "MBmynq_crumbCurrent",
6813
- "tabs": "MBmynq_tabs",
6814
- "composerSeat": "MBmynq_composerSeat"
6807
+ "composerSeat": "MBmynq_composerSeat",
6808
+ "crumbSep": "MBmynq_crumbSep",
6809
+ "composerHero": "MBmynq_composerHero",
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",
7090
7091
  "code": "H9rWiW_code",
7092
+ "sectionLabel": "H9rWiW_sectionLabel",
7093
+ "section": "H9rWiW_section",
7094
+ "root": "H9rWiW_root",
7095
+ "close": "H9rWiW_close",
7091
7096
  "empty": "H9rWiW_empty",
7092
- "title": "H9rWiW_title",
7093
7097
  "body": "H9rWiW_body",
7094
- "header": "H9rWiW_header",
7095
- "close": "H9rWiW_close",
7096
- "root": "H9rWiW_root",
7097
- "section": "H9rWiW_section",
7098
- "sectionLabel": "H9rWiW_sectionLabel"
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
+ "root": "dc9yZG_root",
8957
8958
  "row": "dc9yZG_row",
8958
- "separator": "dc9yZG_separator",
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
- "thinkBody": "dc9yZG_thinkBody",
8963
- "summary": "dc9yZG_summary",
8964
- "root": "dc9yZG_root",
8965
- "title": "dc9yZG_title"
8965
+ "summary": "dc9yZG_summary"
8966
8966
  };
8967
8967
  //#endregion
8968
8968
  //#region src/client/chat/ReasoningRow.tsx
@@ -9047,10 +9047,10 @@ window.__ModuleLoader__.load({
9047
9047
  document.head.appendChild(tag);
9048
9048
  }
9049
9049
  var AssistantMarkdown_module_css_default = {
9050
- "actions": "wAd5ea_actions",
9051
9050
  "root": "wAd5ea_root",
9051
+ "body": "wAd5ea_body",
9052
9052
  "stopped": "wAd5ea_stopped",
9053
- "body": "wAd5ea_body"
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
- "root": "Ga_JSG_root",
9167
9166
  "separator": "Ga_JSG_separator",
9168
- "row": "Ga_JSG_row",
9167
+ "leading": "Ga_JSG_leading",
9168
+ "root": "Ga_JSG_root",
9169
9169
  "chevron": "Ga_JSG_chevron",
9170
- "body": "Ga_JSG_body",
9170
+ "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9171
9171
  "title": "Ga_JSG_title",
9172
9172
  "summary": "Ga_JSG_summary",
9173
- "leading": "Ga_JSG_leading",
9174
- "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep"
9173
+ "body": "Ga_JSG_body",
9174
+ "row": "Ga_JSG_row"
9175
9175
  };
9176
9176
  //#endregion
9177
9177
  //#region src/client/chat/GenericCommandCard.tsx
@@ -9306,8 +9306,8 @@ window.__ModuleLoader__.load({
9306
9306
  document.head.appendChild(tag);
9307
9307
  }
9308
9308
  var TurnTailNodeView_module_css_default = {
9309
- "root": "iH5gSa_root",
9310
- "actions": "iH5gSa_actions"
9309
+ "actions": "iH5gSa_actions",
9310
+ "root": "iH5gSa_root"
9311
9311
  };
9312
9312
  //#endregion
9313
9313
  //#region src/client/chat/TurnTailNodeView.tsx
@@ -168,13 +168,13 @@ window.__ModuleLoader__.load({
168
168
  }
169
169
  var ProducedFiles_module_css_default = {
170
170
  "root": "LKrWRG_root",
171
- "file": "LKrWRG_file",
172
- "row": "LKrWRG_row",
173
171
  "measure": "LKrWRG_measure",
172
+ "file": "LKrWRG_file",
173
+ "label": "LKrWRG_label",
174
174
  "showFolder": "LKrWRG_showFolder",
175
175
  "more": "LKrWRG_more",
176
176
  "probe": "LKrWRG_probe",
177
- "label": "LKrWRG_label"
177
+ "row": "LKrWRG_row"
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
- "dialog": "eriWnG_dialog",
38
- "rowName": "eriWnG_rowName",
39
- "error": "eriWnG_error",
40
- "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
41
- "divider": "eriWnG_divider",
42
- "header": "eriWnG_header",
43
- "createActions": "eriWnG_createActions",
44
- "row": "eriWnG_row",
45
- "crumbSeat": "eriWnG_crumbSeat",
46
- "status": "eriWnG_status",
47
- "crumbChevron": "eriWnG_crumbChevron",
48
- "crumbTrail": "eriWnG_crumbTrail",
49
- "createIn": "eriWnG_createIn",
50
- "createBody": "eriWnG_createBody",
51
- "createDialog": "eriWnG_createDialog",
52
- "crumbEditGlyph": "eriWnG_crumbEditGlyph",
53
- "createInput": "eriWnG_createInput",
37
+ "editorScope": "eriWnG_editorScope",
54
38
  "footerBar": "eriWnG_footerBar",
55
- "rowIconSelected": "eriWnG_rowIconSelected",
56
- "crumb": "eriWnG_crumb",
57
- "crumbBar": "eriWnG_crumbBar",
58
39
  "rowSelected": "eriWnG_rowSelected",
59
- "rowChevron": "eriWnG_rowChevron",
60
- "editorScope": "eriWnG_editorScope",
40
+ "status": "eriWnG_status",
41
+ "crumbTrail": "eriWnG_crumbTrail",
61
42
  "loadingFloat": "eriWnG_loadingFloat",
62
- "createTitle": "eriWnG_createTitle",
63
- "content": "eriWnG_content",
43
+ "crumbChevron": "eriWnG_crumbChevron",
44
+ "rowIconSelected": "eriWnG_rowIconSelected",
45
+ "millerRow": "eriWnG_millerRow",
46
+ "column": "eriWnG_column",
47
+ "header": "eriWnG_header",
64
48
  "title": "eriWnG_title",
65
- "rowIcon": "eriWnG_rowIcon",
66
- "showHiddenToggle": "eriWnG_showHiddenToggle",
67
49
  "crumbEditZone": "eriWnG_crumbEditZone",
50
+ "rowIcon": "eriWnG_rowIcon",
68
51
  "footerGap": "eriWnG_footerGap",
69
52
  "footerAction": "eriWnG_footerAction",
70
- "millerRow": "eriWnG_millerRow",
71
- "column": "eriWnG_column",
53
+ "createDialog": "eriWnG_createDialog",
54
+ "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
55
+ "content": "eriWnG_content",
56
+ "crumbEditGlyph": "eriWnG_crumbEditGlyph",
57
+ "createInput": "eriWnG_createInput",
58
+ "rowChevron": "eriWnG_rowChevron",
59
+ "pathInput": "eriWnG_pathInput",
60
+ "crumb": "eriWnG_crumb",
61
+ "dialog": "eriWnG_dialog",
72
62
  "rowSeat": "eriWnG_rowSeat",
73
- "pathInput": "eriWnG_pathInput"
63
+ "row": "eriWnG_row",
64
+ "showHiddenToggle": "eriWnG_showHiddenToggle",
65
+ "crumbSeat": "eriWnG_crumbSeat",
66
+ "divider": "eriWnG_divider",
67
+ "crumbBar": "eriWnG_crumbBar",
68
+ "createBody": "eriWnG_createBody",
69
+ "error": "eriWnG_error",
70
+ "createTitle": "eriWnG_createTitle",
71
+ "createActions": "eriWnG_createActions",
72
+ "createIn": "eriWnG_createIn",
73
+ "rowName": "eriWnG_rowName"
74
74
  };
75
75
  //#endregion
76
76
  //#region src/client/DirectoryBrowser.tsx