@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
|
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
|
|
|
122
122
|
document.head.appendChild(tag);
|
|
123
123
|
}
|
|
124
124
|
var PlanReviewPanel_module_css_default = {
|
|
125
|
+
"strip": "qwZnSa_strip",
|
|
126
|
+
"feedback": "qwZnSa_feedback",
|
|
127
|
+
"frame": "qwZnSa_frame",
|
|
125
128
|
"card": "qwZnSa_card",
|
|
126
|
-
"
|
|
129
|
+
"body": "qwZnSa_body",
|
|
127
130
|
"dot": "qwZnSa_dot",
|
|
128
|
-
"feedback": "qwZnSa_feedback",
|
|
129
131
|
"actions": "qwZnSa_actions",
|
|
130
|
-
"strip": "qwZnSa_strip",
|
|
131
132
|
"discuss": "qwZnSa_discuss",
|
|
132
|
-
"
|
|
133
|
-
"body": "qwZnSa_body"
|
|
133
|
+
"footer": "qwZnSa_footer"
|
|
134
134
|
};
|
|
135
135
|
//#endregion
|
|
136
136
|
//#region src/client/PlanReviewPanel.tsx
|
|
@@ -240,37 +240,37 @@ window.__ModuleLoader__.load({
|
|
|
240
240
|
document.head.appendChild(tag);
|
|
241
241
|
}
|
|
242
242
|
var QuestionComposer_module_css_default = {
|
|
243
|
-
"description": "_3wP-uG_description",
|
|
244
243
|
"progress": "_3wP-uG_progress",
|
|
244
|
+
"badge": "_3wP-uG_badge",
|
|
245
|
+
"headingBlock": "_3wP-uG_headingBlock",
|
|
246
|
+
"headerActions": "_3wP-uG_headerActions",
|
|
247
|
+
"header": "_3wP-uG_header",
|
|
248
|
+
"customTextarea": "_3wP-uG_customTextarea",
|
|
245
249
|
"checkbox": "_3wP-uG_checkbox",
|
|
250
|
+
"iconButton": "_3wP-uG_iconButton",
|
|
246
251
|
"footer": "_3wP-uG_footer",
|
|
247
|
-
"
|
|
252
|
+
"options": "_3wP-uG_options",
|
|
253
|
+
"title": "_3wP-uG_title",
|
|
254
|
+
"optionCopy": "_3wP-uG_optionCopy",
|
|
248
255
|
"customRowActive": "_3wP-uG_customRowActive",
|
|
249
|
-
"
|
|
250
|
-
"
|
|
256
|
+
"description": "_3wP-uG_description",
|
|
257
|
+
"card": "_3wP-uG_card",
|
|
258
|
+
"pager": "_3wP-uG_pager",
|
|
259
|
+
"optionLine": "_3wP-uG_optionLine",
|
|
251
260
|
"feedback": "_3wP-uG_feedback",
|
|
252
261
|
"body": "_3wP-uG_body",
|
|
253
|
-
"number": "_3wP-uG_number",
|
|
254
262
|
"optionSelected": "_3wP-uG_optionSelected",
|
|
255
|
-
"optionLabel": "_3wP-uG_optionLabel",
|
|
256
|
-
"headerActions": "_3wP-uG_headerActions",
|
|
257
263
|
"eyebrow": "_3wP-uG_eyebrow",
|
|
258
|
-
"pager": "_3wP-uG_pager",
|
|
259
|
-
"option": "_3wP-uG_option",
|
|
260
|
-
"card": "_3wP-uG_card",
|
|
261
|
-
"optionCopy": "_3wP-uG_optionCopy",
|
|
262
|
-
"iconButton": "_3wP-uG_iconButton",
|
|
263
264
|
"checkboxChecked": "_3wP-uG_checkboxChecked",
|
|
264
265
|
"footerActions": "_3wP-uG_footerActions",
|
|
265
|
-
"
|
|
266
|
-
"title": "_3wP-uG_title",
|
|
267
|
-
"detail": "_3wP-uG_detail",
|
|
268
|
-
"header": "_3wP-uG_header",
|
|
269
|
-
"cardMinimized": "_3wP-uG_cardMinimized",
|
|
270
|
-
"options": "_3wP-uG_options",
|
|
266
|
+
"optionLabel": "_3wP-uG_optionLabel",
|
|
271
267
|
"frame": "_3wP-uG_frame",
|
|
268
|
+
"option": "_3wP-uG_option",
|
|
269
|
+
"cardMinimized": "_3wP-uG_cardMinimized",
|
|
272
270
|
"customInput": "_3wP-uG_customInput",
|
|
273
|
-
"customRow": "_3wP-uG_customRow"
|
|
271
|
+
"customRow": "_3wP-uG_customRow",
|
|
272
|
+
"number": "_3wP-uG_number",
|
|
273
|
+
"detail": "_3wP-uG_detail"
|
|
274
274
|
};
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region src/client/QuestionComposer.tsx
|
|
@@ -19,28 +19,28 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var WorkflowRunPanel_module_css_default = {
|
|
22
|
-
"phaseHeader": "SiHEYG_phaseHeader",
|
|
23
|
-
"phaseStatus": "SiHEYG_phaseStatus",
|
|
24
22
|
"phaseList": "SiHEYG_phaseList",
|
|
25
|
-
"phase": "SiHEYG_phase",
|
|
26
|
-
"phaseTitle": "SiHEYG_phaseTitle",
|
|
27
|
-
"separator": "SiHEYG_separator",
|
|
28
|
-
"root": "SiHEYG_root",
|
|
29
23
|
"statusTail": "SiHEYG_statusTail",
|
|
30
|
-
"
|
|
24
|
+
"root": "SiHEYG_root",
|
|
25
|
+
"phaseStatus": "SiHEYG_phaseStatus",
|
|
26
|
+
"memberLabelWrap": "SiHEYG_memberLabelWrap",
|
|
27
|
+
"separator": "SiHEYG_separator",
|
|
28
|
+
"phaseCount": "SiHEYG_phaseCount",
|
|
29
|
+
"phase": "SiHEYG_phase",
|
|
30
|
+
"runSummary": "SiHEYG_runSummary",
|
|
31
|
+
"runLeading": "SiHEYG_runLeading",
|
|
32
|
+
"phaseHeader": "SiHEYG_phaseHeader",
|
|
31
33
|
"runTitle": "SiHEYG_runTitle",
|
|
32
|
-
"runHeader": "SiHEYG_runHeader",
|
|
33
34
|
"members": "SiHEYG_members",
|
|
34
|
-
"runSummary": "SiHEYG_runSummary",
|
|
35
|
-
"phaseLeading": "SiHEYG_phaseLeading",
|
|
36
|
-
"memberLabel": "SiHEYG_memberLabel",
|
|
37
|
-
"empty": "SiHEYG_empty",
|
|
38
|
-
"memberLabelWrap": "SiHEYG_memberLabelWrap",
|
|
39
35
|
"memberRow": "SiHEYG_memberRow",
|
|
40
|
-
"
|
|
36
|
+
"memberLabel": "SiHEYG_memberLabel",
|
|
37
|
+
"phaseLeading": "SiHEYG_phaseLeading",
|
|
41
38
|
"dotSlot": "SiHEYG_dotSlot",
|
|
39
|
+
"runHeader": "SiHEYG_runHeader",
|
|
42
40
|
"memberStatus": "SiHEYG_memberStatus",
|
|
43
|
-
"
|
|
41
|
+
"phaseTitle": "SiHEYG_phaseTitle",
|
|
42
|
+
"empty": "SiHEYG_empty",
|
|
43
|
+
"memberButton": "SiHEYG_memberButton"
|
|
44
44
|
};
|
|
45
45
|
//#endregion
|
|
46
46
|
//#region src/client/WorkflowRunPanel.tsx
|
|
@@ -341,40 +341,40 @@ window.__ModuleLoader__.load({
|
|
|
341
341
|
document.head.appendChild(tag);
|
|
342
342
|
}
|
|
343
343
|
var Rows_module_css_default = {
|
|
344
|
-
"
|
|
344
|
+
"iconButton": "X-VPTa_iconButton",
|
|
345
|
+
"folderActive": "X-VPTa_folderActive",
|
|
346
|
+
"visuallyHidden": "X-VPTa_visuallyHidden",
|
|
345
347
|
"selected": "X-VPTa_selected",
|
|
346
|
-
"
|
|
347
|
-
"chevron": "X-VPTa_chevron",
|
|
348
|
-
"arrow": "X-VPTa_arrow",
|
|
349
|
-
"meta": "X-VPTa_meta",
|
|
348
|
+
"hoverContent": "X-VPTa_hoverContent",
|
|
350
349
|
"title": "X-VPTa_title",
|
|
351
|
-
"
|
|
352
|
-
"folderActive": "X-VPTa_folderActive",
|
|
350
|
+
"dropAfter": "X-VPTa_dropAfter",
|
|
353
351
|
"hoverStatus": "X-VPTa_hoverStatus",
|
|
354
|
-
"slot": "X-VPTa_slot",
|
|
355
|
-
"arrowOpen": "X-VPTa_arrowOpen",
|
|
356
|
-
"dropBefore": "X-VPTa_dropBefore",
|
|
357
|
-
"hoverTime": "X-VPTa_hoverTime",
|
|
358
|
-
"rowActions": "X-VPTa_rowActions",
|
|
359
352
|
"hoverTitle": "X-VPTa_hoverTitle",
|
|
360
|
-
"searchResultMeta": "X-VPTa_searchResultMeta",
|
|
361
|
-
"menuOpen": "X-VPTa_menuOpen",
|
|
362
|
-
"dropAfter": "X-VPTa_dropAfter",
|
|
363
|
-
"renameInput": "X-VPTa_renameInput",
|
|
364
|
-
"searchResultRow": "X-VPTa_searchResultRow",
|
|
365
|
-
"folder": "X-VPTa_folder",
|
|
366
|
-
"hoverPath": "X-VPTa_hoverPath",
|
|
367
|
-
"iconButton": "X-VPTa_iconButton",
|
|
368
|
-
"hoverContent": "X-VPTa_hoverContent",
|
|
369
|
-
"row-in": "X-VPTa_row-in",
|
|
370
353
|
"projectText": "X-VPTa_projectText",
|
|
371
|
-
"searchResultSnippet": "X-VPTa_searchResultSnippet",
|
|
372
|
-
"flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
|
|
373
|
-
"time": "X-VPTa_time",
|
|
374
354
|
"dot": "X-VPTa_dot",
|
|
375
|
-
"
|
|
355
|
+
"rowActions": "X-VPTa_rowActions",
|
|
356
|
+
"row-in": "X-VPTa_row-in",
|
|
357
|
+
"hoverTime": "X-VPTa_hoverTime",
|
|
376
358
|
"searchResultTitle": "X-VPTa_searchResultTitle",
|
|
377
|
-
"
|
|
359
|
+
"time": "X-VPTa_time",
|
|
360
|
+
"chevron": "X-VPTa_chevron",
|
|
361
|
+
"arrowOpen": "X-VPTa_arrowOpen",
|
|
362
|
+
"menuOpen": "X-VPTa_menuOpen",
|
|
363
|
+
"projectRow": "X-VPTa_projectRow",
|
|
364
|
+
"searchResultSnippet": "X-VPTa_searchResultSnippet",
|
|
365
|
+
"meta": "X-VPTa_meta",
|
|
366
|
+
"flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
|
|
367
|
+
"sessionRow": "X-VPTa_sessionRow",
|
|
368
|
+
"slot": "X-VPTa_slot",
|
|
369
|
+
"dropBefore": "X-VPTa_dropBefore",
|
|
370
|
+
"hoverPath": "X-VPTa_hoverPath",
|
|
371
|
+
"arrow": "X-VPTa_arrow",
|
|
372
|
+
"renameInput": "X-VPTa_renameInput",
|
|
373
|
+
"folder": "X-VPTa_folder",
|
|
374
|
+
"searchResultMeta": "X-VPTa_searchResultMeta",
|
|
375
|
+
"searchResultWorkspace": "X-VPTa_searchResultWorkspace",
|
|
376
|
+
"searchResultHeading": "X-VPTa_searchResultHeading",
|
|
377
|
+
"searchResultRow": "X-VPTa_searchResultRow"
|
|
378
378
|
};
|
|
379
379
|
//#endregion
|
|
380
380
|
//#region src/client/rows/Rows.tsx
|
|
@@ -806,8 +806,8 @@ window.__ModuleLoader__.load({
|
|
|
806
806
|
document.head.appendChild(tag);
|
|
807
807
|
}
|
|
808
808
|
var WorkspacePicker_module_css_default = {
|
|
809
|
-
"modalAction": "koU6Pa_modalAction",
|
|
810
809
|
"modalError": "koU6Pa_modalError",
|
|
810
|
+
"modalAction": "koU6Pa_modalAction",
|
|
811
811
|
"menuStatus": "koU6Pa_menuStatus"
|
|
812
812
|
};
|
|
813
813
|
//#endregion
|
|
@@ -976,42 +976,42 @@ window.__ModuleLoader__.load({
|
|
|
976
976
|
document.head.appendChild(tag);
|
|
977
977
|
}
|
|
978
978
|
var WorkspaceBrowser_module_css_default = {
|
|
979
|
+
"searchSlotExpanded": "HlYf2W_searchSlotExpanded",
|
|
980
|
+
"flatList": "HlYf2W_flatList",
|
|
981
|
+
"root": "HlYf2W_root",
|
|
979
982
|
"searchExpanded": "HlYf2W_searchExpanded",
|
|
980
|
-
"sectionHeader": "HlYf2W_sectionHeader",
|
|
981
|
-
"iconButton": "HlYf2W_iconButton",
|
|
982
|
-
"search": "HlYf2W_search",
|
|
983
|
-
"renameInput": "HlYf2W_renameInput",
|
|
984
|
-
"list": "HlYf2W_list",
|
|
985
|
-
"sectionLabelHidden": "HlYf2W_sectionLabelHidden",
|
|
986
983
|
"workspaceDropAfter": "HlYf2W_workspaceDropAfter",
|
|
987
|
-
"
|
|
988
|
-
"searchTree": "HlYf2W_searchTree",
|
|
989
|
-
"headerActions": "HlYf2W_headerActions",
|
|
990
|
-
"workspaceDropBefore": "HlYf2W_workspaceDropBefore",
|
|
984
|
+
"searchButton": "HlYf2W_searchButton",
|
|
991
985
|
"empty": "HlYf2W_empty",
|
|
992
|
-
"groupSection": "HlYf2W_groupSection",
|
|
993
|
-
"searchWarning": "HlYf2W_searchWarning",
|
|
994
986
|
"sectionLabel": "HlYf2W_sectionLabel",
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"flatList": "HlYf2W_flatList",
|
|
999
|
-
"searchStatus": "HlYf2W_searchStatus",
|
|
1000
|
-
"fade": "HlYf2W_fade",
|
|
987
|
+
"renameError": "HlYf2W_renameError",
|
|
988
|
+
"rail": "HlYf2W_rail",
|
|
989
|
+
"list": "HlYf2W_list",
|
|
1001
990
|
"listTopDropActive": "HlYf2W_listTopDropActive",
|
|
1002
|
-
"
|
|
1003
|
-
"listTopDropIndicator": "HlYf2W_listTopDropIndicator",
|
|
991
|
+
"treeBody": "HlYf2W_treeBody",
|
|
1004
992
|
"searchSlot": "HlYf2W_searchSlot",
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
993
|
+
"search": "HlYf2W_search",
|
|
994
|
+
"workspaceDropBefore": "HlYf2W_workspaceDropBefore",
|
|
995
|
+
"renameInput": "HlYf2W_renameInput",
|
|
996
|
+
"sectionLabelHidden": "HlYf2W_sectionLabelHidden",
|
|
997
|
+
"iconButton": "HlYf2W_iconButton",
|
|
998
|
+
"wide": "HlYf2W_wide",
|
|
999
|
+
"searchStatus": "HlYf2W_searchStatus",
|
|
1007
1000
|
"clearButton": "HlYf2W_clearButton",
|
|
1008
|
-
"
|
|
1001
|
+
"wide-in": "HlYf2W_wide-in",
|
|
1002
|
+
"headerActions": "HlYf2W_headerActions",
|
|
1003
|
+
"headerActionsHidden": "HlYf2W_headerActionsHidden",
|
|
1009
1004
|
"deleteAction": "HlYf2W_deleteAction",
|
|
1005
|
+
"searchTree": "HlYf2W_searchTree",
|
|
1006
|
+
"listArea": "HlYf2W_listArea",
|
|
1007
|
+
"groupSection": "HlYf2W_groupSection",
|
|
1008
|
+
"searchWarning": "HlYf2W_searchWarning",
|
|
1010
1009
|
"deleteStatus": "HlYf2W_deleteStatus",
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1010
|
+
"listTopDropIndicator": "HlYf2W_listTopDropIndicator",
|
|
1011
|
+
"searchInput": "HlYf2W_searchInput",
|
|
1012
|
+
"sessionOverflowButton": "HlYf2W_sessionOverflowButton",
|
|
1013
|
+
"sectionHeader": "HlYf2W_sectionHeader",
|
|
1014
|
+
"fade": "HlYf2W_fade"
|
|
1015
1015
|
};
|
|
1016
1016
|
//#endregion
|
|
1017
1017
|
//#region src/client/WorkspaceBrowser.tsx
|