@xrkseek/harness-cli 0.0.10 → 0.0.11
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 +13 -6
- package/dist/commands/plugin.d.ts.map +1 -1
- package/dist/commands/plugin.js +4 -3
- package/dist/commands/plugin.js.map +1 -1
- package/dist/commands/restart.d.ts.map +1 -1
- package/dist/commands/restart.js +16 -7
- package/dist/commands/restart.js.map +1 -1
- package/dist/commands/serve.d.ts.map +1 -1
- package/dist/commands/serve.js +15 -3
- package/dist/commands/serve.js.map +1 -1
- package/dist/host-lock.d.ts +15 -0
- package/dist/host-lock.d.ts.map +1 -0
- package/dist/host-lock.js +64 -0
- package/dist/host-lock.js.map +1 -0
- package/dist/parse-args.d.ts.map +1 -1
- package/dist/parse-args.js +13 -10
- package/dist/parse-args.js.map +1 -1
- package/dist/port.d.ts +20 -2
- package/dist/port.d.ts.map +1 -1
- package/dist/port.js +147 -28
- package/dist/port.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/README.md +5 -2
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +2 -2
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.js +3 -3
- package/node_modules/@xrkseek/server-face/dist/presets-catalog.js.map +1 -1
- package/package.json +1 -1
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-runtime/client.js +4 -0
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +62 -79
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +207 -183
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +54 -54
- 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 +44 -44
- 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 +18 -18
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +40 -40
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +147 -147
- 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 +52 -52
|
@@ -2683,8 +2683,8 @@ window.__ModuleLoader__.load({
|
|
|
2683
2683
|
document.head.appendChild(tag);
|
|
2684
2684
|
}
|
|
2685
2685
|
var StatsLine_module_css_default = {
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
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
|
-
"headline": "bloECW_headline",
|
|
2877
|
-
"row": "bloECW_row",
|
|
2878
|
-
"bar": "bloECW_bar",
|
|
2879
|
-
"root": "bloECW_root",
|
|
2880
|
-
"figures": "bloECW_figures",
|
|
2881
2876
|
"header": "bloECW_header",
|
|
2882
|
-
"colorMessages": "bloECW_colorMessages",
|
|
2883
|
-
"colorSystem": "bloECW_colorSystem",
|
|
2884
|
-
"percent": "bloECW_percent",
|
|
2885
|
-
"track": "bloECW_track",
|
|
2886
2877
|
"panel": "bloECW_panel",
|
|
2887
|
-
"segment": "bloECW_segment",
|
|
2888
2878
|
"swatch": "bloECW_swatch",
|
|
2889
|
-
"
|
|
2879
|
+
"colorSystem": "bloECW_colorSystem",
|
|
2890
2880
|
"rows": "bloECW_rows",
|
|
2881
|
+
"track": "bloECW_track",
|
|
2882
|
+
"figures": "bloECW_figures",
|
|
2883
|
+
"row": "bloECW_row",
|
|
2884
|
+
"root": "bloECW_root",
|
|
2885
|
+
"trigger": "bloECW_trigger",
|
|
2886
|
+
"headline": "bloECW_headline",
|
|
2887
|
+
"segment": "bloECW_segment",
|
|
2891
2888
|
"colorTools": "bloECW_colorTools",
|
|
2892
|
-
"
|
|
2889
|
+
"percent": "bloECW_percent",
|
|
2890
|
+
"bar": "bloECW_bar",
|
|
2891
|
+
"fill": "bloECW_fill",
|
|
2892
|
+
"colorMessages": "bloECW_colorMessages"
|
|
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
|
-
"trigger": "UJ7tKa_trigger",
|
|
3065
3064
|
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3066
3065
|
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3066
|
+
"chevron": "UJ7tKa_chevron",
|
|
3067
3067
|
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3068
|
-
"
|
|
3068
|
+
"trigger": "UJ7tKa_trigger"
|
|
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
|
-
"attachments": "QdFsVG_attachments",
|
|
3303
|
-
"pending": "QdFsVG_pending",
|
|
3304
|
-
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3305
|
-
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3306
|
-
"add": "QdFsVG_add",
|
|
3307
|
-
"chipLabel": "QdFsVG_chipLabel",
|
|
3308
|
-
"trailing": "QdFsVG_trailing",
|
|
3309
|
-
"scroll": "QdFsVG_scroll",
|
|
3310
3302
|
"tools": "QdFsVG_tools",
|
|
3311
|
-
"
|
|
3303
|
+
"input": "QdFsVG_input",
|
|
3312
3304
|
"textRef": "QdFsVG_textRef",
|
|
3313
|
-
"
|
|
3314
|
-
"
|
|
3315
|
-
"notice": "QdFsVG_notice",
|
|
3316
|
-
"accessory": "QdFsVG_accessory",
|
|
3317
|
-
"hint": "QdFsVG_hint",
|
|
3305
|
+
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3306
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3318
3307
|
"noticeError": "QdFsVG_noticeError",
|
|
3319
|
-
"
|
|
3308
|
+
"trailing": "QdFsVG_trailing",
|
|
3309
|
+
"retry": "QdFsVG_retry",
|
|
3310
|
+
"hint": "QdFsVG_hint",
|
|
3311
|
+
"add": "QdFsVG_add",
|
|
3312
|
+
"chip": "QdFsVG_chip",
|
|
3320
3313
|
"modes": "QdFsVG_modes",
|
|
3321
|
-
"hlToken": "QdFsVG_hlToken",
|
|
3322
|
-
"input": "QdFsVG_input",
|
|
3323
3314
|
"grow": "QdFsVG_grow",
|
|
3324
|
-
"
|
|
3325
|
-
"root": "QdFsVG_root",
|
|
3326
|
-
"input-pending": "QdFsVG_input-pending",
|
|
3315
|
+
"primary": "QdFsVG_primary",
|
|
3327
3316
|
"backdrop": "QdFsVG_backdrop",
|
|
3328
|
-
"
|
|
3317
|
+
"row": "QdFsVG_row",
|
|
3318
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3329
3319
|
"hlSegment": "QdFsVG_hlSegment",
|
|
3320
|
+
"chipLabel": "QdFsVG_chipLabel",
|
|
3321
|
+
"notice": "QdFsVG_notice",
|
|
3322
|
+
"accessory": "QdFsVG_accessory",
|
|
3323
|
+
"scroll": "QdFsVG_scroll",
|
|
3324
|
+
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3325
|
+
"mirror": "QdFsVG_mirror",
|
|
3326
|
+
"hlToken": "QdFsVG_hlToken",
|
|
3330
3327
|
"select": "QdFsVG_select",
|
|
3331
3328
|
"card": "QdFsVG_card",
|
|
3332
|
-
"
|
|
3329
|
+
"pending": "QdFsVG_pending",
|
|
3330
|
+
"attachments": "QdFsVG_attachments",
|
|
3331
|
+
"root": "QdFsVG_root",
|
|
3332
|
+
"hero": "QdFsVG_hero"
|
|
3333
3333
|
};
|
|
3334
3334
|
//#endregion
|
|
3335
3335
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -3411,7 +3411,7 @@ window.__ModuleLoader__.load({
|
|
|
3411
3411
|
const machineBusy = input?.phase === "adjudicating" || input?.phase === "submitting";
|
|
3412
3412
|
const workspaceTrigger = inert && !removed && onRequestWorkspace !== void 0;
|
|
3413
3413
|
const textareaDisabled = removed || locked && !workspaceTrigger;
|
|
3414
|
-
const canSteerQueue = !locked && !machineBusy && !commandMenuOpen && empty && running && subagent === null && input
|
|
3414
|
+
const canSteerQueue = !locked && !machineBusy && !commandMenuOpen && empty && running && subagent === null && (input?.queue.some((row) => row.placement === "queued") ?? false);
|
|
3415
3415
|
(0, react.useEffect)(() => {
|
|
3416
3416
|
if (input === void 0 || inputActions === void 0) return;
|
|
3417
3417
|
if (attachments.length !== input.imageIds.length) inputActions.pruneImages(attachments.map((attachment) => attachment.id));
|
|
@@ -3526,7 +3526,7 @@ window.__ModuleLoader__.load({
|
|
|
3526
3526
|
if (e.repeat) return;
|
|
3527
3527
|
if (locked || machineBusy) return;
|
|
3528
3528
|
const accelerated = e.ctrlKey || e.metaKey;
|
|
3529
|
-
if (
|
|
3529
|
+
if (canSteerQueue) {
|
|
3530
3530
|
keyboard.steerQueue();
|
|
3531
3531
|
return;
|
|
3532
3532
|
}
|
|
@@ -3980,12 +3980,12 @@ window.__ModuleLoader__.load({
|
|
|
3980
3980
|
document.head.appendChild(tag);
|
|
3981
3981
|
}
|
|
3982
3982
|
var EnterBehaviorRow_module_css_default = {
|
|
3983
|
+
"title": "ssSNSa_title",
|
|
3983
3984
|
"row": "ssSNSa_row",
|
|
3984
3985
|
"chevron": "ssSNSa_chevron",
|
|
3985
|
-
"title": "ssSNSa_title",
|
|
3986
3986
|
"desc": "ssSNSa_desc",
|
|
3987
|
-
"
|
|
3988
|
-
"
|
|
3987
|
+
"rowText": "ssSNSa_rowText",
|
|
3988
|
+
"selector": "ssSNSa_selector"
|
|
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
|
-
"
|
|
4062
|
-
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4063
|
-
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4064
|
-
"compactionBody": "DuLIaW_compactionBody",
|
|
4065
|
-
"retrySummary": "DuLIaW_retrySummary",
|
|
4066
|
-
"userRow": "DuLIaW_userRow",
|
|
4067
|
-
"contextRow": "DuLIaW_contextRow",
|
|
4061
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4068
4062
|
"userStack": "DuLIaW_userStack",
|
|
4069
|
-
"
|
|
4063
|
+
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4064
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4065
|
+
"compactionRow": "DuLIaW_compactionRow",
|
|
4066
|
+
"refChip": "DuLIaW_refChip",
|
|
4070
4067
|
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4068
|
+
"retryText": "DuLIaW_retryText",
|
|
4071
4069
|
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4072
|
-
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4073
|
-
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4074
4070
|
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4075
|
-
"bubble": "DuLIaW_bubble",
|
|
4076
|
-
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4077
|
-
"retryRow": "DuLIaW_retryRow",
|
|
4078
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4079
|
-
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4080
|
-
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4081
|
-
"refChip": "DuLIaW_refChip",
|
|
4082
4071
|
"compactionSep": "DuLIaW_compactionSep",
|
|
4072
|
+
"retryRow": "DuLIaW_retryRow",
|
|
4073
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4083
4074
|
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4084
|
-
"
|
|
4075
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4076
|
+
"bubble": "DuLIaW_bubble",
|
|
4077
|
+
"contextRow": "DuLIaW_contextRow",
|
|
4078
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4079
|
+
"userRow": "DuLIaW_userRow",
|
|
4080
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4085
4081
|
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4082
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4083
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4084
|
+
"retryDetails": "DuLIaW_retryDetails",
|
|
4085
|
+
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4086
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4087
|
+
"turnErrorCode": "DuLIaW_turnErrorCode"
|
|
4088
4088
|
};
|
|
4089
4089
|
//#endregion
|
|
4090
4090
|
//#region src/client/chat/CompactionItem.tsx
|
|
@@ -4157,28 +4157,28 @@ window.__ModuleLoader__.load({
|
|
|
4157
4157
|
}
|
|
4158
4158
|
var ContextBody_module_css_default = {
|
|
4159
4159
|
"recallLabel": "mBNGpa_recallLabel",
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4160
|
+
"entry": "mBNGpa_entry",
|
|
4161
|
+
"entryName": "mBNGpa_entryName",
|
|
4163
4162
|
"sections": "mBNGpa_sections",
|
|
4164
|
-
"
|
|
4165
|
-
"
|
|
4166
|
-
"sectionText": "mBNGpa_sectionText",
|
|
4167
|
-
"files": "mBNGpa_files",
|
|
4163
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4164
|
+
"recalls": "mBNGpa_recalls",
|
|
4168
4165
|
"filePath": "mBNGpa_filePath",
|
|
4169
4166
|
"fields": "mBNGpa_fields",
|
|
4167
|
+
"files": "mBNGpa_files",
|
|
4168
|
+
"fieldValue": "mBNGpa_fieldValue",
|
|
4169
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4170
|
+
"relaySender": "mBNGpa_relaySender",
|
|
4170
4171
|
"recall": "mBNGpa_recall",
|
|
4171
|
-
"
|
|
4172
|
-
"sectionName": "mBNGpa_sectionName",
|
|
4172
|
+
"field": "mBNGpa_field",
|
|
4173
4173
|
"entryDescription": "mBNGpa_entryDescription",
|
|
4174
|
-
"entry": "mBNGpa_entry",
|
|
4175
|
-
"entryName": "mBNGpa_entryName",
|
|
4176
|
-
"relaySender": "mBNGpa_relaySender",
|
|
4177
|
-
"fieldKey": "mBNGpa_fieldKey",
|
|
4178
4174
|
"text": "mBNGpa_text",
|
|
4179
|
-
"section": "mBNGpa_section",
|
|
4180
4175
|
"file": "mBNGpa_file",
|
|
4181
|
-
"
|
|
4176
|
+
"entries": "mBNGpa_entries",
|
|
4177
|
+
"section": "mBNGpa_section",
|
|
4178
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4179
|
+
"sectionText": "mBNGpa_sectionText",
|
|
4180
|
+
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4181
|
+
"fieldKey": "mBNGpa_fieldKey"
|
|
4182
4182
|
};
|
|
4183
4183
|
//#endregion
|
|
4184
4184
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4662,16 +4662,24 @@ window.__ModuleLoader__.load({
|
|
|
4662
4662
|
body: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(OpaqueBody, { ...props })
|
|
4663
4663
|
};
|
|
4664
4664
|
switch (form) {
|
|
4665
|
-
case "instructions":
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4665
|
+
case "instructions": {
|
|
4666
|
+
const changes = instructionChanges(props.source);
|
|
4667
|
+
if (changes === null) return opaque;
|
|
4668
|
+
return {
|
|
4669
|
+
rendered: "instructions",
|
|
4670
|
+
summary: props.t("message.context.instructions.summary", { count: changes.length }),
|
|
4671
|
+
body: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(InstructionsBody, { ...props })
|
|
4672
|
+
};
|
|
4673
|
+
}
|
|
4674
|
+
case "catalog": {
|
|
4675
|
+
const entries = catalogEntries(props.source);
|
|
4676
|
+
if (entries === null) return opaque;
|
|
4677
|
+
return {
|
|
4678
|
+
rendered: "catalog",
|
|
4679
|
+
summary: props.t("message.context.catalog.summary", { count: entries.length }),
|
|
4680
|
+
body: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(CatalogBody, { ...props })
|
|
4681
|
+
};
|
|
4682
|
+
}
|
|
4675
4683
|
case "snapshot": return snapshotSections(props.source) === null ? opaque : {
|
|
4676
4684
|
rendered: "snapshot",
|
|
4677
4685
|
summary: null,
|
|
@@ -4713,12 +4721,12 @@ window.__ModuleLoader__.load({
|
|
|
4713
4721
|
document.head.appendChild(tag);
|
|
4714
4722
|
}
|
|
4715
4723
|
var ContextInjectionRow_module_css_default = {
|
|
4716
|
-
"sep": "BCt95a_sep",
|
|
4717
|
-
"summary": "BCt95a_summary",
|
|
4718
4724
|
"root": "BCt95a_root",
|
|
4725
|
+
"sep": "BCt95a_sep",
|
|
4719
4726
|
"source": "BCt95a_source",
|
|
4720
|
-
"
|
|
4721
|
-
"
|
|
4727
|
+
"chevron": "BCt95a_chevron",
|
|
4728
|
+
"summary": "BCt95a_summary",
|
|
4729
|
+
"body": "BCt95a_body"
|
|
4722
4730
|
};
|
|
4723
4731
|
//#endregion
|
|
4724
4732
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -4813,12 +4821,12 @@ window.__ModuleLoader__.load({
|
|
|
4813
4821
|
document.head.appendChild(tag);
|
|
4814
4822
|
}
|
|
4815
4823
|
var MessageIconActions_module_css_default = {
|
|
4816
|
-
"
|
|
4817
|
-
"visuallyHidden": "vWo8Ba_visuallyHidden",
|
|
4818
|
-
"timeEnd": "vWo8Ba_timeEnd",
|
|
4824
|
+
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
4819
4825
|
"action": "vWo8Ba_action",
|
|
4826
|
+
"actions": "vWo8Ba_actions",
|
|
4820
4827
|
"timeStart": "vWo8Ba_timeStart",
|
|
4821
|
-
"
|
|
4828
|
+
"timeEnd": "vWo8Ba_timeEnd",
|
|
4829
|
+
"visuallyHidden": "vWo8Ba_visuallyHidden"
|
|
4822
4830
|
};
|
|
4823
4831
|
//#endregion
|
|
4824
4832
|
//#region src/client/chat/MessageIconActions.tsx
|
|
@@ -5211,19 +5219,19 @@ window.__ModuleLoader__.load({
|
|
|
5211
5219
|
document.head.appendChild(tag);
|
|
5212
5220
|
}
|
|
5213
5221
|
var ChatView_module_css_default = {
|
|
5214
|
-
"toBottom": "rzfPEq_toBottom",
|
|
5215
5222
|
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5216
|
-
"older": "rzfPEq_older",
|
|
5217
|
-
"callRow": "rzfPEq_callRow",
|
|
5218
|
-
"scroll": "rzfPEq_scroll",
|
|
5219
5223
|
"turnStatus": "rzfPEq_turnStatus",
|
|
5220
|
-
"
|
|
5221
|
-
"hint": "rzfPEq_hint",
|
|
5222
|
-
"column": "rzfPEq_column",
|
|
5224
|
+
"scroll": "rzfPEq_scroll",
|
|
5223
5225
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5226
|
+
"toBottom": "rzfPEq_toBottom",
|
|
5227
|
+
"column": "rzfPEq_column",
|
|
5224
5228
|
"openError": "rzfPEq_openError",
|
|
5229
|
+
"callRow": "rzfPEq_callRow",
|
|
5230
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5231
|
+
"older": "rzfPEq_older",
|
|
5225
5232
|
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5226
|
-
"
|
|
5233
|
+
"root": "rzfPEq_root",
|
|
5234
|
+
"hint": "rzfPEq_hint"
|
|
5227
5235
|
};
|
|
5228
5236
|
//#endregion
|
|
5229
5237
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -5330,7 +5338,7 @@ window.__ModuleLoader__.load({
|
|
|
5330
5338
|
return latest;
|
|
5331
5339
|
}
|
|
5332
5340
|
/** Turn-level model activity label retained across first-token, tool, and streaming phases. */
|
|
5333
|
-
function TurnStatus({ startTime, t }) {
|
|
5341
|
+
function TurnStatus({ startTime, pendingSteer, t }) {
|
|
5334
5342
|
const [mountedAt] = (0, react.useState)(() => Date.now());
|
|
5335
5343
|
const anchor = startTime ?? mountedAt;
|
|
5336
5344
|
const [elapsedMs, setElapsedMs] = (0, react.useState)(() => Math.max(0, Date.now() - anchor));
|
|
@@ -5349,11 +5357,18 @@ window.__ModuleLoader__.load({
|
|
|
5349
5357
|
className: ChatView_module_css_default.turnStatus,
|
|
5350
5358
|
role: "status",
|
|
5351
5359
|
"aria-live": "polite",
|
|
5352
|
-
children: [
|
|
5353
|
-
|
|
5354
|
-
"
|
|
5355
|
-
|
|
5356
|
-
|
|
5360
|
+
children: [
|
|
5361
|
+
t("chat.deepDiving"),
|
|
5362
|
+
pendingSteer > 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
5363
|
+
className: ChatView_module_css_default.turnStatusClock,
|
|
5364
|
+
children: t("chat.deepDiving.steered", { count: pendingSteer })
|
|
5365
|
+
}),
|
|
5366
|
+
showClock && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
5367
|
+
className: ChatView_module_css_default.turnStatusClock,
|
|
5368
|
+
"aria-hidden": true,
|
|
5369
|
+
children: formatRunDuration(elapsedMs, t)
|
|
5370
|
+
})
|
|
5371
|
+
]
|
|
5357
5372
|
});
|
|
5358
5373
|
}
|
|
5359
5374
|
/**
|
|
@@ -5577,6 +5592,7 @@ window.__ModuleLoader__.load({
|
|
|
5577
5592
|
}, nodeKey)),
|
|
5578
5593
|
running && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TurnStatus, {
|
|
5579
5594
|
startTime: runningTurnStart,
|
|
5595
|
+
pendingSteer: pendingSteering.length,
|
|
5580
5596
|
t
|
|
5581
5597
|
}),
|
|
5582
5598
|
pendingSteering.map((item) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PendingSteeringBubble, {
|
|
@@ -5700,15 +5716,15 @@ window.__ModuleLoader__.load({
|
|
|
5700
5716
|
document.head.appendChild(tag);
|
|
5701
5717
|
}
|
|
5702
5718
|
var ApprovalPanel_module_css_default = {
|
|
5703
|
-
"actionRow": "HtARWq_actionRow",
|
|
5704
5719
|
"headline": "HtARWq_headline",
|
|
5705
|
-
"
|
|
5706
|
-
"
|
|
5720
|
+
"reject": "HtARWq_reject",
|
|
5721
|
+
"command": "HtARWq_command",
|
|
5722
|
+
"dot": "HtARWq_dot",
|
|
5723
|
+
"actionRow": "HtARWq_actionRow",
|
|
5707
5724
|
"strip": "HtARWq_strip",
|
|
5725
|
+
"body": "HtARWq_body",
|
|
5708
5726
|
"root": "HtARWq_root",
|
|
5709
|
-
"
|
|
5710
|
-
"reject": "HtARWq_reject",
|
|
5711
|
-
"command": "HtARWq_command"
|
|
5727
|
+
"card": "HtARWq_card"
|
|
5712
5728
|
};
|
|
5713
5729
|
//#endregion
|
|
5714
5730
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -5820,7 +5836,7 @@ window.__ModuleLoader__.load({
|
|
|
5820
5836
|
"input.commands": "命令",
|
|
5821
5837
|
"input.stop": "停止生成",
|
|
5822
5838
|
"input.send": "发送消息",
|
|
5823
|
-
"placeholder.steerQueue": "
|
|
5839
|
+
"placeholder.steerQueue": "Enter 插话发送全部排队消息",
|
|
5824
5840
|
"input.accessMode": "访问模式,当前:{name}",
|
|
5825
5841
|
"image.dropTitle": "图片拖动到此处即可添加",
|
|
5826
5842
|
"image.dropDesc": "最多 {count} 张,每张 {size}",
|
|
@@ -5888,6 +5904,8 @@ window.__ModuleLoader__.load({
|
|
|
5888
5904
|
"chat.loadError": "历史加载失败:{message}({code})",
|
|
5889
5905
|
"chat.loadOlder": "加载更早",
|
|
5890
5906
|
"chat.toBottom": "回到底部",
|
|
5907
|
+
"chat.deepDiving": "Deep diving…",
|
|
5908
|
+
"chat.deepDiving.steered": "· 已插话 {count} 条(本轮继续)",
|
|
5891
5909
|
"message.extraBlock": "附加内容块",
|
|
5892
5910
|
"message.contextInjection": "上下文注入",
|
|
5893
5911
|
"message.contextRecall": "跨会话召回",
|
|
@@ -5895,8 +5913,10 @@ window.__ModuleLoader__.load({
|
|
|
5895
5913
|
"message.context.instructions.added": "已新增",
|
|
5896
5914
|
"message.context.instructions.updated": "已更新",
|
|
5897
5915
|
"message.context.instructions.removed": "已移除",
|
|
5916
|
+
"message.context.instructions.summary": "{count} 个文件",
|
|
5898
5917
|
"message.context.catalog.replaced": "替换目录",
|
|
5899
5918
|
"message.context.catalog.more": "…还有 {count} 条",
|
|
5919
|
+
"message.context.catalog.summary": "{count} 个 skill",
|
|
5900
5920
|
"message.context.snapshot.supersedes": "取代先前的快照",
|
|
5901
5921
|
"message.context.relay.from": "来自会话 {session}",
|
|
5902
5922
|
"message.context.recall.counts": "保留 {retained} 条 · 省略 {omitted} 条",
|
|
@@ -5985,7 +6005,7 @@ window.__ModuleLoader__.load({
|
|
|
5985
6005
|
"input.commands": "Commands",
|
|
5986
6006
|
"input.stop": "Stop generating",
|
|
5987
6007
|
"input.send": "Send message",
|
|
5988
|
-
"placeholder.steerQueue": "
|
|
6008
|
+
"placeholder.steerQueue": "Enter steers all queued messages",
|
|
5989
6009
|
"input.accessMode": "Access mode, current: {name}",
|
|
5990
6010
|
"image.dropTitle": "Drag images here to add them",
|
|
5991
6011
|
"image.dropDesc": "Up to {count} images, {size} each",
|
|
@@ -6053,6 +6073,8 @@ window.__ModuleLoader__.load({
|
|
|
6053
6073
|
"chat.loadError": "Failed to load history: {message} ({code})",
|
|
6054
6074
|
"chat.loadOlder": "Load earlier",
|
|
6055
6075
|
"chat.toBottom": "Back to bottom",
|
|
6076
|
+
"chat.deepDiving": "Deep diving…",
|
|
6077
|
+
"chat.deepDiving.steered": "· {count} steered (turn continues)",
|
|
6056
6078
|
"message.extraBlock": "Extra content block",
|
|
6057
6079
|
"message.contextInjection": "Context injection",
|
|
6058
6080
|
"message.contextRecall": "Session recall",
|
|
@@ -6060,8 +6082,10 @@ window.__ModuleLoader__.load({
|
|
|
6060
6082
|
"message.context.instructions.added": "added",
|
|
6061
6083
|
"message.context.instructions.updated": "updated",
|
|
6062
6084
|
"message.context.instructions.removed": "removed",
|
|
6085
|
+
"message.context.instructions.summary": "{count} files",
|
|
6063
6086
|
"message.context.catalog.replaced": "Replacement catalog",
|
|
6064
6087
|
"message.context.catalog.more": "… {count} more",
|
|
6088
|
+
"message.context.catalog.summary": "{count} skills",
|
|
6065
6089
|
"message.context.snapshot.supersedes": "Supersedes earlier snapshots",
|
|
6066
6090
|
"message.context.relay.from": "From session {session}",
|
|
6067
6091
|
"message.context.recall.counts": "{retained} kept · {omitted} omitted",
|
|
@@ -6147,21 +6171,21 @@ window.__ModuleLoader__.load({
|
|
|
6147
6171
|
document.head.appendChild(tag);
|
|
6148
6172
|
}
|
|
6149
6173
|
var TodoPanel_module_css_default = {
|
|
6150
|
-
"
|
|
6151
|
-
"
|
|
6152
|
-
"lead": "_S9Ibq_lead",
|
|
6153
|
-
"chevron": "_S9Ibq_chevron",
|
|
6154
|
-
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6155
|
-
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6174
|
+
"title": "_S9Ibq_title",
|
|
6175
|
+
"list": "_S9Ibq_list",
|
|
6156
6176
|
"glyphPending": "_S9Ibq_glyphPending",
|
|
6177
|
+
"lead": "_S9Ibq_lead",
|
|
6178
|
+
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6157
6179
|
"progress": "_S9Ibq_progress",
|
|
6180
|
+
"chevron": "_S9Ibq_chevron",
|
|
6158
6181
|
"content": "_S9Ibq_content",
|
|
6159
|
-
"
|
|
6182
|
+
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6160
6183
|
"header": "_S9Ibq_header",
|
|
6161
|
-
"
|
|
6184
|
+
"item": "_S9Ibq_item",
|
|
6162
6185
|
"body": "_S9Ibq_body",
|
|
6163
|
-
"
|
|
6164
|
-
"
|
|
6186
|
+
"glyph": "_S9Ibq_glyph",
|
|
6187
|
+
"root": "_S9Ibq_root",
|
|
6188
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted"
|
|
6165
6189
|
};
|
|
6166
6190
|
//#endregion
|
|
6167
6191
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6355,18 +6379,18 @@ window.__ModuleLoader__.load({
|
|
|
6355
6379
|
document.head.appendChild(tag);
|
|
6356
6380
|
}
|
|
6357
6381
|
var QueueDock_module_css_default = {
|
|
6358
|
-
"
|
|
6359
|
-
"preview": "u7UfBG_preview",
|
|
6360
|
-
"header": "u7UfBG_header",
|
|
6361
|
-
"count": "u7UfBG_count",
|
|
6382
|
+
"dock": "u7UfBG_dock",
|
|
6362
6383
|
"editor": "u7UfBG_editor",
|
|
6363
|
-
"panel": "u7UfBG_panel",
|
|
6364
6384
|
"action": "u7UfBG_action",
|
|
6365
|
-
"lead": "u7UfBG_lead",
|
|
6366
6385
|
"list": "u7UfBG_list",
|
|
6367
|
-
"
|
|
6386
|
+
"row": "u7UfBG_row",
|
|
6368
6387
|
"chevron": "u7UfBG_chevron",
|
|
6369
|
-
"
|
|
6388
|
+
"lead": "u7UfBG_lead",
|
|
6389
|
+
"header": "u7UfBG_header",
|
|
6390
|
+
"count": "u7UfBG_count",
|
|
6391
|
+
"actions": "u7UfBG_actions",
|
|
6392
|
+
"panel": "u7UfBG_panel",
|
|
6393
|
+
"preview": "u7UfBG_preview"
|
|
6370
6394
|
};
|
|
6371
6395
|
//#endregion
|
|
6372
6396
|
//#region src/client/queue/QueueDock.tsx
|
|
@@ -6624,23 +6648,23 @@ window.__ModuleLoader__.load({
|
|
|
6624
6648
|
document.head.appendChild(tag);
|
|
6625
6649
|
}
|
|
6626
6650
|
var HeroShell_module_css_default = {
|
|
6627
|
-
"markHitbox": "W1fuRW_markHitbox",
|
|
6628
|
-
"folder": "W1fuRW_folder",
|
|
6629
|
-
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6630
|
-
"mark": "W1fuRW_mark",
|
|
6631
6651
|
"hero-mark-nudge": "W1fuRW_hero-mark-nudge",
|
|
6632
|
-
"chevron": "W1fuRW_chevron",
|
|
6633
6652
|
"headlineText": "W1fuRW_headlineText",
|
|
6634
|
-
"
|
|
6635
|
-
"body": "W1fuRW_body",
|
|
6636
|
-
"workspace": "W1fuRW_workspace",
|
|
6637
|
-
"headline": "W1fuRW_headline",
|
|
6653
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6638
6654
|
"modalInput": "W1fuRW_modalInput",
|
|
6639
|
-
"
|
|
6655
|
+
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6656
|
+
"markHitbox": "W1fuRW_markHitbox",
|
|
6657
|
+
"headline": "W1fuRW_headline",
|
|
6640
6658
|
"root": "W1fuRW_root",
|
|
6641
|
-
"
|
|
6659
|
+
"folder": "W1fuRW_folder",
|
|
6660
|
+
"workspace": "W1fuRW_workspace",
|
|
6661
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6642
6662
|
"stack": "W1fuRW_stack",
|
|
6643
|
-
"
|
|
6663
|
+
"body": "W1fuRW_body",
|
|
6664
|
+
"chevron": "W1fuRW_chevron",
|
|
6665
|
+
"mark": "W1fuRW_mark",
|
|
6666
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6667
|
+
"modalError": "W1fuRW_modalError"
|
|
6644
6668
|
};
|
|
6645
6669
|
//#endregion
|
|
6646
6670
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -6790,28 +6814,28 @@ window.__ModuleLoader__.load({
|
|
|
6790
6814
|
document.head.appendChild(tag);
|
|
6791
6815
|
}
|
|
6792
6816
|
var ConversationRoot_module_css_default = {
|
|
6793
|
-
"composerSeat": "MBmynq_composerSeat",
|
|
6794
|
-
"crumbSeg": "MBmynq_crumbSeg",
|
|
6795
|
-
"crumbSep": "MBmynq_crumbSep",
|
|
6796
|
-
"crumbs": "MBmynq_crumbs",
|
|
6797
|
-
"headerActions": "MBmynq_headerActions",
|
|
6798
|
-
"viewArea": "MBmynq_viewArea",
|
|
6799
|
-
"heroGlow": "MBmynq_heroGlow",
|
|
6800
6817
|
"header": "MBmynq_header",
|
|
6818
|
+
"headerHidden": "MBmynq_headerHidden",
|
|
6801
6819
|
"tab": "MBmynq_tab",
|
|
6802
|
-
"
|
|
6820
|
+
"viewArea": "MBmynq_viewArea",
|
|
6803
6821
|
"scrollBody": "MBmynq_scrollBody",
|
|
6804
|
-
"tabs": "MBmynq_tabs",
|
|
6805
|
-
"composerStack": "MBmynq_composerStack",
|
|
6806
6822
|
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6807
|
-
"
|
|
6808
|
-
"
|
|
6809
|
-
"tabActive": "MBmynq_tabActive",
|
|
6823
|
+
"composerStack": "MBmynq_composerStack",
|
|
6824
|
+
"crumbSeg": "MBmynq_crumbSeg",
|
|
6810
6825
|
"composerHero": "MBmynq_composerHero",
|
|
6811
|
-
"
|
|
6826
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
6827
|
+
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6828
|
+
"crumbs": "MBmynq_crumbs",
|
|
6812
6829
|
"root": "MBmynq_root",
|
|
6830
|
+
"headerUtilities": "MBmynq_headerUtilities",
|
|
6831
|
+
"composerSeat": "MBmynq_composerSeat",
|
|
6813
6832
|
"titleCluster": "MBmynq_titleCluster",
|
|
6814
|
-
"
|
|
6833
|
+
"tabActive": "MBmynq_tabActive",
|
|
6834
|
+
"tabs": "MBmynq_tabs",
|
|
6835
|
+
"headerActions": "MBmynq_headerActions",
|
|
6836
|
+
"crumbSep": "MBmynq_crumbSep",
|
|
6837
|
+
"crumb": "MBmynq_crumb",
|
|
6838
|
+
"titleRow": "MBmynq_titleRow"
|
|
6815
6839
|
};
|
|
6816
6840
|
//#endregion
|
|
6817
6841
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7087,15 +7111,15 @@ window.__ModuleLoader__.load({
|
|
|
7087
7111
|
document.head.appendChild(tag);
|
|
7088
7112
|
}
|
|
7089
7113
|
var DetailsPanel_module_css_default = {
|
|
7090
|
-
"
|
|
7114
|
+
"close": "H9rWiW_close",
|
|
7091
7115
|
"title": "H9rWiW_title",
|
|
7116
|
+
"body": "H9rWiW_body",
|
|
7117
|
+
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7092
7118
|
"header": "H9rWiW_header",
|
|
7093
|
-
"root": "H9rWiW_root",
|
|
7094
7119
|
"empty": "H9rWiW_empty",
|
|
7095
|
-
"
|
|
7096
|
-
"body": "H9rWiW_body",
|
|
7120
|
+
"root": "H9rWiW_root",
|
|
7097
7121
|
"section": "H9rWiW_section",
|
|
7098
|
-
"
|
|
7122
|
+
"code": "H9rWiW_code"
|
|
7099
7123
|
};
|
|
7100
7124
|
//#endregion
|
|
7101
7125
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -8940,15 +8964,15 @@ window.__ModuleLoader__.load({
|
|
|
8940
8964
|
document.head.appendChild(tag);
|
|
8941
8965
|
}
|
|
8942
8966
|
var ReasoningRow_module_css_default = {
|
|
8943
|
-
"
|
|
8944
|
-
"title": "dc9yZG_title",
|
|
8945
|
-
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8967
|
+
"root": "dc9yZG_root",
|
|
8946
8968
|
"chevron": "dc9yZG_chevron",
|
|
8969
|
+
"separator": "dc9yZG_separator",
|
|
8970
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8971
|
+
"thinkBody": "dc9yZG_thinkBody",
|
|
8947
8972
|
"leading": "dc9yZG_leading",
|
|
8948
8973
|
"summary": "dc9yZG_summary",
|
|
8949
|
-
"root": "dc9yZG_root",
|
|
8950
8974
|
"row": "dc9yZG_row",
|
|
8951
|
-
"
|
|
8975
|
+
"title": "dc9yZG_title"
|
|
8952
8976
|
};
|
|
8953
8977
|
//#endregion
|
|
8954
8978
|
//#region src/client/chat/ReasoningRow.tsx
|
|
@@ -9033,10 +9057,10 @@ window.__ModuleLoader__.load({
|
|
|
9033
9057
|
document.head.appendChild(tag);
|
|
9034
9058
|
}
|
|
9035
9059
|
var AssistantMarkdown_module_css_default = {
|
|
9036
|
-
"actions": "wAd5ea_actions",
|
|
9037
9060
|
"body": "wAd5ea_body",
|
|
9061
|
+
"stopped": "wAd5ea_stopped",
|
|
9038
9062
|
"root": "wAd5ea_root",
|
|
9039
|
-
"
|
|
9063
|
+
"actions": "wAd5ea_actions"
|
|
9040
9064
|
};
|
|
9041
9065
|
//#endregion
|
|
9042
9066
|
//#region src/client/chat/AssistantMarkdown.tsx
|
|
@@ -9149,15 +9173,15 @@ window.__ModuleLoader__.load({
|
|
|
9149
9173
|
document.head.appendChild(tag);
|
|
9150
9174
|
}
|
|
9151
9175
|
var GenericCommandCard_module_css_default = {
|
|
9152
|
-
"
|
|
9176
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9177
|
+
"row": "Ga_JSG_row",
|
|
9178
|
+
"title": "Ga_JSG_title",
|
|
9153
9179
|
"chevron": "Ga_JSG_chevron",
|
|
9154
9180
|
"summary": "Ga_JSG_summary",
|
|
9181
|
+
"root": "Ga_JSG_root",
|
|
9155
9182
|
"separator": "Ga_JSG_separator",
|
|
9156
|
-
"
|
|
9157
|
-
"
|
|
9158
|
-
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9159
|
-
"leading": "Ga_JSG_leading",
|
|
9160
|
-
"body": "Ga_JSG_body"
|
|
9183
|
+
"body": "Ga_JSG_body",
|
|
9184
|
+
"leading": "Ga_JSG_leading"
|
|
9161
9185
|
};
|
|
9162
9186
|
//#endregion
|
|
9163
9187
|
//#region src/client/chat/GenericCommandCard.tsx
|
|
@@ -9292,8 +9316,8 @@ window.__ModuleLoader__.load({
|
|
|
9292
9316
|
document.head.appendChild(tag);
|
|
9293
9317
|
}
|
|
9294
9318
|
var TurnTailNodeView_module_css_default = {
|
|
9295
|
-
"
|
|
9296
|
-
"
|
|
9319
|
+
"root": "iH5gSa_root",
|
|
9320
|
+
"actions": "iH5gSa_actions"
|
|
9297
9321
|
};
|
|
9298
9322
|
//#endregion
|
|
9299
9323
|
//#region src/client/chat/TurnTailNodeView.tsx
|