@xrkseek/harness-cli 0.0.8 → 0.0.10
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/dist/commands/serve.d.ts.map +1 -1
- package/dist/commands/serve.js +25 -5
- package/dist/commands/serve.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +6 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.js +1 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +8 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +5 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.js +2 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +4 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/attach-http.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/attach-http.js +33 -4
- package/node_modules/@xrkseek/server-face/dist/attach-http.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js +9 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +27 -21
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js +9 -1
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/index.js +2 -0
- package/node_modules/@xrkseek/workspace/dist/index.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-ui-agent-preset/client.js +34 -34
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +157 -157
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +4 -4
- 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 +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +16 -16
- 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 +17 -17
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +51 -51
- 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 +13 -13
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +40 -40
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +143 -143
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +28 -28
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
|
@@ -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
|
+
"root": "_EvZDq_root",
|
|
2687
|
+
"sep": "_EvZDq_sep"
|
|
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
|
-
"colorTools": "bloECW_colorTools",
|
|
2877
|
-
"rows": "bloECW_rows",
|
|
2878
2876
|
"headline": "bloECW_headline",
|
|
2877
|
+
"row": "bloECW_row",
|
|
2879
2878
|
"bar": "bloECW_bar",
|
|
2880
|
-
"header": "bloECW_header",
|
|
2881
|
-
"swatch": "bloECW_swatch",
|
|
2882
|
-
"colorMessages": "bloECW_colorMessages",
|
|
2883
2879
|
"root": "bloECW_root",
|
|
2884
2880
|
"figures": "bloECW_figures",
|
|
2885
|
-
"
|
|
2886
|
-
"
|
|
2881
|
+
"header": "bloECW_header",
|
|
2882
|
+
"colorMessages": "bloECW_colorMessages",
|
|
2887
2883
|
"colorSystem": "bloECW_colorSystem",
|
|
2884
|
+
"percent": "bloECW_percent",
|
|
2885
|
+
"track": "bloECW_track",
|
|
2888
2886
|
"panel": "bloECW_panel",
|
|
2889
|
-
"trigger": "bloECW_trigger",
|
|
2890
2887
|
"segment": "bloECW_segment",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2888
|
+
"swatch": "bloECW_swatch",
|
|
2889
|
+
"trigger": "bloECW_trigger",
|
|
2890
|
+
"rows": "bloECW_rows",
|
|
2891
|
+
"colorTools": "bloECW_colorTools",
|
|
2892
|
+
"fill": "bloECW_fill"
|
|
2893
2893
|
};
|
|
2894
2894
|
//#endregion
|
|
2895
2895
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3062,10 +3062,10 @@ window.__ModuleLoader__.load({
|
|
|
3062
3062
|
}
|
|
3063
3063
|
var PermissionSelect_module_css_default = {
|
|
3064
3064
|
"trigger": "UJ7tKa_trigger",
|
|
3065
|
+
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3065
3066
|
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3066
|
-
"chevron": "UJ7tKa_chevron",
|
|
3067
3067
|
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3068
|
-
"
|
|
3068
|
+
"chevron": "UJ7tKa_chevron"
|
|
3069
3069
|
};
|
|
3070
3070
|
//#endregion
|
|
3071
3071
|
//#region src/client/skeleton/PermissionSelect.tsx
|
|
@@ -3299,37 +3299,37 @@ window.__ModuleLoader__.load({
|
|
|
3299
3299
|
document.head.appendChild(tag);
|
|
3300
3300
|
}
|
|
3301
3301
|
var InputBar_module_css_default = {
|
|
3302
|
-
"root": "QdFsVG_root",
|
|
3303
3302
|
"attachments": "QdFsVG_attachments",
|
|
3304
|
-
"
|
|
3305
|
-
"backdrop": "QdFsVG_backdrop",
|
|
3306
|
-
"grow": "QdFsVG_grow",
|
|
3307
|
-
"noticeError": "QdFsVG_noticeError",
|
|
3308
|
-
"input-pending": "QdFsVG_input-pending",
|
|
3309
|
-
"chipLabel": "QdFsVG_chipLabel",
|
|
3303
|
+
"pending": "QdFsVG_pending",
|
|
3310
3304
|
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3311
3305
|
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3312
|
-
"hint": "QdFsVG_hint",
|
|
3313
3306
|
"add": "QdFsVG_add",
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3307
|
+
"chipLabel": "QdFsVG_chipLabel",
|
|
3308
|
+
"trailing": "QdFsVG_trailing",
|
|
3309
|
+
"scroll": "QdFsVG_scroll",
|
|
3310
|
+
"tools": "QdFsVG_tools",
|
|
3311
|
+
"chip": "QdFsVG_chip",
|
|
3316
3312
|
"textRef": "QdFsVG_textRef",
|
|
3313
|
+
"hero": "QdFsVG_hero",
|
|
3317
3314
|
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3318
|
-
"primary": "QdFsVG_primary",
|
|
3319
|
-
"scroll": "QdFsVG_scroll",
|
|
3320
|
-
"card": "QdFsVG_card",
|
|
3321
|
-
"hlToken": "QdFsVG_hlToken",
|
|
3322
|
-
"hlSegment": "QdFsVG_hlSegment",
|
|
3323
3315
|
"notice": "QdFsVG_notice",
|
|
3324
3316
|
"accessory": "QdFsVG_accessory",
|
|
3317
|
+
"hint": "QdFsVG_hint",
|
|
3318
|
+
"noticeError": "QdFsVG_noticeError",
|
|
3319
|
+
"mirror": "QdFsVG_mirror",
|
|
3325
3320
|
"modes": "QdFsVG_modes",
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3328
|
-
"
|
|
3321
|
+
"hlToken": "QdFsVG_hlToken",
|
|
3322
|
+
"input": "QdFsVG_input",
|
|
3323
|
+
"grow": "QdFsVG_grow",
|
|
3329
3324
|
"row": "QdFsVG_row",
|
|
3330
|
-
"
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3325
|
+
"root": "QdFsVG_root",
|
|
3326
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3327
|
+
"backdrop": "QdFsVG_backdrop",
|
|
3328
|
+
"retry": "QdFsVG_retry",
|
|
3329
|
+
"hlSegment": "QdFsVG_hlSegment",
|
|
3330
|
+
"select": "QdFsVG_select",
|
|
3331
|
+
"card": "QdFsVG_card",
|
|
3332
|
+
"primary": "QdFsVG_primary"
|
|
3333
3333
|
};
|
|
3334
3334
|
//#endregion
|
|
3335
3335
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -3981,11 +3981,11 @@ window.__ModuleLoader__.load({
|
|
|
3981
3981
|
}
|
|
3982
3982
|
var EnterBehaviorRow_module_css_default = {
|
|
3983
3983
|
"row": "ssSNSa_row",
|
|
3984
|
-
"
|
|
3984
|
+
"chevron": "ssSNSa_chevron",
|
|
3985
3985
|
"title": "ssSNSa_title",
|
|
3986
|
-
"selector": "ssSNSa_selector",
|
|
3987
3986
|
"desc": "ssSNSa_desc",
|
|
3988
|
-
"
|
|
3987
|
+
"selector": "ssSNSa_selector",
|
|
3988
|
+
"rowText": "ssSNSa_rowText"
|
|
3989
3989
|
};
|
|
3990
3990
|
//#endregion
|
|
3991
3991
|
//#region src/client/settings/EnterBehaviorRow.tsx
|
|
@@ -4058,33 +4058,33 @@ window.__ModuleLoader__.load({
|
|
|
4058
4058
|
document.head.appendChild(tag);
|
|
4059
4059
|
}
|
|
4060
4060
|
var MessageItem_module_css_default = {
|
|
4061
|
-
"refChip": "DuLIaW_refChip",
|
|
4062
|
-
"userStack": "DuLIaW_userStack",
|
|
4063
|
-
"userRow": "DuLIaW_userRow",
|
|
4064
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4065
|
-
"compactionSep": "DuLIaW_compactionSep",
|
|
4066
4061
|
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4067
|
-
"
|
|
4068
|
-
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4069
|
-
"compactionRow": "DuLIaW_compactionRow",
|
|
4070
|
-
"retryDetails": "DuLIaW_retryDetails",
|
|
4071
|
-
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4072
|
-
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4073
|
-
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4074
|
-
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4075
|
-
"contextRow": "DuLIaW_contextRow",
|
|
4062
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4076
4063
|
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4077
|
-
"
|
|
4064
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4078
4065
|
"retrySummary": "DuLIaW_retrySummary",
|
|
4066
|
+
"userRow": "DuLIaW_userRow",
|
|
4067
|
+
"contextRow": "DuLIaW_contextRow",
|
|
4068
|
+
"userStack": "DuLIaW_userStack",
|
|
4069
|
+
"retryDetails": "DuLIaW_retryDetails",
|
|
4070
|
+
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4079
4071
|
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4080
|
-
"
|
|
4081
|
-
"retryText": "DuLIaW_retryText",
|
|
4072
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4082
4073
|
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4083
|
-
"
|
|
4084
|
-
"
|
|
4085
|
-
"
|
|
4074
|
+
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4075
|
+
"bubble": "DuLIaW_bubble",
|
|
4076
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4077
|
+
"retryRow": "DuLIaW_retryRow",
|
|
4078
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4086
4079
|
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4087
|
-
"
|
|
4080
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4081
|
+
"refChip": "DuLIaW_refChip",
|
|
4082
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4083
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4084
|
+
"compactionRow": "DuLIaW_compactionRow",
|
|
4085
|
+
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4086
|
+
"retryText": "DuLIaW_retryText",
|
|
4087
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage"
|
|
4088
4088
|
};
|
|
4089
4089
|
//#endregion
|
|
4090
4090
|
//#region src/client/chat/CompactionItem.tsx
|
|
@@ -4156,29 +4156,29 @@ window.__ModuleLoader__.load({
|
|
|
4156
4156
|
document.head.appendChild(tag);
|
|
4157
4157
|
}
|
|
4158
4158
|
var ContextBody_module_css_default = {
|
|
4159
|
-
"
|
|
4160
|
-
"entryDescription": "mBNGpa_entryDescription",
|
|
4161
|
-
"sectionName": "mBNGpa_sectionName",
|
|
4162
|
-
"recall": "mBNGpa_recall",
|
|
4163
|
-
"recalls": "mBNGpa_recalls",
|
|
4164
|
-
"fieldValue": "mBNGpa_fieldValue",
|
|
4159
|
+
"recallLabel": "mBNGpa_recallLabel",
|
|
4165
4160
|
"entries": "mBNGpa_entries",
|
|
4161
|
+
"field": "mBNGpa_field",
|
|
4162
|
+
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4166
4163
|
"sections": "mBNGpa_sections",
|
|
4167
|
-
"
|
|
4164
|
+
"fieldValue": "mBNGpa_fieldValue",
|
|
4165
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4166
|
+
"sectionText": "mBNGpa_sectionText",
|
|
4168
4167
|
"files": "mBNGpa_files",
|
|
4169
|
-
"relaySender": "mBNGpa_relaySender",
|
|
4170
|
-
"recallCounts": "mBNGpa_recallCounts",
|
|
4171
|
-
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4172
4168
|
"filePath": "mBNGpa_filePath",
|
|
4173
|
-
"section": "mBNGpa_section",
|
|
4174
4169
|
"fields": "mBNGpa_fields",
|
|
4175
|
-
"
|
|
4176
|
-
"
|
|
4177
|
-
"
|
|
4178
|
-
"
|
|
4170
|
+
"recall": "mBNGpa_recall",
|
|
4171
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4172
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4173
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4174
|
+
"entry": "mBNGpa_entry",
|
|
4179
4175
|
"entryName": "mBNGpa_entryName",
|
|
4176
|
+
"relaySender": "mBNGpa_relaySender",
|
|
4177
|
+
"fieldKey": "mBNGpa_fieldKey",
|
|
4178
|
+
"text": "mBNGpa_text",
|
|
4179
|
+
"section": "mBNGpa_section",
|
|
4180
4180
|
"file": "mBNGpa_file",
|
|
4181
|
-
"
|
|
4181
|
+
"recalls": "mBNGpa_recalls"
|
|
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
|
-
"
|
|
4716
|
+
"sep": "BCt95a_sep",
|
|
4717
4717
|
"summary": "BCt95a_summary",
|
|
4718
|
-
"chevron": "BCt95a_chevron",
|
|
4719
4718
|
"root": "BCt95a_root",
|
|
4720
|
-
"
|
|
4721
|
-
"body": "BCt95a_body"
|
|
4719
|
+
"source": "BCt95a_source",
|
|
4720
|
+
"body": "BCt95a_body",
|
|
4721
|
+
"chevron": "BCt95a_chevron"
|
|
4722
4722
|
};
|
|
4723
4723
|
//#endregion
|
|
4724
4724
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -4813,12 +4813,12 @@ window.__ModuleLoader__.load({
|
|
|
4813
4813
|
document.head.appendChild(tag);
|
|
4814
4814
|
}
|
|
4815
4815
|
var MessageIconActions_module_css_default = {
|
|
4816
|
+
"actions": "vWo8Ba_actions",
|
|
4817
|
+
"visuallyHidden": "vWo8Ba_visuallyHidden",
|
|
4816
4818
|
"timeEnd": "vWo8Ba_timeEnd",
|
|
4817
|
-
"timeStart": "vWo8Ba_timeStart",
|
|
4818
|
-
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
4819
4819
|
"action": "vWo8Ba_action",
|
|
4820
|
-
"
|
|
4821
|
-
"
|
|
4820
|
+
"timeStart": "vWo8Ba_timeStart",
|
|
4821
|
+
"runTimeDot": "vWo8Ba_runTimeDot"
|
|
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
|
-
"
|
|
5215
|
-
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5214
|
+
"toBottom": "rzfPEq_toBottom",
|
|
5216
5215
|
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5217
|
-
"
|
|
5216
|
+
"older": "rzfPEq_older",
|
|
5217
|
+
"callRow": "rzfPEq_callRow",
|
|
5218
5218
|
"scroll": "rzfPEq_scroll",
|
|
5219
5219
|
"turnStatus": "rzfPEq_turnStatus",
|
|
5220
|
-
"
|
|
5220
|
+
"root": "rzfPEq_root",
|
|
5221
|
+
"hint": "rzfPEq_hint",
|
|
5221
5222
|
"column": "rzfPEq_column",
|
|
5222
5223
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5223
|
-
"flowItem": "rzfPEq_flowItem",
|
|
5224
5224
|
"openError": "rzfPEq_openError",
|
|
5225
|
-
"
|
|
5226
|
-
"
|
|
5225
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5226
|
+
"flowItem": "rzfPEq_flowItem"
|
|
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
|
+
"actionRow": "HtARWq_actionRow",
|
|
5704
|
+
"headline": "HtARWq_headline",
|
|
5703
5705
|
"card": "HtARWq_card",
|
|
5704
5706
|
"body": "HtARWq_body",
|
|
5705
|
-
"headline": "HtARWq_headline",
|
|
5706
|
-
"command": "HtARWq_command",
|
|
5707
|
-
"dot": "HtARWq_dot",
|
|
5708
|
-
"actionRow": "HtARWq_actionRow",
|
|
5709
5707
|
"strip": "HtARWq_strip",
|
|
5708
|
+
"root": "HtARWq_root",
|
|
5709
|
+
"dot": "HtARWq_dot",
|
|
5710
5710
|
"reject": "HtARWq_reject",
|
|
5711
|
-
"
|
|
5711
|
+
"command": "HtARWq_command"
|
|
5712
5712
|
};
|
|
5713
5713
|
//#endregion
|
|
5714
5714
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6147,20 +6147,20 @@ window.__ModuleLoader__.load({
|
|
|
6147
6147
|
document.head.appendChild(tag);
|
|
6148
6148
|
}
|
|
6149
6149
|
var TodoPanel_module_css_default = {
|
|
6150
|
-
"root": "_S9Ibq_root",
|
|
6151
|
-
"title": "_S9Ibq_title",
|
|
6152
|
-
"progress": "_S9Ibq_progress",
|
|
6153
6150
|
"item": "_S9Ibq_item",
|
|
6154
|
-
"glyphPending": "_S9Ibq_glyphPending",
|
|
6155
6151
|
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6156
|
-
"body": "_S9Ibq_body",
|
|
6157
6152
|
"lead": "_S9Ibq_lead",
|
|
6158
|
-
"content": "_S9Ibq_content",
|
|
6159
|
-
"header": "_S9Ibq_header",
|
|
6160
|
-
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6161
|
-
"list": "_S9Ibq_list",
|
|
6162
6153
|
"chevron": "_S9Ibq_chevron",
|
|
6163
6154
|
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6155
|
+
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6156
|
+
"glyphPending": "_S9Ibq_glyphPending",
|
|
6157
|
+
"progress": "_S9Ibq_progress",
|
|
6158
|
+
"content": "_S9Ibq_content",
|
|
6159
|
+
"list": "_S9Ibq_list",
|
|
6160
|
+
"header": "_S9Ibq_header",
|
|
6161
|
+
"root": "_S9Ibq_root",
|
|
6162
|
+
"body": "_S9Ibq_body",
|
|
6163
|
+
"title": "_S9Ibq_title",
|
|
6164
6164
|
"glyph": "_S9Ibq_glyph"
|
|
6165
6165
|
};
|
|
6166
6166
|
//#endregion
|
|
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
|
|
|
6355
6355
|
document.head.appendChild(tag);
|
|
6356
6356
|
}
|
|
6357
6357
|
var QueueDock_module_css_default = {
|
|
6358
|
-
"
|
|
6359
|
-
"chevron": "u7UfBG_chevron",
|
|
6358
|
+
"row": "u7UfBG_row",
|
|
6360
6359
|
"preview": "u7UfBG_preview",
|
|
6361
|
-
"dock": "u7UfBG_dock",
|
|
6362
|
-
"panel": "u7UfBG_panel",
|
|
6363
6360
|
"header": "u7UfBG_header",
|
|
6364
|
-
"editor": "u7UfBG_editor",
|
|
6365
|
-
"row": "u7UfBG_row",
|
|
6366
6361
|
"count": "u7UfBG_count",
|
|
6362
|
+
"editor": "u7UfBG_editor",
|
|
6363
|
+
"panel": "u7UfBG_panel",
|
|
6364
|
+
"action": "u7UfBG_action",
|
|
6367
6365
|
"lead": "u7UfBG_lead",
|
|
6368
|
-
"
|
|
6369
|
-
"
|
|
6366
|
+
"list": "u7UfBG_list",
|
|
6367
|
+
"dock": "u7UfBG_dock",
|
|
6368
|
+
"chevron": "u7UfBG_chevron",
|
|
6369
|
+
"actions": "u7UfBG_actions"
|
|
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
|
-
"root": "W1fuRW_root",
|
|
6628
|
-
"previewBadge": "W1fuRW_previewBadge",
|
|
6629
6627
|
"markHitbox": "W1fuRW_markHitbox",
|
|
6630
|
-
"headlineText": "W1fuRW_headlineText",
|
|
6631
|
-
"mark": "W1fuRW_mark",
|
|
6632
|
-
"workspace": "W1fuRW_workspace",
|
|
6633
|
-
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6634
6628
|
"folder": "W1fuRW_folder",
|
|
6629
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6630
|
+
"mark": "W1fuRW_mark",
|
|
6635
6631
|
"hero-mark-nudge": "W1fuRW_hero-mark-nudge",
|
|
6636
|
-
"stack": "W1fuRW_stack",
|
|
6637
6632
|
"chevron": "W1fuRW_chevron",
|
|
6638
|
-
"
|
|
6639
|
-
"
|
|
6633
|
+
"headlineText": "W1fuRW_headlineText",
|
|
6634
|
+
"modalError": "W1fuRW_modalError",
|
|
6640
6635
|
"body": "W1fuRW_body",
|
|
6641
|
-
"
|
|
6636
|
+
"workspace": "W1fuRW_workspace",
|
|
6637
|
+
"headline": "W1fuRW_headline",
|
|
6642
6638
|
"modalInput": "W1fuRW_modalInput",
|
|
6643
|
-
"
|
|
6639
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6640
|
+
"root": "W1fuRW_root",
|
|
6641
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6642
|
+
"stack": "W1fuRW_stack",
|
|
6643
|
+
"workspaceRow": "W1fuRW_workspaceRow"
|
|
6644
6644
|
};
|
|
6645
6645
|
//#endregion
|
|
6646
6646
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -6790,28 +6790,28 @@ window.__ModuleLoader__.load({
|
|
|
6790
6790
|
document.head.appendChild(tag);
|
|
6791
6791
|
}
|
|
6792
6792
|
var ConversationRoot_module_css_default = {
|
|
6793
|
-
"tab": "MBmynq_tab",
|
|
6794
|
-
"header": "MBmynq_header",
|
|
6795
|
-
"titleRow": "MBmynq_titleRow",
|
|
6796
6793
|
"composerSeat": "MBmynq_composerSeat",
|
|
6797
|
-
"
|
|
6798
|
-
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6799
|
-
"heroGlow": "MBmynq_heroGlow",
|
|
6800
|
-
"tabActive": "MBmynq_tabActive",
|
|
6794
|
+
"crumbSeg": "MBmynq_crumbSeg",
|
|
6801
6795
|
"crumbSep": "MBmynq_crumbSep",
|
|
6802
|
-
"crumb": "MBmynq_crumb",
|
|
6803
|
-
"titleCluster": "MBmynq_titleCluster",
|
|
6804
|
-
"viewArea": "MBmynq_viewArea",
|
|
6805
|
-
"scrollBody": "MBmynq_scrollBody",
|
|
6806
|
-
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6807
6796
|
"crumbs": "MBmynq_crumbs",
|
|
6808
|
-
"crumbSeg": "MBmynq_crumbSeg",
|
|
6809
6797
|
"headerActions": "MBmynq_headerActions",
|
|
6810
|
-
"
|
|
6811
|
-
"
|
|
6798
|
+
"viewArea": "MBmynq_viewArea",
|
|
6799
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
6800
|
+
"header": "MBmynq_header",
|
|
6801
|
+
"tab": "MBmynq_tab",
|
|
6812
6802
|
"headerUtilities": "MBmynq_headerUtilities",
|
|
6803
|
+
"scrollBody": "MBmynq_scrollBody",
|
|
6813
6804
|
"tabs": "MBmynq_tabs",
|
|
6814
|
-
"
|
|
6805
|
+
"composerStack": "MBmynq_composerStack",
|
|
6806
|
+
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6807
|
+
"headerHidden": "MBmynq_headerHidden",
|
|
6808
|
+
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6809
|
+
"tabActive": "MBmynq_tabActive",
|
|
6810
|
+
"composerHero": "MBmynq_composerHero",
|
|
6811
|
+
"titleRow": "MBmynq_titleRow",
|
|
6812
|
+
"root": "MBmynq_root",
|
|
6813
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
6814
|
+
"crumb": "MBmynq_crumb"
|
|
6815
6815
|
};
|
|
6816
6816
|
//#endregion
|
|
6817
6817
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7087,15 +7087,15 @@ window.__ModuleLoader__.load({
|
|
|
7087
7087
|
document.head.appendChild(tag);
|
|
7088
7088
|
}
|
|
7089
7089
|
var DetailsPanel_module_css_default = {
|
|
7090
|
+
"code": "H9rWiW_code",
|
|
7091
|
+
"title": "H9rWiW_title",
|
|
7090
7092
|
"header": "H9rWiW_header",
|
|
7091
|
-
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7092
7093
|
"root": "H9rWiW_root",
|
|
7093
7094
|
"empty": "H9rWiW_empty",
|
|
7094
|
-
"code": "H9rWiW_code",
|
|
7095
|
-
"title": "H9rWiW_title",
|
|
7096
7095
|
"close": "H9rWiW_close",
|
|
7097
7096
|
"body": "H9rWiW_body",
|
|
7098
|
-
"section": "H9rWiW_section"
|
|
7097
|
+
"section": "H9rWiW_section",
|
|
7098
|
+
"sectionLabel": "H9rWiW_sectionLabel"
|
|
7099
7099
|
};
|
|
7100
7100
|
//#endregion
|
|
7101
7101
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -8940,15 +8940,15 @@ window.__ModuleLoader__.load({
|
|
|
8940
8940
|
document.head.appendChild(tag);
|
|
8941
8941
|
}
|
|
8942
8942
|
var ReasoningRow_module_css_default = {
|
|
8943
|
-
"separator": "dc9yZG_separator",
|
|
8944
|
-
"root": "dc9yZG_root",
|
|
8945
8943
|
"thinkBody": "dc9yZG_thinkBody",
|
|
8944
|
+
"title": "dc9yZG_title",
|
|
8946
8945
|
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8947
8946
|
"chevron": "dc9yZG_chevron",
|
|
8948
|
-
"
|
|
8949
|
-
"row": "dc9yZG_row",
|
|
8947
|
+
"leading": "dc9yZG_leading",
|
|
8950
8948
|
"summary": "dc9yZG_summary",
|
|
8951
|
-
"
|
|
8949
|
+
"root": "dc9yZG_root",
|
|
8950
|
+
"row": "dc9yZG_row",
|
|
8951
|
+
"separator": "dc9yZG_separator"
|
|
8952
8952
|
};
|
|
8953
8953
|
//#endregion
|
|
8954
8954
|
//#region src/client/chat/ReasoningRow.tsx
|
|
@@ -9033,9 +9033,9 @@ window.__ModuleLoader__.load({
|
|
|
9033
9033
|
document.head.appendChild(tag);
|
|
9034
9034
|
}
|
|
9035
9035
|
var AssistantMarkdown_module_css_default = {
|
|
9036
|
-
"root": "wAd5ea_root",
|
|
9037
|
-
"body": "wAd5ea_body",
|
|
9038
9036
|
"actions": "wAd5ea_actions",
|
|
9037
|
+
"body": "wAd5ea_body",
|
|
9038
|
+
"root": "wAd5ea_root",
|
|
9039
9039
|
"stopped": "wAd5ea_stopped"
|
|
9040
9040
|
};
|
|
9041
9041
|
//#endregion
|
|
@@ -9149,14 +9149,14 @@ window.__ModuleLoader__.load({
|
|
|
9149
9149
|
document.head.appendChild(tag);
|
|
9150
9150
|
}
|
|
9151
9151
|
var GenericCommandCard_module_css_default = {
|
|
9152
|
-
"
|
|
9153
|
-
"
|
|
9152
|
+
"root": "Ga_JSG_root",
|
|
9153
|
+
"chevron": "Ga_JSG_chevron",
|
|
9154
9154
|
"summary": "Ga_JSG_summary",
|
|
9155
|
-
"row": "Ga_JSG_row",
|
|
9156
9155
|
"separator": "Ga_JSG_separator",
|
|
9157
|
-
"chevron": "Ga_JSG_chevron",
|
|
9158
9156
|
"title": "Ga_JSG_title",
|
|
9159
|
-
"
|
|
9157
|
+
"row": "Ga_JSG_row",
|
|
9158
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9159
|
+
"leading": "Ga_JSG_leading",
|
|
9160
9160
|
"body": "Ga_JSG_body"
|
|
9161
9161
|
};
|
|
9162
9162
|
//#endregion
|
|
@@ -9292,8 +9292,8 @@ window.__ModuleLoader__.load({
|
|
|
9292
9292
|
document.head.appendChild(tag);
|
|
9293
9293
|
}
|
|
9294
9294
|
var TurnTailNodeView_module_css_default = {
|
|
9295
|
-
"
|
|
9296
|
-
"
|
|
9295
|
+
"actions": "iH5gSa_actions",
|
|
9296
|
+
"root": "iH5gSa_root"
|
|
9297
9297
|
};
|
|
9298
9298
|
//#endregion
|
|
9299
9299
|
//#region src/client/chat/TurnTailNodeView.tsx
|
|
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
|
|
|
167
167
|
document.head.appendChild(tag);
|
|
168
168
|
}
|
|
169
169
|
var ProducedFiles_module_css_default = {
|
|
170
|
-
"root": "LKrWRG_root",
|
|
171
|
-
"file": "LKrWRG_file",
|
|
172
|
-
"label": "LKrWRG_label",
|
|
173
170
|
"more": "LKrWRG_more",
|
|
174
|
-
"row": "LKrWRG_row",
|
|
175
|
-
"showFolder": "LKrWRG_showFolder",
|
|
176
171
|
"probe": "LKrWRG_probe",
|
|
177
|
-
"
|
|
172
|
+
"label": "LKrWRG_label",
|
|
173
|
+
"measure": "LKrWRG_measure",
|
|
174
|
+
"file": "LKrWRG_file",
|
|
175
|
+
"row": "LKrWRG_row",
|
|
176
|
+
"root": "LKrWRG_root",
|
|
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
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"rowName": "eriWnG_rowName",
|
|
45
|
-
"loadingFloat": "eriWnG_loadingFloat",
|
|
37
|
+
"crumbBar": "eriWnG_crumbBar",
|
|
38
|
+
"footerAction": "eriWnG_footerAction",
|
|
39
|
+
"createActions": "eriWnG_createActions",
|
|
40
|
+
"content": "eriWnG_content",
|
|
41
|
+
"crumbTrail": "eriWnG_crumbTrail",
|
|
42
|
+
"editorScope": "eriWnG_editorScope",
|
|
43
|
+
"crumb": "eriWnG_crumb",
|
|
46
44
|
"rowSeat": "eriWnG_rowSeat",
|
|
47
45
|
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
46
|
+
"createIn": "eriWnG_createIn",
|
|
48
47
|
"row": "eriWnG_row",
|
|
48
|
+
"crumbSeat": "eriWnG_crumbSeat",
|
|
49
49
|
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"crumbBar": "eriWnG_crumbBar",
|
|
50
|
+
"createInput": "eriWnG_createInput",
|
|
51
|
+
"rowIcon": "eriWnG_rowIcon",
|
|
52
|
+
"loadingFloat": "eriWnG_loadingFloat",
|
|
54
53
|
"rowChevron": "eriWnG_rowChevron",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"footerAction": "eriWnG_footerAction",
|
|
58
|
-
"status": "eriWnG_status",
|
|
59
|
-
"column": "eriWnG_column",
|
|
54
|
+
"dialog": "eriWnG_dialog",
|
|
55
|
+
"title": "eriWnG_title",
|
|
60
56
|
"crumbChevron": "eriWnG_crumbChevron",
|
|
57
|
+
"createTitle": "eriWnG_createTitle",
|
|
58
|
+
"rowSelected": "eriWnG_rowSelected",
|
|
59
|
+
"divider": "eriWnG_divider",
|
|
60
|
+
"createBody": "eriWnG_createBody",
|
|
61
61
|
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"column": "eriWnG_column",
|
|
63
|
+
"status": "eriWnG_status",
|
|
64
|
+
"error": "eriWnG_error",
|
|
65
|
+
"rowName": "eriWnG_rowName",
|
|
66
|
+
"footerBar": "eriWnG_footerBar",
|
|
67
|
+
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
64
68
|
"footerGap": "eriWnG_footerGap",
|
|
69
|
+
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
65
70
|
"pathInput": "eriWnG_pathInput",
|
|
66
|
-
"
|
|
71
|
+
"header": "eriWnG_header",
|
|
67
72
|
"millerRow": "eriWnG_millerRow",
|
|
68
|
-
"
|
|
69
|
-
"divider": "eriWnG_divider",
|
|
70
|
-
"rowSelected": "eriWnG_rowSelected",
|
|
71
|
-
"createIn": "eriWnG_createIn",
|
|
72
|
-
"createActions": "eriWnG_createActions",
|
|
73
|
-
"createBody": "eriWnG_createBody"
|
|
73
|
+
"createDialog": "eriWnG_createDialog"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/client/DirectoryBrowser.tsx
|
|
@@ -18,14 +18,14 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
+
"iconBtn": "loP2MG_iconBtn",
|
|
21
22
|
"actions": "loP2MG_actions",
|
|
22
|
-
"dock": "loP2MG_dock",
|
|
23
|
-
"goalGlyph": "loP2MG_goalGlyph",
|
|
24
23
|
"objective": "loP2MG_objective",
|
|
24
|
+
"dock": "loP2MG_dock",
|
|
25
|
+
"bar": "loP2MG_bar",
|
|
25
26
|
"error": "loP2MG_error",
|
|
26
27
|
"label": "loP2MG_label",
|
|
27
|
-
"
|
|
28
|
-
"bar": "loP2MG_bar",
|
|
28
|
+
"goalGlyph": "loP2MG_goalGlyph",
|
|
29
29
|
"objectiveInput": "loP2MG_objectiveInput"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|