@xrkseek/harness-cli 0.0.4 → 0.0.6
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 +3 -1
- package/dist/commands/plugin.d.ts +3 -0
- package/dist/commands/plugin.d.ts.map +1 -0
- package/dist/commands/plugin.js +100 -0
- package/dist/commands/plugin.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/parse-args.d.ts +3 -1
- package/dist/parse-args.d.ts.map +1 -1
- package/dist/parse-args.js +11 -0
- package/dist/parse-args.js.map +1 -1
- package/dist/plugin/classify.d.ts +18 -0
- package/dist/plugin/classify.d.ts.map +1 -0
- package/dist/plugin/classify.js +109 -0
- package/dist/plugin/classify.js.map +1 -0
- package/dist/plugin/fetch-pack.d.ts +16 -0
- package/dist/plugin/fetch-pack.d.ts.map +1 -0
- package/dist/plugin/fetch-pack.js +104 -0
- package/dist/plugin/fetch-pack.js.map +1 -0
- package/dist/plugin/index.d.ts +27 -0
- package/dist/plugin/index.d.ts.map +1 -0
- package/dist/plugin/index.js +109 -0
- package/dist/plugin/index.js.map +1 -0
- package/dist/plugin/install-client.d.ts +4 -0
- package/dist/plugin/install-client.d.ts.map +1 -0
- package/dist/plugin/install-client.js +34 -0
- package/dist/plugin/install-client.js.map +1 -0
- package/dist/plugin/install-process.d.ts +4 -0
- package/dist/plugin/install-process.d.ts.map +1 -0
- package/dist/plugin/install-process.js +46 -0
- package/dist/plugin/install-process.js.map +1 -0
- package/dist/plugin/inventory.d.ts +42 -0
- package/dist/plugin/inventory.d.ts.map +1 -0
- package/dist/plugin/inventory.js +105 -0
- package/dist/plugin/inventory.js.map +1 -0
- package/dist/plugin/remap-inject.d.ts +16 -0
- package/dist/plugin/remap-inject.d.ts.map +1 -0
- package/dist/plugin/remap-inject.js +52 -0
- package/dist/plugin/remap-inject.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +8 -2
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/README.md +2 -2
- package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/index.js +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts +22 -4
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js +21 -8
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/server-config/dist/home.d.ts +5 -0
- package/node_modules/@xrkseek/server-config/dist/home.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-config/dist/home.js +7 -0
- package/node_modules/@xrkseek/server-config/dist/home.js.map +1 -1
- package/node_modules/@xrkseek/server-config/dist/index.d.ts +4 -2
- package/node_modules/@xrkseek/server-config/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-config/dist/index.js +10 -1
- package/node_modules/@xrkseek/server-config/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +36 -36
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +154 -154
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
- 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 +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 +1 -1
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +52 -52
- 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 +42 -42
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +15 -15
- 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 +37 -37
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +145 -145
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +24 -24
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +55 -55
|
@@ -168,8 +168,8 @@ window.__ModuleLoader__.load({
|
|
|
168
168
|
document.head.appendChild(tag);
|
|
169
169
|
}
|
|
170
170
|
var AgentPresetLabel_module_css_default = {
|
|
171
|
-
"
|
|
172
|
-
"
|
|
171
|
+
"icon": "hnfq1a_icon",
|
|
172
|
+
"label": "hnfq1a_label"
|
|
173
173
|
};
|
|
174
174
|
//#endregion
|
|
175
175
|
//#region src/client/AgentPresetLabel.tsx
|
|
@@ -267,12 +267,12 @@ window.__ModuleLoader__.load({
|
|
|
267
267
|
document.head.appendChild(tag);
|
|
268
268
|
}
|
|
269
269
|
var AgentPresetRow_module_css_default = {
|
|
270
|
-
"
|
|
271
|
-
"row": "LQ3tzG_row",
|
|
270
|
+
"desc": "LQ3tzG_desc",
|
|
272
271
|
"chevron": "LQ3tzG_chevron",
|
|
273
|
-
"
|
|
272
|
+
"row": "LQ3tzG_row",
|
|
274
273
|
"rowText": "LQ3tzG_rowText",
|
|
275
|
-
"
|
|
274
|
+
"selector": "LQ3tzG_selector",
|
|
275
|
+
"title": "LQ3tzG_title"
|
|
276
276
|
};
|
|
277
277
|
//#endregion
|
|
278
278
|
//#region src/client/AgentPresetRow.tsx
|
|
@@ -342,17 +342,17 @@ window.__ModuleLoader__.load({
|
|
|
342
342
|
document.head.appendChild(tag);
|
|
343
343
|
}
|
|
344
344
|
var AgentPresetSeat_module_css_default = {
|
|
345
|
+
"item": "MwdynW_item",
|
|
346
|
+
"itemName": "MwdynW_itemName",
|
|
345
347
|
"itemDesc": "MwdynW_itemDesc",
|
|
346
|
-
"seat-char-in": "MwdynW_seat-char-in",
|
|
347
348
|
"introIcon": "MwdynW_introIcon",
|
|
348
349
|
"seatIcon": "MwdynW_seatIcon",
|
|
349
|
-
"introChar": "MwdynW_introChar",
|
|
350
|
-
"seat": "MwdynW_seat",
|
|
351
|
-
"introText": "MwdynW_introText",
|
|
352
350
|
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
353
351
|
"chevron": "MwdynW_chevron",
|
|
354
|
-
"
|
|
355
|
-
"
|
|
352
|
+
"seat-char-in": "MwdynW_seat-char-in",
|
|
353
|
+
"seat": "MwdynW_seat",
|
|
354
|
+
"introText": "MwdynW_introText",
|
|
355
|
+
"introChar": "MwdynW_introChar"
|
|
356
356
|
};
|
|
357
357
|
//#endregion
|
|
358
358
|
//#region src/client/AgentPresetSeat.tsx
|
|
@@ -960,40 +960,40 @@ window.__ModuleLoader__.load({
|
|
|
960
960
|
document.head.appendChild(tag);
|
|
961
961
|
}
|
|
962
962
|
var AgentPresetSection_module_css_default = {
|
|
963
|
-
"
|
|
964
|
-
"
|
|
963
|
+
"cardMain": "OFEzwG_cardMain",
|
|
964
|
+
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
965
|
+
"brokenBadge": "OFEzwG_brokenBadge",
|
|
966
|
+
"dialog": "OFEzwG_dialog",
|
|
965
967
|
"secondaryButton": "OFEzwG_secondaryButton",
|
|
966
|
-
"
|
|
968
|
+
"error": "OFEzwG_error",
|
|
969
|
+
"deleteDialog": "OFEzwG_deleteDialog",
|
|
970
|
+
"dialogFields": "OFEzwG_dialogFields",
|
|
971
|
+
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
972
|
+
"cardBrokenReason": "OFEzwG_cardBrokenReason",
|
|
967
973
|
"cardDesc": "OFEzwG_cardDesc",
|
|
968
974
|
"input": "OFEzwG_input",
|
|
969
|
-
"
|
|
975
|
+
"viewerCode": "OFEzwG_viewerCode",
|
|
970
976
|
"cardHead": "OFEzwG_cardHead",
|
|
971
|
-
"
|
|
972
|
-
"
|
|
973
|
-
"cardBroken": "OFEzwG_cardBroken",
|
|
974
|
-
"deleteDialog": "OFEzwG_deleteDialog",
|
|
975
|
-
"cardActive": "OFEzwG_cardActive",
|
|
976
|
-
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
977
|
-
"inUse": "OFEzwG_inUse",
|
|
977
|
+
"title": "OFEzwG_title",
|
|
978
|
+
"iconDanger": "OFEzwG_iconDanger",
|
|
978
979
|
"revealedPath": "OFEzwG_revealedPath",
|
|
979
|
-
"
|
|
980
|
+
"cardFoot": "OFEzwG_cardFoot",
|
|
980
981
|
"badge": "OFEzwG_badge",
|
|
981
|
-
"
|
|
982
|
-
"
|
|
983
|
-
"
|
|
984
|
-
"
|
|
982
|
+
"field": "OFEzwG_field",
|
|
983
|
+
"fieldLabel": "OFEzwG_fieldLabel",
|
|
984
|
+
"inUse": "OFEzwG_inUse",
|
|
985
|
+
"cardBroken": "OFEzwG_cardBroken",
|
|
985
986
|
"card": "OFEzwG_card",
|
|
987
|
+
"group": "OFEzwG_group",
|
|
986
988
|
"cards": "OFEzwG_cards",
|
|
989
|
+
"iconButton": "OFEzwG_iconButton",
|
|
990
|
+
"cardId": "OFEzwG_cardId",
|
|
991
|
+
"cardActive": "OFEzwG_cardActive",
|
|
987
992
|
"groupHead": "OFEzwG_groupHead",
|
|
988
|
-
"cardFoot": "OFEzwG_cardFoot",
|
|
989
|
-
"dialog": "OFEzwG_dialog",
|
|
990
|
-
"field": "OFEzwG_field",
|
|
991
|
-
"viewerCode": "OFEzwG_viewerCode",
|
|
992
|
-
"error": "OFEzwG_error",
|
|
993
|
-
"creatorButton": "OFEzwG_creatorButton",
|
|
994
993
|
"cardName": "OFEzwG_cardName",
|
|
995
|
-
"
|
|
996
|
-
"
|
|
994
|
+
"intro": "OFEzwG_intro",
|
|
995
|
+
"creatorButton": "OFEzwG_creatorButton",
|
|
996
|
+
"section": "OFEzwG_section"
|
|
997
997
|
};
|
|
998
998
|
//#endregion
|
|
999
999
|
//#region src/client/AgentPresetSection.tsx
|
|
@@ -855,18 +855,18 @@ window.__ModuleLoader__.load({
|
|
|
855
855
|
document.head.appendChild(tag);
|
|
856
856
|
}
|
|
857
857
|
var PopupSelectView_module_css_default = {
|
|
858
|
-
"
|
|
858
|
+
"label": "_7uhq5a_label",
|
|
859
859
|
"rowActive": "_7uhq5a_rowActive",
|
|
860
|
+
"check": "_7uhq5a_check",
|
|
860
861
|
"viewport": "_7uhq5a_viewport",
|
|
861
862
|
"status": "_7uhq5a_status",
|
|
862
|
-
"
|
|
863
|
-
"detail": "_7uhq5a_detail",
|
|
864
|
-
"row": "_7uhq5a_row",
|
|
865
|
-
"card": "_7uhq5a_card",
|
|
866
|
-
"label": "_7uhq5a_label",
|
|
867
|
-
"check": "_7uhq5a_check",
|
|
863
|
+
"retry": "_7uhq5a_retry",
|
|
868
864
|
"search": "_7uhq5a_search",
|
|
869
|
-
"
|
|
865
|
+
"row": "_7uhq5a_row",
|
|
866
|
+
"detail": "_7uhq5a_detail",
|
|
867
|
+
"errorText": "_7uhq5a_errorText",
|
|
868
|
+
"error": "_7uhq5a_error",
|
|
869
|
+
"card": "_7uhq5a_card"
|
|
870
870
|
};
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/client/PopupSelectView.tsx
|
|
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
|
|
|
2873
2873
|
document.head.appendChild(tag);
|
|
2874
2874
|
}
|
|
2875
2875
|
var ContextMeter_module_css_default = {
|
|
2876
|
-
"header": "bloECW_header",
|
|
2877
|
-
"percent": "bloECW_percent",
|
|
2878
|
-
"headline": "bloECW_headline",
|
|
2879
|
-
"root": "bloECW_root",
|
|
2880
|
-
"bar": "bloECW_bar",
|
|
2881
|
-
"fill": "bloECW_fill",
|
|
2882
2876
|
"panel": "bloECW_panel",
|
|
2883
|
-
"figures": "bloECW_figures",
|
|
2884
|
-
"colorSystem": "bloECW_colorSystem",
|
|
2885
2877
|
"colorTools": "bloECW_colorTools",
|
|
2886
2878
|
"swatch": "bloECW_swatch",
|
|
2879
|
+
"segment": "bloECW_segment",
|
|
2880
|
+
"root": "bloECW_root",
|
|
2881
|
+
"colorSystem": "bloECW_colorSystem",
|
|
2882
|
+
"bar": "bloECW_bar",
|
|
2887
2883
|
"colorMessages": "bloECW_colorMessages",
|
|
2888
|
-
"
|
|
2884
|
+
"fill": "bloECW_fill",
|
|
2889
2885
|
"row": "bloECW_row",
|
|
2890
2886
|
"trigger": "bloECW_trigger",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2887
|
+
"percent": "bloECW_percent",
|
|
2888
|
+
"rows": "bloECW_rows",
|
|
2889
|
+
"figures": "bloECW_figures",
|
|
2890
|
+
"track": "bloECW_track",
|
|
2891
|
+
"header": "bloECW_header",
|
|
2892
|
+
"headline": "bloECW_headline"
|
|
2893
2893
|
};
|
|
2894
2894
|
//#endregion
|
|
2895
2895
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3061,10 +3061,10 @@ window.__ModuleLoader__.load({
|
|
|
3061
3061
|
document.head.appendChild(tag);
|
|
3062
3062
|
}
|
|
3063
3063
|
var PermissionSelect_module_css_default = {
|
|
3064
|
+
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3065
|
+
"trigger": "UJ7tKa_trigger",
|
|
3064
3066
|
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3065
3067
|
"chevron": "UJ7tKa_chevron",
|
|
3066
|
-
"trigger": "UJ7tKa_trigger",
|
|
3067
|
-
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3068
3068
|
"chevronOpen": "UJ7tKa_chevronOpen"
|
|
3069
3069
|
};
|
|
3070
3070
|
//#endregion
|
|
@@ -3299,37 +3299,37 @@ window.__ModuleLoader__.load({
|
|
|
3299
3299
|
document.head.appendChild(tag);
|
|
3300
3300
|
}
|
|
3301
3301
|
var InputBar_module_css_default = {
|
|
3302
|
-
"
|
|
3303
|
-
"add": "QdFsVG_add",
|
|
3304
|
-
"chipLabel": "QdFsVG_chipLabel",
|
|
3305
|
-
"hint": "QdFsVG_hint",
|
|
3306
|
-
"retry": "QdFsVG_retry",
|
|
3302
|
+
"textRef": "QdFsVG_textRef",
|
|
3307
3303
|
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3308
|
-
"hero": "QdFsVG_hero",
|
|
3309
3304
|
"noticeError": "QdFsVG_noticeError",
|
|
3310
|
-
"
|
|
3311
|
-
"hlToken": "QdFsVG_hlToken",
|
|
3312
|
-
"textRef": "QdFsVG_textRef",
|
|
3313
|
-
"row": "QdFsVG_row",
|
|
3314
|
-
"card": "QdFsVG_card",
|
|
3305
|
+
"pending": "QdFsVG_pending",
|
|
3315
3306
|
"backdrop": "QdFsVG_backdrop",
|
|
3316
|
-
"
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3307
|
+
"notice": "QdFsVG_notice",
|
|
3308
|
+
"card": "QdFsVG_card",
|
|
3309
|
+
"chipLabel": "QdFsVG_chipLabel",
|
|
3310
|
+
"chip": "QdFsVG_chip",
|
|
3311
|
+
"add": "QdFsVG_add",
|
|
3312
|
+
"scroll": "QdFsVG_scroll",
|
|
3319
3313
|
"accessory": "QdFsVG_accessory",
|
|
3314
|
+
"grow": "QdFsVG_grow",
|
|
3315
|
+
"hlToken": "QdFsVG_hlToken",
|
|
3316
|
+
"modes": "QdFsVG_modes",
|
|
3320
3317
|
"trailing": "QdFsVG_trailing",
|
|
3318
|
+
"select": "QdFsVG_select",
|
|
3319
|
+
"retry": "QdFsVG_retry",
|
|
3320
|
+
"hint": "QdFsVG_hint",
|
|
3321
|
+
"root": "QdFsVG_root",
|
|
3322
|
+
"row": "QdFsVG_row",
|
|
3321
3323
|
"primary": "QdFsVG_primary",
|
|
3322
|
-
"notice": "QdFsVG_notice",
|
|
3323
|
-
"modes": "QdFsVG_modes",
|
|
3324
|
-
"attachments": "QdFsVG_attachments",
|
|
3325
|
-
"pending": "QdFsVG_pending",
|
|
3326
3324
|
"input": "QdFsVG_input",
|
|
3327
|
-
"
|
|
3328
|
-
"
|
|
3329
|
-
"scroll": "QdFsVG_scroll",
|
|
3325
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3326
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3330
3327
|
"mirror": "QdFsVG_mirror",
|
|
3328
|
+
"tools": "QdFsVG_tools",
|
|
3329
|
+
"hlSegment": "QdFsVG_hlSegment",
|
|
3330
|
+
"attachments": "QdFsVG_attachments",
|
|
3331
3331
|
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3332
|
-
"
|
|
3332
|
+
"hero": "QdFsVG_hero"
|
|
3333
3333
|
};
|
|
3334
3334
|
//#endregion
|
|
3335
3335
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -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",
|
|
3984
3983
|
"selector": "ssSNSa_selector",
|
|
3984
|
+
"title": "ssSNSa_title",
|
|
3985
|
+
"chevron": "ssSNSa_chevron",
|
|
3985
3986
|
"row": "ssSNSa_row",
|
|
3986
3987
|
"rowText": "ssSNSa_rowText",
|
|
3987
|
-
"desc": "ssSNSa_desc"
|
|
3988
|
-
"chevron": "ssSNSa_chevron"
|
|
3988
|
+
"desc": "ssSNSa_desc"
|
|
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
|
-
"
|
|
4063
|
-
"compactionSep": "DuLIaW_compactionSep",
|
|
4064
|
-
"retryText": "DuLIaW_retryText",
|
|
4065
|
-
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4066
|
-
"refChip": "DuLIaW_refChip",
|
|
4067
|
-
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4068
|
-
"retryRow": "DuLIaW_retryRow",
|
|
4069
|
-
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4070
|
-
"userStack": "DuLIaW_userStack",
|
|
4061
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4062
|
+
"contextRow": "DuLIaW_contextRow",
|
|
4071
4063
|
"userRow": "DuLIaW_userRow",
|
|
4072
|
-
"
|
|
4064
|
+
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4073
4065
|
"retrySummary": "DuLIaW_retrySummary",
|
|
4066
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4067
|
+
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4068
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4074
4069
|
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4075
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4076
4070
|
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4077
|
-
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4078
|
-
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4079
|
-
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4080
|
-
"compactionBody": "DuLIaW_compactionBody",
|
|
4081
4071
|
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4082
|
-
"
|
|
4083
|
-
"
|
|
4072
|
+
"userStack": "DuLIaW_userStack",
|
|
4073
|
+
"refChip": "DuLIaW_refChip",
|
|
4074
|
+
"retryDetails": "DuLIaW_retryDetails",
|
|
4075
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4084
4076
|
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4077
|
+
"retryRow": "DuLIaW_retryRow",
|
|
4085
4078
|
"compactionRow": "DuLIaW_compactionRow",
|
|
4079
|
+
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4080
|
+
"retryText": "DuLIaW_retryText",
|
|
4081
|
+
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4082
|
+
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4086
4083
|
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4087
|
-
"
|
|
4084
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4085
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4086
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4087
|
+
"bubble": "DuLIaW_bubble"
|
|
4088
4088
|
};
|
|
4089
4089
|
//#endregion
|
|
4090
4090
|
//#region src/client/chat/CompactionItem.tsx
|
|
@@ -4156,29 +4156,29 @@ window.__ModuleLoader__.load({
|
|
|
4156
4156
|
document.head.appendChild(tag);
|
|
4157
4157
|
}
|
|
4158
4158
|
var ContextBody_module_css_default = {
|
|
4159
|
-
"entry": "mBNGpa_entry",
|
|
4160
|
-
"file": "mBNGpa_file",
|
|
4161
|
-
"fieldValue": "mBNGpa_fieldValue",
|
|
4162
4159
|
"entries": "mBNGpa_entries",
|
|
4163
|
-
"entryDescription": "mBNGpa_entryDescription",
|
|
4164
|
-
"field": "mBNGpa_field",
|
|
4165
|
-
"sectionText": "mBNGpa_sectionText",
|
|
4166
4160
|
"files": "mBNGpa_files",
|
|
4167
4161
|
"fileAction": "mBNGpa_fileAction",
|
|
4168
|
-
"recallLabel": "mBNGpa_recallLabel",
|
|
4169
|
-
"relaySender": "mBNGpa_relaySender",
|
|
4170
|
-
"recallCounts": "mBNGpa_recallCounts",
|
|
4171
|
-
"sectionName": "mBNGpa_sectionName",
|
|
4172
4162
|
"filePath": "mBNGpa_filePath",
|
|
4173
|
-
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4174
|
-
"entryName": "mBNGpa_entryName",
|
|
4175
4163
|
"fieldKey": "mBNGpa_fieldKey",
|
|
4164
|
+
"recalls": "mBNGpa_recalls",
|
|
4165
|
+
"text": "mBNGpa_text",
|
|
4166
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4167
|
+
"fieldValue": "mBNGpa_fieldValue",
|
|
4168
|
+
"recallLabel": "mBNGpa_recallLabel",
|
|
4169
|
+
"field": "mBNGpa_field",
|
|
4176
4170
|
"sections": "mBNGpa_sections",
|
|
4177
|
-
"
|
|
4171
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4178
4172
|
"fields": "mBNGpa_fields",
|
|
4173
|
+
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4174
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4175
|
+
"entry": "mBNGpa_entry",
|
|
4176
|
+
"section": "mBNGpa_section",
|
|
4177
|
+
"file": "mBNGpa_file",
|
|
4178
|
+
"sectionText": "mBNGpa_sectionText",
|
|
4179
|
+
"relaySender": "mBNGpa_relaySender",
|
|
4179
4180
|
"recall": "mBNGpa_recall",
|
|
4180
|
-
"
|
|
4181
|
-
"text": "mBNGpa_text"
|
|
4181
|
+
"entryName": "mBNGpa_entryName"
|
|
4182
4182
|
};
|
|
4183
4183
|
//#endregion
|
|
4184
4184
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4713,12 +4713,12 @@ window.__ModuleLoader__.load({
|
|
|
4713
4713
|
document.head.appendChild(tag);
|
|
4714
4714
|
}
|
|
4715
4715
|
var ContextInjectionRow_module_css_default = {
|
|
4716
|
-
"root": "BCt95a_root",
|
|
4717
4716
|
"source": "BCt95a_source",
|
|
4718
|
-
"summary": "BCt95a_summary",
|
|
4719
4717
|
"chevron": "BCt95a_chevron",
|
|
4718
|
+
"sep": "BCt95a_sep",
|
|
4719
|
+
"summary": "BCt95a_summary",
|
|
4720
4720
|
"body": "BCt95a_body",
|
|
4721
|
-
"
|
|
4721
|
+
"root": "BCt95a_root"
|
|
4722
4722
|
};
|
|
4723
4723
|
//#endregion
|
|
4724
4724
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -4813,12 +4813,12 @@ window.__ModuleLoader__.load({
|
|
|
4813
4813
|
document.head.appendChild(tag);
|
|
4814
4814
|
}
|
|
4815
4815
|
var MessageIconActions_module_css_default = {
|
|
4816
|
-
"
|
|
4816
|
+
"action": "vWo8Ba_action",
|
|
4817
4817
|
"timeStart": "vWo8Ba_timeStart",
|
|
4818
|
-
"
|
|
4818
|
+
"timeEnd": "vWo8Ba_timeEnd",
|
|
4819
4819
|
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
4820
4820
|
"actions": "vWo8Ba_actions",
|
|
4821
|
-
"
|
|
4821
|
+
"visuallyHidden": "vWo8Ba_visuallyHidden"
|
|
4822
4822
|
};
|
|
4823
4823
|
//#endregion
|
|
4824
4824
|
//#region src/client/chat/MessageIconActions.tsx
|
|
@@ -5211,19 +5211,19 @@ window.__ModuleLoader__.load({
|
|
|
5211
5211
|
document.head.appendChild(tag);
|
|
5212
5212
|
}
|
|
5213
5213
|
var ChatView_module_css_default = {
|
|
5214
|
-
"
|
|
5214
|
+
"turnStatus": "rzfPEq_turnStatus",
|
|
5215
5215
|
"column": "rzfPEq_column",
|
|
5216
|
-
"older": "rzfPEq_older",
|
|
5217
|
-
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5218
|
-
"flowItem": "rzfPEq_flowItem",
|
|
5219
|
-
"toBottom": "rzfPEq_toBottom",
|
|
5220
5216
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5221
|
-
"
|
|
5222
|
-
"root": "rzfPEq_root",
|
|
5223
|
-
"turnStatus": "rzfPEq_turnStatus",
|
|
5217
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5224
5218
|
"callRow": "rzfPEq_callRow",
|
|
5219
|
+
"scroll": "rzfPEq_scroll",
|
|
5225
5220
|
"hint": "rzfPEq_hint",
|
|
5226
|
-
"
|
|
5221
|
+
"toBottom": "rzfPEq_toBottom",
|
|
5222
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5223
|
+
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5224
|
+
"openError": "rzfPEq_openError",
|
|
5225
|
+
"older": "rzfPEq_older",
|
|
5226
|
+
"root": "rzfPEq_root"
|
|
5227
5227
|
};
|
|
5228
5228
|
//#endregion
|
|
5229
5229
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -5700,15 +5700,15 @@ window.__ModuleLoader__.load({
|
|
|
5700
5700
|
document.head.appendChild(tag);
|
|
5701
5701
|
}
|
|
5702
5702
|
var ApprovalPanel_module_css_default = {
|
|
5703
|
+
"body": "HtARWq_body",
|
|
5703
5704
|
"dot": "HtARWq_dot",
|
|
5704
|
-
"command": "HtARWq_command",
|
|
5705
|
-
"strip": "HtARWq_strip",
|
|
5706
5705
|
"headline": "HtARWq_headline",
|
|
5707
|
-
"root": "HtARWq_root",
|
|
5708
|
-
"card": "HtARWq_card",
|
|
5709
5706
|
"actionRow": "HtARWq_actionRow",
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5707
|
+
"root": "HtARWq_root",
|
|
5708
|
+
"command": "HtARWq_command",
|
|
5709
|
+
"reject": "HtARWq_reject",
|
|
5710
|
+
"strip": "HtARWq_strip",
|
|
5711
|
+
"card": "HtARWq_card"
|
|
5712
5712
|
};
|
|
5713
5713
|
//#endregion
|
|
5714
5714
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6147,21 +6147,21 @@ window.__ModuleLoader__.load({
|
|
|
6147
6147
|
document.head.appendChild(tag);
|
|
6148
6148
|
}
|
|
6149
6149
|
var TodoPanel_module_css_default = {
|
|
6150
|
-
"header": "_S9Ibq_header",
|
|
6151
|
-
"lead": "_S9Ibq_lead",
|
|
6152
|
-
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6153
|
-
"chevron": "_S9Ibq_chevron",
|
|
6154
6150
|
"root": "_S9Ibq_root",
|
|
6151
|
+
"progress": "_S9Ibq_progress",
|
|
6152
|
+
"glyphPending": "_S9Ibq_glyphPending",
|
|
6153
|
+
"content": "_S9Ibq_content",
|
|
6154
|
+
"glyph": "_S9Ibq_glyph",
|
|
6155
|
+
"title": "_S9Ibq_title",
|
|
6156
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6157
|
+
"header": "_S9Ibq_header",
|
|
6155
6158
|
"item": "_S9Ibq_item",
|
|
6159
|
+
"lead": "_S9Ibq_lead",
|
|
6160
|
+
"body": "_S9Ibq_body",
|
|
6156
6161
|
"list": "_S9Ibq_list",
|
|
6157
6162
|
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6158
|
-
"
|
|
6159
|
-
"
|
|
6160
|
-
"glyphPending": "_S9Ibq_glyphPending",
|
|
6161
|
-
"progress": "_S9Ibq_progress",
|
|
6162
|
-
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6163
|
-
"content": "_S9Ibq_content",
|
|
6164
|
-
"glyph": "_S9Ibq_glyph"
|
|
6163
|
+
"chevron": "_S9Ibq_chevron",
|
|
6164
|
+
"glyphProgress": "_S9Ibq_glyphProgress"
|
|
6165
6165
|
};
|
|
6166
6166
|
//#endregion
|
|
6167
6167
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
|
|
|
6355
6355
|
document.head.appendChild(tag);
|
|
6356
6356
|
}
|
|
6357
6357
|
var QueueDock_module_css_default = {
|
|
6358
|
-
"
|
|
6358
|
+
"actions": "u7UfBG_actions",
|
|
6359
|
+
"list": "u7UfBG_list",
|
|
6360
|
+
"count": "u7UfBG_count",
|
|
6361
|
+
"dock": "u7UfBG_dock",
|
|
6362
|
+
"header": "u7UfBG_header",
|
|
6359
6363
|
"row": "u7UfBG_row",
|
|
6360
6364
|
"preview": "u7UfBG_preview",
|
|
6365
|
+
"panel": "u7UfBG_panel",
|
|
6361
6366
|
"editor": "u7UfBG_editor",
|
|
6362
6367
|
"action": "u7UfBG_action",
|
|
6363
6368
|
"chevron": "u7UfBG_chevron",
|
|
6364
|
-
"
|
|
6365
|
-
"lead": "u7UfBG_lead",
|
|
6366
|
-
"header": "u7UfBG_header",
|
|
6367
|
-
"list": "u7UfBG_list",
|
|
6368
|
-
"count": "u7UfBG_count",
|
|
6369
|
-
"dock": "u7UfBG_dock"
|
|
6369
|
+
"lead": "u7UfBG_lead"
|
|
6370
6370
|
};
|
|
6371
6371
|
//#endregion
|
|
6372
6372
|
//#region src/client/queue/QueueDock.tsx
|
|
@@ -6624,23 +6624,23 @@ window.__ModuleLoader__.load({
|
|
|
6624
6624
|
document.head.appendChild(tag);
|
|
6625
6625
|
}
|
|
6626
6626
|
var HeroShell_module_css_default = {
|
|
6627
|
-
"headlineText": "W1fuRW_headlineText",
|
|
6628
6627
|
"markHitbox": "W1fuRW_markHitbox",
|
|
6629
|
-
"body": "W1fuRW_body",
|
|
6630
6628
|
"modalAction": "W1fuRW_modalAction",
|
|
6631
|
-
"
|
|
6629
|
+
"body": "W1fuRW_body",
|
|
6630
|
+
"folder": "W1fuRW_folder",
|
|
6631
|
+
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6632
|
+
"root": "W1fuRW_root",
|
|
6632
6633
|
"stack": "W1fuRW_stack",
|
|
6633
6634
|
"hero-mark-nudge": "W1fuRW_hero-mark-nudge",
|
|
6634
|
-
"
|
|
6635
|
+
"headlineText": "W1fuRW_headlineText",
|
|
6636
|
+
"modalInput": "W1fuRW_modalInput",
|
|
6635
6637
|
"chevron": "W1fuRW_chevron",
|
|
6638
|
+
"mark": "W1fuRW_mark",
|
|
6636
6639
|
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6637
|
-
"modalInput": "W1fuRW_modalInput",
|
|
6638
|
-
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6639
|
-
"root": "W1fuRW_root",
|
|
6640
|
-
"headline": "W1fuRW_headline",
|
|
6641
6640
|
"workspace": "W1fuRW_workspace",
|
|
6642
|
-
"
|
|
6643
|
-
"
|
|
6641
|
+
"headline": "W1fuRW_headline",
|
|
6642
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6643
|
+
"modalError": "W1fuRW_modalError"
|
|
6644
6644
|
};
|
|
6645
6645
|
//#endregion
|
|
6646
6646
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -6790,27 +6790,27 @@ window.__ModuleLoader__.load({
|
|
|
6790
6790
|
document.head.appendChild(tag);
|
|
6791
6791
|
}
|
|
6792
6792
|
var ConversationRoot_module_css_default = {
|
|
6793
|
-
"
|
|
6794
|
-
"
|
|
6795
|
-
"
|
|
6796
|
-
"crumbs": "MBmynq_crumbs",
|
|
6797
|
-
"root": "MBmynq_root",
|
|
6793
|
+
"tabActive": "MBmynq_tabActive",
|
|
6794
|
+
"header": "MBmynq_header",
|
|
6795
|
+
"headerActions": "MBmynq_headerActions",
|
|
6798
6796
|
"tab": "MBmynq_tab",
|
|
6799
|
-
"headerHidden": "MBmynq_headerHidden",
|
|
6800
6797
|
"headerUtilities": "MBmynq_headerUtilities",
|
|
6801
|
-
"
|
|
6802
|
-
"
|
|
6798
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
6799
|
+
"crumb": "MBmynq_crumb",
|
|
6800
|
+
"crumbSep": "MBmynq_crumbSep",
|
|
6801
|
+
"crumbs": "MBmynq_crumbs",
|
|
6803
6802
|
"crumbSeg": "MBmynq_crumbSeg",
|
|
6803
|
+
"scrollBody": "MBmynq_scrollBody",
|
|
6804
|
+
"composerHero": "MBmynq_composerHero",
|
|
6805
|
+
"titleRow": "MBmynq_titleRow",
|
|
6804
6806
|
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6805
6807
|
"heroGlow": "MBmynq_heroGlow",
|
|
6806
|
-
"
|
|
6807
|
-
"crumbSep": "MBmynq_crumbSep",
|
|
6808
|
-
"headerActions": "MBmynq_headerActions",
|
|
6809
|
-
"composerStack": "MBmynq_composerStack",
|
|
6810
|
-
"header": "MBmynq_header",
|
|
6811
|
-
"crumb": "MBmynq_crumb",
|
|
6808
|
+
"headerHidden": "MBmynq_headerHidden",
|
|
6812
6809
|
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6813
6810
|
"tabs": "MBmynq_tabs",
|
|
6811
|
+
"root": "MBmynq_root",
|
|
6812
|
+
"viewArea": "MBmynq_viewArea",
|
|
6813
|
+
"composerStack": "MBmynq_composerStack",
|
|
6814
6814
|
"composerSeat": "MBmynq_composerSeat"
|
|
6815
6815
|
};
|
|
6816
6816
|
//#endregion
|
|
@@ -7087,15 +7087,15 @@ window.__ModuleLoader__.load({
|
|
|
7087
7087
|
document.head.appendChild(tag);
|
|
7088
7088
|
}
|
|
7089
7089
|
var DetailsPanel_module_css_default = {
|
|
7090
|
+
"section": "H9rWiW_section",
|
|
7090
7091
|
"code": "H9rWiW_code",
|
|
7091
|
-
"empty": "H9rWiW_empty",
|
|
7092
|
-
"title": "H9rWiW_title",
|
|
7093
7092
|
"body": "H9rWiW_body",
|
|
7094
7093
|
"header": "H9rWiW_header",
|
|
7095
|
-
"
|
|
7094
|
+
"title": "H9rWiW_title",
|
|
7095
|
+
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7096
|
+
"empty": "H9rWiW_empty",
|
|
7096
7097
|
"root": "H9rWiW_root",
|
|
7097
|
-
"
|
|
7098
|
-
"sectionLabel": "H9rWiW_sectionLabel"
|
|
7098
|
+
"close": "H9rWiW_close"
|
|
7099
7099
|
};
|
|
7100
7100
|
//#endregion
|
|
7101
7101
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -8954,15 +8954,15 @@ window.__ModuleLoader__.load({
|
|
|
8954
8954
|
document.head.appendChild(tag);
|
|
8955
8955
|
}
|
|
8956
8956
|
var ReasoningRow_module_css_default = {
|
|
8957
|
+
"root": "dc9yZG_root",
|
|
8957
8958
|
"row": "dc9yZG_row",
|
|
8958
|
-
"separator": "dc9yZG_separator",
|
|
8959
|
-
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8960
8959
|
"chevron": "dc9yZG_chevron",
|
|
8961
8960
|
"leading": "dc9yZG_leading",
|
|
8962
|
-
"thinkBody": "dc9yZG_thinkBody",
|
|
8963
8961
|
"summary": "dc9yZG_summary",
|
|
8964
|
-
"
|
|
8965
|
-
"
|
|
8962
|
+
"title": "dc9yZG_title",
|
|
8963
|
+
"separator": "dc9yZG_separator",
|
|
8964
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8965
|
+
"thinkBody": "dc9yZG_thinkBody"
|
|
8966
8966
|
};
|
|
8967
8967
|
//#endregion
|
|
8968
8968
|
//#region src/client/chat/ReasoningRow.tsx
|
|
@@ -9047,10 +9047,10 @@ window.__ModuleLoader__.load({
|
|
|
9047
9047
|
document.head.appendChild(tag);
|
|
9048
9048
|
}
|
|
9049
9049
|
var AssistantMarkdown_module_css_default = {
|
|
9050
|
-
"actions": "wAd5ea_actions",
|
|
9051
9050
|
"root": "wAd5ea_root",
|
|
9051
|
+
"body": "wAd5ea_body",
|
|
9052
9052
|
"stopped": "wAd5ea_stopped",
|
|
9053
|
-
"
|
|
9053
|
+
"actions": "wAd5ea_actions"
|
|
9054
9054
|
};
|
|
9055
9055
|
//#endregion
|
|
9056
9056
|
//#region src/client/chat/AssistantMarkdown.tsx
|
|
@@ -9163,15 +9163,15 @@ window.__ModuleLoader__.load({
|
|
|
9163
9163
|
document.head.appendChild(tag);
|
|
9164
9164
|
}
|
|
9165
9165
|
var GenericCommandCard_module_css_default = {
|
|
9166
|
+
"summary": "Ga_JSG_summary",
|
|
9167
|
+
"body": "Ga_JSG_body",
|
|
9166
9168
|
"root": "Ga_JSG_root",
|
|
9167
|
-
"separator": "Ga_JSG_separator",
|
|
9168
9169
|
"row": "Ga_JSG_row",
|
|
9170
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9171
|
+
"leading": "Ga_JSG_leading",
|
|
9169
9172
|
"chevron": "Ga_JSG_chevron",
|
|
9170
|
-
"body": "Ga_JSG_body",
|
|
9171
9173
|
"title": "Ga_JSG_title",
|
|
9172
|
-
"
|
|
9173
|
-
"leading": "Ga_JSG_leading",
|
|
9174
|
-
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep"
|
|
9174
|
+
"separator": "Ga_JSG_separator"
|
|
9175
9175
|
};
|
|
9176
9176
|
//#endregion
|
|
9177
9177
|
//#region src/client/chat/GenericCommandCard.tsx
|
|
@@ -9306,8 +9306,8 @@ window.__ModuleLoader__.load({
|
|
|
9306
9306
|
document.head.appendChild(tag);
|
|
9307
9307
|
}
|
|
9308
9308
|
var TurnTailNodeView_module_css_default = {
|
|
9309
|
-
"
|
|
9310
|
-
"
|
|
9309
|
+
"actions": "iH5gSa_actions",
|
|
9310
|
+
"root": "iH5gSa_root"
|
|
9311
9311
|
};
|
|
9312
9312
|
//#endregion
|
|
9313
9313
|
//#region src/client/chat/TurnTailNodeView.tsx
|