@xrkseek/harness-cli 0.1.2 → 0.1.3
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/plugin.d.ts.map +1 -1
- package/dist/commands/plugin.js +9 -2
- package/dist/commands/plugin.js.map +1 -1
- package/dist/plugin/index.d.ts +3 -0
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/index.js +12 -2
- package/dist/plugin/index.js.map +1 -1
- package/dist/plugin/install-client.d.ts +2 -0
- package/dist/plugin/install-client.d.ts.map +1 -1
- package/dist/plugin/install-client.js +24 -9
- package/dist/plugin/install-client.js.map +1 -1
- package/dist/plugin/staging-reconcile.d.ts +8 -0
- package/dist/plugin/staging-reconcile.d.ts.map +1 -0
- package/dist/plugin/staging-reconcile.js +67 -0
- package/dist/plugin/staging-reconcile.js.map +1 -0
- package/dist/product-paths.d.ts.map +1 -1
- package/dist/product-paths.js +8 -0
- package/dist/product-paths.js.map +1 -1
- package/package.json +1 -1
- package/product-web/assets/index-C_NG-17x.js +112 -0
- package/product-web/assets/index-C_NG-17x.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +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-attachment/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +173 -170
- 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 +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 +7 -7
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +15 -15
- 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 +14 -14
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +43 -43
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +23 -23
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +26 -26
- 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
- package/product-web/assets/index-CHKZdZNt.js +0 -112
- package/product-web/assets/index-CHKZdZNt.js.map +0 -1
package/product-web/boot.json
CHANGED
package/product-web/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
8
8
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
9
9
|
<title>XRK Harness</title>
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-C_NG-17x.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-CeMKrCZm.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/vendor-CjyC-hUb.css">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="/assets/index-C0u-TtQQ.css">
|
|
@@ -886,9 +886,9 @@ window.__ModuleLoader__.load({
|
|
|
886
886
|
var LanguageRow_module_css_default = {
|
|
887
887
|
"title": "jLfXEq_title",
|
|
888
888
|
"rowText": "jLfXEq_rowText",
|
|
889
|
+
"chevron": "jLfXEq_chevron",
|
|
889
890
|
"row": "jLfXEq_row",
|
|
890
|
-
"selector": "jLfXEq_selector"
|
|
891
|
-
"chevron": "jLfXEq_chevron"
|
|
891
|
+
"selector": "jLfXEq_selector"
|
|
892
892
|
};
|
|
893
893
|
//#endregion
|
|
894
894
|
//#region src/client/LanguageRow.tsx
|
|
@@ -151,8 +151,8 @@ window.__ModuleLoader__.load({
|
|
|
151
151
|
document.head.appendChild(tag);
|
|
152
152
|
}
|
|
153
153
|
var AgentPresetLabel_module_css_default = {
|
|
154
|
-
"
|
|
155
|
-
"
|
|
154
|
+
"label": "hnfq1a_label",
|
|
155
|
+
"icon": "hnfq1a_icon"
|
|
156
156
|
};
|
|
157
157
|
//#endregion
|
|
158
158
|
//#region src/client/AgentPresetLabel.tsx
|
|
@@ -250,12 +250,12 @@ window.__ModuleLoader__.load({
|
|
|
250
250
|
document.head.appendChild(tag);
|
|
251
251
|
}
|
|
252
252
|
var AgentPresetRow_module_css_default = {
|
|
253
|
-
"
|
|
254
|
-
"selector": "LQ3tzG_selector",
|
|
253
|
+
"desc": "LQ3tzG_desc",
|
|
255
254
|
"title": "LQ3tzG_title",
|
|
255
|
+
"rowText": "LQ3tzG_rowText",
|
|
256
|
+
"selector": "LQ3tzG_selector",
|
|
256
257
|
"chevron": "LQ3tzG_chevron",
|
|
257
|
-
"
|
|
258
|
-
"rowText": "LQ3tzG_rowText"
|
|
258
|
+
"row": "LQ3tzG_row"
|
|
259
259
|
};
|
|
260
260
|
//#endregion
|
|
261
261
|
//#region src/client/AgentPresetRow.tsx
|
|
@@ -325,17 +325,17 @@ window.__ModuleLoader__.load({
|
|
|
325
325
|
document.head.appendChild(tag);
|
|
326
326
|
}
|
|
327
327
|
var AgentPresetSeat_module_css_default = {
|
|
328
|
-
"
|
|
328
|
+
"seat-char-in": "MwdynW_seat-char-in",
|
|
329
|
+
"item": "MwdynW_item",
|
|
329
330
|
"introChar": "MwdynW_introChar",
|
|
330
|
-
"
|
|
331
|
+
"seatIcon": "MwdynW_seatIcon",
|
|
331
332
|
"introText": "MwdynW_introText",
|
|
332
333
|
"seat": "MwdynW_seat",
|
|
333
334
|
"chevron": "MwdynW_chevron",
|
|
334
|
-
"item": "MwdynW_item",
|
|
335
335
|
"itemDesc": "MwdynW_itemDesc",
|
|
336
|
-
"
|
|
336
|
+
"itemName": "MwdynW_itemName",
|
|
337
337
|
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
338
|
-
"
|
|
338
|
+
"introIcon": "MwdynW_introIcon"
|
|
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
|
-
"
|
|
946
|
+
"cardBroken": "OFEzwG_cardBroken",
|
|
947
|
+
"cardBrokenReason": "OFEzwG_cardBrokenReason",
|
|
947
948
|
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"revealedPath": "OFEzwG_revealedPath",
|
|
951
|
-
"input": "OFEzwG_input",
|
|
949
|
+
"intro": "OFEzwG_intro",
|
|
950
|
+
"viewerCode": "OFEzwG_viewerCode",
|
|
952
951
|
"cardActive": "OFEzwG_cardActive",
|
|
953
|
-
"
|
|
952
|
+
"iconButton": "OFEzwG_iconButton",
|
|
954
953
|
"inUse": "OFEzwG_inUse",
|
|
955
|
-
"cardDesc": "OFEzwG_cardDesc",
|
|
956
|
-
"secondaryButton": "OFEzwG_secondaryButton",
|
|
957
|
-
"fieldLabel": "OFEzwG_fieldLabel",
|
|
958
|
-
"iconDanger": "OFEzwG_iconDanger",
|
|
959
|
-
"cardBrokenReason": "OFEzwG_cardBrokenReason",
|
|
960
|
-
"cardHead": "OFEzwG_cardHead",
|
|
961
954
|
"cardFoot": "OFEzwG_cardFoot",
|
|
962
|
-
"iconButton": "OFEzwG_iconButton",
|
|
963
955
|
"deleteDialog": "OFEzwG_deleteDialog",
|
|
964
|
-
"
|
|
965
|
-
"
|
|
956
|
+
"title": "OFEzwG_title",
|
|
957
|
+
"creatorButton": "OFEzwG_creatorButton",
|
|
958
|
+
"brokenBadge": "OFEzwG_brokenBadge",
|
|
959
|
+
"secondaryButton": "OFEzwG_secondaryButton",
|
|
960
|
+
"cardHead": "OFEzwG_cardHead",
|
|
961
|
+
"iconDanger": "OFEzwG_iconDanger",
|
|
962
|
+
"field": "OFEzwG_field",
|
|
963
|
+
"dialog": "OFEzwG_dialog",
|
|
966
964
|
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
967
|
-
"viewerCode": "OFEzwG_viewerCode",
|
|
968
|
-
"card": "OFEzwG_card",
|
|
969
|
-
"section": "OFEzwG_section",
|
|
970
|
-
"dialogFields": "OFEzwG_dialogFields",
|
|
971
|
-
"error": "OFEzwG_error",
|
|
972
965
|
"group": "OFEzwG_group",
|
|
973
|
-
"
|
|
966
|
+
"fieldLabel": "OFEzwG_fieldLabel",
|
|
967
|
+
"card": "OFEzwG_card",
|
|
974
968
|
"cardId": "OFEzwG_cardId",
|
|
975
|
-
"creatorButton": "OFEzwG_creatorButton",
|
|
976
|
-
"field": "OFEzwG_field",
|
|
977
|
-
"groupHead": "OFEzwG_groupHead",
|
|
978
969
|
"cardName": "OFEzwG_cardName",
|
|
979
|
-
"
|
|
970
|
+
"badge": "OFEzwG_badge",
|
|
971
|
+
"groupHead": "OFEzwG_groupHead",
|
|
972
|
+
"cardDesc": "OFEzwG_cardDesc",
|
|
973
|
+
"cards": "OFEzwG_cards",
|
|
974
|
+
"input": "OFEzwG_input",
|
|
975
|
+
"section": "OFEzwG_section",
|
|
976
|
+
"revealedPath": "OFEzwG_revealedPath",
|
|
977
|
+
"error": "OFEzwG_error",
|
|
978
|
+
"cardMain": "OFEzwG_cardMain",
|
|
979
|
+
"dialogFields": "OFEzwG_dialogFields"
|
|
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
|
-
"remove": "_0JZGoW_remove",
|
|
38
37
|
"item": "_0JZGoW_item",
|
|
39
|
-
"
|
|
40
|
-
"arrowLeft": "_0JZGoW_arrowLeft",
|
|
38
|
+
"remove": "_0JZGoW_remove",
|
|
41
39
|
"root": "_0JZGoW_root",
|
|
42
|
-
"thumbnail": "_0JZGoW_thumbnail",
|
|
43
40
|
"rail": "_0JZGoW_rail",
|
|
44
|
-
"
|
|
41
|
+
"arrow": "_0JZGoW_arrow",
|
|
42
|
+
"thumbnail": "_0JZGoW_thumbnail",
|
|
43
|
+
"arrowRight": "_0JZGoW_arrowRight",
|
|
44
|
+
"arrowLeft": "_0JZGoW_arrowLeft"
|
|
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
|
-
"desc": "LWqSoW_desc",
|
|
207
206
|
"wrap": "LWqSoW_wrap",
|
|
208
|
-
"title": "LWqSoW_title",
|
|
209
207
|
"illustration": "LWqSoW_illustration",
|
|
210
208
|
"fade-in": "LWqSoW_fade-in",
|
|
211
|
-
"mask": "LWqSoW_mask"
|
|
209
|
+
"mask": "LWqSoW_mask",
|
|
210
|
+
"title": "LWqSoW_title",
|
|
211
|
+
"desc": "LWqSoW_desc"
|
|
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
|
-
"mask": "_2vpbCW_mask",
|
|
393
392
|
"backdrop": "_2vpbCW_backdrop",
|
|
393
|
+
"close": "_2vpbCW_close",
|
|
394
394
|
"image": "_2vpbCW_image",
|
|
395
|
-
"
|
|
395
|
+
"mask": "_2vpbCW_mask"
|
|
396
396
|
};
|
|
397
397
|
//#endregion
|
|
398
398
|
//#region src/ImageLightbox.tsx
|
|
@@ -625,10 +625,10 @@ window.__ModuleLoader__.load({
|
|
|
625
625
|
document.head.appendChild(tag);
|
|
626
626
|
}
|
|
627
627
|
var MessageImage_module_css_default = {
|
|
628
|
-
"frame": "X-mjFa_frame",
|
|
629
628
|
"error": "X-mjFa_error",
|
|
630
|
-
"
|
|
631
|
-
"
|
|
629
|
+
"gallery": "X-mjFa_gallery",
|
|
630
|
+
"frame": "X-mjFa_frame",
|
|
631
|
+
"loading": "X-mjFa_loading"
|
|
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
|
-
"
|
|
859
|
-
"label": "_7uhq5a_label",
|
|
860
|
-
"rowActive": "_7uhq5a_rowActive",
|
|
861
|
-
"errorText": "_7uhq5a_errorText",
|
|
862
|
-
"viewport": "_7uhq5a_viewport",
|
|
863
|
-
"detail": "_7uhq5a_detail",
|
|
858
|
+
"error": "_7uhq5a_error",
|
|
864
859
|
"row": "_7uhq5a_row",
|
|
860
|
+
"detail": "_7uhq5a_detail",
|
|
865
861
|
"check": "_7uhq5a_check",
|
|
866
|
-
"
|
|
862
|
+
"status": "_7uhq5a_status",
|
|
863
|
+
"errorText": "_7uhq5a_errorText",
|
|
867
864
|
"retry": "_7uhq5a_retry",
|
|
865
|
+
"label": "_7uhq5a_label",
|
|
868
866
|
"card": "_7uhq5a_card",
|
|
869
|
-
"
|
|
867
|
+
"search": "_7uhq5a_search",
|
|
868
|
+
"viewport": "_7uhq5a_viewport",
|
|
869
|
+
"rowActive": "_7uhq5a_rowActive"
|
|
870
870
|
};
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/client/PopupSelectView.tsx
|