@workflow-code/cli 0.1.4-20260821001 → 0.1.4-20260824001

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.
@@ -3226,7 +3226,7 @@ var desktop = {
3226
3226
  settings: "Settings",
3227
3227
  dirtyFilesCount: "{{count}} unsaved files",
3228
3228
  changesSaved: "Changes saved",
3229
- loadingProjectFiles: "Loading project files",
3229
+ loadingProjectFiles: "Loading workspace files",
3230
3230
  loadingProject: "Loading project",
3231
3231
  loginRequired: "Remote features require signing in to an account.",
3232
3232
  serverConnectionFailed: "Cannot connect to the Workflow Server. Check the server URL.",
@@ -3309,13 +3309,20 @@ var desktop = {
3309
3309
  filesLoadedIntoEditor: "{{count}} files loaded into the editor",
3310
3310
  filesWrittenBack: "{{count}} files written back to {{name}}",
3311
3311
  filterByProjectType: "Filter by project type",
3312
+ filterByWorkspaceType: "Filter by workspace type",
3312
3313
  filterProjectsPlaceholder: "Filter projects...",
3314
+ filterWorkspacesPlaceholder: "Filter workspaces...",
3315
+ folderActions: "Folder actions",
3316
+ folderActionsWithName: "{{name}} folder actions",
3317
+ folderOpeningDetail: "Loading folder files and workspace state.",
3318
+ folderOpeningTitle: "Opening folder",
3319
+ folderWorkspaceType: "Folder",
3313
3320
  hideExplorer: "Hide explorer",
3314
3321
  hideHomeSidebar: "Hide home sidebar",
3315
- homeProjectMode: "Home project mode",
3322
+ homeProjectMode: "Home workspace mode",
3316
3323
  homeSidebar: "Home sidebar",
3317
3324
  importLocal: "Import local",
3318
- importLocalFolder: "Import local folder",
3325
+ importLocalFolder: "Open folder",
3319
3326
  importLocalFolderUploadTitle: "Select a local workflow folder and upload it as a server draft",
3320
3327
  importWorkflowFolderToStart: "Import a local workflow folder to start editing",
3321
3328
  inspector: "Inspector",
@@ -3332,6 +3339,7 @@ var desktop = {
3332
3339
  localMode: "Local mode",
3333
3340
  localProjectCountWithMode: "{{count}} local projects \xB7 {{mode}}",
3334
3341
  localRunCount: "{{count}} local runs",
3342
+ localWorkspaces: "Local workspaces",
3335
3343
  localRunRecordsLabel: "Local run records",
3336
3344
  localSaved: "Saved locally",
3337
3345
  localizationNoPermission: "{{action}} (no permission)",
@@ -3359,6 +3367,8 @@ var desktop = {
3359
3367
  noLocalRunRecords: "No local run records yet. They will appear here after you run a workflow.",
3360
3368
  noMatchingProjects: "No matching projects",
3361
3369
  noMatchingProjectsDescription: "Adjust the search term or project type, or use \u201CReset\u201D above to restore all projects.",
3370
+ noMatchingWorkspaces: "No matching workspaces",
3371
+ noMatchingWorkspacesDescription: "Adjust the search term or workspace type, or use \u201CReset\u201D above to restore all workspaces.",
3362
3372
  noMatchingServerVersion: "No matching server versions",
3363
3373
  noOutput: "No output yet",
3364
3374
  noOutputDescription: "Results will appear here after saving, publishing, or running",
@@ -3406,6 +3416,11 @@ var desktop = {
3406
3416
  projectToolbar: "Project toolbar",
3407
3417
  projects: "Projects",
3408
3418
  projectsTitleWithCount: "Projects \xB7 {{count}}",
3419
+ workspaceCount: "{{count}} workspaces",
3420
+ workspaceCountWithTotal: "{{count}} / {{total}} workspaces",
3421
+ workspaceFilterSort: "Workspace filter and sort",
3422
+ workspaceSortAriaLabel: "Workspace sort order",
3423
+ workspaceToolbar: "Workspace toolbar",
3409
3424
  publish: "Publish",
3410
3425
  publishComplete: "Publish complete",
3411
3426
  publishServerDraft: "Publish server draft",
@@ -3456,6 +3471,8 @@ var desktop = {
3456
3471
  saving: "Saving",
3457
3472
  searchProject: "Search projects",
3458
3473
  searchProjectPlaceholder: "Search project name or ID",
3474
+ searchWorkspace: "Search workspaces",
3475
+ searchWorkspacePlaceholder: "Search workspace name or path",
3459
3476
  searchServerVersionPlaceholder: "Search server versions...",
3460
3477
  selectLocalWorkflowToStartEditing: "Select a local workflow to start editing.",
3461
3478
  serverBuildUpdated: "Server build updated",
@@ -3608,6 +3625,26 @@ var desktop = {
3608
3625
  projectNamePlaceholder: "Project name",
3609
3626
  projectType: "Project type",
3610
3627
  projectUuid: "Project UUID",
3628
+ assistantLinkedProjects: "Developer assistant links",
3629
+ manageAssistantLinks: "Manage links",
3630
+ assistantLinksDialogTitle: "Linked workspaces",
3631
+ assistantLinksDialogDescription: "Manage local projects and folders that the developer assistant can update together.",
3632
+ assistantLinksDirectCount: "{{count}} direct",
3633
+ assistantLinksRecursiveCount: "{{count}} recursively accessible",
3634
+ assistantLinksWarningCount: "{{count}} unavailable",
3635
+ assistantAutomaticLinks: "Automatic links",
3636
+ assistantManualLinks: "Manual links",
3637
+ assistantLinkSearchPlaceholder: "Search local projects and folders",
3638
+ assistantNoAutomaticLinks: "No automatically linked projects",
3639
+ assistantNoManualCandidates: "No local projects or folders available to link",
3640
+ assistantLinkUnavailable: "Unavailable",
3641
+ assistantLinkAutomatic: "Automatic",
3642
+ assistantLinksLoading: "Loading linked projects...",
3643
+ assistantLinkWarningNotImported: "{{project}} is not imported",
3644
+ assistantLinkWarningPathUnavailable: "{{project}} has an unavailable directory",
3645
+ assistantLinkWarningNotEditable: "{{project}} is not editable",
3646
+ assistantLinkWarningManifestInvalid: "{{project}} has an invalid automatic link declaration",
3647
+ assistantLinkWarningFolderNotRegistered: "{{folder}} is not registered or is unavailable",
3611
3648
  publishNewVersion: "Publish new version",
3612
3649
  releaseExecutionTargets: "Release targets",
3613
3650
  releaseExecutionTargetsDescription: "Choose Server execution and local execution on this device for the immutable version.",
@@ -3772,19 +3809,21 @@ var desktop = {
3772
3809
  localData: "Local data",
3773
3810
  localKVData: "Local KV data",
3774
3811
  localKnowledgeBase: "Local knowledge base",
3775
- localProjectOnlyTerminal: "Only local projects can open a terminal.",
3812
+ localProjectOnlyTerminal: "Only local workspaces can open a terminal.",
3776
3813
  newConversation: "New conversation",
3777
3814
  newWorkflow: "New workflow",
3778
3815
  noArgs: "No arguments",
3779
- noAvailableProject: "No available project",
3816
+ noAvailableProject: "No available workspace",
3780
3817
  noAvailableTerminal: "No available terminal",
3781
- noFilesElectronDescription: "Select a project or import a local folder to view the source code.",
3818
+ noFilesElectronDescription: "Select a project or open a folder to view its files.",
3782
3819
  noFilesTitle: "No files",
3783
3820
  noFilesWebDescription: "After importing a local workflow, it is uploaded as a server draft and the source is available here as a read-only preview.",
3784
3821
  noMatchingFilesDescription: "Try a different file name.",
3785
3822
  noMatchingFilesTitle: "No matching files",
3786
3823
  noRunHistoryTitle: "No run history",
3787
- noTerminalLocation: "The current project has no terminal location to open.",
3824
+ noTerminalLocation: "The current workspace has no terminal location to open.",
3825
+ noLocalWorkspaces: "No local workspaces",
3826
+ noLocalWorkspacesDescription: "Create a Workflow project or open any folder to start working.",
3788
3827
  notEditable: "{{label}}, not editable",
3789
3828
  openingServerTerminal: "Opening server terminal: {{id}}",
3790
3829
  openingTerminal: "Opening terminal: {{path}}",
@@ -3792,10 +3831,10 @@ var desktop = {
3792
3831
  pageNumber: "Page {{page}}",
3793
3832
  pixelsCount: "{{value}} pixels",
3794
3833
  adjustTerminalHeight: "Adjust terminal height",
3795
- projectFiles: "Project files",
3834
+ projectFiles: "Workspace files",
3796
3835
  projectKVAriaLabel: "Project KV data",
3797
3836
  projectKnowledgeAriaLabel: "Project knowledge base",
3798
- projectTerminal: "Project terminal",
3837
+ projectTerminal: "Workspace terminal",
3799
3838
  readOnlyPreview: "Read-only preview",
3800
3839
  refreshKVData: "Refresh KV data",
3801
3840
  remoteTerminalClosed: "The remote terminal connection has been closed.",
@@ -3812,10 +3851,10 @@ var desktop = {
3812
3851
  runRecordWithEntrypointAndTime: "Run record \xB7 {{entrypoint}} \xB7 {{time}}",
3813
3852
  scopeColumn: "Scope",
3814
3853
  searchFilesPlaceholder: "Search files...",
3815
- searchProjectFiles: "Search project files",
3854
+ searchProjectFiles: "Search workspace files",
3816
3855
  selectAvailableDataSource: "Select an available project data source and try again.",
3817
3856
  selectFileFromLeft: "Select a file from the left",
3818
- selectProjectLoadFile: "Select a project and load files",
3857
+ selectProjectLoadFile: "Select a workspace and load files",
3819
3858
  showConversationHistory: "Show conversation history",
3820
3859
  showDiagnostic: "Show {{label}}",
3821
3860
  showRunHistory: "Show run history",
@@ -3939,7 +3978,7 @@ var desktop = {
3939
3978
  activityRunLabel: "Run",
3940
3979
  activitySchedulesDescription: "Manage background scheduled runs for Workflow entrypoints",
3941
3980
  activitySchedulesLabel: "Schedules",
3942
- activityTerminalDescription: "Open the project terminal",
3981
+ activityTerminalDescription: "Open the workspace terminal",
3943
3982
  activityTerminalLabel: "Terminal",
3944
3983
  desktopNoLongerClonesToServer: "Desktop no longer clones to the server. Use Publish to host the current local project.",
3945
3984
  desktopOnlyClonesLocal: "Desktop only clones local projects.",
@@ -4064,8 +4103,8 @@ var desktop = {
4064
4103
  serverPreparationFailed: "Server preparation failed",
4065
4104
  serverPreparingProject: "Server is preparing the project",
4066
4105
  serverProjectAccessDenied: "Your account cannot access this cloud project.",
4067
- unrecognizedProjectDescription: "The selected folder is not a valid Workflow Code project. Make sure the project root contains a valid package.json and an index.ts or index.html matching the project type.",
4068
- unrecognizedProjectTitle: "Unrecognized project",
4106
+ unrecognizedProjectDescription: "The selected directory could not be opened as a local workspace. If it declares a Workflow Code project, check that package.json and the matching entry file are complete, and confirm that the directory still exists and is accessible.",
4107
+ unrecognizedProjectTitle: "Unable to open folder",
4069
4108
  unsavedChangesBeforeRefresh: "There are unsaved changes. Save or discard them before refreshing.",
4070
4109
  unsavedChangesDescription: "{{count}} files are not saved yet. Save them before {{action}}?",
4071
4110
  unsavedChangesDetail: "Choose 'Save and continue' to save current content first, or 'Cancel' to stay on the current content.",
@@ -4352,28 +4391,28 @@ var desktop = {
4352
4391
  activityItemAriaLabel: "{{label}}: {{description}}",
4353
4392
  assistantBusyAria: "Developer assistant: preparing",
4354
4393
  assistantConversationUnavailable: "The developer assistant does not provide a usable conversation workspace.",
4355
- assistantDesktopOnly: "The developer assistant only supports local projects in Desktop.",
4356
- assistantHideAria: "Developer assistant: hide the project development conversation",
4394
+ assistantDesktopOnly: "The developer assistant only supports local workspaces in Desktop.",
4395
+ assistantHideAria: "Developer assistant: hide the workspace development conversation",
4357
4396
  assistantHideTitle: "Hide the developer assistant",
4358
4397
  assistantInstallFailed: "Failed to install the developer assistant. Please retry.",
4359
- assistantLocalOnly: "The developer assistant only supports local regular projects.",
4360
- assistantOpenAria: "Developer assistant: open the project development conversation",
4398
+ assistantLocalOnly: "The developer assistant only supports local editable projects and folders.",
4399
+ assistantOpenAria: "Developer assistant: open the workspace development conversation",
4361
4400
  assistantOpenTitle: "Open the developer assistant",
4362
4401
  assistantPreparingDetail: "Checking built-in dependencies and loading the conversation workspace.",
4363
4402
  assistantPreparingTitle: "Preparing the developer assistant",
4364
- assistantRegistrationPending: "The developer assistant was installed, but its local project registration is not ready yet. Please retry.",
4403
+ assistantRegistrationPending: "The developer assistant was installed, but its local workspace registration is not ready yet. Please retry.",
4365
4404
  assistantStructureReadFailed: "Unable to read the developer assistant conversation structure.",
4366
- assistantTargetOpenFailed: "Unable to open the local project corresponding to the developer assistant.",
4405
+ assistantTargetOpenFailed: "Unable to open the local workspace corresponding to the developer assistant.",
4367
4406
  builtinDownloadingAssistant: "Downloading developer assistant resources{{progress}}.",
4368
4407
  builtinDownloadingOpenCode: "Downloading OpenCode dependencies{{progress}}.",
4369
4408
  builtinInstallingAssistant: "Installing and registering the developer assistant{{progress}}.",
4370
4409
  builtinInstallingOpenCode: "Installing OpenCode dependencies{{progress}}.",
4371
4410
  builtinProgress: " {{percent}}%",
4372
4411
  connectingServer: "Connecting to Workflow Server...",
4373
- conversationNotFoundRecovered: "The corresponding conversation was not found. The project is open; trying to locate the run record.",
4374
- developerAssistantDescription: "Based on OpenCode, create or maintain the current Workflow Code project. It only modifies the current project directory and can remember stable preferences and project decisions on demand.",
4412
+ conversationNotFoundRecovered: "The corresponding conversation was not found. The workspace is open; trying to locate the run record.",
4413
+ developerAssistantDescription: "Based on OpenCode, create or maintain code and documents across the current workspace root and authorized linked roots, and remember stable preferences and workspace decisions on demand.",
4375
4414
  developerAssistantLabel: "Developer assistant",
4376
- developerAssistantSubtitle: "Project-level development assistant",
4415
+ developerAssistantSubtitle: "Workspace development assistant",
4377
4416
  diagramDiagnosticLabel: "Flowchart diagnostics",
4378
4417
  discardKnowledgeConfirm: "Discard and continue",
4379
4418
  discardKnowledgeDescription: "The current knowledge base document has unsaved changes. These changes will be discarded after {{action}}.",
@@ -4386,18 +4425,27 @@ var desktop = {
4386
4425
  knowledgeBaseLabel: "Knowledge base",
4387
4426
  kvDataLabel: "KV data",
4388
4427
  leaveWorkspaceConfirm: "Confirm leave",
4389
- leaveWorkspaceDescription: "The current project has unsaved local files. After leaving, return to the project to continue saving, or discard the changes manually.",
4428
+ leaveWorkspaceDescription: "The current workspace has unsaved local files. After leaving, return to the workspace to continue saving, or discard the changes manually.",
4390
4429
  leaveWorkspaceTitle: "Leave the current workspace?",
4391
4430
  loadingLabelFallback: "Loading {{label}}",
4392
4431
  openDesktopSettings: "Open Desktop settings",
4432
+ openFolder: "Open folder",
4433
+ openFolderActionsMenuWithName: "Open {{name}} folder actions",
4434
+ openFolderWithName: "Open folder {{name}}",
4393
4435
  projectInfoLocalDescription: "Edit project information and preview the README. Saving writes back to the local package.json and syncs a bound cloud app.",
4394
4436
  projectInfoTitle: "Project info",
4395
4437
  projectReadmeMissing: "No README.md was found in the project root.",
4396
4438
  projectReadmeTitle: "README preview",
4397
4439
  projectOpeningDetail: "Loading project files and workspace state.",
4398
4440
  projectOpeningTitle: "Opening project",
4399
- projectWorkspaceAria: "Project workspace",
4441
+ projectWorkspaceAria: "Workspace",
4442
+ removeFolderDescription: "Remove {{name}} from Desktop? Files on disk will not be deleted, and linked references can recover when the folder is opened again.",
4443
+ removeFolderRegistration: "Remove folder",
4444
+ removeFolderTitle: "Remove folder?",
4400
4445
  runLogsLabel: "Run logs",
4446
+ selectWorkspaceToStartEditing: "Select a workspace to start editing",
4447
+ showFolderInFileManager: "Show in file manager",
4448
+ workspaceActions: "Workspace actions",
4401
4449
  selectProjectToEditInfo: "Select a project to edit its info.",
4402
4450
  settingsAria: "Settings: open Desktop settings",
4403
4451
  workspaceRailAria: "Workspace views",
@@ -7522,7 +7570,7 @@ var desktop2 = {
7522
7570
  settings: "\u8BBE\u7F6E",
7523
7571
  dirtyFilesCount: "{{count}} \u4E2A\u6587\u4EF6\u672A\u4FDD\u5B58",
7524
7572
  changesSaved: "\u66F4\u6539\u5DF2\u4FDD\u5B58",
7525
- loadingProjectFiles: "\u6B63\u5728\u52A0\u8F7D\u9879\u76EE\u6587\u4EF6",
7573
+ loadingProjectFiles: "\u6B63\u5728\u52A0\u8F7D\u5DE5\u4F5C\u533A\u6587\u4EF6",
7526
7574
  loadingProject: "\u6B63\u5728\u52A0\u8F7D\u9879\u76EE",
7527
7575
  loginRequired: "\u8FDC\u7A0B\u529F\u80FD\u9700\u8981\u767B\u5F55\u8D26\u53F7\u540E\u624D\u80FD\u4F7F\u7528\u3002",
7528
7576
  serverConnectionFailed: "\u65E0\u6CD5\u8FDE\u63A5 Workflow Server\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668 URL\u3002",
@@ -7605,13 +7653,20 @@ var desktop2 = {
7605
7653
  filesLoadedIntoEditor: "{{count}} \u4E2A\u6587\u4EF6\u5DF2\u8F7D\u5165\u7F16\u8F91\u5668",
7606
7654
  filesWrittenBack: "{{count}} \u4E2A\u6587\u4EF6\u5DF2\u5199\u56DE {{name}}",
7607
7655
  filterByProjectType: "\u6309\u9879\u76EE\u7C7B\u578B\u7B5B\u9009",
7656
+ filterByWorkspaceType: "\u6309\u5DE5\u4F5C\u533A\u7C7B\u578B\u7B5B\u9009",
7608
7657
  filterProjectsPlaceholder: "\u8FC7\u6EE4\u9879\u76EE...",
7658
+ filterWorkspacesPlaceholder: "\u8FC7\u6EE4\u5DE5\u4F5C\u533A...",
7659
+ folderActions: "\u6587\u4EF6\u5939\u64CD\u4F5C",
7660
+ folderActionsWithName: "{{name}} \u6587\u4EF6\u5939\u64CD\u4F5C",
7661
+ folderOpeningDetail: "\u6B63\u5728\u52A0\u8F7D\u6587\u4EF6\u5939\u5185\u5BB9\u548C\u5DE5\u4F5C\u533A\u72B6\u6001\u3002",
7662
+ folderOpeningTitle: "\u6B63\u5728\u6253\u5F00\u6587\u4EF6\u5939",
7663
+ folderWorkspaceType: "\u666E\u901A\u6587\u4EF6\u5939",
7609
7664
  hideExplorer: "\u9690\u85CF\u8D44\u6E90\u7BA1\u7406\u5668",
7610
7665
  hideHomeSidebar: "\u9690\u85CF\u9996\u9875\u4FA7\u8FB9\u680F",
7611
- homeProjectMode: "\u9996\u9875\u9879\u76EE\u6A21\u5F0F",
7666
+ homeProjectMode: "\u9996\u9875\u5DE5\u4F5C\u533A\u6A21\u5F0F",
7612
7667
  homeSidebar: "\u9996\u9875\u4FA7\u8FB9\u680F",
7613
7668
  importLocal: "\u5BFC\u5165\u672C\u5730",
7614
- importLocalFolder: "\u5BFC\u5165\u672C\u5730\u6587\u4EF6\u5939",
7669
+ importLocalFolder: "\u6253\u5F00\u6587\u4EF6\u5939",
7615
7670
  importLocalFolderUploadTitle: "\u9009\u62E9\u672C\u5730 workflow \u6587\u4EF6\u5939\u5E76\u4E0A\u4F20\u4E3A\u670D\u52A1\u5668\u8349\u7A3F",
7616
7671
  importWorkflowFolderToStart: "\u5BFC\u5165\u672C\u5730\u5DE5\u4F5C\u6D41\u6587\u4EF6\u5939\u5F00\u59CB\u7F16\u8F91",
7617
7672
  inspector: "\u68C0\u67E5\u5668",
@@ -7628,6 +7683,7 @@ var desktop2 = {
7628
7683
  localMode: "\u672C\u5730\u6A21\u5F0F",
7629
7684
  localProjectCountWithMode: "{{count}} \u4E2A\u672C\u5730\u9879\u76EE \xB7 {{mode}}",
7630
7685
  localRunCount: "{{count}} \u6761\u672C\u5730\u8BB0\u5F55",
7686
+ localWorkspaces: "\u672C\u5730\u5DE5\u4F5C\u533A",
7631
7687
  localRunRecordsLabel: "\u672C\u5730\u8FD0\u884C\u8BB0\u5F55",
7632
7688
  localSaved: "\u672C\u5730\u5DF2\u4FDD\u5B58",
7633
7689
  localizationNoPermission: "{{action}}\uFF08\u65E0\u6743\u9650\uFF09",
@@ -7655,6 +7711,8 @@ var desktop2 = {
7655
7711
  noLocalRunRecords: "\u8FD8\u6CA1\u6709\u672C\u5730\u8FD0\u884C\u8BB0\u5F55\u3002\u8FD0\u884C workflow \u540E\u4F1A\u51FA\u73B0\u5728\u8FD9\u91CC\u3002",
7656
7712
  noMatchingProjects: "\u65E0\u5339\u914D\u9879\u76EE",
7657
7713
  noMatchingProjectsDescription: "\u8C03\u6574\u641C\u7D22\u8BCD\u6216\u9879\u76EE\u7C7B\u578B\uFF0C\u6216\u4F7F\u7528\u4E0A\u65B9\u201C\u91CD\u7F6E\u201D\u6062\u590D\u5168\u90E8\u9879\u76EE\u3002",
7714
+ noMatchingWorkspaces: "\u65E0\u5339\u914D\u5DE5\u4F5C\u533A",
7715
+ noMatchingWorkspacesDescription: "\u8C03\u6574\u641C\u7D22\u8BCD\u6216\u5DE5\u4F5C\u533A\u7C7B\u578B\uFF0C\u6216\u4F7F\u7528\u4E0A\u65B9\u201C\u91CD\u7F6E\u201D\u6062\u590D\u5168\u90E8\u5DE5\u4F5C\u533A\u3002",
7658
7716
  noMatchingServerVersion: "\u6CA1\u6709\u5339\u914D\u7684\u670D\u52A1\u5668\u7248\u672C",
7659
7717
  noOutput: "\u6682\u65E0\u8F93\u51FA",
7660
7718
  noOutputDescription: "\u4FDD\u5B58\u3001\u53D1\u5E03\u6216\u8FD0\u884C\u540E\uFF0C\u8FD9\u91CC\u5C55\u793A\u7ED3\u679C",
@@ -7702,6 +7760,11 @@ var desktop2 = {
7702
7760
  projectToolbar: "\u9879\u76EE\u5DE5\u5177\u680F",
7703
7761
  projects: "\u9879\u76EE",
7704
7762
  projectsTitleWithCount: "\u9879\u76EE \xB7 {{count}}",
7763
+ workspaceCount: "{{count}} \u4E2A\u5DE5\u4F5C\u533A",
7764
+ workspaceCountWithTotal: "{{count}} / {{total}} \u4E2A\u5DE5\u4F5C\u533A",
7765
+ workspaceFilterSort: "\u5DE5\u4F5C\u533A\u7B5B\u9009\u4E0E\u6392\u5E8F",
7766
+ workspaceSortAriaLabel: "\u5DE5\u4F5C\u533A\u6392\u5E8F\u65B9\u5F0F",
7767
+ workspaceToolbar: "\u5DE5\u4F5C\u533A\u5DE5\u5177\u680F",
7705
7768
  publish: "\u53D1\u5E03",
7706
7769
  publishComplete: "\u53D1\u5E03\u5B8C\u6210",
7707
7770
  publishServerDraft: "\u53D1\u5E03\u670D\u52A1\u5668\u8349\u7A3F",
@@ -7752,6 +7815,8 @@ var desktop2 = {
7752
7815
  saving: "\u6B63\u5728\u4FDD\u5B58...",
7753
7816
  searchProject: "\u641C\u7D22\u9879\u76EE",
7754
7817
  searchProjectPlaceholder: "\u641C\u7D22\u9879\u76EE\u540D\u79F0\u6216 ID",
7818
+ searchWorkspace: "\u641C\u7D22\u5DE5\u4F5C\u533A",
7819
+ searchWorkspacePlaceholder: "\u641C\u7D22\u5DE5\u4F5C\u533A\u540D\u79F0\u6216\u8DEF\u5F84",
7755
7820
  searchServerVersionPlaceholder: "\u641C\u7D22\u670D\u52A1\u5668\u7248\u672C...",
7756
7821
  selectLocalWorkflowToStartEditing: "\u9009\u62E9\u4E00\u4E2A\u672C\u5730 workflow \u5F00\u59CB\u7F16\u8F91\u3002",
7757
7822
  serverBuildUpdated: "\u670D\u52A1\u5668\u6784\u5EFA\u5DF2\u66F4\u65B0",
@@ -7904,6 +7969,26 @@ var desktop2 = {
7904
7969
  projectNamePlaceholder: "\u9879\u76EE\u540D\u79F0",
7905
7970
  projectType: "\u9879\u76EE\u7C7B\u578B",
7906
7971
  projectUuid: "\u9879\u76EE UUID",
7972
+ assistantLinkedProjects: "\u5C0F\u52A9\u624B\u5173\u8054\u9879\u76EE",
7973
+ manageAssistantLinks: "\u7BA1\u7406\u5173\u8054",
7974
+ assistantLinksDialogTitle: "\u5173\u8054\u5DE5\u4F5C\u533A",
7975
+ assistantLinksDialogDescription: "\u7BA1\u7406\u5C0F\u52A9\u624B\u53EF\u4EE5\u8054\u52A8\u4FEE\u6539\u7684\u672C\u5730\u9879\u76EE\u548C\u666E\u901A\u6587\u4EF6\u5939\u3002",
7976
+ assistantLinksDirectCount: "{{count}} \u4E2A\u76F4\u63A5\u5173\u8054",
7977
+ assistantLinksRecursiveCount: "{{count}} \u4E2A\u9012\u5F52\u53EF\u8BBF\u95EE",
7978
+ assistantLinksWarningCount: "{{count}} \u4E2A\u5931\u6548\u9879",
7979
+ assistantAutomaticLinks: "\u81EA\u52A8\u5173\u8054",
7980
+ assistantManualLinks: "\u624B\u52A8\u5173\u8054",
7981
+ assistantLinkSearchPlaceholder: "\u641C\u7D22\u672C\u5730\u9879\u76EE\u548C\u666E\u901A\u6587\u4EF6\u5939",
7982
+ assistantNoAutomaticLinks: "\u6CA1\u6709\u81EA\u52A8\u5173\u8054\u9879\u76EE",
7983
+ assistantNoManualCandidates: "\u6CA1\u6709\u53EF\u5173\u8054\u7684\u672C\u5730\u9879\u76EE\u6216\u666E\u901A\u6587\u4EF6\u5939",
7984
+ assistantLinkUnavailable: "\u4E0D\u53EF\u7528",
7985
+ assistantLinkAutomatic: "\u81EA\u52A8",
7986
+ assistantLinksLoading: "\u6B63\u5728\u8BFB\u53D6\u5173\u8054\u9879\u76EE...",
7987
+ assistantLinkWarningNotImported: "{{project}} \u672A\u5BFC\u5165",
7988
+ assistantLinkWarningPathUnavailable: "{{project}} \u7684\u76EE\u5F55\u4E0D\u53EF\u7528",
7989
+ assistantLinkWarningNotEditable: "{{project}} \u4E0D\u53EF\u7F16\u8F91",
7990
+ assistantLinkWarningManifestInvalid: "{{project}} \u7684\u81EA\u52A8\u5173\u8054\u58F0\u660E\u65E0\u6548",
7991
+ assistantLinkWarningFolderNotRegistered: "{{folder}} \u672A\u6CE8\u518C\u6216\u5F53\u524D\u4E0D\u53EF\u7528",
7907
7992
  publishNewVersion: "\u53D1\u5E03\u65B0\u7248\u672C",
7908
7993
  releaseExecutionTargets: "\u53D1\u884C\u76EE\u6807",
7909
7994
  releaseExecutionTargetsDescription: "\u9009\u62E9\u6B64\u4E0D\u53EF\u53D8\u7248\u672C\u7684 Server \u6267\u884C\u4E0E\u5F53\u524D\u8BBE\u5907\u672C\u5730\u8FD0\u884C\u80FD\u529B\u3002",
@@ -8068,19 +8153,21 @@ var desktop2 = {
8068
8153
  localData: "\u672C\u5730\u6570\u636E",
8069
8154
  localKVData: "\u672C\u5730 KV \u6570\u636E",
8070
8155
  localKnowledgeBase: "\u672C\u5730\u77E5\u8BC6\u5E93",
8071
- localProjectOnlyTerminal: "\u4EC5\u672C\u5730\u9879\u76EE\u53EF\u4EE5\u6253\u5F00\u7EC8\u7AEF\u3002",
8156
+ localProjectOnlyTerminal: "\u4EC5\u672C\u5730\u5DE5\u4F5C\u533A\u53EF\u4EE5\u6253\u5F00\u7EC8\u7AEF\u3002",
8072
8157
  newConversation: "\u65B0\u5BF9\u8BDD",
8073
8158
  newWorkflow: "\u65B0 workflow",
8074
8159
  noArgs: "\u65E0\u53C2\u6570",
8075
- noAvailableProject: "\u65E0\u53EF\u7528\u9879\u76EE",
8160
+ noAvailableProject: "\u65E0\u53EF\u7528\u5DE5\u4F5C\u533A",
8076
8161
  noAvailableTerminal: "\u65E0\u53EF\u7528\u7EC8\u7AEF",
8077
- noFilesElectronDescription: "\u9009\u62E9\u9879\u76EE\u6216\u5BFC\u5165\u672C\u5730\u6587\u4EF6\u5939\u540E\u67E5\u770B\u6E90\u7801\u3002",
8162
+ noFilesElectronDescription: "\u9009\u62E9\u9879\u76EE\u6216\u6253\u5F00\u6587\u4EF6\u5939\u540E\u67E5\u770B\u5176\u4E2D\u7684\u6587\u4EF6\u3002",
8078
8163
  noFilesTitle: "\u6682\u65E0\u6587\u4EF6",
8079
8164
  noFilesWebDescription: "\u5BFC\u5165\u672C\u5730 workflow \u540E\u4F1A\u4E0A\u4F20\u4E3A\u670D\u52A1\u5668\u8349\u7A3F\uFF0C\u5E76\u5728\u8FD9\u91CC\u53EA\u8BFB\u9884\u89C8\u6E90\u7801\u3002",
8080
8165
  noMatchingFilesDescription: "\u6362\u4E00\u4E2A\u6587\u4EF6\u540D\u8BD5\u8BD5\u3002",
8081
8166
  noMatchingFilesTitle: "\u6CA1\u6709\u5339\u914D\u6587\u4EF6",
8082
8167
  noRunHistoryTitle: "\u6682\u65E0\u8FD0\u884C\u5386\u53F2",
8083
- noTerminalLocation: "\u5F53\u524D\u9879\u76EE\u6CA1\u6709\u53EF\u6253\u5F00\u7684\u7EC8\u7AEF\u4F4D\u7F6E\u3002",
8168
+ noTerminalLocation: "\u5F53\u524D\u5DE5\u4F5C\u533A\u6CA1\u6709\u53EF\u6253\u5F00\u7684\u7EC8\u7AEF\u4F4D\u7F6E\u3002",
8169
+ noLocalWorkspaces: "\u6682\u65E0\u672C\u5730\u5DE5\u4F5C\u533A",
8170
+ noLocalWorkspacesDescription: "\u65B0\u5EFA Workflow \u9879\u76EE\u6216\u6253\u5F00\u4EFB\u610F\u6587\u4EF6\u5939\u5373\u53EF\u5F00\u59CB\u5DE5\u4F5C\u3002",
8084
8171
  notEditable: "{{label}}\uFF0C\u4E0D\u53EF\u7F16\u8F91",
8085
8172
  openingServerTerminal: "\u6253\u5F00\u670D\u52A1\u5668\u7EC8\u7AEF: {{id}}",
8086
8173
  openingTerminal: "\u6253\u5F00\u7EC8\u7AEF: {{path}}",
@@ -8088,10 +8175,10 @@ var desktop2 = {
8088
8175
  pageNumber: "\u7B2C {{page}} \u9875",
8089
8176
  pixelsCount: "{{value}} \u50CF\u7D20",
8090
8177
  adjustTerminalHeight: "\u8C03\u6574\u7EC8\u7AEF\u9AD8\u5EA6",
8091
- projectFiles: "\u9879\u76EE\u6587\u4EF6",
8178
+ projectFiles: "\u5DE5\u4F5C\u533A\u6587\u4EF6",
8092
8179
  projectKVAriaLabel: "\u9879\u76EE KV \u6570\u636E",
8093
8180
  projectKnowledgeAriaLabel: "\u9879\u76EE\u77E5\u8BC6\u5E93",
8094
- projectTerminal: "\u9879\u76EE\u7EC8\u7AEF",
8181
+ projectTerminal: "\u5DE5\u4F5C\u533A\u7EC8\u7AEF",
8095
8182
  readOnlyPreview: "\u53EA\u8BFB\u9884\u89C8",
8096
8183
  refreshKVData: "\u5237\u65B0 KV \u6570\u636E",
8097
8184
  remoteTerminalClosed: "\u8FDC\u7A0B\u7EC8\u7AEF\u8FDE\u63A5\u5DF2\u5173\u95ED\u3002",
@@ -8108,10 +8195,10 @@ var desktop2 = {
8108
8195
  runRecordWithEntrypointAndTime: "\u8FD0\u884C\u8BB0\u5F55 \xB7 {{entrypoint}} \xB7 {{time}}",
8109
8196
  scopeColumn: "\u4F5C\u7528\u57DF",
8110
8197
  searchFilesPlaceholder: "\u67E5\u627E\u6587\u4EF6...",
8111
- searchProjectFiles: "\u67E5\u627E\u9879\u76EE\u6587\u4EF6",
8198
+ searchProjectFiles: "\u67E5\u627E\u5DE5\u4F5C\u533A\u6587\u4EF6",
8112
8199
  selectAvailableDataSource: "\u8BF7\u9009\u62E9\u53EF\u7528\u7684\u9879\u76EE\u6570\u636E\u6E90\u540E\u91CD\u8BD5\u3002",
8113
8200
  selectFileFromLeft: "\u4ECE\u5DE6\u4FA7\u9009\u62E9\u6587\u4EF6",
8114
- selectProjectLoadFile: "\u9009\u62E9\u9879\u76EE\u5E76\u52A0\u8F7D\u6587\u4EF6",
8201
+ selectProjectLoadFile: "\u9009\u62E9\u5DE5\u4F5C\u533A\u5E76\u52A0\u8F7D\u6587\u4EF6",
8115
8202
  showConversationHistory: "\u663E\u793A\u5BF9\u8BDD\u5386\u53F2",
8116
8203
  showDiagnostic: "\u663E\u793A{{label}}",
8117
8204
  showRunHistory: "\u663E\u793A\u5386\u53F2\u6267\u884C",
@@ -8235,7 +8322,7 @@ var desktop2 = {
8235
8322
  activityRunLabel: "\u8FD0\u884C",
8236
8323
  activitySchedulesDescription: "\u7BA1\u7406 Workflow entrypoint \u7684\u540E\u53F0\u5B9A\u65F6\u8FD0\u884C",
8237
8324
  activitySchedulesLabel: "\u5B9A\u65F6",
8238
- activityTerminalDescription: "\u6253\u5F00\u9879\u76EE\u7EC8\u7AEF",
8325
+ activityTerminalDescription: "\u6253\u5F00\u5DE5\u4F5C\u533A\u7EC8\u7AEF",
8239
8326
  activityTerminalLabel: "\u7EC8\u7AEF",
8240
8327
  desktopNoLongerClonesToServer: "Desktop \u4E0D\u518D\u514B\u9686\u5230\u670D\u52A1\u5668\uFF0C\u8BF7\u4F7F\u7528 Publish \u6258\u7BA1\u5F53\u524D\u672C\u5730\u9879\u76EE\u3002",
8241
8328
  desktopOnlyClonesLocal: "Desktop \u53EA\u514B\u9686\u672C\u5730\u9879\u76EE\u3002",
@@ -8360,8 +8447,8 @@ var desktop2 = {
8360
8447
  serverPreparationFailed: "\u670D\u52A1\u5668\u51C6\u5907\u5931\u8D25",
8361
8448
  serverPreparingProject: "\u670D\u52A1\u5668\u6B63\u5728\u51C6\u5907\u9879\u76EE",
8362
8449
  serverProjectAccessDenied: "\u5F53\u524D\u8D26\u53F7\u65E0\u6CD5\u8BBF\u95EE\u8BE5\u4E91\u7AEF\u9879\u76EE\u3002",
8363
- unrecognizedProjectDescription: "\u6240\u9009\u6587\u4EF6\u5939\u4E0D\u662F\u6709\u6548\u7684 Workflow Code \u9879\u76EE\u3002\u8BF7\u786E\u8BA4\u9879\u76EE\u6839\u76EE\u5F55\u5305\u542B\u6709\u6548\u7684 package.json\uFF0C\u4EE5\u53CA\u4E0E\u9879\u76EE\u7C7B\u578B\u5339\u914D\u7684 index.ts \u6216 index.html\u3002",
8364
- unrecognizedProjectTitle: "\u65E0\u6CD5\u8BC6\u522B\u9879\u76EE",
8450
+ unrecognizedProjectDescription: "\u6240\u9009\u76EE\u5F55\u65E0\u6CD5\u4F5C\u4E3A\u672C\u5730\u5DE5\u4F5C\u533A\u6253\u5F00\u3002\u5982\u679C\u76EE\u5F55\u58F0\u660E\u4E3A Workflow Code \u9879\u76EE\uFF0C\u8BF7\u68C0\u67E5 package.json \u548C\u5BF9\u5E94\u5165\u53E3\u6587\u4EF6\u662F\u5426\u5B8C\u6574\uFF0C\u5E76\u786E\u8BA4\u76EE\u5F55\u4ECD\u7136\u5B58\u5728\u4E14\u53EF\u8BBF\u95EE\u3002",
8451
+ unrecognizedProjectTitle: "\u65E0\u6CD5\u6253\u5F00\u6587\u4EF6\u5939",
8365
8452
  unsavedChangesBeforeRefresh: "\u5F53\u524D\u6709\u672A\u4FDD\u5B58\u7684\u66F4\u6539\uFF0C\u8BF7\u5148\u4FDD\u5B58\u6216\u653E\u5F03\u66F4\u6539\u540E\u518D\u5237\u65B0\u3002",
8366
8453
  unsavedChangesDescription: "\u5F53\u524D\u6709 {{count}} \u4E2A\u6587\u4EF6\u5C1A\u672A\u4FDD\u5B58\u3002\u662F\u5426\u5148\u4FDD\u5B58\u518D{{action}}\uFF1F",
8367
8454
  unsavedChangesDetail: "\u9009\u62E9\u201C\u4FDD\u5B58\u5E76\u7EE7\u7EED\u201D\u4F1A\u5148\u4FDD\u5B58\u5F53\u524D\u5185\u5BB9\uFF0C\u9009\u62E9\u201C\u53D6\u6D88\u201D\u4F1A\u505C\u7559\u5728\u5F53\u524D\u5185\u5BB9\u3002",
@@ -8648,28 +8735,28 @@ var desktop2 = {
8648
8735
  activityItemAriaLabel: "{{label}}\uFF1A{{description}}",
8649
8736
  assistantBusyAria: "\u5C0F\u52A9\u624B\uFF1A\u6B63\u5728\u51C6\u5907",
8650
8737
  assistantConversationUnavailable: "\u5C0F\u52A9\u624B\u6CA1\u6709\u63D0\u4F9B\u53EF\u7528\u7684 conversation \u5DE5\u4F5C\u533A\u3002",
8651
- assistantDesktopOnly: "\u5C0F\u52A9\u624B\u4EC5\u652F\u6301 Desktop \u7684\u672C\u5730\u9879\u76EE\u3002",
8652
- assistantHideAria: "\u5C0F\u52A9\u624B\uFF1A\u9690\u85CF\u9879\u76EE\u5F00\u53D1\u5BF9\u8BDD",
8738
+ assistantDesktopOnly: "\u5C0F\u52A9\u624B\u4EC5\u652F\u6301 Desktop \u7684\u672C\u5730\u5DE5\u4F5C\u533A\u3002",
8739
+ assistantHideAria: "\u5C0F\u52A9\u624B\uFF1A\u9690\u85CF\u5DE5\u4F5C\u533A\u5F00\u53D1\u5BF9\u8BDD",
8653
8740
  assistantHideTitle: "\u9690\u85CF\u5C0F\u52A9\u624B",
8654
8741
  assistantInstallFailed: "\u5C0F\u52A9\u624B\u5B89\u88C5\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u3002",
8655
- assistantLocalOnly: "\u5C0F\u52A9\u624B\u4EC5\u652F\u6301\u672C\u5730\u666E\u901A\u9879\u76EE\u3002",
8656
- assistantOpenAria: "\u5C0F\u52A9\u624B\uFF1A\u6253\u5F00\u9879\u76EE\u5F00\u53D1\u5BF9\u8BDD",
8742
+ assistantLocalOnly: "\u5C0F\u52A9\u624B\u4EC5\u652F\u6301\u672C\u5730\u53EF\u7F16\u8F91\u9879\u76EE\u548C\u666E\u901A\u6587\u4EF6\u5939\u3002",
8743
+ assistantOpenAria: "\u5C0F\u52A9\u624B\uFF1A\u6253\u5F00\u5DE5\u4F5C\u533A\u5F00\u53D1\u5BF9\u8BDD",
8657
8744
  assistantOpenTitle: "\u6253\u5F00\u5C0F\u52A9\u624B",
8658
8745
  assistantPreparingDetail: "\u6B63\u5728\u68C0\u67E5\u5185\u7F6E\u4F9D\u8D56\u5E76\u52A0\u8F7D\u5BF9\u8BDD\u5DE5\u4F5C\u533A\u3002",
8659
8746
  assistantPreparingTitle: "\u6B63\u5728\u51C6\u5907\u5C0F\u52A9\u624B",
8660
- assistantRegistrationPending: "\u5C0F\u52A9\u624B\u5B89\u88C5\u5B8C\u6210\uFF0C\u4F46\u672C\u5730\u9879\u76EE\u6CE8\u518C\u5C1A\u672A\u5C31\u7EEA\uFF0C\u8BF7\u91CD\u8BD5\u3002",
8747
+ assistantRegistrationPending: "\u5C0F\u52A9\u624B\u5B89\u88C5\u5B8C\u6210\uFF0C\u4F46\u672C\u5730\u5DE5\u4F5C\u533A\u6CE8\u518C\u5C1A\u672A\u5C31\u7EEA\uFF0C\u8BF7\u91CD\u8BD5\u3002",
8661
8748
  assistantStructureReadFailed: "\u65E0\u6CD5\u8BFB\u53D6\u5C0F\u52A9\u624B\u5BF9\u8BDD\u7ED3\u6784\u3002",
8662
- assistantTargetOpenFailed: "\u65E0\u6CD5\u6253\u5F00\u5C0F\u52A9\u624B\u5BF9\u5E94\u7684\u672C\u5730\u9879\u76EE\u3002",
8749
+ assistantTargetOpenFailed: "\u65E0\u6CD5\u6253\u5F00\u5C0F\u52A9\u624B\u5BF9\u5E94\u7684\u672C\u5730\u5DE5\u4F5C\u533A\u3002",
8663
8750
  builtinDownloadingAssistant: "\u6B63\u5728\u4E0B\u8F7D\u5C0F\u52A9\u624B\u8D44\u6E90{{progress}}\u3002",
8664
8751
  builtinDownloadingOpenCode: "\u6B63\u5728\u4E0B\u8F7D OpenCode \u4F9D\u8D56{{progress}}\u3002",
8665
8752
  builtinInstallingAssistant: "\u6B63\u5728\u5B89\u88C5\u5E76\u6CE8\u518C\u5C0F\u52A9\u624B{{progress}}\u3002",
8666
8753
  builtinInstallingOpenCode: "\u6B63\u5728\u5B89\u88C5 OpenCode \u4F9D\u8D56{{progress}}\u3002",
8667
8754
  builtinProgress: "\uFF0C{{percent}}%",
8668
8755
  connectingServer: "\u6B63\u5728\u8FDE\u63A5 Workflow Server...",
8669
- conversationNotFoundRecovered: "\u672A\u627E\u5230\u5BF9\u5E94\u4F1A\u8BDD\uFF0C\u5DF2\u6253\u5F00\u9879\u76EE\u5E76\u5C1D\u8BD5\u5B9A\u4F4D\u8FD0\u884C\u8BB0\u5F55\u3002",
8670
- developerAssistantDescription: "\u57FA\u4E8E OpenCode \u521B\u5EFA\u6216\u7EF4\u62A4\u5F53\u524D Workflow Code \u9879\u76EE\uFF0C\u53EA\u4FEE\u6539\u5F53\u524D\u9879\u76EE\u76EE\u5F55\uFF0C\u5E76\u53EF\u6309\u9700\u8BB0\u4F4F\u7A33\u5B9A\u7684\u504F\u597D\u4E0E\u9879\u76EE\u51B3\u7B56\u3002",
8756
+ conversationNotFoundRecovered: "\u672A\u627E\u5230\u5BF9\u5E94\u4F1A\u8BDD\uFF0C\u5DF2\u6253\u5F00\u5DE5\u4F5C\u533A\u5E76\u5C1D\u8BD5\u5B9A\u4F4D\u8FD0\u884C\u8BB0\u5F55\u3002",
8757
+ developerAssistantDescription: "\u57FA\u4E8E OpenCode \u5728\u5F53\u524D\u5DE5\u4F5C\u533A\u6839\u76EE\u5F55\u53CA\u5DF2\u6388\u6743\u5173\u8054\u6839\u76EE\u5F55\u4E2D\u7EF4\u62A4\u4EE3\u7801\u548C\u6587\u6863\uFF0C\u5E76\u6309\u9700\u8BB0\u4F4F\u7A33\u5B9A\u504F\u597D\u4E0E\u5DE5\u4F5C\u533A\u51B3\u7B56\u3002",
8671
8758
  developerAssistantLabel: "\u5C0F\u52A9\u624B",
8672
- developerAssistantSubtitle: "\u9879\u76EE\u7EA7\u5F00\u53D1\u52A9\u624B",
8759
+ developerAssistantSubtitle: "\u5DE5\u4F5C\u533A\u5F00\u53D1\u52A9\u624B",
8673
8760
  diagramDiagnosticLabel: "\u6D41\u7A0B\u56FE\u8BCA\u65AD",
8674
8761
  discardKnowledgeConfirm: "\u653E\u5F03\u5E76\u7EE7\u7EED",
8675
8762
  discardKnowledgeDescription: "\u5F53\u524D\u77E5\u8BC6\u5E93\u6587\u6863\u6709\u672A\u4FDD\u5B58\u7684\u4FEE\u6539\u3002{{action}}\u540E\u8FD9\u4E9B\u4FEE\u6539\u5C06\u88AB\u4E22\u5F03\u3002",
@@ -8682,18 +8769,27 @@ var desktop2 = {
8682
8769
  knowledgeBaseLabel: "\u77E5\u8BC6\u5E93",
8683
8770
  kvDataLabel: "KV \u6570\u636E",
8684
8771
  leaveWorkspaceConfirm: "\u786E\u8BA4\u79BB\u5F00",
8685
- leaveWorkspaceDescription: "\u5F53\u524D\u9879\u76EE\u6709\u672A\u4FDD\u5B58\u7684\u672C\u5730\u6587\u4EF6\u3002\u79BB\u5F00\u540E\u8BF7\u8FD4\u56DE\u9879\u76EE\u7EE7\u7EED\u4FDD\u5B58\u6216\u624B\u52A8\u653E\u5F03\u66F4\u6539\u3002",
8772
+ leaveWorkspaceDescription: "\u5F53\u524D\u5DE5\u4F5C\u533A\u6709\u672A\u4FDD\u5B58\u7684\u672C\u5730\u6587\u4EF6\u3002\u79BB\u5F00\u540E\u8BF7\u8FD4\u56DE\u5DE5\u4F5C\u533A\u7EE7\u7EED\u4FDD\u5B58\u6216\u624B\u52A8\u653E\u5F03\u66F4\u6539\u3002",
8686
8773
  leaveWorkspaceTitle: "\u79BB\u5F00\u5F53\u524D\u5DE5\u4F5C\u533A\uFF1F",
8687
8774
  loadingLabelFallback: "\u6B63\u5728\u52A0\u8F7D{{label}}",
8688
8775
  openDesktopSettings: "\u6253\u5F00 Desktop \u8BBE\u7F6E",
8776
+ openFolder: "\u6253\u5F00\u6587\u4EF6\u5939",
8777
+ openFolderActionsMenuWithName: "\u6253\u5F00 {{name}} \u6587\u4EF6\u5939\u64CD\u4F5C\u83DC\u5355",
8778
+ openFolderWithName: "\u6253\u5F00\u6587\u4EF6\u5939 {{name}}",
8689
8779
  projectInfoLocalDescription: "\u7F16\u8F91\u9879\u76EE\u4FE1\u606F\u5E76\u9884\u89C8 README\uFF1B\u4FDD\u5B58\u540E\u5199\u56DE\u672C\u5730 package.json\uFF0C\u5E76\u540C\u6B65\u5DF2\u7ED1\u5B9A\u7684\u4E91\u7AEF\u5E94\u7528\u3002",
8690
8780
  projectInfoTitle: "\u9879\u76EE\u4FE1\u606F",
8691
8781
  projectReadmeMissing: "\u9879\u76EE\u6839\u76EE\u5F55\u4E2D\u6CA1\u6709 README.md\u3002",
8692
8782
  projectReadmeTitle: "README \u9884\u89C8",
8693
8783
  projectOpeningDetail: "\u6B63\u5728\u52A0\u8F7D\u9879\u76EE\u6587\u4EF6\u548C\u5DE5\u4F5C\u533A\u72B6\u6001\u3002",
8694
8784
  projectOpeningTitle: "\u6B63\u5728\u6253\u5F00\u9879\u76EE",
8695
- projectWorkspaceAria: "\u9879\u76EE\u5DE5\u4F5C\u533A",
8785
+ projectWorkspaceAria: "\u5DE5\u4F5C\u533A",
8786
+ removeFolderDescription: "\u4ECE Desktop \u4E2D\u79FB\u9664 {{name}}\uFF1F\u78C1\u76D8\u6587\u4EF6\u4E0D\u4F1A\u88AB\u5220\u9664\uFF0C\u91CD\u65B0\u6253\u5F00\u8BE5\u6587\u4EF6\u5939\u540E\u53EF\u6062\u590D\u539F\u6709\u5173\u8054\u3002",
8787
+ removeFolderRegistration: "\u79FB\u9664\u6587\u4EF6\u5939",
8788
+ removeFolderTitle: "\u79FB\u9664\u6587\u4EF6\u5939\uFF1F",
8696
8789
  runLogsLabel: "\u8FD0\u884C\u65E5\u5FD7",
8790
+ selectWorkspaceToStartEditing: "\u9009\u62E9\u5DE5\u4F5C\u533A\u5F00\u59CB\u7F16\u8F91",
8791
+ showFolderInFileManager: "\u5728\u6587\u4EF6\u7BA1\u7406\u5668\u4E2D\u663E\u793A",
8792
+ workspaceActions: "\u5DE5\u4F5C\u533A\u64CD\u4F5C",
8697
8793
  selectProjectToEditInfo: "\u8BF7\u9009\u62E9\u4E00\u4E2A\u9879\u76EE\u540E\u7F16\u8F91\u4FE1\u606F\u3002",
8698
8794
  settingsAria: "\u8BBE\u7F6E\uFF1A\u6253\u5F00 Desktop \u8BBE\u7F6E",
8699
8795
  workspaceRailAria: "\u5DE5\u4F5C\u533A\u89C6\u56FE",
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  i18n,
4
4
  prepareCliInvocation,
5
5
  translateWorkflowCodeError
6
- } from "./chunk-LZ6SH7S3.js";
6
+ } from "./chunk-2KD6CDRU.js";
7
7
 
8
8
  // src/index.ts
9
9
  import path from "path";
@@ -12,7 +12,7 @@ async function main(argv = process.argv.slice(2)) {
12
12
  const prepared = prepareCliInvocation(argv);
13
13
  argv = prepared.argv;
14
14
  if (argv[0] === "workspace") {
15
- const workspaceCli = await import("./workspace-L67SKOPW.js");
15
+ const workspaceCli = await import("./workspace-LJM3BJSD.js");
16
16
  await workspaceCli.main(argv.slice(1), { localeInitialized: true });
17
17
  return typeof process.exitCode === "number" ? process.exitCode : 0;
18
18
  }
@@ -23,7 +23,7 @@ async function main(argv = process.argv.slice(2)) {
23
23
  }
24
24
  const { register } = await import("tsx/esm/api");
25
25
  register();
26
- const localCli = await import("./local-MPY5EGDA.js");
26
+ const localCli = await import("./local-IBRGKF3N.js");
27
27
  return localCli.main(argv, { localeInitialized: true });
28
28
  }
29
29
  function formatHelp() {
@@ -3,7 +3,7 @@ import {
3
3
  i18n,
4
4
  prepareCliInvocation,
5
5
  translateWorkflowCodeError
6
- } from "./chunk-LZ6SH7S3.js";
6
+ } from "./chunk-2KD6CDRU.js";
7
7
 
8
8
  // src/local.ts
9
9
  import path from "path";
@@ -6,7 +6,7 @@ import {
6
6
  i18n,
7
7
  prepareCliInvocation,
8
8
  translateWorkflowCodeError
9
- } from "./chunk-LZ6SH7S3.js";
9
+ } from "./chunk-2KD6CDRU.js";
10
10
 
11
11
  // node_modules/.pnpm/ignore@7.0.6/node_modules/ignore/index.js
12
12
  var require_ignore = __commonJS({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow-code/cli",
3
- "version": "0.1.4-20260821001",
3
+ "version": "0.1.4-20260824001",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "workflow-code": "./dist/index.js"
@@ -18,7 +18,7 @@
18
18
  "tsx": "^4.21.0"
19
19
  },
20
20
  "peerDependencies": {
21
- "workflow-code": "0.1.4-20260821001"
21
+ "workflow-code": "0.1.4-20260824001"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^25.6.0",
@@ -27,12 +27,12 @@
27
27
  "tsup": "^8.5.1",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.7",
30
- "workflow-code": "0.1.4-20260821001",
30
+ "workflow-code": "0.1.4-20260824001",
31
31
  "@workflow-code/auth-config": "0.1.0",
32
- "@workflow-code/execution-targets": "0.1.0",
33
- "@workflow-code/i18n": "0.1.0",
34
32
  "@workflow-code/project-upload": "0.1.0",
35
- "@workflow-code/workflow-ids": "0.1.0"
33
+ "@workflow-code/workflow-ids": "0.1.0",
34
+ "@workflow-code/i18n": "0.1.0",
35
+ "@workflow-code/execution-targets": "0.1.0"
36
36
  },
37
37
  "scripts": {
38
38
  "bootstrap": "node scripts/bootstrap.mjs",