@xrkseek/harness-cli 0.1.1 → 0.1.2
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/port.d.ts.map +1 -1
- package/dist/port.js +1 -0
- package/dist/port.js.map +1 -1
- package/package.json +3 -2
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-connection/client.js +1276 -326
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-runtime/client.js +22 -19
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +165 -165
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +16 -16
- 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 +46 -46
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +22 -22
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +36 -36
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +141 -141
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +51 -51
|
@@ -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
|
-
"
|
|
3040
|
+
"rows": "bloECW_rows",
|
|
3041
3041
|
"panel": "bloECW_panel",
|
|
3042
|
-
"
|
|
3042
|
+
"figures": "bloECW_figures",
|
|
3043
3043
|
"fill": "bloECW_fill",
|
|
3044
|
-
"header": "bloECW_header",
|
|
3045
3044
|
"headline": "bloECW_headline",
|
|
3046
|
-
"
|
|
3047
|
-
"
|
|
3048
|
-
"bar": "bloECW_bar",
|
|
3049
|
-
"figures": "bloECW_figures",
|
|
3050
|
-
"segment": "bloECW_segment",
|
|
3051
|
-
"colorSystem": "bloECW_colorSystem",
|
|
3045
|
+
"row": "bloECW_row",
|
|
3046
|
+
"swatch": "bloECW_swatch",
|
|
3052
3047
|
"track": "bloECW_track",
|
|
3053
3048
|
"colorTools": "bloECW_colorTools",
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
3056
|
-
"
|
|
3049
|
+
"colorSystem": "bloECW_colorSystem",
|
|
3050
|
+
"bar": "bloECW_bar",
|
|
3051
|
+
"colorMessages": "bloECW_colorMessages",
|
|
3052
|
+
"trigger": "bloECW_trigger",
|
|
3053
|
+
"percent": "bloECW_percent",
|
|
3054
|
+
"segment": "bloECW_segment",
|
|
3055
|
+
"header": "bloECW_header",
|
|
3056
|
+
"root": "bloECW_root"
|
|
3057
3057
|
};
|
|
3058
3058
|
//#endregion
|
|
3059
3059
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3225,8 +3225,8 @@ window.__ModuleLoader__.load({
|
|
|
3225
3225
|
document.head.appendChild(tag);
|
|
3226
3226
|
}
|
|
3227
3227
|
var PermissionSelect_module_css_default = {
|
|
3228
|
-
"chevron": "UJ7tKa_chevron",
|
|
3229
3228
|
"trigger": "UJ7tKa_trigger",
|
|
3229
|
+
"chevron": "UJ7tKa_chevron",
|
|
3230
3230
|
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3231
3231
|
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3232
3232
|
"triggerLabel": "UJ7tKa_triggerLabel"
|
|
@@ -3463,41 +3463,41 @@ window.__ModuleLoader__.load({
|
|
|
3463
3463
|
document.head.appendChild(tag);
|
|
3464
3464
|
}
|
|
3465
3465
|
var InputBar_module_css_default = {
|
|
3466
|
-
"
|
|
3467
|
-
"
|
|
3468
|
-
"
|
|
3469
|
-
"
|
|
3470
|
-
"scroll": "QdFsVG_scroll",
|
|
3471
|
-
"add": "QdFsVG_add",
|
|
3472
|
-
"hint": "QdFsVG_hint",
|
|
3473
|
-
"modes": "QdFsVG_modes",
|
|
3474
|
-
"chipIcon": "QdFsVG_chipIcon",
|
|
3466
|
+
"card": "QdFsVG_card",
|
|
3467
|
+
"input": "QdFsVG_input",
|
|
3468
|
+
"notice": "QdFsVG_notice",
|
|
3469
|
+
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3475
3470
|
"mirror": "QdFsVG_mirror",
|
|
3471
|
+
"backdrop": "QdFsVG_backdrop",
|
|
3472
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3473
|
+
"chipIcon": "QdFsVG_chipIcon",
|
|
3476
3474
|
"trailing": "QdFsVG_trailing",
|
|
3475
|
+
"root": "QdFsVG_root",
|
|
3476
|
+
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3477
|
+
"modes": "QdFsVG_modes",
|
|
3478
|
+
"textRefTrigger": "QdFsVG_textRefTrigger",
|
|
3479
|
+
"textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
|
|
3477
3480
|
"chip": "QdFsVG_chip",
|
|
3481
|
+
"grow": "QdFsVG_grow",
|
|
3482
|
+
"hint": "QdFsVG_hint",
|
|
3483
|
+
"textRef": "QdFsVG_textRef",
|
|
3484
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3485
|
+
"tools": "QdFsVG_tools",
|
|
3486
|
+
"select": "QdFsVG_select",
|
|
3487
|
+
"primary": "QdFsVG_primary",
|
|
3488
|
+
"scroll": "QdFsVG_scroll",
|
|
3478
3489
|
"hlSegment": "QdFsVG_hlSegment",
|
|
3479
3490
|
"row": "QdFsVG_row",
|
|
3491
|
+
"add": "QdFsVG_add",
|
|
3480
3492
|
"retry": "QdFsVG_retry",
|
|
3481
|
-
"
|
|
3482
|
-
"
|
|
3493
|
+
"textRefIcon": "QdFsVG_textRefIcon",
|
|
3494
|
+
"hlToken": "QdFsVG_hlToken",
|
|
3483
3495
|
"pending": "QdFsVG_pending",
|
|
3484
3496
|
"backdropDisabled": "QdFsVG_backdropDisabled",
|
|
3485
|
-
"
|
|
3486
|
-
"
|
|
3487
|
-
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3488
|
-
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3489
|
-
"textRefIcon": "QdFsVG_textRefIcon",
|
|
3490
|
-
"chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
|
|
3491
|
-
"root": "QdFsVG_root",
|
|
3492
|
-
"input-pending": "QdFsVG_input-pending",
|
|
3497
|
+
"accessory": "QdFsVG_accessory",
|
|
3498
|
+
"hero": "QdFsVG_hero",
|
|
3493
3499
|
"chipTrigger": "QdFsVG_chipTrigger",
|
|
3494
|
-
"
|
|
3495
|
-
"grow": "QdFsVG_grow",
|
|
3496
|
-
"input": "QdFsVG_input",
|
|
3497
|
-
"textRefTrigger": "QdFsVG_textRefTrigger",
|
|
3498
|
-
"textRef": "QdFsVG_textRef",
|
|
3499
|
-
"select": "QdFsVG_select",
|
|
3500
|
-
"backdrop": "QdFsVG_backdrop"
|
|
3500
|
+
"chipTriggerGlyph": "QdFsVG_chipTriggerGlyph"
|
|
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
4181
|
"row": "ssSNSa_row",
|
|
4181
4182
|
"title": "ssSNSa_title",
|
|
4182
|
-
"desc": "ssSNSa_desc",
|
|
4183
4183
|
"rowText": "ssSNSa_rowText",
|
|
4184
|
-
"
|
|
4185
|
-
"
|
|
4184
|
+
"desc": "ssSNSa_desc",
|
|
4185
|
+
"selector": "ssSNSa_selector"
|
|
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
|
-
"
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4261
|
-
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4262
|
-
"retryRow": "DuLIaW_retryRow",
|
|
4263
|
-
"contextRow": "DuLIaW_contextRow",
|
|
4264
|
-
"bubble": "DuLIaW_bubble",
|
|
4265
|
-
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4266
|
-
"refIcon": "DuLIaW_refIcon",
|
|
4258
|
+
"retryText": "DuLIaW_retryText",
|
|
4259
|
+
"userStack": "DuLIaW_userStack",
|
|
4260
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4267
4261
|
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4262
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4268
4263
|
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4269
|
-
"referenceSummary": "DuLIaW_referenceSummary",
|
|
4270
4264
|
"compactionRow": "DuLIaW_compactionRow",
|
|
4265
|
+
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4266
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4267
|
+
"referenceSummary": "DuLIaW_referenceSummary",
|
|
4268
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4269
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4270
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4271
4271
|
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4274
|
-
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4272
|
+
"contextRow": "DuLIaW_contextRow",
|
|
4273
|
+
"bubble": "DuLIaW_bubble",
|
|
4275
4274
|
"refChip": "DuLIaW_refChip",
|
|
4276
|
-
"
|
|
4275
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4277
4276
|
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4278
|
-
"
|
|
4279
|
-
"
|
|
4280
|
-
"compactionSep": "DuLIaW_compactionSep",
|
|
4277
|
+
"retryDetails": "DuLIaW_retryDetails",
|
|
4278
|
+
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4281
4279
|
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4282
|
-
"
|
|
4283
|
-
"
|
|
4280
|
+
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4281
|
+
"retryRow": "DuLIaW_retryRow",
|
|
4284
4282
|
"compactionBody": "DuLIaW_compactionBody",
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4283
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4284
|
+
"refIcon": "DuLIaW_refIcon",
|
|
4285
|
+
"userRow": "DuLIaW_userRow",
|
|
4286
|
+
"retry-shimmer": "DuLIaW_retry-shimmer"
|
|
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
4358
|
"sections": "mBNGpa_sections",
|
|
4361
|
-
"
|
|
4359
|
+
"file": "mBNGpa_file",
|
|
4362
4360
|
"field": "mBNGpa_field",
|
|
4363
|
-
"
|
|
4364
|
-
"
|
|
4365
|
-
"
|
|
4361
|
+
"fields": "mBNGpa_fields",
|
|
4362
|
+
"recalls": "mBNGpa_recalls",
|
|
4363
|
+
"filePath": "mBNGpa_filePath",
|
|
4366
4364
|
"text": "mBNGpa_text",
|
|
4367
|
-
"entries": "mBNGpa_entries",
|
|
4368
|
-
"sectionText": "mBNGpa_sectionText",
|
|
4369
|
-
"relaySender": "mBNGpa_relaySender",
|
|
4370
|
-
"recall": "mBNGpa_recall",
|
|
4371
|
-
"files": "mBNGpa_files",
|
|
4372
4365
|
"entry": "mBNGpa_entry",
|
|
4373
|
-
"
|
|
4374
|
-
"
|
|
4366
|
+
"section": "mBNGpa_section",
|
|
4367
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4368
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4375
4369
|
"fieldKey": "mBNGpa_fieldKey",
|
|
4376
|
-
"fileAction": "mBNGpa_fileAction",
|
|
4377
|
-
"fields": "mBNGpa_fields",
|
|
4378
|
-
"filePath": "mBNGpa_filePath",
|
|
4379
4370
|
"fieldValue": "mBNGpa_fieldValue",
|
|
4380
|
-
"
|
|
4371
|
+
"sectionText": "mBNGpa_sectionText",
|
|
4372
|
+
"files": "mBNGpa_files",
|
|
4373
|
+
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4374
|
+
"entryName": "mBNGpa_entryName",
|
|
4375
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4376
|
+
"recall": "mBNGpa_recall",
|
|
4377
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4378
|
+
"entries": "mBNGpa_entries",
|
|
4379
|
+
"relaySender": "mBNGpa_relaySender",
|
|
4380
|
+
"recallLabel": "mBNGpa_recallLabel"
|
|
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
|
-
"root": "BCt95a_root",
|
|
4916
|
-
"summary": "BCt95a_summary",
|
|
4917
4915
|
"sep": "BCt95a_sep",
|
|
4916
|
+
"summary": "BCt95a_summary",
|
|
4917
|
+
"chevron": "BCt95a_chevron",
|
|
4918
4918
|
"source": "BCt95a_source",
|
|
4919
4919
|
"body": "BCt95a_body",
|
|
4920
|
-
"
|
|
4920
|
+
"root": "BCt95a_root"
|
|
4921
4921
|
};
|
|
4922
4922
|
//#endregion
|
|
4923
4923
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -5015,12 +5015,12 @@ window.__ModuleLoader__.load({
|
|
|
5015
5015
|
document.head.appendChild(tag);
|
|
5016
5016
|
}
|
|
5017
5017
|
var MessageIconActions_module_css_default = {
|
|
5018
|
-
"
|
|
5019
|
-
"timeEnd": "vWo8Ba_timeEnd",
|
|
5020
|
-
"action": "vWo8Ba_action",
|
|
5018
|
+
"visuallyHidden": "vWo8Ba_visuallyHidden",
|
|
5021
5019
|
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
5020
|
+
"action": "vWo8Ba_action",
|
|
5021
|
+
"actions": "vWo8Ba_actions",
|
|
5022
5022
|
"timeStart": "vWo8Ba_timeStart",
|
|
5023
|
-
"
|
|
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
|
-
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5457
5456
|
"column": "rzfPEq_column",
|
|
5458
|
-
"hint": "rzfPEq_hint",
|
|
5459
|
-
"older": "rzfPEq_older",
|
|
5460
|
-
"toBottom": "rzfPEq_toBottom",
|
|
5461
|
-
"root": "rzfPEq_root",
|
|
5462
|
-
"callRow": "rzfPEq_callRow",
|
|
5463
|
-
"modalAction": "rzfPEq_modalAction",
|
|
5464
|
-
"flowItem": "rzfPEq_flowItem",
|
|
5465
5457
|
"turnStatus": "rzfPEq_turnStatus",
|
|
5458
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5466
5459
|
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5460
|
+
"hint": "rzfPEq_hint",
|
|
5461
|
+
"openError": "rzfPEq_openError",
|
|
5467
5462
|
"scroll": "rzfPEq_scroll",
|
|
5468
5463
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5469
|
-
"
|
|
5464
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5465
|
+
"older": "rzfPEq_older",
|
|
5466
|
+
"root": "rzfPEq_root",
|
|
5467
|
+
"modalAction": "rzfPEq_modalAction",
|
|
5468
|
+
"callRow": "rzfPEq_callRow",
|
|
5469
|
+
"toBottom": "rzfPEq_toBottom"
|
|
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
|
-
"
|
|
6014
|
+
"reject": "HtARWq_reject",
|
|
6015
6015
|
"root": "HtARWq_root",
|
|
6016
6016
|
"card": "HtARWq_card",
|
|
6017
|
-
"
|
|
6017
|
+
"dot": "HtARWq_dot",
|
|
6018
|
+
"headline": "HtARWq_headline",
|
|
6018
6019
|
"command": "HtARWq_command",
|
|
6019
|
-
"reject": "HtARWq_reject",
|
|
6020
|
-
"actionRow": "HtARWq_actionRow",
|
|
6021
6020
|
"strip": "HtARWq_strip",
|
|
6022
|
-
"
|
|
6021
|
+
"actionRow": "HtARWq_actionRow",
|
|
6022
|
+
"body": "HtARWq_body"
|
|
6023
6023
|
};
|
|
6024
6024
|
//#endregion
|
|
6025
6025
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6474,20 +6474,20 @@ window.__ModuleLoader__.load({
|
|
|
6474
6474
|
document.head.appendChild(tag);
|
|
6475
6475
|
}
|
|
6476
6476
|
var TodoPanel_module_css_default = {
|
|
6477
|
-
"glyphPending": "_S9Ibq_glyphPending",
|
|
6478
|
-
"title": "_S9Ibq_title",
|
|
6479
|
-
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6480
|
-
"chevron": "_S9Ibq_chevron",
|
|
6481
|
-
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6482
6477
|
"lead": "_S9Ibq_lead",
|
|
6478
|
+
"progress": "_S9Ibq_progress",
|
|
6479
|
+
"content": "_S9Ibq_content",
|
|
6480
|
+
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6481
|
+
"chevron": "_S9Ibq_chevron",
|
|
6482
|
+
"glyphPending": "_S9Ibq_glyphPending",
|
|
6483
|
+
"body": "_S9Ibq_body",
|
|
6483
6484
|
"root": "_S9Ibq_root",
|
|
6484
|
-
"
|
|
6485
|
-
"glyph": "_S9Ibq_glyph",
|
|
6485
|
+
"title": "_S9Ibq_title",
|
|
6486
6486
|
"header": "_S9Ibq_header",
|
|
6487
|
+
"glyph": "_S9Ibq_glyph",
|
|
6488
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6487
6489
|
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6488
|
-
"
|
|
6489
|
-
"content": "_S9Ibq_content",
|
|
6490
|
-
"progress": "_S9Ibq_progress",
|
|
6490
|
+
"list": "_S9Ibq_list",
|
|
6491
6491
|
"item": "_S9Ibq_item"
|
|
6492
6492
|
};
|
|
6493
6493
|
//#endregion
|
|
@@ -6682,18 +6682,18 @@ window.__ModuleLoader__.load({
|
|
|
6682
6682
|
document.head.appendChild(tag);
|
|
6683
6683
|
}
|
|
6684
6684
|
var QueueDock_module_css_default = {
|
|
6685
|
-
"chevron": "u7UfBG_chevron",
|
|
6686
|
-
"preview": "u7UfBG_preview",
|
|
6687
6685
|
"header": "u7UfBG_header",
|
|
6686
|
+
"count": "u7UfBG_count",
|
|
6687
|
+
"panel": "u7UfBG_panel",
|
|
6688
6688
|
"list": "u7UfBG_list",
|
|
6689
|
-
"
|
|
6689
|
+
"dock": "u7UfBG_dock",
|
|
6690
6690
|
"lead": "u7UfBG_lead",
|
|
6691
|
-
"
|
|
6691
|
+
"preview": "u7UfBG_preview",
|
|
6692
|
+
"chevron": "u7UfBG_chevron",
|
|
6692
6693
|
"editor": "u7UfBG_editor",
|
|
6693
|
-
"dock": "u7UfBG_dock",
|
|
6694
|
-
"panel": "u7UfBG_panel",
|
|
6695
6694
|
"row": "u7UfBG_row",
|
|
6696
|
-
"
|
|
6695
|
+
"actions": "u7UfBG_actions",
|
|
6696
|
+
"action": "u7UfBG_action"
|
|
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
6954
|
"fish": "W1fuRW_fish",
|
|
6955
|
+
"stack": "W1fuRW_stack",
|
|
6956
|
+
"body": "W1fuRW_body",
|
|
6957
|
+
"modalInput": "W1fuRW_modalInput",
|
|
6958
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6956
6959
|
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6957
|
-
"chevron": "W1fuRW_chevron",
|
|
6958
6960
|
"modalError": "W1fuRW_modalError",
|
|
6959
|
-
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6960
|
-
"body": "W1fuRW_body",
|
|
6961
6961
|
"workspace": "W1fuRW_workspace",
|
|
6962
|
-
"modalInput": "W1fuRW_modalInput",
|
|
6963
|
-
"stack": "W1fuRW_stack",
|
|
6964
|
-
"fishHitbox": "W1fuRW_fishHitbox",
|
|
6965
|
-
"hero-fish-swim": "W1fuRW_hero-fish-swim",
|
|
6966
6962
|
"folder": "W1fuRW_folder",
|
|
6967
|
-
"
|
|
6968
|
-
"
|
|
6963
|
+
"root": "W1fuRW_root",
|
|
6964
|
+
"chevron": "W1fuRW_chevron",
|
|
6969
6965
|
"headlineText": "W1fuRW_headlineText",
|
|
6970
|
-
"
|
|
6966
|
+
"headline": "W1fuRW_headline",
|
|
6967
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6968
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6969
|
+
"fishHitbox": "W1fuRW_fishHitbox",
|
|
6970
|
+
"hero-fish-swim": "W1fuRW_hero-fish-swim"
|
|
6971
6971
|
};
|
|
6972
6972
|
//#endregion
|
|
6973
6973
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -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
7123
|
"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
|
-
"crumbSubagent": "MBmynq_crumbSubagent",
|
|
7134
|
-
"composerStack": "MBmynq_composerStack",
|
|
7135
|
-
"crumbSeg": "MBmynq_crumbSeg",
|
|
7136
|
-
"titleCluster": "MBmynq_titleCluster",
|
|
7137
|
-
"root": "MBmynq_root",
|
|
7138
|
-
"crumb": "MBmynq_crumb",
|
|
7139
|
-
"headerActions": "MBmynq_headerActions",
|
|
7140
7124
|
"headerUtilities": "MBmynq_headerUtilities",
|
|
7141
7125
|
"composerSeat": "MBmynq_composerSeat",
|
|
7126
|
+
"tabActive": "MBmynq_tabActive",
|
|
7127
|
+
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
7128
|
+
"crumb": "MBmynq_crumb",
|
|
7129
|
+
"tabs": "MBmynq_tabs",
|
|
7130
|
+
"crumbSubagent": "MBmynq_crumbSubagent",
|
|
7142
7131
|
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
7132
|
+
"root": "MBmynq_root",
|
|
7133
|
+
"headerHidden": "MBmynq_headerHidden",
|
|
7134
|
+
"crumbSeg": "MBmynq_crumbSeg",
|
|
7135
|
+
"tab": "MBmynq_tab",
|
|
7143
7136
|
"viewArea": "MBmynq_viewArea",
|
|
7137
|
+
"composerStack": "MBmynq_composerStack",
|
|
7138
|
+
"crumbs": "MBmynq_crumbs",
|
|
7139
|
+
"crumbSep": "MBmynq_crumbSep",
|
|
7140
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
7144
7141
|
"scrollBody": "MBmynq_scrollBody",
|
|
7145
|
-
"
|
|
7142
|
+
"titleRow": "MBmynq_titleRow",
|
|
7143
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
7144
|
+
"headerActions": "MBmynq_headerActions",
|
|
7145
|
+
"header": "MBmynq_header"
|
|
7146
7146
|
};
|
|
7147
7147
|
//#endregion
|
|
7148
7148
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7431,15 +7431,15 @@ window.__ModuleLoader__.load({
|
|
|
7431
7431
|
document.head.appendChild(tag);
|
|
7432
7432
|
}
|
|
7433
7433
|
var DetailsPanel_module_css_default = {
|
|
7434
|
-
"
|
|
7434
|
+
"body": "H9rWiW_body",
|
|
7435
7435
|
"empty": "H9rWiW_empty",
|
|
7436
|
-
"section": "H9rWiW_section",
|
|
7437
|
-
"root": "H9rWiW_root",
|
|
7438
|
-
"header": "H9rWiW_header",
|
|
7439
7436
|
"code": "H9rWiW_code",
|
|
7437
|
+
"header": "H9rWiW_header",
|
|
7438
|
+
"root": "H9rWiW_root",
|
|
7439
|
+
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7440
|
+
"title": "H9rWiW_title",
|
|
7440
7441
|
"close": "H9rWiW_close",
|
|
7441
|
-
"
|
|
7442
|
-
"sectionLabel": "H9rWiW_sectionLabel"
|
|
7442
|
+
"section": "H9rWiW_section"
|
|
7443
7443
|
};
|
|
7444
7444
|
//#endregion
|
|
7445
7445
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -9352,13 +9352,13 @@ window.__ModuleLoader__.load({
|
|
|
9352
9352
|
document.head.appendChild(tag);
|
|
9353
9353
|
}
|
|
9354
9354
|
var ReasoningRow_module_css_default = {
|
|
9355
|
+
"thinkBody": "dc9yZG_thinkBody",
|
|
9356
|
+
"summary": "dc9yZG_summary",
|
|
9357
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
9355
9358
|
"row": "dc9yZG_row",
|
|
9359
|
+
"chevron": "dc9yZG_chevron",
|
|
9356
9360
|
"leading": "dc9yZG_leading",
|
|
9357
9361
|
"root": "dc9yZG_root",
|
|
9358
|
-
"chevron": "dc9yZG_chevron",
|
|
9359
|
-
"summary": "dc9yZG_summary",
|
|
9360
|
-
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
9361
|
-
"thinkBody": "dc9yZG_thinkBody",
|
|
9362
9362
|
"title": "dc9yZG_title",
|
|
9363
9363
|
"separator": "dc9yZG_separator"
|
|
9364
9364
|
};
|
|
@@ -9445,9 +9445,9 @@ window.__ModuleLoader__.load({
|
|
|
9445
9445
|
document.head.appendChild(tag);
|
|
9446
9446
|
}
|
|
9447
9447
|
var AssistantMarkdown_module_css_default = {
|
|
9448
|
-
"actions": "wAd5ea_actions",
|
|
9449
|
-
"body": "wAd5ea_body",
|
|
9450
9448
|
"root": "wAd5ea_root",
|
|
9449
|
+
"body": "wAd5ea_body",
|
|
9450
|
+
"actions": "wAd5ea_actions",
|
|
9451
9451
|
"stopped": "wAd5ea_stopped"
|
|
9452
9452
|
};
|
|
9453
9453
|
//#endregion
|
|
@@ -9558,15 +9558,15 @@ window.__ModuleLoader__.load({
|
|
|
9558
9558
|
document.head.appendChild(tag);
|
|
9559
9559
|
}
|
|
9560
9560
|
var GenericCommandCard_module_css_default = {
|
|
9561
|
-
"
|
|
9561
|
+
"root": "Ga_JSG_root",
|
|
9562
9562
|
"leading": "Ga_JSG_leading",
|
|
9563
|
-
"
|
|
9563
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9564
|
+
"row": "Ga_JSG_row",
|
|
9564
9565
|
"title": "Ga_JSG_title",
|
|
9565
9566
|
"separator": "Ga_JSG_separator",
|
|
9566
9567
|
"chevron": "Ga_JSG_chevron",
|
|
9567
|
-
"
|
|
9568
|
-
"
|
|
9569
|
-
"summary": "Ga_JSG_summary"
|
|
9568
|
+
"summary": "Ga_JSG_summary",
|
|
9569
|
+
"body": "Ga_JSG_body"
|
|
9570
9570
|
};
|
|
9571
9571
|
//#endregion
|
|
9572
9572
|
//#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
|
-
"more": "LKrWRG_more",
|
|
171
170
|
"label": "LKrWRG_label",
|
|
172
|
-
"
|
|
171
|
+
"measure": "LKrWRG_measure",
|
|
173
172
|
"row": "LKrWRG_row",
|
|
174
|
-
"showFolder": "LKrWRG_showFolder",
|
|
175
173
|
"file": "LKrWRG_file",
|
|
176
174
|
"probe": "LKrWRG_probe",
|
|
177
|
-
"
|
|
175
|
+
"root": "LKrWRG_root",
|
|
176
|
+
"more": "LKrWRG_more",
|
|
177
|
+
"showFolder": "LKrWRG_showFolder"
|
|
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
|
-
"crumbChevron": "eriWnG_crumbChevron",
|
|
38
|
-
"row": "eriWnG_row",
|
|
39
|
-
"crumbBar": "eriWnG_crumbBar",
|
|
40
|
-
"divider": "eriWnG_divider",
|
|
41
|
-
"title": "eriWnG_title",
|
|
42
|
-
"rowSeat": "eriWnG_rowSeat",
|
|
43
|
-
"createTitle": "eriWnG_createTitle",
|
|
44
|
-
"rowChevron": "eriWnG_rowChevron",
|
|
45
37
|
"column": "eriWnG_column",
|
|
46
|
-
"
|
|
47
|
-
"createActions": "eriWnG_createActions",
|
|
48
|
-
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
49
|
-
"status": "eriWnG_status",
|
|
50
|
-
"loadingFloat": "eriWnG_loadingFloat",
|
|
38
|
+
"error": "eriWnG_error",
|
|
51
39
|
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
52
40
|
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
53
|
-
"pathInput": "eriWnG_pathInput",
|
|
54
|
-
"rowName": "eriWnG_rowName",
|
|
55
|
-
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
56
|
-
"error": "eriWnG_error",
|
|
57
|
-
"createDialog": "eriWnG_createDialog",
|
|
58
|
-
"createInput": "eriWnG_createInput",
|
|
59
|
-
"crumbSeat": "eriWnG_crumbSeat",
|
|
60
|
-
"createBody": "eriWnG_createBody",
|
|
61
|
-
"crumb": "eriWnG_crumb",
|
|
62
|
-
"rowSelected": "eriWnG_rowSelected",
|
|
63
41
|
"crumbTrail": "eriWnG_crumbTrail",
|
|
64
|
-
"dialog": "eriWnG_dialog",
|
|
65
|
-
"content": "eriWnG_content",
|
|
66
|
-
"rowIcon": "eriWnG_rowIcon",
|
|
67
42
|
"footerBar": "eriWnG_footerBar",
|
|
43
|
+
"createActions": "eriWnG_createActions",
|
|
44
|
+
"content": "eriWnG_content",
|
|
45
|
+
"header": "eriWnG_header",
|
|
46
|
+
"divider": "eriWnG_divider",
|
|
47
|
+
"crumb": "eriWnG_crumb",
|
|
48
|
+
"crumbSeat": "eriWnG_crumbSeat",
|
|
49
|
+
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
50
|
+
"createBody": "eriWnG_createBody",
|
|
51
|
+
"editorScope": "eriWnG_editorScope",
|
|
68
52
|
"footerAction": "eriWnG_footerAction",
|
|
69
|
-
"
|
|
53
|
+
"createTitle": "eriWnG_createTitle",
|
|
54
|
+
"createInput": "eriWnG_createInput",
|
|
55
|
+
"row": "eriWnG_row",
|
|
56
|
+
"loadingFloat": "eriWnG_loadingFloat",
|
|
57
|
+
"crumbChevron": "eriWnG_crumbChevron",
|
|
70
58
|
"footerGap": "eriWnG_footerGap",
|
|
59
|
+
"dialog": "eriWnG_dialog",
|
|
60
|
+
"rowSeat": "eriWnG_rowSeat",
|
|
61
|
+
"createIn": "eriWnG_createIn",
|
|
62
|
+
"pathInput": "eriWnG_pathInput",
|
|
63
|
+
"millerRow": "eriWnG_millerRow",
|
|
64
|
+
"title": "eriWnG_title",
|
|
65
|
+
"rowChevron": "eriWnG_rowChevron",
|
|
66
|
+
"rowSelected": "eriWnG_rowSelected",
|
|
67
|
+
"rowIcon": "eriWnG_rowIcon",
|
|
68
|
+
"crumbBar": "eriWnG_crumbBar",
|
|
69
|
+
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
70
|
+
"rowName": "eriWnG_rowName",
|
|
71
|
+
"status": "eriWnG_status",
|
|
71
72
|
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
72
|
-
"
|
|
73
|
-
"editorScope": "eriWnG_editorScope"
|
|
73
|
+
"createDialog": "eriWnG_createDialog"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/client/DirectoryBrowser.tsx
|
|
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"dock": "loP2MG_dock",
|
|
21
|
+
"iconBtn": "loP2MG_iconBtn",
|
|
22
|
+
"label": "loP2MG_label",
|
|
24
23
|
"error": "loP2MG_error",
|
|
24
|
+
"actions": "loP2MG_actions",
|
|
25
25
|
"goalGlyph": "loP2MG_goalGlyph",
|
|
26
|
+
"dock": "loP2MG_dock",
|
|
26
27
|
"bar": "loP2MG_bar",
|
|
27
|
-
"
|
|
28
|
-
"objective": "loP2MG_objective"
|
|
29
|
-
"iconBtn": "loP2MG_iconBtn"
|
|
28
|
+
"objectiveInput": "loP2MG_objectiveInput",
|
|
29
|
+
"objective": "loP2MG_objective"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/client/GoalBar.tsx
|
|
@@ -262,8 +262,8 @@ window.__ModuleLoader__.load({
|
|
|
262
262
|
}
|
|
263
263
|
var GoalCommandInputView_module_css_default = {
|
|
264
264
|
"row": "GzeMcW_row",
|
|
265
|
-
"
|
|
266
|
-
"
|
|
265
|
+
"bubble": "GzeMcW_bubble",
|
|
266
|
+
"stack": "GzeMcW_stack"
|
|
267
267
|
};
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region src/client/GoalCommandInputView.tsx
|