@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
|
@@ -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
170
|
"row": "LKrWRG_row",
|
|
173
|
-
"
|
|
171
|
+
"file": "LKrWRG_file",
|
|
172
|
+
"label": "LKrWRG_label",
|
|
174
173
|
"showFolder": "LKrWRG_showFolder",
|
|
174
|
+
"measure": "LKrWRG_measure",
|
|
175
175
|
"more": "LKrWRG_more",
|
|
176
|
-
"
|
|
177
|
-
"
|
|
176
|
+
"root": "LKrWRG_root",
|
|
177
|
+
"probe": "LKrWRG_probe"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region src/client/ProducedFiles.tsx
|
|
@@ -34,42 +34,42 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var DirectoryBrowser_module_css_default = {
|
|
37
|
-
"
|
|
38
|
-
"rowName": "eriWnG_rowName",
|
|
39
|
-
"error": "eriWnG_error",
|
|
37
|
+
"rowSelected": "eriWnG_rowSelected",
|
|
40
38
|
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
39
|
+
"createIn": "eriWnG_createIn",
|
|
40
|
+
"column": "eriWnG_column",
|
|
41
|
+
"footerGap": "eriWnG_footerGap",
|
|
42
|
+
"loadingFloat": "eriWnG_loadingFloat",
|
|
43
43
|
"createActions": "eriWnG_createActions",
|
|
44
|
+
"rowName": "eriWnG_rowName",
|
|
45
|
+
"dialog": "eriWnG_dialog",
|
|
46
|
+
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
47
|
+
"rowChevron": "eriWnG_rowChevron",
|
|
44
48
|
"row": "eriWnG_row",
|
|
45
|
-
"
|
|
46
|
-
"status": "eriWnG_status",
|
|
47
|
-
"crumbChevron": "eriWnG_crumbChevron",
|
|
48
|
-
"crumbTrail": "eriWnG_crumbTrail",
|
|
49
|
-
"createIn": "eriWnG_createIn",
|
|
49
|
+
"footerAction": "eriWnG_footerAction",
|
|
50
50
|
"createBody": "eriWnG_createBody",
|
|
51
|
+
"footerBar": "eriWnG_footerBar",
|
|
52
|
+
"title": "eriWnG_title",
|
|
53
|
+
"crumbSeat": "eriWnG_crumbSeat",
|
|
51
54
|
"createDialog": "eriWnG_createDialog",
|
|
55
|
+
"rowSeat": "eriWnG_rowSeat",
|
|
52
56
|
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"crumb": "eriWnG_crumb",
|
|
57
|
-
"crumbBar": "eriWnG_crumbBar",
|
|
58
|
-
"rowSelected": "eriWnG_rowSelected",
|
|
59
|
-
"rowChevron": "eriWnG_rowChevron",
|
|
57
|
+
"crumbChevron": "eriWnG_crumbChevron",
|
|
58
|
+
"divider": "eriWnG_divider",
|
|
59
|
+
"header": "eriWnG_header",
|
|
60
60
|
"editorScope": "eriWnG_editorScope",
|
|
61
|
-
"
|
|
62
|
-
"createTitle": "eriWnG_createTitle",
|
|
63
|
-
"content": "eriWnG_content",
|
|
64
|
-
"title": "eriWnG_title",
|
|
65
|
-
"rowIcon": "eriWnG_rowIcon",
|
|
66
|
-
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
61
|
+
"crumbBar": "eriWnG_crumbBar",
|
|
67
62
|
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
68
|
-
"footerGap": "eriWnG_footerGap",
|
|
69
|
-
"footerAction": "eriWnG_footerAction",
|
|
70
63
|
"millerRow": "eriWnG_millerRow",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
64
|
+
"content": "eriWnG_content",
|
|
65
|
+
"rowIcon": "eriWnG_rowIcon",
|
|
66
|
+
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
67
|
+
"error": "eriWnG_error",
|
|
68
|
+
"crumbTrail": "eriWnG_crumbTrail",
|
|
69
|
+
"createInput": "eriWnG_createInput",
|
|
70
|
+
"crumb": "eriWnG_crumb",
|
|
71
|
+
"status": "eriWnG_status",
|
|
72
|
+
"createTitle": "eriWnG_createTitle",
|
|
73
73
|
"pathInput": "eriWnG_pathInput"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
-
"
|
|
22
|
-
"label": "loP2MG_label",
|
|
21
|
+
"iconBtn": "loP2MG_iconBtn",
|
|
23
22
|
"bar": "loP2MG_bar",
|
|
23
|
+
"dock": "loP2MG_dock",
|
|
24
|
+
"label": "loP2MG_label",
|
|
25
|
+
"goalGlyph": "loP2MG_goalGlyph",
|
|
24
26
|
"objective": "loP2MG_objective",
|
|
25
|
-
"objectiveInput": "loP2MG_objectiveInput",
|
|
26
27
|
"actions": "loP2MG_actions",
|
|
27
28
|
"error": "loP2MG_error",
|
|
28
|
-
"
|
|
29
|
-
"dock": "loP2MG_dock"
|
|
29
|
+
"objectiveInput": "loP2MG_objectiveInput"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/client/GoalBar.tsx
|
|
@@ -262,8 +262,8 @@ window.__ModuleLoader__.load({
|
|
|
262
262
|
}
|
|
263
263
|
var GoalCommandInputView_module_css_default = {
|
|
264
264
|
"bubble": "GzeMcW_bubble",
|
|
265
|
-
"
|
|
266
|
-
"
|
|
265
|
+
"stack": "GzeMcW_stack",
|
|
266
|
+
"row": "GzeMcW_row"
|
|
267
267
|
};
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region src/client/GoalCommandInputView.tsx
|
|
@@ -673,15 +673,15 @@ window.__ModuleLoader__.load({
|
|
|
673
673
|
document.head.appendChild(tag);
|
|
674
674
|
}
|
|
675
675
|
var MenuView_module_css_default = {
|
|
676
|
-
"menu": "_203XIq_menu",
|
|
677
676
|
"itemDescription": "_203XIq_itemDescription",
|
|
678
|
-
"loading": "_203XIq_loading",
|
|
679
|
-
"itemName": "_203XIq_itemName",
|
|
680
|
-
"itemIcon": "_203XIq_itemIcon",
|
|
681
|
-
"active": "_203XIq_active",
|
|
682
677
|
"viewport": "_203XIq_viewport",
|
|
678
|
+
"active": "_203XIq_active",
|
|
679
|
+
"menu": "_203XIq_menu",
|
|
680
|
+
"groupTitle": "_203XIq_groupTitle",
|
|
681
|
+
"loading": "_203XIq_loading",
|
|
683
682
|
"item": "_203XIq_item",
|
|
684
|
-
"
|
|
683
|
+
"itemIcon": "_203XIq_itemIcon",
|
|
684
|
+
"itemName": "_203XIq_itemName"
|
|
685
685
|
};
|
|
686
686
|
//#endregion
|
|
687
687
|
//#region src/client/MenuView.tsx
|
|
@@ -18,19 +18,19 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var JobListAction_module_css_default = {
|
|
21
|
-
"kind": "gBhgYW_kind",
|
|
22
|
-
"menu": "gBhgYW_menu",
|
|
23
|
-
"count": "gBhgYW_count",
|
|
24
|
-
"duration": "gBhgYW_duration",
|
|
25
|
-
"label": "gBhgYW_label",
|
|
26
|
-
"status": "gBhgYW_status",
|
|
27
21
|
"root": "gBhgYW_root",
|
|
28
22
|
"triggerDot": "gBhgYW_triggerDot",
|
|
29
|
-
"row": "gBhgYW_row",
|
|
30
23
|
"triggerOpen": "gBhgYW_triggerOpen",
|
|
31
24
|
"trigger": "gBhgYW_trigger",
|
|
32
|
-
"
|
|
33
|
-
"rowSettled": "gBhgYW_rowSettled"
|
|
25
|
+
"row": "gBhgYW_row",
|
|
26
|
+
"rowSettled": "gBhgYW_rowSettled",
|
|
27
|
+
"status": "gBhgYW_status",
|
|
28
|
+
"duration": "gBhgYW_duration",
|
|
29
|
+
"count": "gBhgYW_count",
|
|
30
|
+
"label": "gBhgYW_label",
|
|
31
|
+
"menu": "gBhgYW_menu",
|
|
32
|
+
"kind": "gBhgYW_kind",
|
|
33
|
+
"rowDot": "gBhgYW_rowDot"
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region src/client/JobListAction.tsx
|
|
@@ -63,11 +63,11 @@ window.__ModuleLoader__.load({
|
|
|
63
63
|
document.head.appendChild(tag);
|
|
64
64
|
}
|
|
65
65
|
var AppFrame_module_css_default = {
|
|
66
|
-
"
|
|
66
|
+
"overlayLayer": "LMEksG_overlayLayer",
|
|
67
67
|
"sidebarCol": "LMEksG_sidebarCol",
|
|
68
|
-
"
|
|
68
|
+
"detailsCol": "LMEksG_detailsCol",
|
|
69
69
|
"handle": "LMEksG_handle",
|
|
70
|
-
"
|
|
70
|
+
"frame": "LMEksG_frame",
|
|
71
71
|
"centerCol": "LMEksG_centerCol"
|
|
72
72
|
};
|
|
73
73
|
//#endregion
|
|
@@ -335,12 +335,12 @@ window.__ModuleLoader__.load({
|
|
|
335
335
|
document.head.appendChild(tag);
|
|
336
336
|
}
|
|
337
337
|
var MessageFeedbackActions_module_css_default = {
|
|
338
|
-
"noteCancel": "Q8qPSG_noteCancel",
|
|
339
|
-
"failure": "Q8qPSG_failure",
|
|
340
338
|
"noteOpen": "Q8qPSG_noteOpen",
|
|
341
|
-
"action": "Q8qPSG_action",
|
|
342
|
-
"noteEditor": "Q8qPSG_noteEditor",
|
|
343
339
|
"noteInput": "Q8qPSG_noteInput",
|
|
340
|
+
"noteEditor": "Q8qPSG_noteEditor",
|
|
341
|
+
"action": "Q8qPSG_action",
|
|
342
|
+
"noteCancel": "Q8qPSG_noteCancel",
|
|
343
|
+
"failure": "Q8qPSG_failure",
|
|
344
344
|
"noteSave": "Q8qPSG_noteSave"
|
|
345
345
|
};
|
|
346
346
|
//#endregion
|
|
@@ -241,30 +241,30 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
document.head.appendChild(tag);
|
|
242
242
|
}
|
|
243
243
|
var ModelSelect_module_css_default = {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
244
|
+
"triggerLabel": "TZv2bW_triggerLabel",
|
|
245
|
+
"root": "TZv2bW_root",
|
|
246
|
+
"trigger": "TZv2bW_trigger",
|
|
247
|
+
"triggerEffort": "TZv2bW_triggerEffort",
|
|
248
|
+
"groupTitle": "TZv2bW_groupTitle",
|
|
246
249
|
"description": "TZv2bW_description",
|
|
247
250
|
"status": "TZv2bW_status",
|
|
248
251
|
"warning": "TZv2bW_warning",
|
|
249
|
-
"
|
|
250
|
-
"
|
|
252
|
+
"retry": "TZv2bW_retry",
|
|
253
|
+
"groups": "TZv2bW_groups",
|
|
251
254
|
"chevron": "TZv2bW_chevron",
|
|
252
|
-
"cellChevron": "TZv2bW_cellChevron",
|
|
253
|
-
"trigger": "TZv2bW_trigger",
|
|
254
|
-
"optionCopy": "TZv2bW_optionCopy",
|
|
255
|
-
"cell": "TZv2bW_cell",
|
|
256
255
|
"selected": "TZv2bW_selected",
|
|
257
256
|
"menu": "TZv2bW_menu",
|
|
258
|
-
"
|
|
259
|
-
"retry": "TZv2bW_retry",
|
|
260
|
-
"modelName": "TZv2bW_modelName",
|
|
261
|
-
"group": "TZv2bW_group",
|
|
262
|
-
"chevronOpen": "TZv2bW_chevronOpen",
|
|
257
|
+
"cell": "TZv2bW_cell",
|
|
263
258
|
"check": "TZv2bW_check",
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
259
|
+
"cellLabel": "TZv2bW_cellLabel",
|
|
260
|
+
"cellChevron": "TZv2bW_cellChevron",
|
|
261
|
+
"chevronOpen": "TZv2bW_chevronOpen",
|
|
262
|
+
"empty": "TZv2bW_empty",
|
|
263
|
+
"optionCopy": "TZv2bW_optionCopy",
|
|
264
|
+
"group": "TZv2bW_group",
|
|
265
|
+
"option": "TZv2bW_option",
|
|
266
|
+
"modelName": "TZv2bW_modelName",
|
|
267
|
+
"cellValue": "TZv2bW_cellValue",
|
|
268
268
|
"error": "TZv2bW_error"
|
|
269
269
|
};
|
|
270
270
|
//#endregion
|
|
@@ -42,11 +42,11 @@ window.__ModuleLoader__.load({
|
|
|
42
42
|
document.head.appendChild(tag);
|
|
43
43
|
}
|
|
44
44
|
var PermissionRow_module_css_default = {
|
|
45
|
-
"
|
|
46
|
-
"selector": "kxdSgq_selector",
|
|
45
|
+
"chevron": "kxdSgq_chevron",
|
|
47
46
|
"row": "kxdSgq_row",
|
|
48
47
|
"rowText": "kxdSgq_rowText",
|
|
49
|
-
"
|
|
48
|
+
"title": "kxdSgq_title",
|
|
49
|
+
"selector": "kxdSgq_selector",
|
|
50
50
|
"desc": "kxdSgq_desc"
|
|
51
51
|
};
|
|
52
52
|
//#endregion
|
|
@@ -18,9 +18,9 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PlanModeControl_module_css_default = {
|
|
21
|
+
"error": "xROLNG_error",
|
|
21
22
|
"wrap": "xROLNG_wrap",
|
|
22
23
|
"chip": "xROLNG_chip",
|
|
23
|
-
"error": "xROLNG_error",
|
|
24
24
|
"close": "xROLNG_close"
|
|
25
25
|
};
|
|
26
26
|
//#endregion
|
|
@@ -36,25 +36,25 @@ window.__ModuleLoader__.load({
|
|
|
36
36
|
document.head.appendChild(tag);
|
|
37
37
|
}
|
|
38
38
|
var SettingsRoot_module_css_default = {
|
|
39
|
+
"active": "yDpcKa_active",
|
|
40
|
+
"navCell": "yDpcKa_navCell",
|
|
41
|
+
"options": "yDpcKa_options",
|
|
39
42
|
"navLabel": "yDpcKa_navLabel",
|
|
40
|
-
"
|
|
41
|
-
"navIcon": "yDpcKa_navIcon",
|
|
42
|
-
"trigger": "yDpcKa_trigger",
|
|
43
|
+
"content": "yDpcKa_content",
|
|
43
44
|
"mask": "yDpcKa_mask",
|
|
44
|
-
"
|
|
45
|
-
"nav": "yDpcKa_nav",
|
|
45
|
+
"rail": "yDpcKa_rail",
|
|
46
46
|
"navList": "yDpcKa_navList",
|
|
47
|
-
"
|
|
48
|
-
"content": "yDpcKa_content",
|
|
49
|
-
"navCell": "yDpcKa_navCell",
|
|
50
|
-
"options": "yDpcKa_options",
|
|
51
|
-
"close": "yDpcKa_close",
|
|
47
|
+
"panel": "yDpcKa_panel",
|
|
52
48
|
"triggerLabel": "yDpcKa_triggerLabel",
|
|
53
|
-
"rail": "yDpcKa_rail",
|
|
54
49
|
"header": "yDpcKa_header",
|
|
55
|
-
"
|
|
50
|
+
"navIcon": "yDpcKa_navIcon",
|
|
51
|
+
"nav": "yDpcKa_nav",
|
|
52
|
+
"actions": "yDpcKa_actions",
|
|
53
|
+
"overlay": "yDpcKa_overlay",
|
|
54
|
+
"navTitle": "yDpcKa_navTitle",
|
|
56
55
|
"hiddenLabel": "yDpcKa_hiddenLabel",
|
|
57
|
-
"
|
|
56
|
+
"trigger": "yDpcKa_trigger",
|
|
57
|
+
"close": "yDpcKa_close"
|
|
58
58
|
};
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region src/client/SettingsRoot.tsx
|
|
@@ -311,8 +311,8 @@ window.__ModuleLoader__.load({
|
|
|
311
311
|
document.head.appendChild(tag);
|
|
312
312
|
}
|
|
313
313
|
var SettingsDocumentAction_module_css_default = {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"error": "Hd6jda_error",
|
|
315
|
+
"action": "Hd6jda_action"
|
|
316
316
|
};
|
|
317
317
|
//#endregion
|
|
318
318
|
//#region src/client/SettingsDocumentAction.tsx
|
|
@@ -67,67 +67,67 @@ window.__ModuleLoader__.load({
|
|
|
67
67
|
document.head.appendChild(tag);
|
|
68
68
|
}
|
|
69
69
|
var ModelsSection_module_css_default = {
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"modelEmpty": "AmnBRG_modelEmpty",
|
|
70
|
+
"field": "AmnBRG_field",
|
|
71
|
+
"title": "AmnBRG_title",
|
|
73
72
|
"modelAdvanced": "AmnBRG_modelAdvanced",
|
|
73
|
+
"iconButton": "AmnBRG_iconButton",
|
|
74
|
+
"addButton": "AmnBRG_addButton",
|
|
74
75
|
"modelField": "AmnBRG_modelField",
|
|
75
|
-
"
|
|
76
|
-
"modelList": "AmnBRG_modelList",
|
|
77
|
-
"candidateLabel": "AmnBRG_candidateLabel",
|
|
78
|
-
"modelEntry": "AmnBRG_modelEntry",
|
|
79
|
-
"intro": "AmnBRG_intro",
|
|
80
|
-
"addActions": "AmnBRG_addActions",
|
|
81
|
-
"primaryButton": "AmnBRG_primaryButton",
|
|
82
|
-
"addCard": "AmnBRG_addCard",
|
|
83
|
-
"editorHeader": "AmnBRG_editorHeader",
|
|
84
|
-
"credentialDot": "AmnBRG_credentialDot",
|
|
85
|
-
"modelCatalog": "AmnBRG_modelCatalog",
|
|
86
|
-
"input": "AmnBRG_input",
|
|
87
|
-
"rowCard": "AmnBRG_rowCard",
|
|
88
|
-
"rowName": "AmnBRG_rowName",
|
|
89
|
-
"editorRoute": "AmnBRG_editorRoute",
|
|
76
|
+
"candidateList": "AmnBRG_candidateList",
|
|
90
77
|
"candidate": "AmnBRG_candidate",
|
|
78
|
+
"customized": "AmnBRG_customized",
|
|
79
|
+
"rowName": "AmnBRG_rowName",
|
|
80
|
+
"primaryButton": "AmnBRG_primaryButton",
|
|
81
|
+
"modelFieldLabel": "AmnBRG_modelFieldLabel",
|
|
82
|
+
"addBlock": "AmnBRG_addBlock",
|
|
83
|
+
"intro": "AmnBRG_intro",
|
|
84
|
+
"selectInput": "AmnBRG_selectInput",
|
|
85
|
+
"modelListHead": "AmnBRG_modelListHead",
|
|
86
|
+
"rowActions": "AmnBRG_rowActions",
|
|
87
|
+
"editor": "AmnBRG_editor",
|
|
88
|
+
"notice": "AmnBRG_notice",
|
|
91
89
|
"customizedSummary": "AmnBRG_customizedSummary",
|
|
90
|
+
"modelCatalogTitle": "AmnBRG_modelCatalogTitle",
|
|
92
91
|
"modelCatalogHeading": "AmnBRG_modelCatalogHeading",
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"candidateList": "AmnBRG_candidateList",
|
|
98
|
-
"customizedBody": "AmnBRG_customizedBody",
|
|
99
|
-
"addButton": "AmnBRG_addButton",
|
|
100
|
-
"title": "AmnBRG_title",
|
|
92
|
+
"modelList": "AmnBRG_modelList",
|
|
93
|
+
"modelEntry": "AmnBRG_modelEntry",
|
|
94
|
+
"dangerButton": "AmnBRG_dangerButton",
|
|
95
|
+
"setupCard": "AmnBRG_setupCard",
|
|
101
96
|
"savedNotice": "AmnBRG_savedNotice",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
97
|
+
"rowTag": "AmnBRG_rowTag",
|
|
98
|
+
"linkButton": "AmnBRG_linkButton",
|
|
99
|
+
"advancedHint": "AmnBRG_advancedHint",
|
|
100
|
+
"deleteConfirm": "AmnBRG_deleteConfirm",
|
|
101
|
+
"editorHeader": "AmnBRG_editorHeader",
|
|
102
|
+
"rowIdentity": "AmnBRG_rowIdentity",
|
|
103
|
+
"modelEmpty": "AmnBRG_modelEmpty",
|
|
104
|
+
"editorActions": "AmnBRG_editorActions",
|
|
106
105
|
"rows": "AmnBRG_rows",
|
|
107
|
-
"
|
|
108
|
-
"iconButton": "AmnBRG_iconButton",
|
|
109
|
-
"selectInput": "AmnBRG_selectInput",
|
|
110
|
-
"deleteDialog": "AmnBRG_deleteDialog",
|
|
106
|
+
"hiddenLabel": "AmnBRG_hiddenLabel",
|
|
111
107
|
"credentialDotConfigured": "AmnBRG_credentialDotConfigured",
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
108
|
+
"credentialDotMissing": "AmnBRG_credentialDotMissing",
|
|
109
|
+
"editorRoute": "AmnBRG_editorRoute",
|
|
110
|
+
"modelCatalog": "AmnBRG_modelCatalog",
|
|
111
|
+
"customizedBody": "AmnBRG_customizedBody",
|
|
112
|
+
"deleteDialog": "AmnBRG_deleteDialog",
|
|
113
|
+
"candidateLabel": "AmnBRG_candidateLabel",
|
|
116
114
|
"addModelButton": "AmnBRG_addModelButton",
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
115
|
+
"input": "AmnBRG_input",
|
|
116
|
+
"addActions": "AmnBRG_addActions",
|
|
117
|
+
"rowHead": "AmnBRG_rowHead",
|
|
118
|
+
"candidateId": "AmnBRG_candidateId",
|
|
120
119
|
"fetchDialog": "AmnBRG_fetchDialog",
|
|
121
120
|
"secondaryButton": "AmnBRG_secondaryButton",
|
|
122
|
-
"
|
|
121
|
+
"rowCard": "AmnBRG_rowCard",
|
|
122
|
+
"section": "AmnBRG_section",
|
|
123
|
+
"iconButtonDanger": "AmnBRG_iconButtonDanger",
|
|
124
|
+
"error": "AmnBRG_error",
|
|
125
|
+
"editorTitle": "AmnBRG_editorTitle",
|
|
126
|
+
"credentialDot": "AmnBRG_credentialDot",
|
|
127
|
+
"modelCatalogMeta": "AmnBRG_modelCatalogMeta",
|
|
123
128
|
"fieldLabel": "AmnBRG_fieldLabel",
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"rowIdentity": "AmnBRG_rowIdentity",
|
|
127
|
-
"notice": "AmnBRG_notice",
|
|
128
|
-
"dangerButton": "AmnBRG_dangerButton",
|
|
129
|
-
"advancedHint": "AmnBRG_advancedHint",
|
|
130
|
-
"editorActions": "AmnBRG_editorActions"
|
|
129
|
+
"modelRow": "AmnBRG_modelRow",
|
|
130
|
+
"addCard": "AmnBRG_addCard"
|
|
131
131
|
};
|
|
132
132
|
//#endregion
|
|
133
133
|
//#region src/client/EditorFooter.tsx
|
|
@@ -2076,8 +2076,8 @@ window.__ModuleLoader__.load({
|
|
|
2076
2076
|
document.head.appendChild(tag);
|
|
2077
2077
|
}
|
|
2078
2078
|
var OnboardingModal_module_css_default = {
|
|
2079
|
-
"dialog": "aIiZrG_dialog",
|
|
2080
2079
|
"body": "aIiZrG_body",
|
|
2080
|
+
"dialog": "aIiZrG_dialog",
|
|
2081
2081
|
"content": "aIiZrG_content",
|
|
2082
2082
|
"title": "aIiZrG_title"
|
|
2083
2083
|
};
|
|
@@ -2229,10 +2229,10 @@ window.__ModuleLoader__.load({
|
|
|
2229
2229
|
document.head.appendChild(tag);
|
|
2230
2230
|
}
|
|
2231
2231
|
var WelcomeNotice_module_css_default = {
|
|
2232
|
+
"copy": "R-6oRa_copy",
|
|
2232
2233
|
"primary": "R-6oRa_primary",
|
|
2233
|
-
"actions": "R-6oRa_actions",
|
|
2234
2234
|
"error": "R-6oRa_error",
|
|
2235
|
-
"
|
|
2235
|
+
"actions": "R-6oRa_actions"
|
|
2236
2236
|
};
|
|
2237
2237
|
//#endregion
|
|
2238
2238
|
//#region src/client/WelcomeNotice.tsx
|
|
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PluginInventorySettingsTab_module_css_default = {
|
|
21
|
+
"cardTitle": "WrOExW_cardTitle",
|
|
21
22
|
"visuallyHidden": "WrOExW_visuallyHidden",
|
|
22
|
-
"card": "WrOExW_card",
|
|
23
|
-
"section": "WrOExW_section",
|
|
24
|
-
"search": "WrOExW_search",
|
|
25
|
-
"entryValue": "WrOExW_entryValue",
|
|
26
|
-
"details": "WrOExW_details",
|
|
27
23
|
"cardDetails": "WrOExW_cardDetails",
|
|
24
|
+
"cardTrailing": "WrOExW_cardTrailing",
|
|
25
|
+
"catalogHeading": "WrOExW_catalogHeading",
|
|
26
|
+
"configTag": "WrOExW_configTag",
|
|
28
27
|
"chevron": "WrOExW_chevron",
|
|
28
|
+
"details": "WrOExW_details",
|
|
29
|
+
"section": "WrOExW_section",
|
|
29
30
|
"statusDot": "WrOExW_statusDot",
|
|
30
|
-
"configTag": "WrOExW_configTag",
|
|
31
|
-
"cardContent": "WrOExW_cardContent",
|
|
32
|
-
"failure": "WrOExW_failure",
|
|
33
31
|
"status": "WrOExW_status",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"catalogHeading": "WrOExW_catalogHeading",
|
|
32
|
+
"search": "WrOExW_search",
|
|
33
|
+
"cards": "WrOExW_cards",
|
|
37
34
|
"catalog": "WrOExW_catalog",
|
|
38
|
-
"
|
|
35
|
+
"cardContent": "WrOExW_cardContent",
|
|
36
|
+
"entryValue": "WrOExW_entryValue",
|
|
37
|
+
"card": "WrOExW_card",
|
|
38
|
+
"failure": "WrOExW_failure"
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
41
41
|
//#region src/client/PluginInventorySettingsTab.tsx
|
|
@@ -20,18 +20,18 @@ window.__ModuleLoader__.load({
|
|
|
20
20
|
document.head.appendChild(tag);
|
|
21
21
|
}
|
|
22
22
|
var fields_module_css_default = {
|
|
23
|
-
"select": "MiE2dW_select",
|
|
24
|
-
"hint": "MiE2dW_hint",
|
|
25
|
-
"reset": "MiE2dW_reset",
|
|
26
|
-
"badge": "MiE2dW_badge",
|
|
27
|
-
"badgeMuted": "MiE2dW_badgeMuted",
|
|
28
23
|
"head": "MiE2dW_head",
|
|
24
|
+
"inputInvalid": "MiE2dW_inputInvalid",
|
|
29
25
|
"badges": "MiE2dW_badges",
|
|
26
|
+
"select": "MiE2dW_select",
|
|
30
27
|
"input": "MiE2dW_input",
|
|
28
|
+
"badgeMuted": "MiE2dW_badgeMuted",
|
|
29
|
+
"reset": "MiE2dW_reset",
|
|
30
|
+
"badge": "MiE2dW_badge",
|
|
31
31
|
"invalid": "MiE2dW_invalid",
|
|
32
|
-
"
|
|
32
|
+
"hint": "MiE2dW_hint",
|
|
33
33
|
"label": "MiE2dW_label",
|
|
34
|
-
"
|
|
34
|
+
"field": "MiE2dW_field"
|
|
35
35
|
};
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/client/fields.tsx
|
|
@@ -193,21 +193,21 @@ window.__ModuleLoader__.load({
|
|
|
193
193
|
document.head.appendChild(tag);
|
|
194
194
|
}
|
|
195
195
|
var PluginCard_module_css_default = {
|
|
196
|
+
"card": "YRvGva_card",
|
|
197
|
+
"footer": "YRvGva_footer",
|
|
198
|
+
"save": "YRvGva_save",
|
|
196
199
|
"name": "YRvGva_name",
|
|
197
|
-
"
|
|
198
|
-
"readOnly": "YRvGva_readOnly",
|
|
200
|
+
"chevron": "YRvGva_chevron",
|
|
199
201
|
"chevronOpen": "YRvGva_chevronOpen",
|
|
200
|
-
"pending": "YRvGva_pending",
|
|
201
202
|
"headText": "YRvGva_headText",
|
|
202
|
-
"header": "YRvGva_header",
|
|
203
|
-
"chevron": "YRvGva_chevron",
|
|
204
|
-
"discard": "YRvGva_discard",
|
|
205
|
-
"save": "YRvGva_save",
|
|
206
203
|
"body": "YRvGva_body",
|
|
207
|
-
"
|
|
204
|
+
"pending": "YRvGva_pending",
|
|
205
|
+
"discard": "YRvGva_discard",
|
|
208
206
|
"cardOpen": "YRvGva_cardOpen",
|
|
209
|
-
"
|
|
210
|
-
"
|
|
207
|
+
"description": "YRvGva_description",
|
|
208
|
+
"header": "YRvGva_header",
|
|
209
|
+
"readOnly": "YRvGva_readOnly",
|
|
210
|
+
"failed": "YRvGva_failed"
|
|
211
211
|
};
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region src/client/PluginCard.tsx
|
|
@@ -402,14 +402,14 @@ window.__ModuleLoader__.load({
|
|
|
402
402
|
document.head.appendChild(tag);
|
|
403
403
|
}
|
|
404
404
|
var PluginsSettingsSection_module_css_default = {
|
|
405
|
-
"section": "ha2I9q_section",
|
|
406
|
-
"cards": "ha2I9q_cards",
|
|
407
|
-
"empty": "ha2I9q_empty",
|
|
408
|
-
"heading": "ha2I9q_heading",
|
|
409
405
|
"panel": "ha2I9q_panel",
|
|
410
|
-
"
|
|
406
|
+
"cards": "ha2I9q_cards",
|
|
411
407
|
"intro": "ha2I9q_intro",
|
|
412
|
-
"
|
|
408
|
+
"section": "ha2I9q_section",
|
|
409
|
+
"tabs": "ha2I9q_tabs",
|
|
410
|
+
"heading": "ha2I9q_heading",
|
|
411
|
+
"tab": "ha2I9q_tab",
|
|
412
|
+
"empty": "ha2I9q_empty"
|
|
413
413
|
};
|
|
414
414
|
//#endregion
|
|
415
415
|
//#region src/client/ConfigurablePluginsTab.tsx
|
|
@@ -450,33 +450,33 @@ window.__ModuleLoader__.load({
|
|
|
450
450
|
document.head.appendChild(tag);
|
|
451
451
|
}
|
|
452
452
|
var McpCard_module_css_default = {
|
|
453
|
-
"
|
|
454
|
-
"entryTitle": "FVl50a_entryTitle",
|
|
453
|
+
"connectedName": "FVl50a_connectedName",
|
|
455
454
|
"note": "FVl50a_note",
|
|
456
|
-
"badgeWarn": "FVl50a_badgeWarn",
|
|
457
455
|
"allowTitle": "FVl50a_allowTitle",
|
|
458
456
|
"statusDot": "FVl50a_statusDot",
|
|
459
457
|
"empty": "FVl50a_empty",
|
|
460
|
-
"badgeError": "FVl50a_badgeError",
|
|
461
|
-
"allowRow": "FVl50a_allowRow",
|
|
462
|
-
"connectedName": "FVl50a_connectedName",
|
|
463
|
-
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
464
|
-
"entry": "FVl50a_entry",
|
|
465
|
-
"entryHead": "FVl50a_entryHead",
|
|
466
|
-
"connectedList": "FVl50a_connectedList",
|
|
467
|
-
"remove": "FVl50a_remove",
|
|
468
|
-
"badgeOk": "FVl50a_badgeOk",
|
|
469
|
-
"connectedRow": "FVl50a_connectedRow",
|
|
470
|
-
"heading": "FVl50a_heading",
|
|
471
|
-
"invalid": "FVl50a_invalid",
|
|
472
|
-
"allowHint": "FVl50a_allowHint",
|
|
473
458
|
"list": "FVl50a_list",
|
|
459
|
+
"entryTitle": "FVl50a_entryTitle",
|
|
460
|
+
"remove": "FVl50a_remove",
|
|
461
|
+
"badge": "FVl50a_badge",
|
|
462
|
+
"badgeMuted": "FVl50a_badgeMuted",
|
|
474
463
|
"entryBody": "FVl50a_entryBody",
|
|
464
|
+
"connectedRow": "FVl50a_connectedRow",
|
|
465
|
+
"pasteLabel": "FVl50a_pasteLabel",
|
|
466
|
+
"block": "FVl50a_block",
|
|
467
|
+
"badgeOk": "FVl50a_badgeOk",
|
|
468
|
+
"connectedList": "FVl50a_connectedList",
|
|
469
|
+
"badgeWarn": "FVl50a_badgeWarn",
|
|
470
|
+
"allowRow": "FVl50a_allowRow",
|
|
471
|
+
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
475
472
|
"paste": "FVl50a_paste",
|
|
473
|
+
"entryHead": "FVl50a_entryHead",
|
|
476
474
|
"add": "FVl50a_add",
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
475
|
+
"entry": "FVl50a_entry",
|
|
476
|
+
"badgeError": "FVl50a_badgeError",
|
|
477
|
+
"allowHint": "FVl50a_allowHint",
|
|
478
|
+
"heading": "FVl50a_heading",
|
|
479
|
+
"invalid": "FVl50a_invalid"
|
|
480
480
|
};
|
|
481
481
|
//#endregion
|
|
482
482
|
//#region src/client/McpCard.tsx
|