@xrkseek/harness-cli 0.1.0 → 0.1.1
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/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts +33 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js +43 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts +13 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.js +7 -0
- package/node_modules/@xrkseek/xrk-file-reference/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference/package.json +9 -46
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts +52 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js +258 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js.map +1 -0
- package/node_modules/@xrkseek/xrk-file-reference-local/package.json +7 -34
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts +25 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.js +18 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/config.js.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts +70 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.js +11 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts +40 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js +81 -0
- package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js.map +1 -0
- package/node_modules/@xrkseek/xrk-session-reference/package.json +13 -53
- package/package.json +1 -1
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-connection/client.js +7 -164
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-runtime/client.js +7 -19
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +33 -33
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +166 -166
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
- 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 +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +50 -50
- 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 +41 -41
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +39 -39
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +25 -25
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
|
@@ -250,11 +250,11 @@ window.__ModuleLoader__.load({
|
|
|
250
250
|
document.head.appendChild(tag);
|
|
251
251
|
}
|
|
252
252
|
var AgentPresetRow_module_css_default = {
|
|
253
|
+
"selector": "LQ3tzG_selector",
|
|
254
|
+
"chevron": "LQ3tzG_chevron",
|
|
253
255
|
"rowText": "LQ3tzG_rowText",
|
|
254
256
|
"title": "LQ3tzG_title",
|
|
255
|
-
"selector": "LQ3tzG_selector",
|
|
256
257
|
"row": "LQ3tzG_row",
|
|
257
|
-
"chevron": "LQ3tzG_chevron",
|
|
258
258
|
"desc": "LQ3tzG_desc"
|
|
259
259
|
};
|
|
260
260
|
//#endregion
|
|
@@ -325,17 +325,17 @@ window.__ModuleLoader__.load({
|
|
|
325
325
|
document.head.appendChild(tag);
|
|
326
326
|
}
|
|
327
327
|
var AgentPresetSeat_module_css_default = {
|
|
328
|
-
"introText": "MwdynW_introText",
|
|
329
|
-
"seat-char-in": "MwdynW_seat-char-in",
|
|
330
|
-
"itemName": "MwdynW_itemName",
|
|
331
|
-
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
332
|
-
"seatIcon": "MwdynW_seatIcon",
|
|
333
328
|
"chevron": "MwdynW_chevron",
|
|
329
|
+
"item": "MwdynW_item",
|
|
334
330
|
"itemDesc": "MwdynW_itemDesc",
|
|
335
|
-
"seat": "MwdynW_seat",
|
|
336
331
|
"introIcon": "MwdynW_introIcon",
|
|
337
|
-
"
|
|
338
|
-
"
|
|
332
|
+
"introText": "MwdynW_introText",
|
|
333
|
+
"seat": "MwdynW_seat",
|
|
334
|
+
"itemName": "MwdynW_itemName",
|
|
335
|
+
"seat-char-in": "MwdynW_seat-char-in",
|
|
336
|
+
"introChar": "MwdynW_introChar",
|
|
337
|
+
"seatIcon": "MwdynW_seatIcon",
|
|
338
|
+
"seat-icon-in": "MwdynW_seat-icon-in"
|
|
339
339
|
};
|
|
340
340
|
//#endregion
|
|
341
341
|
//#region src/client/AgentPresetSeat.tsx
|
|
@@ -943,40 +943,40 @@ window.__ModuleLoader__.load({
|
|
|
943
943
|
document.head.appendChild(tag);
|
|
944
944
|
}
|
|
945
945
|
var AgentPresetSection_module_css_default = {
|
|
946
|
-
"cardBroken": "OFEzwG_cardBroken",
|
|
947
946
|
"cardBrokenReason": "OFEzwG_cardBrokenReason",
|
|
948
|
-
"
|
|
949
|
-
"section": "OFEzwG_section",
|
|
950
|
-
"title": "OFEzwG_title",
|
|
951
|
-
"card": "OFEzwG_card",
|
|
952
|
-
"error": "OFEzwG_error",
|
|
947
|
+
"cardHead": "OFEzwG_cardHead",
|
|
953
948
|
"cardName": "OFEzwG_cardName",
|
|
954
|
-
"cardMain": "OFEzwG_cardMain",
|
|
955
|
-
"cardFoot": "OFEzwG_cardFoot",
|
|
956
949
|
"iconDanger": "OFEzwG_iconDanger",
|
|
950
|
+
"input": "OFEzwG_input",
|
|
951
|
+
"deleteDialog": "OFEzwG_deleteDialog",
|
|
952
|
+
"group": "OFEzwG_group",
|
|
953
|
+
"viewerCode": "OFEzwG_viewerCode",
|
|
954
|
+
"badge": "OFEzwG_badge",
|
|
955
|
+
"cardId": "OFEzwG_cardId",
|
|
956
|
+
"creatorButton": "OFEzwG_creatorButton",
|
|
957
|
+
"cardActive": "OFEzwG_cardActive",
|
|
958
|
+
"error": "OFEzwG_error",
|
|
959
|
+
"intro": "OFEzwG_intro",
|
|
957
960
|
"field": "OFEzwG_field",
|
|
958
961
|
"groupHead": "OFEzwG_groupHead",
|
|
962
|
+
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
963
|
+
"brokenBadge": "OFEzwG_brokenBadge",
|
|
964
|
+
"title": "OFEzwG_title",
|
|
965
|
+
"card": "OFEzwG_card",
|
|
966
|
+
"cardBroken": "OFEzwG_cardBroken",
|
|
967
|
+
"section": "OFEzwG_section",
|
|
968
|
+
"cardMain": "OFEzwG_cardMain",
|
|
959
969
|
"dialog": "OFEzwG_dialog",
|
|
960
|
-
"cardActive": "OFEzwG_cardActive",
|
|
961
|
-
"inUse": "OFEzwG_inUse",
|
|
962
|
-
"iconButton": "OFEzwG_iconButton",
|
|
963
970
|
"revealedPath": "OFEzwG_revealedPath",
|
|
964
|
-
"
|
|
965
|
-
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
966
|
-
"creatorButton": "OFEzwG_creatorButton",
|
|
971
|
+
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
967
972
|
"cardDesc": "OFEzwG_cardDesc",
|
|
968
|
-
"
|
|
973
|
+
"inUse": "OFEzwG_inUse",
|
|
969
974
|
"dialogFields": "OFEzwG_dialogFields",
|
|
970
|
-
"
|
|
971
|
-
"group": "OFEzwG_group",
|
|
972
|
-
"input": "OFEzwG_input",
|
|
973
|
-
"cardId": "OFEzwG_cardId",
|
|
974
|
-
"brokenBadge": "OFEzwG_brokenBadge",
|
|
975
|
-
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
976
|
-
"viewerCode": "OFEzwG_viewerCode",
|
|
975
|
+
"cardFoot": "OFEzwG_cardFoot",
|
|
977
976
|
"fieldLabel": "OFEzwG_fieldLabel",
|
|
977
|
+
"cards": "OFEzwG_cards",
|
|
978
978
|
"secondaryButton": "OFEzwG_secondaryButton",
|
|
979
|
-
"
|
|
979
|
+
"iconButton": "OFEzwG_iconButton"
|
|
980
980
|
};
|
|
981
981
|
//#endregion
|
|
982
982
|
//#region src/client/AgentPresetSection.tsx
|
|
@@ -34,14 +34,14 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var AttachmentRail_module_css_default = {
|
|
37
|
+
"arrowLeft": "_0JZGoW_arrowLeft",
|
|
38
|
+
"remove": "_0JZGoW_remove",
|
|
37
39
|
"arrow": "_0JZGoW_arrow",
|
|
38
|
-
"rail": "_0JZGoW_rail",
|
|
39
40
|
"arrowRight": "_0JZGoW_arrowRight",
|
|
40
41
|
"thumbnail": "_0JZGoW_thumbnail",
|
|
41
|
-
"
|
|
42
|
+
"rail": "_0JZGoW_rail",
|
|
42
43
|
"root": "_0JZGoW_root",
|
|
43
|
-
"item": "_0JZGoW_item"
|
|
44
|
-
"arrowLeft": "_0JZGoW_arrowLeft"
|
|
44
|
+
"item": "_0JZGoW_item"
|
|
45
45
|
};
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/AttachmentRail.tsx
|
|
@@ -203,12 +203,12 @@ window.__ModuleLoader__.load({
|
|
|
203
203
|
document.head.appendChild(tag);
|
|
204
204
|
}
|
|
205
205
|
var DropOverlay_module_css_default = {
|
|
206
|
-
"mask": "LWqSoW_mask",
|
|
207
206
|
"fade-in": "LWqSoW_fade-in",
|
|
208
|
-
"title": "LWqSoW_title",
|
|
209
207
|
"illustration": "LWqSoW_illustration",
|
|
208
|
+
"wrap": "LWqSoW_wrap",
|
|
210
209
|
"desc": "LWqSoW_desc",
|
|
211
|
-
"
|
|
210
|
+
"title": "LWqSoW_title",
|
|
211
|
+
"mask": "LWqSoW_mask"
|
|
212
212
|
};
|
|
213
213
|
//#endregion
|
|
214
214
|
//#region src/DropOverlay.tsx
|
|
@@ -389,10 +389,10 @@ window.__ModuleLoader__.load({
|
|
|
389
389
|
document.head.appendChild(tag);
|
|
390
390
|
}
|
|
391
391
|
var ImageLightbox_module_css_default = {
|
|
392
|
-
"backdrop": "_2vpbCW_backdrop",
|
|
393
392
|
"image": "_2vpbCW_image",
|
|
394
|
-
"
|
|
395
|
-
"
|
|
393
|
+
"mask": "_2vpbCW_mask",
|
|
394
|
+
"backdrop": "_2vpbCW_backdrop",
|
|
395
|
+
"close": "_2vpbCW_close"
|
|
396
396
|
};
|
|
397
397
|
//#endregion
|
|
398
398
|
//#region src/ImageLightbox.tsx
|
|
@@ -626,9 +626,9 @@ window.__ModuleLoader__.load({
|
|
|
626
626
|
}
|
|
627
627
|
var MessageImage_module_css_default = {
|
|
628
628
|
"error": "X-mjFa_error",
|
|
629
|
-
"frame": "X-mjFa_frame",
|
|
630
629
|
"gallery": "X-mjFa_gallery",
|
|
631
|
-
"loading": "X-mjFa_loading"
|
|
630
|
+
"loading": "X-mjFa_loading",
|
|
631
|
+
"frame": "X-mjFa_frame"
|
|
632
632
|
};
|
|
633
633
|
//#endregion
|
|
634
634
|
//#region src/MessageImage.tsx
|
|
@@ -855,18 +855,18 @@ window.__ModuleLoader__.load({
|
|
|
855
855
|
document.head.appendChild(tag);
|
|
856
856
|
}
|
|
857
857
|
var PopupSelectView_module_css_default = {
|
|
858
|
-
"detail": "_7uhq5a_detail",
|
|
859
|
-
"errorText": "_7uhq5a_errorText",
|
|
860
858
|
"row": "_7uhq5a_row",
|
|
861
|
-
"status": "_7uhq5a_status",
|
|
862
|
-
"label": "_7uhq5a_label",
|
|
863
|
-
"rowActive": "_7uhq5a_rowActive",
|
|
864
|
-
"check": "_7uhq5a_check",
|
|
865
|
-
"viewport": "_7uhq5a_viewport",
|
|
866
859
|
"card": "_7uhq5a_card",
|
|
860
|
+
"label": "_7uhq5a_label",
|
|
867
861
|
"search": "_7uhq5a_search",
|
|
862
|
+
"error": "_7uhq5a_error",
|
|
868
863
|
"retry": "_7uhq5a_retry",
|
|
869
|
-
"
|
|
864
|
+
"check": "_7uhq5a_check",
|
|
865
|
+
"rowActive": "_7uhq5a_rowActive",
|
|
866
|
+
"viewport": "_7uhq5a_viewport",
|
|
867
|
+
"detail": "_7uhq5a_detail",
|
|
868
|
+
"status": "_7uhq5a_status",
|
|
869
|
+
"errorText": "_7uhq5a_errorText"
|
|
870
870
|
};
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/client/PopupSelectView.tsx
|