@xrkseek/harness-cli 0.1.0 → 0.1.2
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 +1 -1
- package/dist/port.d.ts.map +1 -1
- package/dist/port.js +1 -0
- package/dist/port.js.map +1 -1
- 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 +3 -2
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-connection/client.js +1160 -367
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-runtime/client.js +4 -13
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +38 -38
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +169 -169
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +8 -8
- 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 +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 +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 +14 -14
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +57 -57
- 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 +13 -13
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
- 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 +141 -141
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +14 -14
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +54 -54
|
@@ -884,11 +884,11 @@ window.__ModuleLoader__.load({
|
|
|
884
884
|
document.head.appendChild(tag);
|
|
885
885
|
}
|
|
886
886
|
var LanguageRow_module_css_default = {
|
|
887
|
-
"
|
|
888
|
-
"selector": "jLfXEq_selector",
|
|
887
|
+
"title": "jLfXEq_title",
|
|
889
888
|
"rowText": "jLfXEq_rowText",
|
|
890
889
|
"row": "jLfXEq_row",
|
|
891
|
-
"
|
|
890
|
+
"selector": "jLfXEq_selector",
|
|
891
|
+
"chevron": "jLfXEq_chevron"
|
|
892
892
|
};
|
|
893
893
|
//#endregion
|
|
894
894
|
//#region src/client/LanguageRow.tsx
|
|
@@ -333,7 +333,7 @@ window.__ModuleLoader__.load({
|
|
|
333
333
|
return this.ctx.effect(() => this["_register"](options, component), "slots.register()");
|
|
334
334
|
};
|
|
335
335
|
//#endregion
|
|
336
|
-
//#region ../../stubs/xrk-host-apiproxy/
|
|
336
|
+
//#region ../../stubs/xrk-host-apiproxy/src/api/rpc.ts
|
|
337
337
|
/**
|
|
338
338
|
* Fold a transport exception into the RpcResult error branch (unified error
|
|
339
339
|
* API; 'internal' as the catch-all code). Lives with RpcResult so every
|
|
@@ -4448,7 +4448,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4448
4448
|
return /* @__PURE__ */ _superRefine(fn, params);
|
|
4449
4449
|
}
|
|
4450
4450
|
//#endregion
|
|
4451
|
-
//#region ../../stubs/xrk-host-apiproxy/
|
|
4451
|
+
//#region ../../stubs/xrk-host-apiproxy/src/api/rpc.schema.ts
|
|
4452
4452
|
/**
|
|
4453
4453
|
* Message-layer zod schemas: the four wire full forms + error body +
|
|
4454
4454
|
* carrier receipt. The payload slot is unknown in the full-form schemas — business payloads
|
|
@@ -10235,16 +10235,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
10235
10235
|
}
|
|
10236
10236
|
};
|
|
10237
10237
|
//#endregion
|
|
10238
|
-
//#region ../../stubs/xrk-session/
|
|
10239
|
-
/**
|
|
10240
|
-
* Surface layer on top of the session event log: an ordered view of events
|
|
10241
|
-
* that produce LLM messages. The append-only log remains the source of truth.
|
|
10242
|
-
*
|
|
10243
|
-
* Browser-safe: web clients consume this subpath export, so it must stay free
|
|
10244
|
-
* of `node:` imports (they break the vite bundle).
|
|
10245
|
-
*
|
|
10246
|
-
* @module @xrkseek/xrk-session/surface
|
|
10247
|
-
*/
|
|
10238
|
+
//#region ../../stubs/xrk-session/src/surface.ts
|
|
10248
10239
|
/** Runtime counterpart of the message-producing event union. */
|
|
10249
10240
|
const SURFACE_EVENT_TYPES = /* @__PURE__ */ new Set([
|
|
10250
10241
|
"user/message",
|
|
@@ -10358,7 +10349,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
10358
10349
|
}
|
|
10359
10350
|
}
|
|
10360
10351
|
//#endregion
|
|
10361
|
-
//#region ../../stubs/xrk-llm/
|
|
10352
|
+
//#region ../../stubs/xrk-llm/src/message.ts
|
|
10362
10353
|
/**
|
|
10363
10354
|
* Whether a stream chunk carries visible model output (the first-token
|
|
10364
10355
|
* boundary shared by client step timing and the whole-log sessionStats
|
|
@@ -250,12 +250,12 @@ window.__ModuleLoader__.load({
|
|
|
250
250
|
document.head.appendChild(tag);
|
|
251
251
|
}
|
|
252
252
|
var AgentPresetRow_module_css_default = {
|
|
253
|
-
"rowText": "LQ3tzG_rowText",
|
|
254
|
-
"title": "LQ3tzG_title",
|
|
255
|
-
"selector": "LQ3tzG_selector",
|
|
256
253
|
"row": "LQ3tzG_row",
|
|
254
|
+
"selector": "LQ3tzG_selector",
|
|
255
|
+
"title": "LQ3tzG_title",
|
|
257
256
|
"chevron": "LQ3tzG_chevron",
|
|
258
|
-
"desc": "LQ3tzG_desc"
|
|
257
|
+
"desc": "LQ3tzG_desc",
|
|
258
|
+
"rowText": "LQ3tzG_rowText"
|
|
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
|
-
"introText": "MwdynW_introText",
|
|
329
|
-
"seat-char-in": "MwdynW_seat-char-in",
|
|
330
|
-
"itemName": "MwdynW_itemName",
|
|
331
|
-
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
332
328
|
"seatIcon": "MwdynW_seatIcon",
|
|
333
|
-
"
|
|
334
|
-
"itemDesc": "MwdynW_itemDesc",
|
|
335
|
-
"seat": "MwdynW_seat",
|
|
329
|
+
"introChar": "MwdynW_introChar",
|
|
336
330
|
"introIcon": "MwdynW_introIcon",
|
|
331
|
+
"introText": "MwdynW_introText",
|
|
332
|
+
"seat": "MwdynW_seat",
|
|
333
|
+
"chevron": "MwdynW_chevron",
|
|
337
334
|
"item": "MwdynW_item",
|
|
338
|
-
"
|
|
335
|
+
"itemDesc": "MwdynW_itemDesc",
|
|
336
|
+
"seat-char-in": "MwdynW_seat-char-in",
|
|
337
|
+
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
338
|
+
"itemName": "MwdynW_itemName"
|
|
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
|
-
"
|
|
947
|
-
"
|
|
948
|
-
"badge": "OFEzwG_badge",
|
|
949
|
-
"section": "OFEzwG_section",
|
|
950
|
-
"title": "OFEzwG_title",
|
|
951
|
-
"card": "OFEzwG_card",
|
|
952
|
-
"error": "OFEzwG_error",
|
|
953
|
-
"cardName": "OFEzwG_cardName",
|
|
954
|
-
"cardMain": "OFEzwG_cardMain",
|
|
955
|
-
"cardFoot": "OFEzwG_cardFoot",
|
|
956
|
-
"iconDanger": "OFEzwG_iconDanger",
|
|
957
|
-
"field": "OFEzwG_field",
|
|
958
|
-
"groupHead": "OFEzwG_groupHead",
|
|
946
|
+
"intro": "OFEzwG_intro",
|
|
947
|
+
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
959
948
|
"dialog": "OFEzwG_dialog",
|
|
949
|
+
"cards": "OFEzwG_cards",
|
|
950
|
+
"revealedPath": "OFEzwG_revealedPath",
|
|
951
|
+
"input": "OFEzwG_input",
|
|
960
952
|
"cardActive": "OFEzwG_cardActive",
|
|
953
|
+
"brokenBadge": "OFEzwG_brokenBadge",
|
|
961
954
|
"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
|
+
"cardFoot": "OFEzwG_cardFoot",
|
|
962
962
|
"iconButton": "OFEzwG_iconButton",
|
|
963
|
-
"
|
|
964
|
-
"
|
|
963
|
+
"deleteDialog": "OFEzwG_deleteDialog",
|
|
964
|
+
"cardMain": "OFEzwG_cardMain",
|
|
965
|
+
"cardBroken": "OFEzwG_cardBroken",
|
|
965
966
|
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"
|
|
967
|
+
"viewerCode": "OFEzwG_viewerCode",
|
|
968
|
+
"card": "OFEzwG_card",
|
|
969
|
+
"section": "OFEzwG_section",
|
|
969
970
|
"dialogFields": "OFEzwG_dialogFields",
|
|
970
|
-
"
|
|
971
|
+
"error": "OFEzwG_error",
|
|
971
972
|
"group": "OFEzwG_group",
|
|
972
|
-
"
|
|
973
|
+
"badge": "OFEzwG_badge",
|
|
973
974
|
"cardId": "OFEzwG_cardId",
|
|
974
|
-
"
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
"
|
|
978
|
-
"
|
|
979
|
-
"deleteDialog": "OFEzwG_deleteDialog"
|
|
975
|
+
"creatorButton": "OFEzwG_creatorButton",
|
|
976
|
+
"field": "OFEzwG_field",
|
|
977
|
+
"groupHead": "OFEzwG_groupHead",
|
|
978
|
+
"cardName": "OFEzwG_cardName",
|
|
979
|
+
"title": "OFEzwG_title"
|
|
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
|
-
"arrow": "_0JZGoW_arrow",
|
|
38
|
-
"rail": "_0JZGoW_rail",
|
|
39
|
-
"arrowRight": "_0JZGoW_arrowRight",
|
|
40
|
-
"thumbnail": "_0JZGoW_thumbnail",
|
|
41
37
|
"remove": "_0JZGoW_remove",
|
|
42
|
-
"root": "_0JZGoW_root",
|
|
43
38
|
"item": "_0JZGoW_item",
|
|
44
|
-
"
|
|
39
|
+
"arrow": "_0JZGoW_arrow",
|
|
40
|
+
"arrowLeft": "_0JZGoW_arrowLeft",
|
|
41
|
+
"root": "_0JZGoW_root",
|
|
42
|
+
"thumbnail": "_0JZGoW_thumbnail",
|
|
43
|
+
"rail": "_0JZGoW_rail",
|
|
44
|
+
"arrowRight": "_0JZGoW_arrowRight"
|
|
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
|
-
"
|
|
207
|
-
"
|
|
206
|
+
"desc": "LWqSoW_desc",
|
|
207
|
+
"wrap": "LWqSoW_wrap",
|
|
208
208
|
"title": "LWqSoW_title",
|
|
209
209
|
"illustration": "LWqSoW_illustration",
|
|
210
|
-
"
|
|
211
|
-
"
|
|
210
|
+
"fade-in": "LWqSoW_fade-in",
|
|
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
|
+
"mask": "_2vpbCW_mask",
|
|
392
393
|
"backdrop": "_2vpbCW_backdrop",
|
|
393
394
|
"image": "_2vpbCW_image",
|
|
394
|
-
"close": "_2vpbCW_close"
|
|
395
|
-
"mask": "_2vpbCW_mask"
|
|
395
|
+
"close": "_2vpbCW_close"
|
|
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
|
-
"error": "X-mjFa_error",
|
|
629
628
|
"frame": "X-mjFa_frame",
|
|
630
|
-
"
|
|
631
|
-
"loading": "X-mjFa_loading"
|
|
629
|
+
"error": "X-mjFa_error",
|
|
630
|
+
"loading": "X-mjFa_loading",
|
|
631
|
+
"gallery": "X-mjFa_gallery"
|
|
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
|
-
"errorText": "_7uhq5a_errorText",
|
|
860
|
-
"row": "_7uhq5a_row",
|
|
861
|
-
"status": "_7uhq5a_status",
|
|
858
|
+
"search": "_7uhq5a_search",
|
|
862
859
|
"label": "_7uhq5a_label",
|
|
863
860
|
"rowActive": "_7uhq5a_rowActive",
|
|
864
|
-
"
|
|
861
|
+
"errorText": "_7uhq5a_errorText",
|
|
865
862
|
"viewport": "_7uhq5a_viewport",
|
|
866
|
-
"
|
|
867
|
-
"
|
|
863
|
+
"detail": "_7uhq5a_detail",
|
|
864
|
+
"row": "_7uhq5a_row",
|
|
865
|
+
"check": "_7uhq5a_check",
|
|
866
|
+
"error": "_7uhq5a_error",
|
|
868
867
|
"retry": "_7uhq5a_retry",
|
|
869
|
-
"
|
|
868
|
+
"card": "_7uhq5a_card",
|
|
869
|
+
"status": "_7uhq5a_status"
|
|
870
870
|
};
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/client/PopupSelectView.tsx
|