@xrkseek/harness-cli 0.0.4 → 0.0.5
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/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/package.json +1 -1
- 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 +39 -39
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +167 -167
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +29 -29
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
- 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 +3 -3
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
- 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 +14 -14
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +55 -55
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +11 -11
- 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 +9 -9
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +1 -1
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +33 -33
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
- 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 +56 -56
|
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
-
"goalGlyph": "loP2MG_goalGlyph",
|
|
22
|
-
"label": "loP2MG_label",
|
|
23
21
|
"bar": "loP2MG_bar",
|
|
24
|
-
"
|
|
25
|
-
"objectiveInput": "loP2MG_objectiveInput",
|
|
22
|
+
"label": "loP2MG_label",
|
|
26
23
|
"actions": "loP2MG_actions",
|
|
27
|
-
"error": "loP2MG_error",
|
|
28
24
|
"iconBtn": "loP2MG_iconBtn",
|
|
29
|
-
"
|
|
25
|
+
"objectiveInput": "loP2MG_objectiveInput",
|
|
26
|
+
"objective": "loP2MG_objective",
|
|
27
|
+
"dock": "loP2MG_dock",
|
|
28
|
+
"error": "loP2MG_error",
|
|
29
|
+
"goalGlyph": "loP2MG_goalGlyph"
|
|
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
|
+
"groupTitle": "_203XIq_groupTitle",
|
|
677
|
+
"item": "_203XIq_item",
|
|
678
|
+
"itemName": "_203XIq_itemName",
|
|
679
|
+
"viewport": "_203XIq_viewport",
|
|
676
680
|
"menu": "_203XIq_menu",
|
|
681
|
+
"active": "_203XIq_active",
|
|
677
682
|
"itemDescription": "_203XIq_itemDescription",
|
|
678
683
|
"loading": "_203XIq_loading",
|
|
679
|
-
"
|
|
680
|
-
"itemIcon": "_203XIq_itemIcon",
|
|
681
|
-
"active": "_203XIq_active",
|
|
682
|
-
"viewport": "_203XIq_viewport",
|
|
683
|
-
"item": "_203XIq_item",
|
|
684
|
-
"groupTitle": "_203XIq_groupTitle"
|
|
684
|
+
"itemIcon": "_203XIq_itemIcon"
|
|
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
|
+
"rowDot": "gBhgYW_rowDot",
|
|
21
22
|
"kind": "gBhgYW_kind",
|
|
22
|
-
"menu": "gBhgYW_menu",
|
|
23
|
-
"count": "gBhgYW_count",
|
|
24
|
-
"duration": "gBhgYW_duration",
|
|
25
23
|
"label": "gBhgYW_label",
|
|
24
|
+
"count": "gBhgYW_count",
|
|
26
25
|
"status": "gBhgYW_status",
|
|
27
26
|
"root": "gBhgYW_root",
|
|
28
|
-
"
|
|
27
|
+
"trigger": "gBhgYW_trigger",
|
|
29
28
|
"row": "gBhgYW_row",
|
|
30
29
|
"triggerOpen": "gBhgYW_triggerOpen",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
30
|
+
"rowSettled": "gBhgYW_rowSettled",
|
|
31
|
+
"duration": "gBhgYW_duration",
|
|
32
|
+
"triggerDot": "gBhgYW_triggerDot",
|
|
33
|
+
"menu": "gBhgYW_menu"
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region src/client/JobListAction.tsx
|
|
@@ -64,11 +64,11 @@ window.__ModuleLoader__.load({
|
|
|
64
64
|
}
|
|
65
65
|
var AppFrame_module_css_default = {
|
|
66
66
|
"detailsCol": "LMEksG_detailsCol",
|
|
67
|
-
"sidebarCol": "LMEksG_sidebarCol",
|
|
68
67
|
"frame": "LMEksG_frame",
|
|
69
|
-
"handle": "LMEksG_handle",
|
|
70
68
|
"overlayLayer": "LMEksG_overlayLayer",
|
|
71
|
-
"centerCol": "LMEksG_centerCol"
|
|
69
|
+
"centerCol": "LMEksG_centerCol",
|
|
70
|
+
"handle": "LMEksG_handle",
|
|
71
|
+
"sidebarCol": "LMEksG_sidebarCol"
|
|
72
72
|
};
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region src/client/AppFrame.tsx
|
|
@@ -335,13 +335,13 @@ window.__ModuleLoader__.load({
|
|
|
335
335
|
document.head.appendChild(tag);
|
|
336
336
|
}
|
|
337
337
|
var MessageFeedbackActions_module_css_default = {
|
|
338
|
+
"noteSave": "Q8qPSG_noteSave",
|
|
338
339
|
"noteCancel": "Q8qPSG_noteCancel",
|
|
340
|
+
"noteInput": "Q8qPSG_noteInput",
|
|
339
341
|
"failure": "Q8qPSG_failure",
|
|
340
342
|
"noteOpen": "Q8qPSG_noteOpen",
|
|
341
|
-
"action": "Q8qPSG_action",
|
|
342
343
|
"noteEditor": "Q8qPSG_noteEditor",
|
|
343
|
-
"
|
|
344
|
-
"noteSave": "Q8qPSG_noteSave"
|
|
344
|
+
"action": "Q8qPSG_action"
|
|
345
345
|
};
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region src/client/MessageFeedbackActions.tsx
|
|
@@ -241,31 +241,31 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
document.head.appendChild(tag);
|
|
242
242
|
}
|
|
243
243
|
var ModelSelect_module_css_default = {
|
|
244
|
-
"empty": "TZv2bW_empty",
|
|
245
|
-
"option": "TZv2bW_option",
|
|
246
|
-
"description": "TZv2bW_description",
|
|
247
|
-
"status": "TZv2bW_status",
|
|
248
|
-
"warning": "TZv2bW_warning",
|
|
249
|
-
"groupTitle": "TZv2bW_groupTitle",
|
|
250
|
-
"cellLabel": "TZv2bW_cellLabel",
|
|
251
|
-
"chevron": "TZv2bW_chevron",
|
|
252
|
-
"cellChevron": "TZv2bW_cellChevron",
|
|
253
|
-
"trigger": "TZv2bW_trigger",
|
|
254
|
-
"optionCopy": "TZv2bW_optionCopy",
|
|
255
244
|
"cell": "TZv2bW_cell",
|
|
245
|
+
"error": "TZv2bW_error",
|
|
246
|
+
"trigger": "TZv2bW_trigger",
|
|
256
247
|
"selected": "TZv2bW_selected",
|
|
248
|
+
"optionCopy": "TZv2bW_optionCopy",
|
|
249
|
+
"chevronOpen": "TZv2bW_chevronOpen",
|
|
257
250
|
"menu": "TZv2bW_menu",
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
251
|
+
"chevron": "TZv2bW_chevron",
|
|
252
|
+
"warning": "TZv2bW_warning",
|
|
253
|
+
"triggerLabel": "TZv2bW_triggerLabel",
|
|
254
|
+
"status": "TZv2bW_status",
|
|
255
|
+
"groupTitle": "TZv2bW_groupTitle",
|
|
256
|
+
"description": "TZv2bW_description",
|
|
257
|
+
"root": "TZv2bW_root",
|
|
261
258
|
"group": "TZv2bW_group",
|
|
262
|
-
"
|
|
259
|
+
"retry": "TZv2bW_retry",
|
|
263
260
|
"check": "TZv2bW_check",
|
|
261
|
+
"cellLabel": "TZv2bW_cellLabel",
|
|
262
|
+
"cellValue": "TZv2bW_cellValue",
|
|
263
|
+
"cellChevron": "TZv2bW_cellChevron",
|
|
264
264
|
"triggerEffort": "TZv2bW_triggerEffort",
|
|
265
265
|
"groups": "TZv2bW_groups",
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
266
|
+
"modelName": "TZv2bW_modelName",
|
|
267
|
+
"empty": "TZv2bW_empty",
|
|
268
|
+
"option": "TZv2bW_option"
|
|
269
269
|
};
|
|
270
270
|
//#endregion
|
|
271
271
|
//#region src/client/ModelSelect.tsx
|
|
@@ -42,12 +42,12 @@ window.__ModuleLoader__.load({
|
|
|
42
42
|
document.head.appendChild(tag);
|
|
43
43
|
}
|
|
44
44
|
var PermissionRow_module_css_default = {
|
|
45
|
-
"
|
|
45
|
+
"desc": "kxdSgq_desc",
|
|
46
46
|
"selector": "kxdSgq_selector",
|
|
47
|
-
"row": "kxdSgq_row",
|
|
48
|
-
"rowText": "kxdSgq_rowText",
|
|
49
47
|
"chevron": "kxdSgq_chevron",
|
|
50
|
-
"
|
|
48
|
+
"row": "kxdSgq_row",
|
|
49
|
+
"title": "kxdSgq_title",
|
|
50
|
+
"rowText": "kxdSgq_rowText"
|
|
51
51
|
};
|
|
52
52
|
//#endregion
|
|
53
53
|
//#region src/client/PermissionRow.tsx
|
|
@@ -18,10 +18,10 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PlanModeControl_module_css_default = {
|
|
21
|
-
"wrap": "xROLNG_wrap",
|
|
22
21
|
"chip": "xROLNG_chip",
|
|
23
22
|
"error": "xROLNG_error",
|
|
24
|
-
"close": "xROLNG_close"
|
|
23
|
+
"close": "xROLNG_close",
|
|
24
|
+
"wrap": "xROLNG_wrap"
|
|
25
25
|
};
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/client/PlanModeControl.tsx
|
|
@@ -36,25 +36,25 @@ window.__ModuleLoader__.load({
|
|
|
36
36
|
document.head.appendChild(tag);
|
|
37
37
|
}
|
|
38
38
|
var SettingsRoot_module_css_default = {
|
|
39
|
-
"
|
|
39
|
+
"navCell": "yDpcKa_navCell",
|
|
40
|
+
"overlay": "yDpcKa_overlay",
|
|
41
|
+
"content": "yDpcKa_content",
|
|
40
42
|
"navTitle": "yDpcKa_navTitle",
|
|
41
|
-
"
|
|
43
|
+
"rail": "yDpcKa_rail",
|
|
42
44
|
"trigger": "yDpcKa_trigger",
|
|
43
45
|
"mask": "yDpcKa_mask",
|
|
44
|
-
"
|
|
46
|
+
"hiddenLabel": "yDpcKa_hiddenLabel",
|
|
47
|
+
"navLabel": "yDpcKa_navLabel",
|
|
48
|
+
"active": "yDpcKa_active",
|
|
49
|
+
"header": "yDpcKa_header",
|
|
45
50
|
"nav": "yDpcKa_nav",
|
|
46
51
|
"navList": "yDpcKa_navList",
|
|
47
|
-
"overlay": "yDpcKa_overlay",
|
|
48
|
-
"content": "yDpcKa_content",
|
|
49
|
-
"navCell": "yDpcKa_navCell",
|
|
50
52
|
"options": "yDpcKa_options",
|
|
51
|
-
"close": "yDpcKa_close",
|
|
52
53
|
"triggerLabel": "yDpcKa_triggerLabel",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"actions": "yDpcKa_actions"
|
|
54
|
+
"panel": "yDpcKa_panel",
|
|
55
|
+
"navIcon": "yDpcKa_navIcon",
|
|
56
|
+
"actions": "yDpcKa_actions",
|
|
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
|
-
"rowHead": "AmnBRG_rowHead",
|
|
72
|
-
"modelEmpty": "AmnBRG_modelEmpty",
|
|
73
|
-
"modelAdvanced": "AmnBRG_modelAdvanced",
|
|
74
|
-
"modelField": "AmnBRG_modelField",
|
|
75
|
-
"hiddenLabel": "AmnBRG_hiddenLabel",
|
|
76
|
-
"modelList": "AmnBRG_modelList",
|
|
77
|
-
"candidateLabel": "AmnBRG_candidateLabel",
|
|
70
|
+
"rowActions": "AmnBRG_rowActions",
|
|
78
71
|
"modelEntry": "AmnBRG_modelEntry",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"credentialDot": "AmnBRG_credentialDot",
|
|
72
|
+
"credentialDotConfigured": "AmnBRG_credentialDotConfigured",
|
|
73
|
+
"candidateLabel": "AmnBRG_candidateLabel",
|
|
74
|
+
"dangerButton": "AmnBRG_dangerButton",
|
|
75
|
+
"notice": "AmnBRG_notice",
|
|
76
|
+
"addModelButton": "AmnBRG_addModelButton",
|
|
85
77
|
"modelCatalog": "AmnBRG_modelCatalog",
|
|
86
|
-
"
|
|
87
|
-
"rowCard": "AmnBRG_rowCard",
|
|
88
|
-
"rowName": "AmnBRG_rowName",
|
|
89
|
-
"editorRoute": "AmnBRG_editorRoute",
|
|
90
|
-
"candidate": "AmnBRG_candidate",
|
|
91
|
-
"customizedSummary": "AmnBRG_customizedSummary",
|
|
92
|
-
"modelCatalogHeading": "AmnBRG_modelCatalogHeading",
|
|
93
|
-
"field": "AmnBRG_field",
|
|
78
|
+
"advancedHint": "AmnBRG_advancedHint",
|
|
94
79
|
"section": "AmnBRG_section",
|
|
80
|
+
"candidateId": "AmnBRG_candidateId",
|
|
81
|
+
"addBlock": "AmnBRG_addBlock",
|
|
82
|
+
"iconButtonDanger": "AmnBRG_iconButtonDanger",
|
|
83
|
+
"fetchDialog": "AmnBRG_fetchDialog",
|
|
84
|
+
"modelField": "AmnBRG_modelField",
|
|
85
|
+
"addActions": "AmnBRG_addActions",
|
|
95
86
|
"customized": "AmnBRG_customized",
|
|
96
|
-
"credentialDotMissing": "AmnBRG_credentialDotMissing",
|
|
97
|
-
"candidateList": "AmnBRG_candidateList",
|
|
98
|
-
"customizedBody": "AmnBRG_customizedBody",
|
|
99
|
-
"addButton": "AmnBRG_addButton",
|
|
100
|
-
"title": "AmnBRG_title",
|
|
101
87
|
"savedNotice": "AmnBRG_savedNotice",
|
|
102
|
-
"
|
|
88
|
+
"credentialDot": "AmnBRG_credentialDot",
|
|
89
|
+
"setupCard": "AmnBRG_setupCard",
|
|
90
|
+
"modelCatalogHeading": "AmnBRG_modelCatalogHeading",
|
|
91
|
+
"addButton": "AmnBRG_addButton",
|
|
103
92
|
"modelFieldLabel": "AmnBRG_modelFieldLabel",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
93
|
+
"editor": "AmnBRG_editor",
|
|
94
|
+
"rowIdentity": "AmnBRG_rowIdentity",
|
|
95
|
+
"customizedSummary": "AmnBRG_customizedSummary",
|
|
96
|
+
"addCard": "AmnBRG_addCard",
|
|
106
97
|
"rows": "AmnBRG_rows",
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
98
|
+
"rowCard": "AmnBRG_rowCard",
|
|
99
|
+
"deleteConfirm": "AmnBRG_deleteConfirm",
|
|
100
|
+
"modelList": "AmnBRG_modelList",
|
|
101
|
+
"rowTag": "AmnBRG_rowTag",
|
|
102
|
+
"secondaryButton": "AmnBRG_secondaryButton",
|
|
103
|
+
"editorHeader": "AmnBRG_editorHeader",
|
|
110
104
|
"deleteDialog": "AmnBRG_deleteDialog",
|
|
111
|
-
"
|
|
112
|
-
"modelCatalogMeta": "AmnBRG_modelCatalogMeta",
|
|
105
|
+
"selectInput": "AmnBRG_selectInput",
|
|
113
106
|
"linkButton": "AmnBRG_linkButton",
|
|
107
|
+
"customizedBody": "AmnBRG_customizedBody",
|
|
108
|
+
"modelCatalogMeta": "AmnBRG_modelCatalogMeta",
|
|
109
|
+
"intro": "AmnBRG_intro",
|
|
110
|
+
"modelRow": "AmnBRG_modelRow",
|
|
111
|
+
"input": "AmnBRG_input",
|
|
112
|
+
"modelCatalogTitle": "AmnBRG_modelCatalogTitle",
|
|
113
|
+
"field": "AmnBRG_field",
|
|
114
|
+
"rowHead": "AmnBRG_rowHead",
|
|
115
|
+
"candidate": "AmnBRG_candidate",
|
|
116
|
+
"editorRoute": "AmnBRG_editorRoute",
|
|
117
|
+
"hiddenLabel": "AmnBRG_hiddenLabel",
|
|
118
|
+
"credentialDotMissing": "AmnBRG_credentialDotMissing",
|
|
119
|
+
"title": "AmnBRG_title",
|
|
120
|
+
"editorActions": "AmnBRG_editorActions",
|
|
121
|
+
"rowName": "AmnBRG_rowName",
|
|
122
|
+
"primaryButton": "AmnBRG_primaryButton",
|
|
114
123
|
"editorTitle": "AmnBRG_editorTitle",
|
|
124
|
+
"modelEmpty": "AmnBRG_modelEmpty",
|
|
125
|
+
"modelAdvanced": "AmnBRG_modelAdvanced",
|
|
126
|
+
"candidateList": "AmnBRG_candidateList",
|
|
127
|
+
"fieldLabel": "AmnBRG_fieldLabel",
|
|
115
128
|
"modelListHead": "AmnBRG_modelListHead",
|
|
116
|
-
"addModelButton": "AmnBRG_addModelButton",
|
|
117
129
|
"error": "AmnBRG_error",
|
|
118
|
-
"
|
|
119
|
-
"modelRow": "AmnBRG_modelRow",
|
|
120
|
-
"fetchDialog": "AmnBRG_fetchDialog",
|
|
121
|
-
"secondaryButton": "AmnBRG_secondaryButton",
|
|
122
|
-
"editor": "AmnBRG_editor",
|
|
123
|
-
"fieldLabel": "AmnBRG_fieldLabel",
|
|
124
|
-
"rowTag": "AmnBRG_rowTag",
|
|
125
|
-
"rowActions": "AmnBRG_rowActions",
|
|
126
|
-
"rowIdentity": "AmnBRG_rowIdentity",
|
|
127
|
-
"notice": "AmnBRG_notice",
|
|
128
|
-
"dangerButton": "AmnBRG_dangerButton",
|
|
129
|
-
"advancedHint": "AmnBRG_advancedHint",
|
|
130
|
-
"editorActions": "AmnBRG_editorActions"
|
|
130
|
+
"iconButton": "AmnBRG_iconButton"
|
|
131
131
|
};
|
|
132
132
|
//#endregion
|
|
133
133
|
//#region src/client/EditorFooter.tsx
|
|
@@ -2076,10 +2076,10 @@ window.__ModuleLoader__.load({
|
|
|
2076
2076
|
document.head.appendChild(tag);
|
|
2077
2077
|
}
|
|
2078
2078
|
var OnboardingModal_module_css_default = {
|
|
2079
|
-
"
|
|
2080
|
-
"body": "aIiZrG_body",
|
|
2079
|
+
"title": "aIiZrG_title",
|
|
2081
2080
|
"content": "aIiZrG_content",
|
|
2082
|
-
"
|
|
2081
|
+
"body": "aIiZrG_body",
|
|
2082
|
+
"dialog": "aIiZrG_dialog"
|
|
2083
2083
|
};
|
|
2084
2084
|
//#endregion
|
|
2085
2085
|
//#region src/client/OnboardingModal.tsx
|
|
@@ -2138,8 +2138,8 @@ window.__ModuleLoader__.load({
|
|
|
2138
2138
|
document.head.appendChild(tag);
|
|
2139
2139
|
}
|
|
2140
2140
|
var DeepSeekOnboardingDialog_module_css_default = {
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2141
|
+
"description": "kdI8hG_description",
|
|
2142
|
+
"editor": "kdI8hG_editor"
|
|
2143
2143
|
};
|
|
2144
2144
|
//#endregion
|
|
2145
2145
|
//#region src/client/DeepSeekOnboardingDialog.tsx
|
|
@@ -2229,9 +2229,9 @@ window.__ModuleLoader__.load({
|
|
|
2229
2229
|
document.head.appendChild(tag);
|
|
2230
2230
|
}
|
|
2231
2231
|
var WelcomeNotice_module_css_default = {
|
|
2232
|
-
"primary": "R-6oRa_primary",
|
|
2233
2232
|
"actions": "R-6oRa_actions",
|
|
2234
2233
|
"error": "R-6oRa_error",
|
|
2234
|
+
"primary": "R-6oRa_primary",
|
|
2235
2235
|
"copy": "R-6oRa_copy"
|
|
2236
2236
|
};
|
|
2237
2237
|
//#endregion
|
|
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PluginInventorySettingsTab_module_css_default = {
|
|
21
|
-
"visuallyHidden": "WrOExW_visuallyHidden",
|
|
22
|
-
"card": "WrOExW_card",
|
|
23
|
-
"section": "WrOExW_section",
|
|
24
|
-
"search": "WrOExW_search",
|
|
25
|
-
"entryValue": "WrOExW_entryValue",
|
|
26
|
-
"details": "WrOExW_details",
|
|
27
21
|
"cardDetails": "WrOExW_cardDetails",
|
|
28
|
-
"chevron": "WrOExW_chevron",
|
|
29
22
|
"statusDot": "WrOExW_statusDot",
|
|
23
|
+
"catalog": "WrOExW_catalog",
|
|
30
24
|
"configTag": "WrOExW_configTag",
|
|
25
|
+
"chevron": "WrOExW_chevron",
|
|
26
|
+
"visuallyHidden": "WrOExW_visuallyHidden",
|
|
27
|
+
"cardTitle": "WrOExW_cardTitle",
|
|
31
28
|
"cardContent": "WrOExW_cardContent",
|
|
29
|
+
"search": "WrOExW_search",
|
|
32
30
|
"failure": "WrOExW_failure",
|
|
33
|
-
"
|
|
31
|
+
"card": "WrOExW_card",
|
|
34
32
|
"cardTrailing": "WrOExW_cardTrailing",
|
|
35
|
-
"
|
|
33
|
+
"entryValue": "WrOExW_entryValue",
|
|
34
|
+
"details": "WrOExW_details",
|
|
36
35
|
"catalogHeading": "WrOExW_catalogHeading",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
36
|
+
"cards": "WrOExW_cards",
|
|
37
|
+
"section": "WrOExW_section",
|
|
38
|
+
"status": "WrOExW_status"
|
|
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
|
-
"
|
|
24
|
-
"hint": "MiE2dW_hint",
|
|
23
|
+
"label": "MiE2dW_label",
|
|
25
24
|
"reset": "MiE2dW_reset",
|
|
26
|
-
"badge": "MiE2dW_badge",
|
|
27
|
-
"badgeMuted": "MiE2dW_badgeMuted",
|
|
28
|
-
"head": "MiE2dW_head",
|
|
29
|
-
"badges": "MiE2dW_badges",
|
|
30
25
|
"input": "MiE2dW_input",
|
|
26
|
+
"inputInvalid": "MiE2dW_inputInvalid",
|
|
27
|
+
"badgeMuted": "MiE2dW_badgeMuted",
|
|
31
28
|
"invalid": "MiE2dW_invalid",
|
|
32
29
|
"field": "MiE2dW_field",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
30
|
+
"hint": "MiE2dW_hint",
|
|
31
|
+
"head": "MiE2dW_head",
|
|
32
|
+
"badge": "MiE2dW_badge",
|
|
33
|
+
"select": "MiE2dW_select",
|
|
34
|
+
"badges": "MiE2dW_badges"
|
|
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
|
-
"name": "YRvGva_name",
|
|
197
|
-
"failed": "YRvGva_failed",
|
|
198
|
-
"readOnly": "YRvGva_readOnly",
|
|
199
|
-
"chevronOpen": "YRvGva_chevronOpen",
|
|
200
|
-
"pending": "YRvGva_pending",
|
|
201
|
-
"headText": "YRvGva_headText",
|
|
202
196
|
"header": "YRvGva_header",
|
|
203
|
-
"
|
|
197
|
+
"card": "YRvGva_card",
|
|
204
198
|
"discard": "YRvGva_discard",
|
|
199
|
+
"description": "YRvGva_description",
|
|
205
200
|
"save": "YRvGva_save",
|
|
206
|
-
"
|
|
201
|
+
"readOnly": "YRvGva_readOnly",
|
|
202
|
+
"pending": "YRvGva_pending",
|
|
203
|
+
"chevron": "YRvGva_chevron",
|
|
207
204
|
"footer": "YRvGva_footer",
|
|
208
205
|
"cardOpen": "YRvGva_cardOpen",
|
|
209
|
-
"
|
|
210
|
-
"
|
|
206
|
+
"name": "YRvGva_name",
|
|
207
|
+
"body": "YRvGva_body",
|
|
208
|
+
"failed": "YRvGva_failed",
|
|
209
|
+
"headText": "YRvGva_headText",
|
|
210
|
+
"chevronOpen": "YRvGva_chevronOpen"
|
|
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
405
|
"heading": "ha2I9q_heading",
|
|
409
|
-
"
|
|
406
|
+
"empty": "ha2I9q_empty",
|
|
407
|
+
"tab": "ha2I9q_tab",
|
|
410
408
|
"tabs": "ha2I9q_tabs",
|
|
411
409
|
"intro": "ha2I9q_intro",
|
|
412
|
-
"
|
|
410
|
+
"cards": "ha2I9q_cards",
|
|
411
|
+
"section": "ha2I9q_section",
|
|
412
|
+
"panel": "ha2I9q_panel"
|
|
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
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"badgeWarn": "FVl50a_badgeWarn",
|
|
457
|
-
"allowTitle": "FVl50a_allowTitle",
|
|
458
|
-
"statusDot": "FVl50a_statusDot",
|
|
453
|
+
"list": "FVl50a_list",
|
|
454
|
+
"pasteLabel": "FVl50a_pasteLabel",
|
|
455
|
+
"add": "FVl50a_add",
|
|
459
456
|
"empty": "FVl50a_empty",
|
|
460
|
-
"
|
|
461
|
-
"allowRow": "FVl50a_allowRow",
|
|
462
|
-
"connectedName": "FVl50a_connectedName",
|
|
457
|
+
"connectedRow": "FVl50a_connectedRow",
|
|
463
458
|
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
459
|
+
"connectedName": "FVl50a_connectedName",
|
|
460
|
+
"badgeError": "FVl50a_badgeError",
|
|
461
|
+
"badgeWarn": "FVl50a_badgeWarn",
|
|
462
|
+
"block": "FVl50a_block",
|
|
463
|
+
"note": "FVl50a_note",
|
|
464
|
+
"allowHint": "FVl50a_allowHint",
|
|
464
465
|
"entry": "FVl50a_entry",
|
|
466
|
+
"heading": "FVl50a_heading",
|
|
467
|
+
"invalid": "FVl50a_invalid",
|
|
465
468
|
"entryHead": "FVl50a_entryHead",
|
|
469
|
+
"badgeMuted": "FVl50a_badgeMuted",
|
|
470
|
+
"badgeOk": "FVl50a_badgeOk",
|
|
471
|
+
"allowTitle": "FVl50a_allowTitle",
|
|
472
|
+
"statusDot": "FVl50a_statusDot",
|
|
473
|
+
"allowRow": "FVl50a_allowRow",
|
|
474
|
+
"entryTitle": "FVl50a_entryTitle",
|
|
466
475
|
"connectedList": "FVl50a_connectedList",
|
|
467
476
|
"remove": "FVl50a_remove",
|
|
468
|
-
"badgeOk": "FVl50a_badgeOk",
|
|
469
|
-
"connectedRow": "FVl50a_connectedRow",
|
|
470
|
-
"heading": "FVl50a_heading",
|
|
471
|
-
"invalid": "FVl50a_invalid",
|
|
472
|
-
"allowHint": "FVl50a_allowHint",
|
|
473
|
-
"list": "FVl50a_list",
|
|
474
477
|
"entryBody": "FVl50a_entryBody",
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"block": "FVl50a_block",
|
|
478
|
-
"pasteLabel": "FVl50a_pasteLabel",
|
|
479
|
-
"badge": "FVl50a_badge"
|
|
478
|
+
"badge": "FVl50a_badge",
|
|
479
|
+
"paste": "FVl50a_paste"
|
|
480
480
|
};
|
|
481
481
|
//#endregion
|
|
482
482
|
//#region src/client/McpCard.tsx
|
|
@@ -33,27 +33,27 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var SidebarRoot_module_css_default = {
|
|
36
|
-
"
|
|
37
|
-
"wide-in": "lWfN9W_wide-in",
|
|
38
|
-
"railIn": "lWfN9W_railIn",
|
|
39
|
-
"toggle": "lWfN9W_toggle",
|
|
36
|
+
"root": "lWfN9W_root",
|
|
40
37
|
"newSessionLabel": "lWfN9W_newSessionLabel",
|
|
38
|
+
"rail-in": "lWfN9W_rail-in",
|
|
39
|
+
"collapsed": "lWfN9W_collapsed",
|
|
40
|
+
"iconButton": "lWfN9W_iconButton",
|
|
41
|
+
"logoRow": "lWfN9W_logoRow",
|
|
41
42
|
"brand": "lWfN9W_brand",
|
|
42
|
-
"
|
|
43
|
+
"fading": "lWfN9W_fading",
|
|
43
44
|
"panelIcon": "lWfN9W_panelIcon",
|
|
44
|
-
"
|
|
45
|
+
"toggle": "lWfN9W_toggle",
|
|
46
|
+
"footArea": "lWfN9W_footArea",
|
|
45
47
|
"regionArea": "lWfN9W_regionArea",
|
|
48
|
+
"railIn": "lWfN9W_railIn",
|
|
49
|
+
"settingsArea": "lWfN9W_settingsArea",
|
|
50
|
+
"newSession": "lWfN9W_newSession",
|
|
51
|
+
"wide-in": "lWfN9W_wide-in",
|
|
52
|
+
"railMark": "lWfN9W_railMark",
|
|
46
53
|
"quietBars": "lWfN9W_quietBars",
|
|
47
|
-
"iconButton": "lWfN9W_iconButton",
|
|
48
54
|
"footerActions": "lWfN9W_footerActions",
|
|
49
|
-
"railMark": "lWfN9W_railMark",
|
|
50
|
-
"root": "lWfN9W_root",
|
|
51
|
-
"fading": "lWfN9W_fading",
|
|
52
|
-
"logoRow": "lWfN9W_logoRow",
|
|
53
55
|
"wide": "lWfN9W_wide",
|
|
54
|
-
"rail-fade-in": "lWfN9W_rail-fade-in"
|
|
55
|
-
"footArea": "lWfN9W_footArea",
|
|
56
|
-
"rail-in": "lWfN9W_rail-in"
|
|
56
|
+
"rail-fade-in": "lWfN9W_rail-fade-in"
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/client/SidebarRoot.tsx
|
|
@@ -18,23 +18,23 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var SkillRow_module_css_default = {
|
|
21
|
+
"instructionsCard": "_26cNaq_instructionsCard",
|
|
22
|
+
"inspectButton": "_26cNaq_inspectButton",
|
|
23
|
+
"instructions": "_26cNaq_instructions",
|
|
24
|
+
"card": "_26cNaq_card",
|
|
25
|
+
"title": "_26cNaq_title",
|
|
26
|
+
"errorSummary": "_26cNaq_errorSummary",
|
|
21
27
|
"visuallyHidden": "_26cNaq_visuallyHidden",
|
|
22
28
|
"summary": "_26cNaq_summary",
|
|
29
|
+
"dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep",
|
|
23
30
|
"iconIdle": "_26cNaq_iconIdle",
|
|
24
31
|
"leading": "_26cNaq_leading",
|
|
25
32
|
"bodyWrap": "_26cNaq_bodyWrap",
|
|
26
|
-
"card": "_26cNaq_card",
|
|
27
|
-
"chevron": "_26cNaq_chevron",
|
|
28
|
-
"separator": "_26cNaq_separator",
|
|
29
|
-
"errorSummary": "_26cNaq_errorSummary",
|
|
30
|
-
"instructions": "_26cNaq_instructions",
|
|
31
33
|
"instructionsHeader": "_26cNaq_instructionsHeader",
|
|
32
34
|
"row": "_26cNaq_row",
|
|
33
35
|
"chevronHover": "_26cNaq_chevronHover",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"inspectButton": "_26cNaq_inspectButton",
|
|
37
|
-
"dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep"
|
|
36
|
+
"separator": "_26cNaq_separator",
|
|
37
|
+
"chevron": "_26cNaq_chevron"
|
|
38
38
|
};
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/client/SkillRow.tsx
|