@xrkseek/harness-cli 0.1.1 → 0.1.3
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.
- package/README.md +1 -1
- package/dist/commands/plugin.d.ts.map +1 -1
- package/dist/commands/plugin.js +9 -2
- package/dist/commands/plugin.js.map +1 -1
- package/dist/plugin/index.d.ts +3 -0
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/index.js +12 -2
- package/dist/plugin/index.js.map +1 -1
- package/dist/plugin/install-client.d.ts +2 -0
- package/dist/plugin/install-client.d.ts.map +1 -1
- package/dist/plugin/install-client.js +24 -9
- package/dist/plugin/install-client.js.map +1 -1
- package/dist/plugin/staging-reconcile.d.ts +8 -0
- package/dist/plugin/staging-reconcile.d.ts.map +1 -0
- package/dist/plugin/staging-reconcile.js +67 -0
- package/dist/plugin/staging-reconcile.js.map +1 -0
- package/dist/port.d.ts.map +1 -1
- package/dist/port.js +1 -0
- package/dist/port.js.map +1 -1
- package/dist/product-paths.d.ts.map +1 -1
- package/dist/product-paths.js +8 -0
- package/dist/product-paths.js.map +1 -1
- package/package.json +3 -2
- package/product-web/assets/index-C_NG-17x.js +112 -0
- package/product-web/assets/index-C_NG-17x.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +1 -1
- package/product-web/plugins/@xrkseek/client-connection/client.js +1276 -326
- package/product-web/plugins/@xrkseek/client-locale/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-runtime/client.js +22 -19
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +39 -39
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +174 -171
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +40 -40
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +142 -142
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +28 -28
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +55 -55
- package/product-web/assets/index-CHKZdZNt.js +0 -112
- package/product-web/assets/index-CHKZdZNt.js.map +0 -1
|
@@ -2809,8 +2809,8 @@ window.__ModuleLoader__.load({
|
|
|
2809
2809
|
document.head.appendChild(tag);
|
|
2810
2810
|
}
|
|
2811
2811
|
var StatsLine_module_css_default = {
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
2812
|
+
"root": "_EvZDq_root",
|
|
2813
|
+
"sep": "_EvZDq_sep"
|
|
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
|
+
"percent": "bloECW_percent",
|
|
3040
3041
|
"colorMessages": "bloECW_colorMessages",
|
|
3041
3042
|
"panel": "bloECW_panel",
|
|
3042
|
-
"
|
|
3043
|
+
"track": "bloECW_track",
|
|
3043
3044
|
"fill": "bloECW_fill",
|
|
3044
|
-
"header": "bloECW_header",
|
|
3045
|
-
"headline": "bloECW_headline",
|
|
3046
|
-
"root": "bloECW_root",
|
|
3047
|
-
"trigger": "bloECW_trigger",
|
|
3048
|
-
"bar": "bloECW_bar",
|
|
3049
3045
|
"figures": "bloECW_figures",
|
|
3046
|
+
"trigger": "bloECW_trigger",
|
|
3050
3047
|
"segment": "bloECW_segment",
|
|
3051
|
-
"
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3048
|
+
"root": "bloECW_root",
|
|
3049
|
+
"row": "bloECW_row",
|
|
3050
|
+
"header": "bloECW_header",
|
|
3051
|
+
"headline": "bloECW_headline",
|
|
3054
3052
|
"rows": "bloECW_rows",
|
|
3055
3053
|
"swatch": "bloECW_swatch",
|
|
3056
|
-
"
|
|
3054
|
+
"colorTools": "bloECW_colorTools",
|
|
3055
|
+
"colorSystem": "bloECW_colorSystem",
|
|
3056
|
+
"bar": "bloECW_bar"
|
|
3057
3057
|
};
|
|
3058
3058
|
//#endregion
|
|
3059
3059
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3226,9 +3226,9 @@ window.__ModuleLoader__.load({
|
|
|
3226
3226
|
}
|
|
3227
3227
|
var PermissionSelect_module_css_default = {
|
|
3228
3228
|
"chevron": "UJ7tKa_chevron",
|
|
3229
|
+
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3229
3230
|
"trigger": "UJ7tKa_trigger",
|
|
3230
3231
|
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3231
|
-
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3232
3232
|
"triggerLabel": "UJ7tKa_triggerLabel"
|
|
3233
3233
|
};
|
|
3234
3234
|
//#endregion
|
|
@@ -3463,41 +3463,41 @@ window.__ModuleLoader__.load({
|
|
|
3463
3463
|
document.head.appendChild(tag);
|
|
3464
3464
|
}
|
|
3465
3465
|
var InputBar_module_css_default = {
|
|
3466
|
-
"primary": "QdFsVG_primary",
|
|
3467
|
-
"textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
|
|
3468
3466
|
"accessory": "QdFsVG_accessory",
|
|
3467
|
+
"backdropDisabled": "QdFsVG_backdropDisabled",
|
|
3468
|
+
"input": "QdFsVG_input",
|
|
3469
|
+
"grow": "QdFsVG_grow",
|
|
3470
|
+
"chipIcon": "QdFsVG_chipIcon",
|
|
3469
3471
|
"tools": "QdFsVG_tools",
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
3472
|
-
"hint": "QdFsVG_hint",
|
|
3472
|
+
"row": "QdFsVG_row",
|
|
3473
|
+
"textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
|
|
3473
3474
|
"modes": "QdFsVG_modes",
|
|
3474
|
-
"
|
|
3475
|
-
"
|
|
3476
|
-
"
|
|
3475
|
+
"primary": "QdFsVG_primary",
|
|
3476
|
+
"hint": "QdFsVG_hint",
|
|
3477
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3478
|
+
"pending": "QdFsVG_pending",
|
|
3479
|
+
"notice": "QdFsVG_notice",
|
|
3480
|
+
"card": "QdFsVG_card",
|
|
3481
|
+
"scroll": "QdFsVG_scroll",
|
|
3477
3482
|
"chip": "QdFsVG_chip",
|
|
3478
|
-
"
|
|
3479
|
-
"row": "QdFsVG_row",
|
|
3480
|
-
"retry": "QdFsVG_retry",
|
|
3483
|
+
"root": "QdFsVG_root",
|
|
3481
3484
|
"hero": "QdFsVG_hero",
|
|
3482
|
-
"notice": "QdFsVG_notice",
|
|
3483
|
-
"pending": "QdFsVG_pending",
|
|
3484
|
-
"backdropDisabled": "QdFsVG_backdropDisabled",
|
|
3485
3485
|
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3486
|
-
"
|
|
3487
|
-
"
|
|
3488
|
-
"
|
|
3489
|
-
"
|
|
3486
|
+
"trailing": "QdFsVG_trailing",
|
|
3487
|
+
"hlSegment": "QdFsVG_hlSegment",
|
|
3488
|
+
"backdrop": "QdFsVG_backdrop",
|
|
3489
|
+
"add": "QdFsVG_add",
|
|
3490
|
+
"retry": "QdFsVG_retry",
|
|
3491
|
+
"mirror": "QdFsVG_mirror",
|
|
3490
3492
|
"chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
|
|
3491
|
-
"root": "QdFsVG_root",
|
|
3492
|
-
"input-pending": "QdFsVG_input-pending",
|
|
3493
|
-
"chipTrigger": "QdFsVG_chipTrigger",
|
|
3494
|
-
"card": "QdFsVG_card",
|
|
3495
|
-
"grow": "QdFsVG_grow",
|
|
3496
|
-
"input": "QdFsVG_input",
|
|
3497
|
-
"textRefTrigger": "QdFsVG_textRefTrigger",
|
|
3498
3493
|
"textRef": "QdFsVG_textRef",
|
|
3494
|
+
"textRefIcon": "QdFsVG_textRefIcon",
|
|
3495
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3496
|
+
"textRefTrigger": "QdFsVG_textRefTrigger",
|
|
3497
|
+
"hlToken": "QdFsVG_hlToken",
|
|
3498
|
+
"chipTrigger": "QdFsVG_chipTrigger",
|
|
3499
3499
|
"select": "QdFsVG_select",
|
|
3500
|
-
"
|
|
3500
|
+
"chipInvalid": "QdFsVG_chipInvalid"
|
|
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
|
-
"row": "ssSNSa_row",
|
|
4181
|
-
"title": "ssSNSa_title",
|
|
4182
|
-
"desc": "ssSNSa_desc",
|
|
4183
4180
|
"rowText": "ssSNSa_rowText",
|
|
4181
|
+
"desc": "ssSNSa_desc",
|
|
4182
|
+
"chevron": "ssSNSa_chevron",
|
|
4184
4183
|
"selector": "ssSNSa_selector",
|
|
4185
|
-
"
|
|
4184
|
+
"row": "ssSNSa_row",
|
|
4185
|
+
"title": "ssSNSa_title"
|
|
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
|
+
"userRow": "DuLIaW_userRow",
|
|
4259
|
+
"retryText": "DuLIaW_retryText",
|
|
4260
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4261
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4262
|
+
"refIcon": "DuLIaW_refIcon",
|
|
4263
|
+
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4264
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4265
|
+
"bubble": "DuLIaW_bubble",
|
|
4258
4266
|
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4259
|
-
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4260
|
-
"retryDetails": "DuLIaW_retryDetails",
|
|
4261
|
-
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4262
4267
|
"retryRow": "DuLIaW_retryRow",
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4268
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4269
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4270
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4265
4271
|
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4266
|
-
"
|
|
4267
|
-
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4268
|
-
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4269
|
-
"referenceSummary": "DuLIaW_referenceSummary",
|
|
4270
|
-
"compactionRow": "DuLIaW_compactionRow",
|
|
4271
|
-
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4272
|
-
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4273
|
-
"retryText": "DuLIaW_retryText",
|
|
4272
|
+
"contextRow": "DuLIaW_contextRow",
|
|
4274
4273
|
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4275
|
-
"
|
|
4276
|
-
"
|
|
4274
|
+
"referenceSummary": "DuLIaW_referenceSummary",
|
|
4275
|
+
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4277
4276
|
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4277
|
+
"retryDetails": "DuLIaW_retryDetails",
|
|
4278
|
+
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4279
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4278
4280
|
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4279
|
-
"
|
|
4280
|
-
"compactionSep": "DuLIaW_compactionSep",
|
|
4281
|
-
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4282
|
-
"userRow": "DuLIaW_userRow",
|
|
4283
|
-
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4281
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4284
4282
|
"compactionBody": "DuLIaW_compactionBody",
|
|
4283
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4284
|
+
"refChip": "DuLIaW_refChip",
|
|
4285
4285
|
"userStack": "DuLIaW_userStack",
|
|
4286
|
-
"
|
|
4286
|
+
"compactionRow": "DuLIaW_compactionRow"
|
|
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
|
-
"entryDescription": "mBNGpa_entryDescription",
|
|
4359
|
-
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4360
|
-
"sections": "mBNGpa_sections",
|
|
4361
|
-
"sectionName": "mBNGpa_sectionName",
|
|
4362
|
-
"field": "mBNGpa_field",
|
|
4363
|
-
"recallLabel": "mBNGpa_recallLabel",
|
|
4364
|
-
"recallCounts": "mBNGpa_recallCounts",
|
|
4365
4358
|
"entryName": "mBNGpa_entryName",
|
|
4366
|
-
"text": "mBNGpa_text",
|
|
4367
|
-
"entries": "mBNGpa_entries",
|
|
4368
4359
|
"sectionText": "mBNGpa_sectionText",
|
|
4360
|
+
"field": "mBNGpa_field",
|
|
4369
4361
|
"relaySender": "mBNGpa_relaySender",
|
|
4370
|
-
"
|
|
4371
|
-
"files": "mBNGpa_files",
|
|
4362
|
+
"text": "mBNGpa_text",
|
|
4372
4363
|
"entry": "mBNGpa_entry",
|
|
4364
|
+
"entries": "mBNGpa_entries",
|
|
4373
4365
|
"file": "mBNGpa_file",
|
|
4374
|
-
"
|
|
4375
|
-
"
|
|
4376
|
-
"
|
|
4366
|
+
"files": "mBNGpa_files",
|
|
4367
|
+
"section": "mBNGpa_section",
|
|
4368
|
+
"recallLabel": "mBNGpa_recallLabel",
|
|
4369
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4377
4370
|
"fields": "mBNGpa_fields",
|
|
4378
|
-
"
|
|
4371
|
+
"fieldKey": "mBNGpa_fieldKey",
|
|
4379
4372
|
"fieldValue": "mBNGpa_fieldValue",
|
|
4380
|
-
"
|
|
4373
|
+
"sections": "mBNGpa_sections",
|
|
4374
|
+
"recall": "mBNGpa_recall",
|
|
4375
|
+
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4376
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4377
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4378
|
+
"recalls": "mBNGpa_recalls",
|
|
4379
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4380
|
+
"filePath": "mBNGpa_filePath"
|
|
4381
4381
|
};
|
|
4382
4382
|
//#endregion
|
|
4383
4383
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4912,12 +4912,12 @@ window.__ModuleLoader__.load({
|
|
|
4912
4912
|
document.head.appendChild(tag);
|
|
4913
4913
|
}
|
|
4914
4914
|
var ContextInjectionRow_module_css_default = {
|
|
4915
|
+
"body": "BCt95a_body",
|
|
4915
4916
|
"root": "BCt95a_root",
|
|
4916
|
-
"summary": "BCt95a_summary",
|
|
4917
|
-
"sep": "BCt95a_sep",
|
|
4918
4917
|
"source": "BCt95a_source",
|
|
4919
|
-
"
|
|
4920
|
-
"chevron": "BCt95a_chevron"
|
|
4918
|
+
"summary": "BCt95a_summary",
|
|
4919
|
+
"chevron": "BCt95a_chevron",
|
|
4920
|
+
"sep": "BCt95a_sep"
|
|
4921
4921
|
};
|
|
4922
4922
|
//#endregion
|
|
4923
4923
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -5015,11 +5015,11 @@ window.__ModuleLoader__.load({
|
|
|
5015
5015
|
document.head.appendChild(tag);
|
|
5016
5016
|
}
|
|
5017
5017
|
var MessageIconActions_module_css_default = {
|
|
5018
|
-
"actions": "vWo8Ba_actions",
|
|
5019
|
-
"timeEnd": "vWo8Ba_timeEnd",
|
|
5020
|
-
"action": "vWo8Ba_action",
|
|
5021
5018
|
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
5019
|
+
"timeEnd": "vWo8Ba_timeEnd",
|
|
5020
|
+
"actions": "vWo8Ba_actions",
|
|
5022
5021
|
"timeStart": "vWo8Ba_timeStart",
|
|
5022
|
+
"action": "vWo8Ba_action",
|
|
5023
5023
|
"visuallyHidden": "vWo8Ba_visuallyHidden"
|
|
5024
5024
|
};
|
|
5025
5025
|
//#endregion
|
|
@@ -5453,20 +5453,20 @@ window.__ModuleLoader__.load({
|
|
|
5453
5453
|
document.head.appendChild(tag);
|
|
5454
5454
|
}
|
|
5455
5455
|
var ChatView_module_css_default = {
|
|
5456
|
-
"
|
|
5456
|
+
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5457
5457
|
"column": "rzfPEq_column",
|
|
5458
|
-
"
|
|
5458
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5459
5459
|
"older": "rzfPEq_older",
|
|
5460
|
-
"toBottom": "rzfPEq_toBottom",
|
|
5461
|
-
"root": "rzfPEq_root",
|
|
5462
5460
|
"callRow": "rzfPEq_callRow",
|
|
5463
|
-
"
|
|
5464
|
-
"
|
|
5461
|
+
"openError": "rzfPEq_openError",
|
|
5462
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5465
5463
|
"turnStatus": "rzfPEq_turnStatus",
|
|
5466
|
-
"
|
|
5467
|
-
"
|
|
5464
|
+
"hint": "rzfPEq_hint",
|
|
5465
|
+
"root": "rzfPEq_root",
|
|
5466
|
+
"toBottom": "rzfPEq_toBottom",
|
|
5467
|
+
"modalAction": "rzfPEq_modalAction",
|
|
5468
5468
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5469
|
-
"
|
|
5469
|
+
"scroll": "rzfPEq_scroll"
|
|
5470
5470
|
};
|
|
5471
5471
|
//#endregion
|
|
5472
5472
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -6011,12 +6011,12 @@ window.__ModuleLoader__.load({
|
|
|
6011
6011
|
document.head.appendChild(tag);
|
|
6012
6012
|
}
|
|
6013
6013
|
var ApprovalPanel_module_css_default = {
|
|
6014
|
-
"headline": "HtARWq_headline",
|
|
6015
6014
|
"root": "HtARWq_root",
|
|
6016
|
-
"card": "HtARWq_card",
|
|
6017
6015
|
"body": "HtARWq_body",
|
|
6016
|
+
"card": "HtARWq_card",
|
|
6018
6017
|
"command": "HtARWq_command",
|
|
6019
6018
|
"reject": "HtARWq_reject",
|
|
6019
|
+
"headline": "HtARWq_headline",
|
|
6020
6020
|
"actionRow": "HtARWq_actionRow",
|
|
6021
6021
|
"strip": "HtARWq_strip",
|
|
6022
6022
|
"dot": "HtARWq_dot"
|
|
@@ -6474,21 +6474,21 @@ window.__ModuleLoader__.load({
|
|
|
6474
6474
|
document.head.appendChild(tag);
|
|
6475
6475
|
}
|
|
6476
6476
|
var TodoPanel_module_css_default = {
|
|
6477
|
+
"content": "_S9Ibq_content",
|
|
6478
|
+
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6479
|
+
"body": "_S9Ibq_body",
|
|
6480
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6477
6481
|
"glyphPending": "_S9Ibq_glyphPending",
|
|
6478
6482
|
"title": "_S9Ibq_title",
|
|
6479
|
-
"
|
|
6483
|
+
"glyph": "_S9Ibq_glyph",
|
|
6480
6484
|
"chevron": "_S9Ibq_chevron",
|
|
6485
|
+
"progress": "_S9Ibq_progress",
|
|
6481
6486
|
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6482
|
-
"
|
|
6487
|
+
"header": "_S9Ibq_header",
|
|
6488
|
+
"item": "_S9Ibq_item",
|
|
6483
6489
|
"root": "_S9Ibq_root",
|
|
6484
6490
|
"list": "_S9Ibq_list",
|
|
6485
|
-
"
|
|
6486
|
-
"header": "_S9Ibq_header",
|
|
6487
|
-
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6488
|
-
"body": "_S9Ibq_body",
|
|
6489
|
-
"content": "_S9Ibq_content",
|
|
6490
|
-
"progress": "_S9Ibq_progress",
|
|
6491
|
-
"item": "_S9Ibq_item"
|
|
6491
|
+
"lead": "_S9Ibq_lead"
|
|
6492
6492
|
};
|
|
6493
6493
|
//#endregion
|
|
6494
6494
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6682,18 +6682,18 @@ window.__ModuleLoader__.load({
|
|
|
6682
6682
|
document.head.appendChild(tag);
|
|
6683
6683
|
}
|
|
6684
6684
|
var QueueDock_module_css_default = {
|
|
6685
|
-
"
|
|
6686
|
-
"
|
|
6687
|
-
"header": "u7UfBG_header",
|
|
6685
|
+
"panel": "u7UfBG_panel",
|
|
6686
|
+
"count": "u7UfBG_count",
|
|
6688
6687
|
"list": "u7UfBG_list",
|
|
6689
|
-
"actions": "u7UfBG_actions",
|
|
6690
|
-
"lead": "u7UfBG_lead",
|
|
6691
|
-
"action": "u7UfBG_action",
|
|
6692
|
-
"editor": "u7UfBG_editor",
|
|
6693
6688
|
"dock": "u7UfBG_dock",
|
|
6694
|
-
"
|
|
6689
|
+
"preview": "u7UfBG_preview",
|
|
6695
6690
|
"row": "u7UfBG_row",
|
|
6696
|
-
"
|
|
6691
|
+
"action": "u7UfBG_action",
|
|
6692
|
+
"chevron": "u7UfBG_chevron",
|
|
6693
|
+
"lead": "u7UfBG_lead",
|
|
6694
|
+
"header": "u7UfBG_header",
|
|
6695
|
+
"editor": "u7UfBG_editor",
|
|
6696
|
+
"actions": "u7UfBG_actions"
|
|
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
|
-
"root": "W1fuRW_root",
|
|
6955
|
-
"fish": "W1fuRW_fish",
|
|
6956
|
-
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6957
|
-
"chevron": "W1fuRW_chevron",
|
|
6958
|
-
"modalError": "W1fuRW_modalError",
|
|
6959
|
-
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6960
|
-
"body": "W1fuRW_body",
|
|
6961
|
-
"workspace": "W1fuRW_workspace",
|
|
6962
|
-
"modalInput": "W1fuRW_modalInput",
|
|
6963
6954
|
"stack": "W1fuRW_stack",
|
|
6964
6955
|
"fishHitbox": "W1fuRW_fishHitbox",
|
|
6965
|
-
"
|
|
6956
|
+
"workspace": "W1fuRW_workspace",
|
|
6966
6957
|
"folder": "W1fuRW_folder",
|
|
6958
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6959
|
+
"chevron": "W1fuRW_chevron",
|
|
6960
|
+
"headlineText": "W1fuRW_headlineText",
|
|
6961
|
+
"fish": "W1fuRW_fish",
|
|
6962
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6963
|
+
"modalError": "W1fuRW_modalError",
|
|
6967
6964
|
"previewBadge": "W1fuRW_previewBadge",
|
|
6965
|
+
"modalInput": "W1fuRW_modalInput",
|
|
6966
|
+
"hero-fish-swim": "W1fuRW_hero-fish-swim",
|
|
6967
|
+
"root": "W1fuRW_root",
|
|
6968
6968
|
"headline": "W1fuRW_headline",
|
|
6969
|
-
"
|
|
6970
|
-
"
|
|
6969
|
+
"body": "W1fuRW_body",
|
|
6970
|
+
"workspaceRow": "W1fuRW_workspaceRow"
|
|
6971
6971
|
};
|
|
6972
6972
|
//#endregion
|
|
6973
6973
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -7090,7 +7090,7 @@ window.__ModuleLoader__.load({
|
|
|
7090
7090
|
children: renderSlot("conversation.hero.brand.mark", {
|
|
7091
7091
|
size: 34,
|
|
7092
7092
|
className: HeroShell_module_css_default.fish
|
|
7093
|
-
}, { fallback: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_xrkseek_client_ui_primitives.
|
|
7093
|
+
}, { fallback: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_xrkseek_client_ui_primitives.BrandMark, {
|
|
7094
7094
|
size: 34,
|
|
7095
7095
|
className: HeroShell_module_css_default.fish
|
|
7096
7096
|
}) })
|
|
@@ -7120,29 +7120,29 @@ window.__ModuleLoader__.load({
|
|
|
7120
7120
|
document.head.appendChild(tag);
|
|
7121
7121
|
}
|
|
7122
7122
|
var ConversationRoot_module_css_default = {
|
|
7123
|
-
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
7124
|
-
"titleRow": "MBmynq_titleRow",
|
|
7125
|
-
"tab": "MBmynq_tab",
|
|
7126
|
-
"composerHero": "MBmynq_composerHero",
|
|
7127
|
-
"crumbs": "MBmynq_crumbs",
|
|
7128
|
-
"crumbSep": "MBmynq_crumbSep",
|
|
7129
|
-
"tabs": "MBmynq_tabs",
|
|
7130
|
-
"header": "MBmynq_header",
|
|
7131
|
-
"tabActive": "MBmynq_tabActive",
|
|
7132
|
-
"headerHidden": "MBmynq_headerHidden",
|
|
7133
7123
|
"crumbSubagent": "MBmynq_crumbSubagent",
|
|
7124
|
+
"scrollBody": "MBmynq_scrollBody",
|
|
7125
|
+
"header": "MBmynq_header",
|
|
7126
|
+
"viewArea": "MBmynq_viewArea",
|
|
7127
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
7128
|
+
"tabs": "MBmynq_tabs",
|
|
7129
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
7130
|
+
"headerUtilities": "MBmynq_headerUtilities",
|
|
7134
7131
|
"composerStack": "MBmynq_composerStack",
|
|
7132
|
+
"crumbSep": "MBmynq_crumbSep",
|
|
7133
|
+
"crumbs": "MBmynq_crumbs",
|
|
7135
7134
|
"crumbSeg": "MBmynq_crumbSeg",
|
|
7136
|
-
"titleCluster": "MBmynq_titleCluster",
|
|
7137
|
-
"root": "MBmynq_root",
|
|
7138
7135
|
"crumb": "MBmynq_crumb",
|
|
7136
|
+
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
7137
|
+
"headerHidden": "MBmynq_headerHidden",
|
|
7138
|
+
"tab": "MBmynq_tab",
|
|
7139
|
+
"composerHero": "MBmynq_composerHero",
|
|
7139
7140
|
"headerActions": "MBmynq_headerActions",
|
|
7140
|
-
"
|
|
7141
|
+
"titleRow": "MBmynq_titleRow",
|
|
7142
|
+
"tabActive": "MBmynq_tabActive",
|
|
7141
7143
|
"composerSeat": "MBmynq_composerSeat",
|
|
7142
|
-
"
|
|
7143
|
-
"
|
|
7144
|
-
"scrollBody": "MBmynq_scrollBody",
|
|
7145
|
-
"heroGlow": "MBmynq_heroGlow"
|
|
7144
|
+
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
7145
|
+
"root": "MBmynq_root"
|
|
7146
7146
|
};
|
|
7147
7147
|
//#endregion
|
|
7148
7148
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7154,6 +7154,8 @@ window.__ModuleLoader__.load({
|
|
|
7154
7154
|
const inputState = useInput((s) => s);
|
|
7155
7155
|
const cwd = useSessions((s) => sessionId === void 0 ? void 0 : s.byId[sessionId]?.cwd);
|
|
7156
7156
|
const summaryBlank = useSessions((s) => sessionId === void 0 ? void 0 : s.byId[sessionId]?.blank);
|
|
7157
|
+
const liveBlank = useSession((s) => s.blank);
|
|
7158
|
+
const provenBlank = summaryBlank === true || liveBlank === true;
|
|
7157
7159
|
const workspaces = useWorkspaces((s) => s);
|
|
7158
7160
|
const composerBlock = useComposerBlock((block) => block);
|
|
7159
7161
|
const [pickerOpen, setPickerOpen] = (0, react.useState)(false);
|
|
@@ -7181,8 +7183,9 @@ window.__ModuleLoader__.load({
|
|
|
7181
7183
|
workspaces.phase,
|
|
7182
7184
|
pendingWorkspace
|
|
7183
7185
|
]);
|
|
7184
|
-
const settling = sessionId !== void 0 && composerPhase === "blank" && openState === "loading" &&
|
|
7185
|
-
const hero = sessionId === void 0 || composerPhase === "blank" && (openState === "open" ||
|
|
7186
|
+
const settling = sessionId !== void 0 && composerPhase === "blank" && openState === "loading" && !provenBlank;
|
|
7187
|
+
const hero = sessionId === void 0 || composerPhase === "blank" && (openState === "open" || openState === "cold" || openState === "error" || provenBlank);
|
|
7188
|
+
const heroChrome = hero || settling;
|
|
7186
7189
|
const zone = session === void 0 || inputState === void 0 ? void 0 : {
|
|
7187
7190
|
session,
|
|
7188
7191
|
input: inputState
|
|
@@ -7218,9 +7221,9 @@ window.__ModuleLoader__.load({
|
|
|
7218
7221
|
renderSlot("conversation.hero.agentPreset", {})
|
|
7219
7222
|
]
|
|
7220
7223
|
});
|
|
7221
|
-
const inert = sessionId === void 0 ||
|
|
7224
|
+
const inert = sessionId === void 0 || heroChrome && chipTitle === void 0;
|
|
7222
7225
|
const inputBar = renderSlot("conversation.composer.bar", {
|
|
7223
|
-
variant:
|
|
7226
|
+
variant: heroChrome ? "hero" : "composer",
|
|
7224
7227
|
...inert ? {
|
|
7225
7228
|
disabled: true,
|
|
7226
7229
|
placeholder: t("placeholder.workspace"),
|
|
@@ -7231,21 +7234,21 @@ window.__ModuleLoader__.load({
|
|
|
7231
7234
|
} : !inert && composerBlock !== void 0 ? {
|
|
7232
7235
|
blocked: composerBlock,
|
|
7233
7236
|
placeholder: composerBlock.reason
|
|
7234
|
-
} :
|
|
7237
|
+
} : heroChrome ? { placeholder: t("placeholder.hero") } : {},
|
|
7235
7238
|
overlay: renderSlot("conversation.input.overlay", {}),
|
|
7236
7239
|
leftItems: zone === void 0 ? null : renderSlot("conversation.input.left", zone),
|
|
7237
7240
|
rightItems: zone === void 0 ? null : renderSlot("conversation.input.right", zone),
|
|
7238
|
-
footer: !
|
|
7241
|
+
footer: !heroChrome && zone !== void 0 ? renderSlot("conversation.composer.dock", zone) : null
|
|
7239
7242
|
});
|
|
7240
7243
|
const composerBar = /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
7241
|
-
className: clsx(ConversationRoot_module_css_default.composerStack,
|
|
7244
|
+
className: clsx(ConversationRoot_module_css_default.composerStack, heroChrome && ConversationRoot_module_css_default.composerHero),
|
|
7242
7245
|
children: [
|
|
7243
|
-
|
|
7244
|
-
|
|
7246
|
+
heroChrome && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(HeroGlow, { className: ConversationRoot_module_css_default.heroGlow }),
|
|
7247
|
+
heroChrome && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(HeroShell, {
|
|
7245
7248
|
t,
|
|
7246
7249
|
renderSlot
|
|
7247
7250
|
}),
|
|
7248
|
-
|
|
7251
|
+
heroChrome && heroWorkspaceRow,
|
|
7249
7252
|
zone !== void 0 && renderSlot("conversation.input.dock", zone),
|
|
7250
7253
|
inputBar
|
|
7251
7254
|
]
|
|
@@ -7431,14 +7434,14 @@ window.__ModuleLoader__.load({
|
|
|
7431
7434
|
document.head.appendChild(tag);
|
|
7432
7435
|
}
|
|
7433
7436
|
var DetailsPanel_module_css_default = {
|
|
7437
|
+
"root": "H9rWiW_root",
|
|
7434
7438
|
"title": "H9rWiW_title",
|
|
7435
|
-
"empty": "H9rWiW_empty",
|
|
7436
7439
|
"section": "H9rWiW_section",
|
|
7437
|
-
"
|
|
7440
|
+
"body": "H9rWiW_body",
|
|
7441
|
+
"close": "H9rWiW_close",
|
|
7442
|
+
"empty": "H9rWiW_empty",
|
|
7438
7443
|
"header": "H9rWiW_header",
|
|
7439
7444
|
"code": "H9rWiW_code",
|
|
7440
|
-
"close": "H9rWiW_close",
|
|
7441
|
-
"body": "H9rWiW_body",
|
|
7442
7445
|
"sectionLabel": "H9rWiW_sectionLabel"
|
|
7443
7446
|
};
|
|
7444
7447
|
//#endregion
|
|
@@ -9352,14 +9355,14 @@ window.__ModuleLoader__.load({
|
|
|
9352
9355
|
document.head.appendChild(tag);
|
|
9353
9356
|
}
|
|
9354
9357
|
var ReasoningRow_module_css_default = {
|
|
9355
|
-
"row": "dc9yZG_row",
|
|
9356
9358
|
"leading": "dc9yZG_leading",
|
|
9359
|
+
"row": "dc9yZG_row",
|
|
9360
|
+
"thinkBody": "dc9yZG_thinkBody",
|
|
9357
9361
|
"root": "dc9yZG_root",
|
|
9358
|
-
"
|
|
9362
|
+
"title": "dc9yZG_title",
|
|
9359
9363
|
"summary": "dc9yZG_summary",
|
|
9364
|
+
"chevron": "dc9yZG_chevron",
|
|
9360
9365
|
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
9361
|
-
"thinkBody": "dc9yZG_thinkBody",
|
|
9362
|
-
"title": "dc9yZG_title",
|
|
9363
9366
|
"separator": "dc9yZG_separator"
|
|
9364
9367
|
};
|
|
9365
9368
|
//#endregion
|
|
@@ -9445,10 +9448,10 @@ window.__ModuleLoader__.load({
|
|
|
9445
9448
|
document.head.appendChild(tag);
|
|
9446
9449
|
}
|
|
9447
9450
|
var AssistantMarkdown_module_css_default = {
|
|
9448
|
-
"
|
|
9451
|
+
"stopped": "wAd5ea_stopped",
|
|
9449
9452
|
"body": "wAd5ea_body",
|
|
9450
9453
|
"root": "wAd5ea_root",
|
|
9451
|
-
"
|
|
9454
|
+
"actions": "wAd5ea_actions"
|
|
9452
9455
|
};
|
|
9453
9456
|
//#endregion
|
|
9454
9457
|
//#region src/client/chat/AssistantMarkdown.tsx
|
|
@@ -9558,15 +9561,15 @@ window.__ModuleLoader__.load({
|
|
|
9558
9561
|
document.head.appendChild(tag);
|
|
9559
9562
|
}
|
|
9560
9563
|
var GenericCommandCard_module_css_default = {
|
|
9561
|
-
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9562
9564
|
"leading": "Ga_JSG_leading",
|
|
9563
9565
|
"body": "Ga_JSG_body",
|
|
9564
|
-
"
|
|
9565
|
-
"separator": "Ga_JSG_separator",
|
|
9566
|
-
"chevron": "Ga_JSG_chevron",
|
|
9566
|
+
"summary": "Ga_JSG_summary",
|
|
9567
9567
|
"row": "Ga_JSG_row",
|
|
9568
|
+
"separator": "Ga_JSG_separator",
|
|
9568
9569
|
"root": "Ga_JSG_root",
|
|
9569
|
-
"
|
|
9570
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9571
|
+
"title": "Ga_JSG_title",
|
|
9572
|
+
"chevron": "Ga_JSG_chevron"
|
|
9570
9573
|
};
|
|
9571
9574
|
//#endregion
|
|
9572
9575
|
//#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
|
+
"row": "LKrWRG_row",
|
|
171
|
+
"measure": "LKrWRG_measure",
|
|
172
|
+
"showFolder": "LKrWRG_showFolder",
|
|
170
173
|
"more": "LKrWRG_more",
|
|
171
174
|
"label": "LKrWRG_label",
|
|
172
175
|
"root": "LKrWRG_root",
|
|
173
|
-
"row": "LKrWRG_row",
|
|
174
|
-
"showFolder": "LKrWRG_showFolder",
|
|
175
|
-
"file": "LKrWRG_file",
|
|
176
176
|
"probe": "LKrWRG_probe",
|
|
177
|
-
"
|
|
177
|
+
"file": "LKrWRG_file"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region src/client/ProducedFiles.tsx
|