@xrkseek/harness-cli 0.0.7 → 0.0.8
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/dist/index.d.ts +6 -1
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.js +3 -0
- package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +11 -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 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts +5 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js +17 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.js +13 -4
- package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +3 -2
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +12 -7
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts +3 -2
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js +12 -7
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.js +49 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +48 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +4 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.js +127 -0
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +5 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js +4 -2
- package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.js +1 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.js.map +1 -1
- package/node_modules/@xrkseek/session-projection/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/README.md +3 -23
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts +62 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js +146 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/index.d.ts +25 -13
- package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/index.js +77 -17
- package/node_modules/@xrkseek/workspace/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js +6 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts +12 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.js +42 -4
- package/node_modules/@xrkseek/workspace/dist/skills.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.js +2 -0
- package/node_modules/@xrkseek/workspace/dist/slash.js.map +1 -1
- package/node_modules/@xrkseek/workspace/package.json +2 -1
- package/package.json +1 -1
- package/product-web/assets/index-CcF0Sxxg.js +297 -0
- package/product-web/assets/index-CcF0Sxxg.js.map +1 -0
- package/product-web/assets/langs/{php-9bx0az3O.js → php-DY2VakOf.js} +2 -2
- package/product-web/assets/langs/{php-9bx0az3O.js.map → php-DY2VakOf.js.map} +1 -1
- package/product-web/assets/langs/{ruby-HDLHRjSL.js → ruby-hwtoiFmS.js} +2 -2
- package/product-web/assets/langs/{ruby-HDLHRjSL.js.map → ruby-hwtoiFmS.js.map} +1 -1
- package/product-web/assets/{vendor-CeMKrCZm.js → vendor-CldRVjca.js} +35 -36
- package/product-web/assets/vendor-CldRVjca.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +2 -2
- package/product-web/plugins/@xrkseek/client-locale/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-runtime/client.js +37 -1
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +158 -158
- 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 +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
- 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 +53 -53
- 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 +43 -43
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +41 -41
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +169 -148
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- 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
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts +0 -35
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js +0 -116
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts +0 -23
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.js +0 -51
- package/node_modules/@xrkseek/server-face/dist/envelope.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts +0 -15
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js +0 -247
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js.map +0 -1
- package/product-web/assets/index-BwSJq-Ch.js +0 -112
- package/product-web/assets/index-BwSJq-Ch.js.map +0 -1
- package/product-web/assets/vendor-CeMKrCZm.js.map +0 -1
|
@@ -673,15 +673,15 @@ window.__ModuleLoader__.load({
|
|
|
673
673
|
document.head.appendChild(tag);
|
|
674
674
|
}
|
|
675
675
|
var MenuView_module_css_default = {
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
"itemDescription": "_203XIq_itemDescription",
|
|
676
|
+
"menu": "_203XIq_menu",
|
|
677
|
+
"itemIcon": "_203XIq_itemIcon",
|
|
679
678
|
"groupTitle": "_203XIq_groupTitle",
|
|
680
|
-
"itemName": "_203XIq_itemName",
|
|
681
679
|
"loading": "_203XIq_loading",
|
|
680
|
+
"viewport": "_203XIq_viewport",
|
|
682
681
|
"active": "_203XIq_active",
|
|
683
|
-
"
|
|
684
|
-
"
|
|
682
|
+
"itemDescription": "_203XIq_itemDescription",
|
|
683
|
+
"item": "_203XIq_item",
|
|
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
|
-
"
|
|
22
|
-
"count": "gBhgYW_count",
|
|
23
|
-
"row": "gBhgYW_row",
|
|
21
|
+
"status": "gBhgYW_status",
|
|
24
22
|
"rowDot": "gBhgYW_rowDot",
|
|
25
|
-
"
|
|
26
|
-
"rowSettled": "gBhgYW_rowSettled",
|
|
27
|
-
"root": "gBhgYW_root",
|
|
23
|
+
"duration": "gBhgYW_duration",
|
|
28
24
|
"kind": "gBhgYW_kind",
|
|
25
|
+
"trigger": "gBhgYW_trigger",
|
|
29
26
|
"menu": "gBhgYW_menu",
|
|
30
27
|
"label": "gBhgYW_label",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
28
|
+
"triggerDot": "gBhgYW_triggerDot",
|
|
29
|
+
"triggerOpen": "gBhgYW_triggerOpen",
|
|
30
|
+
"count": "gBhgYW_count",
|
|
31
|
+
"row": "gBhgYW_row",
|
|
32
|
+
"root": "gBhgYW_root",
|
|
33
|
+
"rowSettled": "gBhgYW_rowSettled"
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region src/client/JobListAction.tsx
|
|
@@ -63,12 +63,12 @@ window.__ModuleLoader__.load({
|
|
|
63
63
|
document.head.appendChild(tag);
|
|
64
64
|
}
|
|
65
65
|
var AppFrame_module_css_default = {
|
|
66
|
-
"detailsCol": "LMEksG_detailsCol",
|
|
67
|
-
"centerCol": "LMEksG_centerCol",
|
|
68
|
-
"frame": "LMEksG_frame",
|
|
69
66
|
"handle": "LMEksG_handle",
|
|
70
67
|
"overlayLayer": "LMEksG_overlayLayer",
|
|
71
|
-
"
|
|
68
|
+
"centerCol": "LMEksG_centerCol",
|
|
69
|
+
"sidebarCol": "LMEksG_sidebarCol",
|
|
70
|
+
"detailsCol": "LMEksG_detailsCol",
|
|
71
|
+
"frame": "LMEksG_frame"
|
|
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
|
-
"
|
|
339
|
-
"
|
|
338
|
+
"noteOpen": "Q8qPSG_noteOpen",
|
|
339
|
+
"action": "Q8qPSG_action",
|
|
340
340
|
"failure": "Q8qPSG_failure",
|
|
341
341
|
"noteCancel": "Q8qPSG_noteCancel",
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
342
|
+
"noteInput": "Q8qPSG_noteInput",
|
|
343
|
+
"noteEditor": "Q8qPSG_noteEditor",
|
|
344
|
+
"noteSave": "Q8qPSG_noteSave"
|
|
345
345
|
};
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region src/client/MessageFeedbackActions.tsx
|
|
@@ -241,30 +241,30 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
document.head.appendChild(tag);
|
|
242
242
|
}
|
|
243
243
|
var ModelSelect_module_css_default = {
|
|
244
|
-
"
|
|
244
|
+
"cellLabel": "TZv2bW_cellLabel",
|
|
245
|
+
"status": "TZv2bW_status",
|
|
246
|
+
"root": "TZv2bW_root",
|
|
247
|
+
"triggerEffort": "TZv2bW_triggerEffort",
|
|
245
248
|
"group": "TZv2bW_group",
|
|
246
249
|
"chevronOpen": "TZv2bW_chevronOpen",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"modelName": "TZv2bW_modelName",
|
|
250
|
+
"trigger": "TZv2bW_trigger",
|
|
251
|
+
"retry": "TZv2bW_retry",
|
|
252
|
+
"chevron": "TZv2bW_chevron",
|
|
251
253
|
"error": "TZv2bW_error",
|
|
252
|
-
"
|
|
254
|
+
"warning": "TZv2bW_warning",
|
|
255
|
+
"menu": "TZv2bW_menu",
|
|
253
256
|
"empty": "TZv2bW_empty",
|
|
254
|
-
"retry": "TZv2bW_retry",
|
|
255
257
|
"groups": "TZv2bW_groups",
|
|
256
|
-
"chevron": "TZv2bW_chevron",
|
|
257
|
-
"triggerLabel": "TZv2bW_triggerLabel",
|
|
258
|
-
"trigger": "TZv2bW_trigger",
|
|
259
|
-
"groupTitle": "TZv2bW_groupTitle",
|
|
260
258
|
"optionCopy": "TZv2bW_optionCopy",
|
|
259
|
+
"groupTitle": "TZv2bW_groupTitle",
|
|
261
260
|
"description": "TZv2bW_description",
|
|
262
261
|
"check": "TZv2bW_check",
|
|
263
|
-
"
|
|
264
|
-
"root": "TZv2bW_root",
|
|
262
|
+
"modelName": "TZv2bW_modelName",
|
|
265
263
|
"option": "TZv2bW_option",
|
|
266
|
-
"
|
|
267
|
-
"
|
|
264
|
+
"selected": "TZv2bW_selected",
|
|
265
|
+
"triggerLabel": "TZv2bW_triggerLabel",
|
|
266
|
+
"cell": "TZv2bW_cell",
|
|
267
|
+
"cellValue": "TZv2bW_cellValue",
|
|
268
268
|
"cellChevron": "TZv2bW_cellChevron"
|
|
269
269
|
};
|
|
270
270
|
//#endregion
|
|
@@ -43,11 +43,11 @@ window.__ModuleLoader__.load({
|
|
|
43
43
|
}
|
|
44
44
|
var PermissionRow_module_css_default = {
|
|
45
45
|
"rowText": "kxdSgq_rowText",
|
|
46
|
-
"selector": "kxdSgq_selector",
|
|
47
|
-
"row": "kxdSgq_row",
|
|
48
46
|
"desc": "kxdSgq_desc",
|
|
47
|
+
"selector": "kxdSgq_selector",
|
|
49
48
|
"chevron": "kxdSgq_chevron",
|
|
50
|
-
"title": "kxdSgq_title"
|
|
49
|
+
"title": "kxdSgq_title",
|
|
50
|
+
"row": "kxdSgq_row"
|
|
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",
|
|
21
22
|
"chip": "xROLNG_chip",
|
|
22
|
-
"error": "xROLNG_error",
|
|
23
23
|
"close": "xROLNG_close",
|
|
24
|
-
"
|
|
24
|
+
"error": "xROLNG_error"
|
|
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
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"navTitle": "yDpcKa_navTitle",
|
|
42
|
-
"nav": "yDpcKa_nav",
|
|
43
|
-
"options": "yDpcKa_options",
|
|
39
|
+
"navIcon": "yDpcKa_navIcon",
|
|
40
|
+
"header": "yDpcKa_header",
|
|
44
41
|
"overlay": "yDpcKa_overlay",
|
|
45
|
-
"navCell": "yDpcKa_navCell",
|
|
46
42
|
"actions": "yDpcKa_actions",
|
|
47
|
-
"
|
|
43
|
+
"active": "yDpcKa_active",
|
|
44
|
+
"close": "yDpcKa_close",
|
|
48
45
|
"panel": "yDpcKa_panel",
|
|
49
|
-
"
|
|
46
|
+
"mask": "yDpcKa_mask",
|
|
47
|
+
"options": "yDpcKa_options",
|
|
50
48
|
"navList": "yDpcKa_navList",
|
|
51
|
-
"triggerLabel": "yDpcKa_triggerLabel",
|
|
52
49
|
"content": "yDpcKa_content",
|
|
53
|
-
"
|
|
50
|
+
"hiddenLabel": "yDpcKa_hiddenLabel",
|
|
54
51
|
"rail": "yDpcKa_rail",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
52
|
+
"navCell": "yDpcKa_navCell",
|
|
53
|
+
"nav": "yDpcKa_nav",
|
|
54
|
+
"navTitle": "yDpcKa_navTitle",
|
|
55
|
+
"navLabel": "yDpcKa_navLabel",
|
|
56
|
+
"triggerLabel": "yDpcKa_triggerLabel",
|
|
57
|
+
"trigger": "yDpcKa_trigger"
|
|
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
|
+
"action": "Hd6jda_action",
|
|
315
|
+
"error": "Hd6jda_error"
|
|
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
|
+
"fetchDialog": "AmnBRG_fetchDialog",
|
|
71
|
+
"title": "AmnBRG_title",
|
|
72
|
+
"iconButton": "AmnBRG_iconButton",
|
|
73
|
+
"editor": "AmnBRG_editor",
|
|
74
|
+
"modelCatalog": "AmnBRG_modelCatalog",
|
|
70
75
|
"credentialDotConfigured": "AmnBRG_credentialDotConfigured",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
76
|
+
"editorHeader": "AmnBRG_editorHeader",
|
|
77
|
+
"editorActions": "AmnBRG_editorActions",
|
|
78
|
+
"iconButtonDanger": "AmnBRG_iconButtonDanger",
|
|
79
|
+
"candidateId": "AmnBRG_candidateId",
|
|
80
|
+
"rowIdentity": "AmnBRG_rowIdentity",
|
|
81
|
+
"credentialDot": "AmnBRG_credentialDot",
|
|
82
|
+
"modelEmpty": "AmnBRG_modelEmpty",
|
|
75
83
|
"notice": "AmnBRG_notice",
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
84
|
+
"editorRoute": "AmnBRG_editorRoute",
|
|
85
|
+
"advancedHint": "AmnBRG_advancedHint",
|
|
86
|
+
"candidateLabel": "AmnBRG_candidateLabel",
|
|
87
|
+
"rowHead": "AmnBRG_rowHead",
|
|
88
|
+
"rows": "AmnBRG_rows",
|
|
89
|
+
"fieldLabel": "AmnBRG_fieldLabel",
|
|
80
90
|
"addCard": "AmnBRG_addCard",
|
|
81
|
-
"modelEmpty": "AmnBRG_modelEmpty",
|
|
82
|
-
"modelFieldLabel": "AmnBRG_modelFieldLabel",
|
|
83
91
|
"candidate": "AmnBRG_candidate",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
92
|
+
"setupCard": "AmnBRG_setupCard",
|
|
93
|
+
"modelFieldLabel": "AmnBRG_modelFieldLabel",
|
|
94
|
+
"input": "AmnBRG_input",
|
|
95
|
+
"error": "AmnBRG_error",
|
|
96
|
+
"field": "AmnBRG_field",
|
|
97
|
+
"addModelButton": "AmnBRG_addModelButton",
|
|
98
|
+
"addBlock": "AmnBRG_addBlock",
|
|
99
|
+
"customized": "AmnBRG_customized",
|
|
100
|
+
"selectInput": "AmnBRG_selectInput",
|
|
86
101
|
"hiddenLabel": "AmnBRG_hiddenLabel",
|
|
87
102
|
"dangerButton": "AmnBRG_dangerButton",
|
|
88
|
-
"editorTitle": "AmnBRG_editorTitle",
|
|
89
|
-
"editorHeader": "AmnBRG_editorHeader",
|
|
90
|
-
"field": "AmnBRG_field",
|
|
91
|
-
"rowTag": "AmnBRG_rowTag",
|
|
92
103
|
"modelCatalogTitle": "AmnBRG_modelCatalogTitle",
|
|
104
|
+
"modelRow": "AmnBRG_modelRow",
|
|
105
|
+
"credentialDotMissing": "AmnBRG_credentialDotMissing",
|
|
93
106
|
"addButton": "AmnBRG_addButton",
|
|
107
|
+
"linkButton": "AmnBRG_linkButton",
|
|
108
|
+
"modelListHead": "AmnBRG_modelListHead",
|
|
109
|
+
"rowTag": "AmnBRG_rowTag",
|
|
110
|
+
"modelCatalogMeta": "AmnBRG_modelCatalogMeta",
|
|
111
|
+
"deleteConfirm": "AmnBRG_deleteConfirm",
|
|
112
|
+
"rowName": "AmnBRG_rowName",
|
|
113
|
+
"addActions": "AmnBRG_addActions",
|
|
94
114
|
"modelEntry": "AmnBRG_modelEntry",
|
|
95
|
-
"error": "AmnBRG_error",
|
|
96
|
-
"customizedSummary": "AmnBRG_customizedSummary",
|
|
97
|
-
"fieldLabel": "AmnBRG_fieldLabel",
|
|
98
|
-
"modelCatalog": "AmnBRG_modelCatalog",
|
|
99
115
|
"modelAdvanced": "AmnBRG_modelAdvanced",
|
|
100
116
|
"customizedBody": "AmnBRG_customizedBody",
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"modelRow": "AmnBRG_modelRow",
|
|
107
|
-
"rows": "AmnBRG_rows",
|
|
108
|
-
"selectInput": "AmnBRG_selectInput",
|
|
109
|
-
"linkButton": "AmnBRG_linkButton",
|
|
110
|
-
"advancedHint": "AmnBRG_advancedHint",
|
|
117
|
+
"secondaryButton": "AmnBRG_secondaryButton",
|
|
118
|
+
"candidateList": "AmnBRG_candidateList",
|
|
119
|
+
"savedNotice": "AmnBRG_savedNotice",
|
|
120
|
+
"rowActions": "AmnBRG_rowActions",
|
|
121
|
+
"primaryButton": "AmnBRG_primaryButton",
|
|
111
122
|
"modelCatalogHeading": "AmnBRG_modelCatalogHeading",
|
|
123
|
+
"modelList": "AmnBRG_modelList",
|
|
124
|
+
"rowCard": "AmnBRG_rowCard",
|
|
112
125
|
"modelField": "AmnBRG_modelField",
|
|
113
|
-
"
|
|
114
|
-
"setupCard": "AmnBRG_setupCard",
|
|
115
|
-
"candidateLabel": "AmnBRG_candidateLabel",
|
|
116
|
-
"rowIdentity": "AmnBRG_rowIdentity",
|
|
117
|
-
"iconButton": "AmnBRG_iconButton",
|
|
118
|
-
"rowName": "AmnBRG_rowName",
|
|
119
|
-
"savedNotice": "AmnBRG_savedNotice",
|
|
120
|
-
"deleteConfirm": "AmnBRG_deleteConfirm",
|
|
121
|
-
"addModelButton": "AmnBRG_addModelButton",
|
|
122
|
-
"candidateList": "AmnBRG_candidateList",
|
|
123
|
-
"editorActions": "AmnBRG_editorActions",
|
|
126
|
+
"section": "AmnBRG_section",
|
|
124
127
|
"intro": "AmnBRG_intro",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"credentialDotMissing": "AmnBRG_credentialDotMissing",
|
|
129
|
-
"input": "AmnBRG_input",
|
|
130
|
-
"modelList": "AmnBRG_modelList"
|
|
128
|
+
"editorTitle": "AmnBRG_editorTitle",
|
|
129
|
+
"customizedSummary": "AmnBRG_customizedSummary",
|
|
130
|
+
"deleteDialog": "AmnBRG_deleteDialog"
|
|
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
|
-
"
|
|
2079
|
+
"content": "aIiZrG_content",
|
|
2080
2080
|
"title": "aIiZrG_title",
|
|
2081
2081
|
"dialog": "aIiZrG_dialog",
|
|
2082
|
-
"
|
|
2082
|
+
"body": "aIiZrG_body"
|
|
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
|
|
@@ -2231,8 +2231,8 @@ window.__ModuleLoader__.load({
|
|
|
2231
2231
|
var WelcomeNotice_module_css_default = {
|
|
2232
2232
|
"actions": "R-6oRa_actions",
|
|
2233
2233
|
"error": "R-6oRa_error",
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2234
|
+
"copy": "R-6oRa_copy",
|
|
2235
|
+
"primary": "R-6oRa_primary"
|
|
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
|
-
"card": "WrOExW_card",
|
|
22
21
|
"chevron": "WrOExW_chevron",
|
|
23
|
-
"
|
|
22
|
+
"status": "WrOExW_status",
|
|
23
|
+
"entryValue": "WrOExW_entryValue",
|
|
24
24
|
"catalog": "WrOExW_catalog",
|
|
25
|
+
"search": "WrOExW_search",
|
|
26
|
+
"cardTrailing": "WrOExW_cardTrailing",
|
|
27
|
+
"card": "WrOExW_card",
|
|
28
|
+
"catalogHeading": "WrOExW_catalogHeading",
|
|
29
|
+
"failure": "WrOExW_failure",
|
|
25
30
|
"cards": "WrOExW_cards",
|
|
26
|
-
"cardDetails": "WrOExW_cardDetails",
|
|
27
|
-
"statusDot": "WrOExW_statusDot",
|
|
28
|
-
"cardContent": "WrOExW_cardContent",
|
|
29
31
|
"visuallyHidden": "WrOExW_visuallyHidden",
|
|
30
|
-
"failure": "WrOExW_failure",
|
|
31
32
|
"configTag": "WrOExW_configTag",
|
|
32
|
-
"cardTrailing": "WrOExW_cardTrailing",
|
|
33
|
-
"search": "WrOExW_search",
|
|
34
|
-
"entryValue": "WrOExW_entryValue",
|
|
35
33
|
"details": "WrOExW_details",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
34
|
+
"cardContent": "WrOExW_cardContent",
|
|
35
|
+
"cardTitle": "WrOExW_cardTitle",
|
|
36
|
+
"statusDot": "WrOExW_statusDot",
|
|
37
|
+
"cardDetails": "WrOExW_cardDetails",
|
|
38
|
+
"section": "WrOExW_section"
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
41
41
|
//#region src/client/PluginInventorySettingsTab.tsx
|
|
@@ -21,17 +21,17 @@ window.__ModuleLoader__.load({
|
|
|
21
21
|
}
|
|
22
22
|
var fields_module_css_default = {
|
|
23
23
|
"badge": "MiE2dW_badge",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
24
|
+
"invalid": "MiE2dW_invalid",
|
|
25
|
+
"head": "MiE2dW_head",
|
|
26
|
+
"label": "MiE2dW_label",
|
|
27
|
+
"hint": "MiE2dW_hint",
|
|
26
28
|
"input": "MiE2dW_input",
|
|
27
29
|
"inputInvalid": "MiE2dW_inputInvalid",
|
|
30
|
+
"badgeMuted": "MiE2dW_badgeMuted",
|
|
28
31
|
"field": "MiE2dW_field",
|
|
29
|
-
"select": "MiE2dW_select",
|
|
30
|
-
"label": "MiE2dW_label",
|
|
31
|
-
"invalid": "MiE2dW_invalid",
|
|
32
32
|
"badges": "MiE2dW_badges",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
33
|
+
"reset": "MiE2dW_reset",
|
|
34
|
+
"select": "MiE2dW_select"
|
|
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
|
+
"failed": "YRvGva_failed",
|
|
197
|
+
"chevron": "YRvGva_chevron",
|
|
198
|
+
"readOnly": "YRvGva_readOnly",
|
|
199
|
+
"header": "YRvGva_header",
|
|
200
|
+
"cardOpen": "YRvGva_cardOpen",
|
|
196
201
|
"discard": "YRvGva_discard",
|
|
202
|
+
"headText": "YRvGva_headText",
|
|
197
203
|
"name": "YRvGva_name",
|
|
198
|
-
"description": "YRvGva_description",
|
|
199
204
|
"chevronOpen": "YRvGva_chevronOpen",
|
|
200
205
|
"body": "YRvGva_body",
|
|
201
|
-
"cardOpen": "YRvGva_cardOpen",
|
|
202
|
-
"pending": "YRvGva_pending",
|
|
203
206
|
"card": "YRvGva_card",
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"chevron": "YRvGva_chevron",
|
|
209
|
-
"header": "YRvGva_header",
|
|
210
|
-
"footer": "YRvGva_footer"
|
|
207
|
+
"description": "YRvGva_description",
|
|
208
|
+
"footer": "YRvGva_footer",
|
|
209
|
+
"pending": "YRvGva_pending",
|
|
210
|
+
"save": "YRvGva_save"
|
|
211
211
|
};
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region src/client/PluginCard.tsx
|
|
@@ -453,14 +453,14 @@ window.__ModuleLoader__.load({
|
|
|
453
453
|
document.head.appendChild(tag);
|
|
454
454
|
}
|
|
455
455
|
var PluginsSettingsSection_module_css_default = {
|
|
456
|
-
"intro": "ha2I9q_intro",
|
|
457
456
|
"cards": "ha2I9q_cards",
|
|
458
|
-
"
|
|
459
|
-
"section": "ha2I9q_section",
|
|
460
|
-
"heading": "ha2I9q_heading",
|
|
457
|
+
"panel": "ha2I9q_panel",
|
|
461
458
|
"empty": "ha2I9q_empty",
|
|
459
|
+
"heading": "ha2I9q_heading",
|
|
462
460
|
"tabs": "ha2I9q_tabs",
|
|
463
|
-
"
|
|
461
|
+
"intro": "ha2I9q_intro",
|
|
462
|
+
"tab": "ha2I9q_tab",
|
|
463
|
+
"section": "ha2I9q_section"
|
|
464
464
|
};
|
|
465
465
|
//#endregion
|
|
466
466
|
//#region src/client/ConfigurablePluginsTab.tsx
|
|
@@ -501,33 +501,33 @@ window.__ModuleLoader__.load({
|
|
|
501
501
|
document.head.appendChild(tag);
|
|
502
502
|
}
|
|
503
503
|
var McpCard_module_css_default = {
|
|
504
|
-
"
|
|
505
|
-
"allowHint": "FVl50a_allowHint",
|
|
506
|
-
"badgeOk": "FVl50a_badgeOk",
|
|
507
|
-
"list": "FVl50a_list",
|
|
508
|
-
"entry": "FVl50a_entry",
|
|
509
|
-
"heading": "FVl50a_heading",
|
|
504
|
+
"connectedList": "FVl50a_connectedList",
|
|
510
505
|
"entryTitle": "FVl50a_entryTitle",
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"badge": "FVl50a_badge",
|
|
515
|
-
"allowTitle": "FVl50a_allowTitle",
|
|
516
|
-
"connectedName": "FVl50a_connectedName",
|
|
517
|
-
"connectedRow": "FVl50a_connectedRow",
|
|
518
|
-
"note": "FVl50a_note",
|
|
506
|
+
"heading": "FVl50a_heading",
|
|
507
|
+
"list": "FVl50a_list",
|
|
508
|
+
"block": "FVl50a_block",
|
|
519
509
|
"empty": "FVl50a_empty",
|
|
510
|
+
"badge": "FVl50a_badge",
|
|
511
|
+
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
520
512
|
"entryHead": "FVl50a_entryHead",
|
|
513
|
+
"badgeMuted": "FVl50a_badgeMuted",
|
|
514
|
+
"connectedRow": "FVl50a_connectedRow",
|
|
515
|
+
"statusDot": "FVl50a_statusDot",
|
|
516
|
+
"allowRow": "FVl50a_allowRow",
|
|
517
|
+
"paste": "FVl50a_paste",
|
|
518
|
+
"connectedName": "FVl50a_connectedName",
|
|
521
519
|
"badgeError": "FVl50a_badgeError",
|
|
520
|
+
"badgeOk": "FVl50a_badgeOk",
|
|
521
|
+
"note": "FVl50a_note",
|
|
522
|
+
"allowTitle": "FVl50a_allowTitle",
|
|
523
|
+
"badgeWarn": "FVl50a_badgeWarn",
|
|
524
|
+
"allowHint": "FVl50a_allowHint",
|
|
522
525
|
"entryBody": "FVl50a_entryBody",
|
|
526
|
+
"entry": "FVl50a_entry",
|
|
527
|
+
"remove": "FVl50a_remove",
|
|
528
|
+
"invalid": "FVl50a_invalid",
|
|
523
529
|
"pasteLabel": "FVl50a_pasteLabel",
|
|
524
|
-
"
|
|
525
|
-
"add": "FVl50a_add",
|
|
526
|
-
"badgeWarn": "FVl50a_badgeWarn",
|
|
527
|
-
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
528
|
-
"connectedList": "FVl50a_connectedList",
|
|
529
|
-
"statusDot": "FVl50a_statusDot",
|
|
530
|
-
"badgeMuted": "FVl50a_badgeMuted"
|
|
530
|
+
"add": "FVl50a_add"
|
|
531
531
|
};
|
|
532
532
|
//#endregion
|
|
533
533
|
//#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
|
+
"collapsed": "lWfN9W_collapsed",
|
|
36
37
|
"quietBars": "lWfN9W_quietBars",
|
|
37
|
-
"railMark": "lWfN9W_railMark",
|
|
38
38
|
"railIn": "lWfN9W_railIn",
|
|
39
|
-
"iconButton": "lWfN9W_iconButton",
|
|
40
|
-
"newSession": "lWfN9W_newSession",
|
|
41
39
|
"toggle": "lWfN9W_toggle",
|
|
40
|
+
"newSessionLabel": "lWfN9W_newSessionLabel",
|
|
41
|
+
"wide": "lWfN9W_wide",
|
|
42
|
+
"settingsArea": "lWfN9W_settingsArea",
|
|
43
|
+
"rail-in": "lWfN9W_rail-in",
|
|
42
44
|
"wide-in": "lWfN9W_wide-in",
|
|
43
45
|
"footArea": "lWfN9W_footArea",
|
|
46
|
+
"logoRow": "lWfN9W_logoRow",
|
|
47
|
+
"panelIcon": "lWfN9W_panelIcon",
|
|
44
48
|
"fading": "lWfN9W_fading",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
49
|
+
"newSession": "lWfN9W_newSession",
|
|
50
|
+
"iconButton": "lWfN9W_iconButton",
|
|
51
|
+
"railMark": "lWfN9W_railMark",
|
|
52
|
+
"footerActions": "lWfN9W_footerActions",
|
|
47
53
|
"root": "lWfN9W_root",
|
|
48
|
-
"regionArea": "lWfN9W_regionArea",
|
|
49
|
-
"panelIcon": "lWfN9W_panelIcon",
|
|
50
|
-
"logoRow": "lWfN9W_logoRow",
|
|
51
|
-
"rail-in": "lWfN9W_rail-in",
|
|
52
54
|
"rail-fade-in": "lWfN9W_rail-fade-in",
|
|
53
|
-
"footerActions": "lWfN9W_footerActions",
|
|
54
55
|
"brand": "lWfN9W_brand",
|
|
55
|
-
"
|
|
56
|
-
"settingsArea": "lWfN9W_settingsArea"
|
|
56
|
+
"regionArea": "lWfN9W_regionArea"
|
|
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
|
-
"row": "_26cNaq_row",
|
|
22
|
-
"chevronHover": "_26cNaq_chevronHover",
|
|
23
21
|
"bodyWrap": "_26cNaq_bodyWrap",
|
|
24
|
-
"instructions": "_26cNaq_instructions",
|
|
25
|
-
"instructionsCard": "_26cNaq_instructionsCard",
|
|
26
|
-
"summary": "_26cNaq_summary",
|
|
27
|
-
"chevron": "_26cNaq_chevron",
|
|
28
|
-
"title": "_26cNaq_title",
|
|
29
|
-
"separator": "_26cNaq_separator",
|
|
30
|
-
"visuallyHidden": "_26cNaq_visuallyHidden",
|
|
31
22
|
"inspectButton": "_26cNaq_inspectButton",
|
|
23
|
+
"title": "_26cNaq_title",
|
|
24
|
+
"leading": "_26cNaq_leading",
|
|
32
25
|
"instructionsHeader": "_26cNaq_instructionsHeader",
|
|
26
|
+
"chevronHover": "_26cNaq_chevronHover",
|
|
33
27
|
"card": "_26cNaq_card",
|
|
28
|
+
"dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep",
|
|
29
|
+
"summary": "_26cNaq_summary",
|
|
34
30
|
"iconIdle": "_26cNaq_iconIdle",
|
|
31
|
+
"chevron": "_26cNaq_chevron",
|
|
32
|
+
"visuallyHidden": "_26cNaq_visuallyHidden",
|
|
33
|
+
"row": "_26cNaq_row",
|
|
34
|
+
"instructions": "_26cNaq_instructions",
|
|
35
35
|
"errorSummary": "_26cNaq_errorSummary",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
36
|
+
"separator": "_26cNaq_separator",
|
|
37
|
+
"instructionsCard": "_26cNaq_instructionsCard"
|
|
38
38
|
};
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/client/SkillRow.tsx
|