@tutti-os/agent-gui 0.0.14 → 0.0.15

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.
Files changed (64) hide show
  1. package/dist/agent-conversation/index.d.ts +1 -1
  2. package/dist/agent-conversation/index.js +4 -4
  3. package/dist/agent-message-center/index.d.ts +1 -1
  4. package/dist/agent-message-center/index.js +4 -4
  5. package/dist/agentFileMentionExtension-CM1c9bqk.d.ts +86 -0
  6. package/dist/app/renderer/agentactivity.css +33 -9
  7. package/dist/{chunk-WME2V26J.js → chunk-2CA4NPP3.js} +15 -33
  8. package/dist/chunk-2CA4NPP3.js.map +1 -0
  9. package/dist/{chunk-ZO3SZCIX.js → chunk-7CBJJNX6.js} +5 -2
  10. package/dist/chunk-7CBJJNX6.js.map +1 -0
  11. package/dist/{chunk-ASAZDEQE.js → chunk-EK5RDKG7.js} +54 -14
  12. package/dist/chunk-EK5RDKG7.js.map +1 -0
  13. package/dist/{chunk-GZHQPPK2.js → chunk-H4HT3FE6.js} +113 -36
  14. package/dist/chunk-H4HT3FE6.js.map +1 -0
  15. package/dist/{chunk-YXSO4ITT.js → chunk-HIREVEZM.js} +1 -1
  16. package/dist/chunk-HIREVEZM.js.map +1 -0
  17. package/dist/{chunk-VDNMTW2E.js → chunk-IXIGWLQY.js} +1 -1
  18. package/dist/chunk-IXIGWLQY.js.map +1 -0
  19. package/dist/{chunk-FSTZDNRM.js → chunk-KJPMZ7G5.js} +243 -167
  20. package/dist/chunk-KJPMZ7G5.js.map +1 -0
  21. package/dist/{chunk-GEXHKJK5.js → chunk-MUZMBEFO.js} +35 -17
  22. package/dist/chunk-MUZMBEFO.js.map +1 -0
  23. package/dist/{chunk-HSXDSFKB.js → chunk-OFGXNXYT.js} +2 -2
  24. package/dist/{chunk-3YZX5EUC.js → chunk-SVOGXWFJ.js} +53 -17
  25. package/dist/{chunk-3YZX5EUC.js.map → chunk-SVOGXWFJ.js.map} +1 -1
  26. package/dist/{chunk-MU2LODEV.js → chunk-U4F3COKL.js} +160 -10
  27. package/dist/chunk-U4F3COKL.js.map +1 -0
  28. package/dist/{chunk-KEKPOVQD.js → chunk-XHQGCP7A.js} +2 -2
  29. package/dist/{chunk-RLPVFX7V.js → chunk-YKDFQADM.js} +36 -7
  30. package/dist/chunk-YKDFQADM.js.map +1 -0
  31. package/dist/context-mention-palette/index.d.ts +8 -68
  32. package/dist/context-mention-palette/index.js +6 -6
  33. package/dist/context-mention-provider.d.ts +6 -1
  34. package/dist/context-mention-provider.js +1 -1
  35. package/dist/i18n/index.d.ts +239 -163
  36. package/dist/i18n/index.js +1 -1
  37. package/dist/index.d.ts +35 -2
  38. package/dist/index.js +1481 -997
  39. package/dist/index.js.map +1 -1
  40. package/dist/workbench/contribution.d.ts +7 -1
  41. package/dist/workbench/contribution.js +6 -4
  42. package/dist/workbench/index.d.ts +4 -2
  43. package/dist/workbench/index.js +6 -4
  44. package/dist/workbench/launch.d.ts +2 -0
  45. package/dist/workbench/launch.js +2 -2
  46. package/dist/workbench/state.d.ts +3 -2
  47. package/dist/workbench/state.js +1 -1
  48. package/dist/workbench/types.d.ts +3 -0
  49. package/dist/workbench/types.js +1 -1
  50. package/dist/workspace-agent-generated-files.js +2 -2
  51. package/dist/{workspaceLinkActions-BlLN8Pvz.d.ts → workspaceLinkActions-Mjktl_Be.d.ts} +3 -0
  52. package/package.json +15 -13
  53. package/dist/chunk-ASAZDEQE.js.map +0 -1
  54. package/dist/chunk-FSTZDNRM.js.map +0 -1
  55. package/dist/chunk-GEXHKJK5.js.map +0 -1
  56. package/dist/chunk-GZHQPPK2.js.map +0 -1
  57. package/dist/chunk-MU2LODEV.js.map +0 -1
  58. package/dist/chunk-RLPVFX7V.js.map +0 -1
  59. package/dist/chunk-VDNMTW2E.js.map +0 -1
  60. package/dist/chunk-WME2V26J.js.map +0 -1
  61. package/dist/chunk-YXSO4ITT.js.map +0 -1
  62. package/dist/chunk-ZO3SZCIX.js.map +0 -1
  63. /package/dist/{chunk-HSXDSFKB.js.map → chunk-OFGXNXYT.js.map} +0 -0
  64. /package/dist/{chunk-KEKPOVQD.js.map → chunk-XHQGCP7A.js.map} +0 -0
@@ -200,8 +200,8 @@ var en = {
200
200
  terminals_other: "{{count}} terminals",
201
201
  agents_one: "{{count}} agent",
202
202
  agents_other: "{{count}} agents",
203
- tasks_one: "{{count}} issue",
204
- tasks_other: "{{count}} issues"
203
+ tasks_one: "{{count}} task",
204
+ tasks_other: "{{count}} tasks"
205
205
  },
206
206
  appHeader: {
207
207
  togglePrimarySidebar: "Toggle Primary Sidebar",
@@ -400,8 +400,8 @@ var en = {
400
400
  installAction: "Install",
401
401
  comingSoonAction: "Coming soon",
402
402
  installedAction: "Installed",
403
- issueTitle: "Issue",
404
- issueDescription: "Create, assign, run, and review room issues with agents",
403
+ issueTitle: "Tasks",
404
+ issueDescription: "Create, assign, run, and review room tasks with agents",
405
405
  vibeDesignTitle: "Vibe design",
406
406
  vibeDesignDescription: "Draft product screens, interaction states, and visual directions",
407
407
  vibeVideoTitle: "Video creating",
@@ -450,7 +450,7 @@ var en = {
450
450
  workspaceCenterSearchAria: "Open room search",
451
451
  workspaceCenterSearchTitle: "Search nodes, partitions, and notes in this room",
452
452
  agentGui: {
453
- initialPlaceholder: "Type @ to reference sessions, files, issues, and apps",
453
+ initialPlaceholder: "Type @ to reference sessions, files, tasks, and apps",
454
454
  followupPlaceholder: "Request follow-up changes from {{provider}}",
455
455
  installRequiredPlaceholder: "Install {{provider}} from the dock to send messages",
456
456
  collaboratorSessionReadOnlyPlaceholder: "This session belongs to another user and cannot be replied to directly",
@@ -461,15 +461,19 @@ var en = {
461
461
  inheritedUnavailable: "Inherited / unavailable",
462
462
  reasoningLabel: "Reasoning",
463
463
  reasoningDegreeLabel: "Reasoning level",
464
+ reasoningOptionDefault: "Default",
464
465
  reasoningOptionMinimal: "Minimal",
465
466
  reasoningOptionLow: "Low",
466
467
  reasoningOptionMedium: "Medium",
467
468
  reasoningOptionHigh: "High",
468
469
  reasoningOptionXHigh: "X-High",
470
+ reasoningOptionMax: "Max",
469
471
  speedLabel: "Speed",
470
472
  speedSelectionLabel: "Speed",
471
473
  speedOptionStandard: "Standard",
474
+ speedOptionStandardDescription: "Standard speed",
472
475
  speedOptionFast: "Fast",
476
+ speedOptionFastDescription: "1.5x speed, increased usage",
473
477
  permissionModeReadOnly: "Ask for approval",
474
478
  permissionModeAuto: "Approve for me",
475
479
  permissionModeFullAccess: "Full access",
@@ -559,6 +563,8 @@ var en = {
559
563
  }
560
564
  }
561
565
  },
566
+ modelContextWindowSuffix: "context window",
567
+ modelTooltipVersionLabel: "Version",
562
568
  modelDescriptions: {
563
569
  frontierComplexCoding: "Frontier model for complex coding, research, and real-world work",
564
570
  everydayCoding: "Strong model for everyday coding",
@@ -593,7 +599,8 @@ var en = {
593
599
  slashStatusContextUnavailable: "Context usage unavailable",
594
600
  slashStatusLimitsUnavailable: "Rate limits unavailable from this agent",
595
601
  usageChipLabel: "Context {{percent}}%",
596
- usagePopoverTitle: "Usage",
602
+ usagePopoverTitle: "Plan usage",
603
+ usageContextWindowLabel: "Context window",
597
604
  usageTokensLabel: "Tokens",
598
605
  usageLimitsLabel: "Limits",
599
606
  usageCompactAction: "Compact",
@@ -638,8 +645,8 @@ var en = {
638
645
  prompt: "Let the Agent know where to read files, run commands, and understand code."
639
646
  },
640
647
  useIssue: {
641
- label: "Use Issues well",
642
- prompt: "Put requirements, constraints, and acceptance criteria in an Issue so the Agent can work toward a clear target."
648
+ label: "Use Tasks well",
649
+ prompt: "Put requirements, constraints, and acceptance criteria in a Task so the Agent can work toward a clear target."
643
650
  },
644
651
  mapCurrentState: {
645
652
  label: "Map the current state",
@@ -690,7 +697,7 @@ var en = {
690
697
  batchRunnerAgent: "Agent",
691
698
  batchRunnerCase: "Case",
692
699
  batchRunnerStatus: "Status",
693
- batchRunnerIssues: "Issues",
700
+ batchRunnerIssues: "Tasks",
694
701
  batchRunnerSession: "Session",
695
702
  batchRunnerSessionEmpty: "Select a case with a session to inspect its timeline.",
696
703
  batchRunnerSessionLoading: "Loading",
@@ -708,7 +715,7 @@ var en = {
708
715
  batchRunnerStatus_error: "Error",
709
716
  batchRunnerProgress: "Progress",
710
717
  batchRunnerTotalCases: "{{count}} cases",
711
- batchRunnerIssueCases: "{{count}} issues",
718
+ batchRunnerIssueCases: "{{count}} tasks",
712
719
  batchRunnerSearchPlaceholder: "Search cases",
713
720
  batchRunnerAllStatuses: "All statuses",
714
721
  batchRunnerActions: "Actions",
@@ -732,13 +739,13 @@ var en = {
732
739
  contextPickerBrowseAppHint: "Type to search apps",
733
740
  contextPickerBrowseSessionHint: "Type to search agent sessions that I started",
734
741
  contextPickerBrowseCollabHint: "Type to search teammate and agent sessions",
735
- contextPickerBrowseIssueHint: "Type to search issues in the current room",
742
+ contextPickerBrowseIssueHint: "Type to search tasks in the current room",
736
743
  workspaceAppFactoryMentionFallback: "Create app",
737
744
  contextPickerExpandMore: "Show {{count}} more",
738
745
  contextPickerCategoryFileDescription: "Search Files and folders",
739
746
  contextPickerCategorySessionDescription: "Find agent sessions that I started",
740
747
  contextPickerCategoryCollabDescription: "Browse sessions between teammates and agents",
741
- contextPickerCategoryTaskDescription: "Find issues in the current room",
748
+ contextPickerCategoryTaskDescription: "Find tasks in the current room",
742
749
  searchPlaceholder: "Search sessions",
743
750
  sectionPinned: "Pinned",
744
751
  sectionConversations: "Chats",
@@ -855,6 +862,18 @@ var en = {
855
862
  slashPaletteSkillsGroup: "Skills",
856
863
  browserUseCapabilityLabel: "Browser",
857
864
  browserUseCapabilityDescription: "Let the agent use a browser.",
865
+ browserUseCapabilityDescriptionAutoConnect: "Current mode: reuse your signed-in Chrome.",
866
+ browserUseCapabilityDescriptionIsolated: "Current mode: use an isolated browser.",
867
+ browserUseCapabilitySettingsLabel: "Browser settings",
868
+ browserUseCapabilitySettingsDescription: "Configure the browser the agent can use.",
869
+ capabilityInlineSettingsLabel: "Settings",
870
+ computerUseCapabilityLabel: "Computer",
871
+ computerUseCapabilityDescription: "Let the agent control the macOS desktop.",
872
+ computerUseCapabilitySetupRequiredDescription: "Not installed. Press Enter to open setup.",
873
+ computerUseCapabilityAuthorizationRequiredDescription: "Authorization required. Press Enter to open setup.",
874
+ computerUseCapabilityAuthorizationUnknownDescription: "Authorization status unknown. Press Enter to open setup.",
875
+ computerUseCapabilitySettingsLabel: "Computer use setup",
876
+ computerUseCapabilitySettingsDescription: "Install, remove, or grant computer access.",
858
877
  fileMentionPalette: "Files",
859
878
  fileMentionLoading: "Searching...",
860
879
  fileMentionEmpty: "Search workspace files based on your input",
@@ -863,22 +882,40 @@ var en = {
863
882
  addReference: "Add reference",
864
883
  referenceWorkspaceFiles: "Reference workspace files",
865
884
  referencePicker: {
885
+ clearFilter: "Clear filter",
866
886
  confirm: "Use selected references",
867
887
  emptyDirectory: "This folder is empty.",
888
+ emptyPreview: "Select a file to see details",
868
889
  emptySearch: "No matching files or folders.",
890
+ fileTypeAll: "All types",
891
+ fileTypeDocument: "Documents",
892
+ fileTypeImage: "Images",
893
+ fileTypeOther: "Other",
894
+ fileTypeSeparator: ", ",
895
+ fileTypeVideo: "Videos",
896
+ fileTypeWebpage: "Web pages",
897
+ loadMore: "Load more",
898
+ loadMoreGroups: "Load more",
869
899
  loading: "Loading...",
870
900
  previewBinary: "This file looks like binary content.",
871
901
  previewDecodeFailed: "This file couldn't be decoded as UTF-8 text.",
872
902
  previewError: "Couldn't load a preview.",
873
903
  previewFileTooLarge: "This file is larger than {{maxSize}}.",
874
904
  previewFolder: "Folder preview is not available.",
905
+ previewHierarchy: "Location",
875
906
  previewLoading: "Loading preview...",
907
+ previewModified: "Produced at",
908
+ previewSize: "Size",
909
+ previewSource: "Source",
876
910
  previewTextTooLarge: "This text file is larger than {{maxSize}}.",
911
+ previewTooLarge: "This file is too large to preview.",
877
912
  previewUnavailable: "Preview is not available in this workspace.",
878
913
  previewUnsupported: "This file type can't be previewed here.",
879
914
  searchPlaceholder: "Search files and folders",
915
+ selectGroupHint: "Select a folder on the left",
880
916
  selectedCount: "{{count}} selected",
881
- title: "Pick workspace references"
917
+ title: "Pick workspace references",
918
+ workspaceRootGroup: "Workspace"
882
919
  },
883
920
  projectLocked: "Project cannot be changed after the session starts",
884
921
  projectMissingDescription: "This conversation's working directory no longer exists",
@@ -889,11 +926,11 @@ var en = {
889
926
  mentionFilterApp: "Apps",
890
927
  mentionFilterSession: "Sessions",
891
928
  mentionFilterCollab: "Collaboration",
892
- mentionFilterIssue: "Issue",
929
+ mentionFilterIssue: "Tasks",
893
930
  mentionKindApp: "App",
894
931
  mentionKindAppFactory: "App Factory",
895
932
  mentionKindFile: "File",
896
- mentionKindIssue: "Issue",
933
+ mentionKindIssue: "Task",
897
934
  mentionKindSession: "Session",
898
935
  mentionGroupFiles: "Files",
899
936
  mentionGroupOpenedFiles: "Files I opened",
@@ -901,22 +938,23 @@ var en = {
901
938
  mentionGroupApps: "Apps",
902
939
  mentionGroupMySessions: "My sessions",
903
940
  mentionGroupCollabSessions: "Collaboration sessions",
904
- mentionGroupIssues: "Issue",
941
+ mentionGroupIssues: "Tasks",
905
942
  mentionEmptyMySessions: "No sessions yet",
906
943
  mentionEmptyCollabSessions: "No collaboration sessions yet",
907
944
  mentionEmptyApps: "No apps yet",
908
- mentionEmptyIssues: "No issues yet",
945
+ mentionEmptyIssues: "No tasks yet",
909
946
  mentionEmptyDockFiles: "No open files in the dock yet. Type to search workspace files.",
910
947
  mentionEmptyAgentGeneratedFiles: "No files generated by Agent yet",
911
948
  mentionAgentGeneratedFolderBack: "Back",
912
949
  mentionAgentGeneratedFolderFileCount: "{{count}} files",
913
950
  mentionNoMatchingFiles: "No matching files",
951
+ mentionOpenReferences: "View output files",
914
952
  issueRunPrompt: {
915
953
  currentWorkingDirectoryLabel: "Current working directory",
916
954
  executionRequirementsLabel: "Execution requirements",
917
- intro: "You are handling an issue task.",
918
- issueContentLabel: "Issue content",
919
- issueTitleLabel: "Issue title",
955
+ intro: "You are handling a task.",
956
+ issueContentLabel: "Task content",
957
+ issueTitleLabel: "Task title",
920
958
  missingContent: "(No additional content)",
921
959
  noReferences: "- (No references)",
922
960
  referencesLabel: "References",
@@ -1080,7 +1118,7 @@ var en = {
1080
1118
  workspaceAgentMessageCenterOpenChat: "Open session",
1081
1119
  workspaceAgentsNoSessions: "No sessions",
1082
1120
  workspaceAgentsNoActivities: "No current activity",
1083
- workspaceAgentsUntitledTask: "Current issue",
1121
+ workspaceAgentsUntitledTask: "Current task",
1084
1122
  workspaceAgentsGenericAgentName: "Agent",
1085
1123
  workspaceAgentsSessionCount_one: "{{count}} session",
1086
1124
  workspaceAgentsSessionCount_other: "{{count}} sessions",
@@ -1150,7 +1188,7 @@ var en = {
1150
1188
  roomRenameLabel: "Room name",
1151
1189
  roomBack: "Back",
1152
1190
  roomExitActiveAgentTitle: "Leave this room?",
1153
- roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the issue as interrupted.",
1191
+ roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the task as interrupted.",
1154
1192
  roomExitActiveAgentConfirm: "Leave and interrupt",
1155
1193
  workspaceAgentSessionDetailToolCalls: "{{count}} tool calls completed",
1156
1194
  workspaceAgentSessionDetailThinking: "Thinking",
@@ -1215,8 +1253,8 @@ var en = {
1215
1253
  collabResult: {
1216
1254
  title: "Collaboration result",
1217
1255
  actorFallback: "Collaborator",
1218
- unread: "{{name}} marked the issue as complete. Check the latest result.",
1219
- read: "{{name}} marked the issue as complete."
1256
+ unread: "{{name}} marked the task as complete. Check the latest result.",
1257
+ read: "{{name}} marked the task as complete."
1220
1258
  },
1221
1259
  agentTool: {
1222
1260
  fallbackName: "Use tool",
@@ -1279,7 +1317,7 @@ var en = {
1279
1317
  editNotebook: "Edit notebook",
1280
1318
  updateTodos: "Update todos",
1281
1319
  delegateAgent: "Delegate agent",
1282
- currentIssue: "Current issue",
1320
+ currentIssue: "Current task",
1283
1321
  thinking: "Thinking",
1284
1322
  responding: "Responding",
1285
1323
  notification: "Notification"
@@ -1395,26 +1433,26 @@ var en = {
1395
1433
  inviteCodeGenerated: "Invite code generated",
1396
1434
  inviteRevoked: "Invite revoked",
1397
1435
  roomOpened: "Room opened",
1398
- roomOpenedIssue: "Room opened. Preparing to focus the issue.",
1436
+ roomOpenedIssue: "Room opened. Preparing to focus the task.",
1399
1437
  recognizedSharedRoomNeedInvite: "Recognized a shared room. Enter the invite code to join the canvas.",
1400
1438
  roomJoined: "Joined room",
1401
- roomJoinedIssue: "Joined room. Preparing to focus the issue.",
1439
+ roomJoinedIssue: "Joined room. Preparing to focus the task.",
1402
1440
  inviteCodeRequired: "Enter an invite code",
1403
- issueTitleRequired: "Enter an issue title first",
1404
- issueCreated: "Issue created",
1405
- issueUpdated: "Issue updated",
1406
- issueShareLinkCopied: "Issue share link copied",
1407
- issueShareFallbackRoomFull: "This room is full. Copied an issue link that only current room members can open.",
1408
- issueShareFallbackInviteFull: "Invite link capacity is full. Copied an issue link that only current room members can open.",
1441
+ issueTitleRequired: "Enter a task title first",
1442
+ issueCreated: "Task created",
1443
+ issueUpdated: "Task updated",
1444
+ issueShareLinkCopied: "Task share link copied",
1445
+ issueShareFallbackRoomFull: "This room is full. Copied a task link that only current room members can open.",
1446
+ issueShareFallbackInviteFull: "Invite link capacity is full. Copied a task link that only current room members can open.",
1409
1447
  issueWorkspaceNotReady: "The current room workspace is not ready yet. Please try again soon.",
1410
1448
  issueRunSessionUnavailable: "This run is not linked to a replayable session",
1411
- issueDetailRequiredBeforeRun: "Open the issue details before starting the run",
1449
+ issueDetailRequiredBeforeRun: "Open the task details before starting the run",
1412
1450
  issueNoAvailableAgent: "There is no available Agent right now",
1413
1451
  issueRunStarted: "Sent to {{provider}}. Adjust before running.",
1414
- issueStatusUpdated: "Issue status updated",
1415
- issueDeleteForbidden: "Only the issue creator can delete this issue",
1416
- issueNotFoundOrDeleted: "The issue does not exist or has already been deleted",
1417
- issueDeleted: "Issue deleted",
1452
+ issueStatusUpdated: "Task status updated",
1453
+ issueDeleteForbidden: "Only the task creator can delete this task",
1454
+ issueNotFoundOrDeleted: "The task does not exist or has already been deleted",
1455
+ issueDeleted: "Task deleted",
1418
1456
  issueContextAdded: "Reference files added",
1419
1457
  issueContextRemoved: "Reference file removed",
1420
1458
  issuePendingUploadAdded: "Added {{count}} pending upload file(s)",
@@ -1427,33 +1465,33 @@ var en = {
1427
1465
  visitorShareDisabled: "Guest sharing is off",
1428
1466
  visitorShareTokenUnavailable: "Guest link already exists and settings were updated. The old raw link cannot be read again.",
1429
1467
  postCreateInviteLinkCopied: "Invite link copied",
1430
- collabCompleted: "This collaboration issue is complete",
1468
+ collabCompleted: "This collaboration task is complete",
1431
1469
  githubLoginCompleted: "GitHub sign-in complete",
1432
1470
  googleLoginCompleted: "Google sign-in complete"
1433
1471
  },
1434
1472
  issue: {
1435
- sidebarEyebrow: "Issue center",
1436
- sidebarTitle: "Issues",
1437
- sidebarHint: "Everyone in the room can review issues and jump to collaboration work quickly.",
1438
- sidebarResizeAria: "Resize issue list",
1439
- create: "Create issue",
1440
- loading: "Loading issues...",
1441
- empty: "There are no issues yet. Create one to start collaborating.",
1473
+ sidebarEyebrow: "Task center",
1474
+ sidebarTitle: "Tasks",
1475
+ sidebarHint: "Everyone in the room can review tasks and jump to collaboration work quickly.",
1476
+ sidebarResizeAria: "Resize task list",
1477
+ create: "Create task",
1478
+ loading: "Loading tasks...",
1479
+ empty: "There are no tasks yet. Create one to start collaborating.",
1442
1480
  metaPriority: "Priority {{value}}",
1443
1481
  metaDue: "Due {{value}}",
1444
- stageEyebrow: "Issue flow",
1445
- stageTitle: "Use issues to connect context, execution, and outputs in one flow.",
1446
- stageDescription: "Create an issue in the room, attach Files for context, then let a collaborator run it manually with their own Agent.",
1447
- shareThisIssue: "Share this issue",
1448
- flowList: "Browse issues",
1449
- flowCreate: "Create issue",
1482
+ stageEyebrow: "Task flow",
1483
+ stageTitle: "Use tasks to connect context, execution, and outputs in one flow.",
1484
+ stageDescription: "Create a task in the room, attach Files for context, then let a collaborator run it manually with their own Agent.",
1485
+ shareThisIssue: "Share this task",
1486
+ flowList: "Browse tasks",
1487
+ flowCreate: "Create task",
1450
1488
  flowContext: "Reference Files",
1451
1489
  flowDetail: "Review details",
1452
1490
  flowRun: "Choose how to run",
1453
1491
  flowOutput: "Review outputs",
1454
1492
  currentFocusTitle: "Current focus",
1455
- currentFocusSubtle: "The selected issue is summarized here so you can move to the next step quickly.",
1456
- currentFocusEmpty: "Select an issue from the left, or create a new one to start the run flow.",
1493
+ currentFocusSubtle: "The selected task is summarized here so you can move to the next step quickly.",
1494
+ currentFocusEmpty: "Select a task from the left, or create a new one to start the run flow.",
1457
1495
  defaultDescription: "Add background, symptoms, and expected outcomes so collaborators can pick this up more easily.",
1458
1496
  metricReferences: "References",
1459
1497
  metricRunHistory: "Run history",
@@ -1461,16 +1499,16 @@ var en = {
1461
1499
  countFiles: "{{count}} file(s)",
1462
1500
  countRuns: "{{count}} run(s)",
1463
1501
  executionModeTitle: "How to run",
1464
- executionModeSubtle: "V1 uses one path: open the shared issue, then run it manually with your own Agent.",
1502
+ executionModeSubtle: "V1 uses one path: open the shared task, then run it manually with your own Agent.",
1465
1503
  executionMyAgentTag: "My Agent",
1466
1504
  executionMyAgentDescription: "Start a run directly from the detail view and write results back into Files.",
1467
1505
  executionShareTag: "Share link",
1468
- executionShareDescription: "Bring collaborators to the same issue so they can click run themselves. V1 does not auto-run for others.",
1506
+ executionShareDescription: "Bring collaborators to the same task so they can click run themselves. V1 does not auto-run for others.",
1469
1507
  outputsTitle: "Outputs",
1470
1508
  outputsSubtle: "After a run finishes, the summary, recent runs, and Files complete the loop.",
1471
1509
  outputsEmpty: "No execution outputs yet.",
1472
1510
  fileFallback: "file",
1473
- detailEyebrow: "Issue detail",
1511
+ detailEyebrow: "Task detail",
1474
1512
  collapse: "Collapse",
1475
1513
  detailLoading: "Loading details\u2026",
1476
1514
  overviewTitle: "Overview",
@@ -1482,10 +1520,10 @@ var en = {
1482
1520
  summaryReferences: "References",
1483
1521
  summaryRunHistory: "Run history",
1484
1522
  noDescription: "No description yet",
1485
- shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this issue automatically.",
1486
- shareTipRoomFull: "This room is full, so only current room members can open this issue from the link.",
1523
+ shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this task automatically.",
1524
+ shareTipRoomFull: "This room is full, so only current room members can open this task from the link.",
1487
1525
  referencesTitle: "Reference files",
1488
- referencesSubtle: "Choose context files from the Room Workspace and attach them to this issue.",
1526
+ referencesSubtle: "Choose context files from the Room Workspace and attach them to this task.",
1489
1527
  addReferences: "Reference Files",
1490
1528
  referencesEmpty: "There are no reference files yet. Add context before running.",
1491
1529
  runResultTitle: "Run result",
@@ -1511,10 +1549,10 @@ var en = {
1511
1549
  directoryViewEmpty: "There is no output directory to mirror yet.",
1512
1550
  directoryKind: "DIR",
1513
1551
  fileKind: "FILE",
1514
- createTitle: "Create issue",
1515
- createSubtle: "Describe the request so the issue is ready to run.",
1552
+ createTitle: "Create task",
1553
+ createSubtle: "Describe the request so the task is ready to run.",
1516
1554
  fieldTitle: "Title",
1517
- titlePlaceholder: "Enter an issue title",
1555
+ titlePlaceholder: "Enter a task title",
1518
1556
  fieldDescription: "Description",
1519
1557
  descriptionPlaceholder: "Add background, symptoms, impact, and the expected result",
1520
1558
  descriptionPlaceholderLegacy: "Describe the background, symptoms, and expected result.",
@@ -1526,36 +1564,36 @@ var en = {
1526
1564
  attachmentsOptional: "References (optional)",
1527
1565
  attachmentsEmpty: "No references added yet",
1528
1566
  createReferencesTitle: "Reference Files",
1529
- createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this issue.",
1567
+ createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this task.",
1530
1568
  selectReferences: "Select references",
1531
1569
  selectionNone: "No files selected",
1532
1570
  selectionCount: "{{count}} file(s) selected",
1533
1571
  selectionEmpty: "No references selected yet.",
1534
- saveIssue: "Save issue",
1572
+ saveIssue: "Save task",
1535
1573
  contextPickerCreateTitle: "Reference Files",
1536
1574
  contextPickerDetailTitle: "Add reference files",
1537
1575
  contextPickerSubtle: "Choose execution context files from the Room Workspace.",
1538
1576
  contextPickerEmpty: "No files selected yet.",
1539
1577
  completeReferences: "Finish selecting",
1540
- addToIssue: "Add to issue",
1578
+ addToIssue: "Add to task",
1541
1579
  addingToIssue: "Adding...",
1542
1580
  dueDateUnset: "Not set",
1543
1581
  runTimeJustNow: "Just now",
1544
1582
  createdJustNow: "Just created",
1545
- searchPlaceholder: "Search issues...",
1546
- sidebarEmpty: "Issues from this room will appear here",
1547
- sidebarCategoryEmpty: "There are no issues in this category",
1548
- searchEmptyTitle: "No matching issues",
1583
+ searchPlaceholder: "Search tasks...",
1584
+ sidebarEmpty: "Tasks from this room will appear here",
1585
+ sidebarCategoryEmpty: "There are no tasks in this category",
1586
+ searchEmptyTitle: "No matching tasks",
1549
1587
  searchEmptyDescription: "Try a different keyword.",
1550
- defaultEmptyTitle: "No issues yet",
1551
- defaultEmptyDescription: "Create an issue, add requirements and related files, then ask a collaborator or your own Agent to run it.",
1552
- defaultSelectTitle: "Choose an issue",
1553
- defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration issue.",
1554
- editTitle: "Edit issue",
1588
+ defaultEmptyTitle: "No tasks yet",
1589
+ defaultEmptyDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it.",
1590
+ defaultSelectTitle: "Choose a task",
1591
+ defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration task.",
1592
+ editTitle: "Edit task",
1555
1593
  uploadFile: "Upload file",
1556
1594
  uploadFolder: "Upload folder",
1557
1595
  referenceWorkspaceFiles: "Reference Files",
1558
- pendingUploadArchiveHint: "After the issue is created, this will be archived into the references folder",
1596
+ pendingUploadArchiveHint: "After the task is created, this will be archived into the references folder",
1559
1597
  latestExecutionTitle: "Latest run status",
1560
1598
  executionRecordsTitle: "Run history",
1561
1599
  viewDetails: "View details",
@@ -1565,7 +1603,7 @@ var en = {
1565
1603
  shareWithCollaboratorHint: "Share it with a collaborator so they can run it with their own Agent.",
1566
1604
  summaryTitle: "Summary",
1567
1605
  outputsTitleLegacy: "Outputs",
1568
- filePickerTitle: "Choose references to add to the issue",
1606
+ filePickerTitle: "Choose references to add to the task",
1569
1607
  searchRoomFilesPlaceholder: "Search Files...",
1570
1608
  noReferenceFiles: "No reference files available",
1571
1609
  selectReferenceRequired: "Select at least one file to reference",
@@ -1582,8 +1620,8 @@ var en = {
1582
1620
  openReference: "Open reference {{label}}",
1583
1621
  outputsEmptyCompact: "No outputs yet",
1584
1622
  openOutput: "Open output {{label}}",
1585
- scrollFiltersLeft: "Scroll issue categories left",
1586
- scrollFiltersRight: "Scroll issue categories right",
1623
+ scrollFiltersLeft: "Scroll task categories left",
1624
+ scrollFiltersRight: "Scroll task categories right",
1587
1625
  edit: "Edit",
1588
1626
  runStarting: "Starting...",
1589
1627
  runtimeUnavailable: "The current runtime is unavailable",
@@ -1593,8 +1631,8 @@ var en = {
1593
1631
  sync: "Sync",
1594
1632
  syncing: "Syncing...",
1595
1633
  filterAll: "All",
1596
- statusAriaLabel: "Issue status",
1597
- priorityAriaLabel: "Issue priority",
1634
+ statusAriaLabel: "Task status",
1635
+ priorityAriaLabel: "Task priority",
1598
1636
  metaCreator: "Creator {{value}}",
1599
1637
  metaCreatedAt: "Created {{value}}",
1600
1638
  metaDueAt: "Due {{value}}",
@@ -1623,9 +1661,9 @@ var en = {
1623
1661
  statusTabPendingAcceptance: "Pending acceptance",
1624
1662
  statusTabCompleted: "Completed",
1625
1663
  emptyContent: "No content yet",
1626
- taskCount_one: "{{count}} sub-issue",
1627
- taskCount_other: "{{count}} sub-issues",
1628
- taskCountEmpty: "No sub-issues",
1664
+ taskCount_one: "{{count}} sub-task",
1665
+ taskCount_other: "{{count}} sub-tasks",
1666
+ taskCountEmpty: "No sub-tasks",
1629
1667
  taskRunningCount: "{{count}} running",
1630
1668
  taskPendingAcceptanceCount: "{{count}} pending acceptance",
1631
1669
  taskCompletedCount: "{{count}} completed",
@@ -1642,64 +1680,64 @@ var en = {
1642
1680
  runStatusFailed: "Failed",
1643
1681
  runStatusCanceled: "Canceled",
1644
1682
  runStatusIdle: "Idle",
1645
- issueTitleRequired: "Enter an issue title",
1646
- taskTitleRequired: "Enter an issue title",
1647
- selectTaskFirst: "Select an issue first",
1648
- deleteTaskDialogTitle: "Delete issue",
1649
- deleteTaskConfirm: "Delete issue \u201C{{title}}\u201D?",
1650
- deleteIssueDialogTitle: "Delete issue",
1651
- deleteIssueConfirm: "Delete issue \u201C{{title}}\u201D?",
1652
- issueTaskUnavailable: "This issue is missing its parent issue. The action is unavailable right now.",
1683
+ issueTitleRequired: "Enter a task title",
1684
+ taskTitleRequired: "Enter a task title",
1685
+ selectTaskFirst: "Select a task first",
1686
+ deleteTaskDialogTitle: "Delete task",
1687
+ deleteTaskConfirm: "Delete task \u201C{{title}}\u201D?",
1688
+ deleteIssueDialogTitle: "Delete task",
1689
+ deleteIssueConfirm: "Delete task \u201C{{title}}\u201D?",
1690
+ issueTaskUnavailable: "This task is missing its parent task. The action is unavailable right now.",
1653
1691
  shareCopied: "Invite link copied",
1654
1692
  outputOpenUnavailable: "There is no output to open right now",
1655
1693
  sessionUnavailable: "There is no session to open right now",
1656
- editTask: "Edit issue",
1657
- createTask: "New issue",
1658
- taskEditorLead: "Add an issue title and description so execution can continue.",
1659
- taskTitlePlaceholder: "Enter an issue title",
1694
+ editTask: "Edit task",
1695
+ createTask: "New task",
1696
+ taskEditorLead: "Add a task title and description so execution can continue.",
1697
+ taskTitlePlaceholder: "Enter a task title",
1660
1698
  taskContentPlaceholder: "Add the background, goal, and acceptance criteria",
1661
- saveTask: "Save issue",
1699
+ saveTask: "Save task",
1662
1700
  cancel: "Cancel",
1663
- noTaskTitle: "No issues yet",
1664
- noTaskDescription: "Create an issue, add requirements and related files, then ask a collaborator or your own Agent to run it",
1665
- favoriteTask: "Favorite issue",
1701
+ noTaskTitle: "No tasks yet",
1702
+ noTaskDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it",
1703
+ favoriteTask: "Favorite task",
1666
1704
  creator: "Created by",
1667
1705
  createdAt: "Created at",
1668
1706
  edit: "Edit",
1669
1707
  delete: "Delete",
1670
1708
  description: "Description",
1671
- emptyTaskContent: "No issue description yet",
1672
- emptyIssueContent: "No issue description yet",
1709
+ emptyTaskContent: "No task description yet",
1710
+ emptyIssueContent: "No task description yet",
1673
1711
  references: "Reference files",
1674
1712
  emptyReferences: "No reference files yet",
1675
- editIssue: "Edit issue",
1676
- createIssue: "Add issue",
1677
- issueTitlePlaceholder: "Enter an issue title",
1678
- issueContentPlaceholder: "Add the issue goal, execution method, and acceptance criteria",
1679
- saveIssue: "Save issue",
1680
- issueSelectionHint: "Select an issue to view its details and Agent execution state.",
1713
+ editIssue: "Edit task",
1714
+ createIssue: "Add task",
1715
+ issueTitlePlaceholder: "Enter a task title",
1716
+ issueContentPlaceholder: "Add the task goal, execution method, and acceptance criteria",
1717
+ saveIssue: "Save task",
1718
+ issueSelectionHint: "Select a task to view its details and Agent execution state.",
1681
1719
  timeLabel: "Time {{value}}",
1682
1720
  updatedAtLabel: "Updated at",
1683
1721
  runNotStarted: "No execution records yet.",
1684
- issueDetailsLoading: "Loading issue details\u2026",
1722
+ issueDetailsLoading: "Loading task details\u2026",
1685
1723
  agentExecution: "Agent execution",
1686
- noIssuesTitle: "There are no issues yet",
1687
- noIssuesTaskShellDescription: "You can continue adding sub-issues around the current issue theme",
1688
- taskExecutionTitle: "Issue execution in progress",
1689
- taskExecutionDescription: "Current progress appears here. Add an issue any time you need to supplement a new direction.",
1690
- deleteIssue: "Delete issue",
1691
- searchPlaceholder: "Search issues",
1692
- refreshTasksAria: "Refresh issue list",
1693
- collapseTaskList: "Collapse issue list",
1694
- expandTaskList: "Expand issue list",
1695
- noTasksForFilterTitle: "No issues match the current filters.",
1696
- noTasksForFilterBody: "Try another filter, or create a new issue.",
1724
+ noIssuesTitle: "There are no tasks yet",
1725
+ noIssuesTaskShellDescription: "You can continue adding sub-tasks around the current task theme",
1726
+ taskExecutionTitle: "Task execution in progress",
1727
+ taskExecutionDescription: "Current progress appears here. Add a task any time you need to supplement a new direction.",
1728
+ deleteIssue: "Delete task",
1729
+ searchPlaceholder: "Search tasks",
1730
+ refreshTasksAria: "Refresh task list",
1731
+ collapseTaskList: "Collapse task list",
1732
+ expandTaskList: "Expand task list",
1733
+ noTasksForFilterTitle: "No tasks match the current filters.",
1734
+ noTasksForFilterBody: "Try another filter, or create a new task.",
1697
1735
  loadMore: "Load more",
1698
- issuesSection: "Sub-issues",
1736
+ issuesSection: "Sub-tasks",
1699
1737
  createSubtask: "Add",
1700
- createSubtaskTitle: "Add sub-issue",
1701
- editSubtask: "Edit sub-issue",
1702
- saveSubtask: "Save sub-issue",
1738
+ createSubtaskTitle: "Add sub-task",
1739
+ editSubtask: "Edit sub-task",
1740
+ saveSubtask: "Save sub-task",
1703
1741
  issueTableTitle: "Title",
1704
1742
  issueTableDescription: "Description",
1705
1743
  issueTableStatus: "Status",
@@ -1713,10 +1751,10 @@ var en = {
1713
1751
  inviteCollaborator: "Invite collaboration",
1714
1752
  askAgentToRun: "Send to Agent",
1715
1753
  moreActions: "More actions",
1716
- closeIssueDrawerAria: "Close issue details drawer",
1754
+ closeIssueDrawerAria: "Close task details drawer",
1717
1755
  runWithProvider: "Run with {{provider}}",
1718
- noIssues: "There are no sub-issues for this issue yet.",
1719
- noManualIssues: "Add a sub-issue to track follow-up work here.",
1756
+ noIssues: "There are no sub-tasks for this task yet.",
1757
+ noManualIssues: "Add a sub-task to track follow-up work here.",
1720
1758
  currentMember: "Me",
1721
1759
  closeWindowAria: "Close {{title}}"
1722
1760
  },
@@ -1875,9 +1913,9 @@ var en = {
1875
1913
  officeScenario1Title: "OPC one-person team",
1876
1914
  officeScenario1Description: "Command multiple agents from one place to power through complex work efficiently",
1877
1915
  officeScenario2Title: "Collaborative delegation",
1878
- officeScenario2Description: "Send issues to agents on a friend's machine and tackle reimbursements, filing, and other chores together\u2014with optional direct physical-terminal connections for stronger security.",
1916
+ officeScenario2Description: "Send tasks to agents on a friend's machine and tackle reimbursements, filing, and other chores together\u2014with optional direct physical-terminal connections for stronger security.",
1879
1917
  taskCenterTitle: "Collaborative delegation",
1880
- taskCenterDescription: "Start a fresh room and jump into a shared issue board to sort, assign, and track work together.",
1918
+ taskCenterDescription: "Start a fresh room and jump into a shared task board to sort, assign, and track work together.",
1881
1919
  officeScenario3Title: "Organization-wide collaboration",
1882
1920
  officeScenario3Description: "Many people and many agents collaborate in real time\u2014process and outcomes shared across the organization",
1883
1921
  sectionCollaborateSpaceTitle: "Development & delivery",
@@ -1924,11 +1962,11 @@ var en = {
1924
1962
  templateChineseChessTitle: "Chinese chess match",
1925
1963
  templateChineseChessDescription: "Deep AI strategy guidance and human-like play\u2014full human-vs-machine matchup.",
1926
1964
  collaborateDemoBuildTitle: "Daily development",
1927
- collaborateDemoBuildDescription: "A unified collaborative environment for the entire team\u2014issues and context flow naturally",
1965
+ collaborateDemoBuildDescription: "A unified collaborative environment for the entire team\u2014tasks and context flow naturally",
1928
1966
  collaborateDevAcceptanceTitle: "Automated testing & acceptance",
1929
1967
  collaborateDevAcceptanceDescription: "Automatically provisions a test environment so the room can run tests and acceptance quickly",
1930
1968
  collaborateUnifiedWorkbenchTitle: "Unified workbench",
1931
- collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute issues from one place",
1969
+ collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute tasks from one place",
1932
1970
  intentCreateTitle: "Create a New Room",
1933
1971
  intentCreateBody: "Invite partners and their AI agents to collaborate",
1934
1972
  intentLocalDirTitle: "Join an Existing Room",
@@ -1945,7 +1983,7 @@ var en = {
1945
1983
  headline: "Start from a room canvas",
1946
1984
  lead: "Spin up an isolated runtime for terminals and agents. Name your room to open the canvas, connect to an existing ID, or resume from recents.",
1947
1985
  step1: "Create a room to get an isolated runtime and sandbox directory.",
1948
- step2: "Arrange terminals, issues, and docs on the canvas; organize by partition.",
1986
+ step2: "Arrange terminals, tasks, and docs on the canvas; organize by partition.",
1949
1987
  step3: "Open the canvas to run terminals and agents in your room.",
1950
1988
  cardTitle: "Create a room",
1951
1989
  cardHint: "Pick a name you\u2019ll recognize in history and when collaborating.",
@@ -2129,7 +2167,7 @@ var en = {
2129
2167
  nodeDeleteDialog: {
2130
2168
  deleteNodes_one: "Delete {{count}} node?",
2131
2169
  deleteNodes_other: "Delete {{count}} nodes?",
2132
- deleteTask: "Delete Issue?",
2170
+ deleteTask: "Delete Task?",
2133
2171
  deleteNode: "Delete Node?",
2134
2172
  multipleDescription: "This will permanently remove {{count}} selected nodes.",
2135
2173
  taskDescriptionPrefix: "This will permanently remove",
@@ -2138,13 +2176,13 @@ var en = {
2138
2176
  workspaceContextMenu: {
2139
2177
  newTerminal: "New Terminal",
2140
2178
  newWebsite: "New Website",
2141
- newTask: "New Issue",
2179
+ newTask: "New Task",
2142
2180
  runAgent: "Run Agent",
2143
2181
  runAgentBlank: "Blank",
2144
2182
  runAgentProviderSubmenu: "Choose agent provider",
2145
- convertToTask: "Convert to Issue",
2183
+ convertToTask: "Convert to Task",
2146
2184
  clearSelection: "Clear Selection",
2147
- editSelectedTask: "Edit issue\u2026"
2185
+ editSelectedTask: "Edit task\u2026"
2148
2186
  },
2149
2187
  workspaceCanvas: {
2150
2188
  selectionHint_one: "Selected {{count}} window.",
@@ -2177,13 +2215,13 @@ var en = {
2177
2215
  closeWindowAria: "Close {{title}}",
2178
2216
  websiteWindowTitle: "Website",
2179
2217
  minimizedWindows: "Minimized windows",
2180
- nodeDockToolbarAriaLabel: "Workspace panes \u2014 quick add Files, terminal, browser, issue, or agent; click focuses an open window or creates one if none exists; right-click is New only",
2218
+ nodeDockToolbarAriaLabel: "Workspace panes \u2014 quick add Files, terminal, browser, task, or agent; click focuses an open window or creates one if none exists; right-click is New only",
2181
2219
  /** Dock icon tooltips (no “New” — short names only) */
2182
2220
  nodeDockLabel: {
2183
2221
  terminal: "Terminal",
2184
2222
  debugTerminal: "Debug Terminal",
2185
2223
  website: "Browser",
2186
- task: "Issue",
2224
+ task: "Task",
2187
2225
  files: "Files",
2188
2226
  agent: "Agent",
2189
2227
  openclaw: "OpenClaw",
@@ -2197,7 +2235,7 @@ var en = {
2197
2235
  terminal: "New terminal",
2198
2236
  debugTerminal: "New debug terminal",
2199
2237
  website: "New browser",
2200
- task: "New issue",
2238
+ task: "New task",
2201
2239
  agent: "New agent"
2202
2240
  },
2203
2241
  zoomPercentInputAria: "Canvas zoom: enter a percent (e.g. 91 or 91%) or a ratio between 0 and 1; press Enter to apply",
@@ -2286,8 +2324,8 @@ var en = {
2286
2324
  installAction: "Install",
2287
2325
  comingSoonAction: "Coming soon",
2288
2326
  installedAction: "Installed",
2289
- issueTitle: "Issue",
2290
- issueDescription: "Create, assign, run, and review room issues with agents",
2327
+ issueTitle: "Tasks",
2328
+ issueDescription: "Create, assign, run, and review room tasks with agents",
2291
2329
  vibeDesignTitle: "Vibe design",
2292
2330
  vibeDesignDescription: "Draft product screens, interaction states, and visual directions",
2293
2331
  vibeVideoTitle: "Video creating",
@@ -2398,7 +2436,7 @@ var zhCNSettingsPanel = {
2398
2436
  agentNotInstalledBadge: "\u6682\u672A\u5B89\u88C5",
2399
2437
  permissionLabel: "\u6743\u9650",
2400
2438
  permissionPreset: "\u9ED8\u8BA4\u6743\u9650",
2401
- permissionAutoReview: "\u4EE3\u6211\u6279\u51C6",
2439
+ permissionAutoReview: "\u66FF\u6211\u5BA1\u6279",
2402
2440
  permissionFullAccess: "\u5B8C\u5168\u8BBF\u95EE\u6743\u9650",
2403
2441
  personalizationTitle: "\u4E2A\u6027\u5316"
2404
2442
  },
@@ -2753,7 +2791,7 @@ var zhCN = {
2753
2791
  sheetTitle: "\u8868\u683C",
2754
2792
  sheetDescription: "\u6574\u7406\u7ED3\u6784\u5316\u6570\u636E\u3001\u8868\u683C\u3001\u8BA1\u7B97\u548C\u623F\u95F4\u8BA1\u5212\u6E05\u5355",
2755
2793
  calendarTitle: "\u65E5\u7A0B",
2756
- calendarDescription: "\u89C4\u5212\u623F\u95F4\u91CC\u7A0B\u7891\u3001\u8DDF\u8FDB\u4E8B\u9879\u3001\u8BC4\u5BA1\u548C\u5171\u4EAB\u65E5\u7A0B",
2794
+ calendarDescription: "\u89C4\u5212\u623F\u95F4\u91CC\u7A0B\u7891\u3001\u8DDF\u8FDB\u4EFB\u52A1\u3001\u8BC4\u5BA1\u548C\u5171\u4EAB\u65E5\u7A0B",
2757
2795
  systemMonitorTitle: "\u7CFB\u7EDF\u76D1\u63A7",
2758
2796
  systemMonitorDescription: "\u67E5\u770B\u8FD0\u884C\u65F6\u5065\u5EB7\u5EA6\u3001\u8D44\u6E90\u4FE1\u53F7\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8",
2759
2797
  codeEditorTitle: "\u4EE3\u7801\u7F16\u8F91\u5668",
@@ -2775,7 +2813,7 @@ var zhCN = {
2775
2813
  mockSheetPreviewTitle: "\u6570\u636E\u8868\u683C",
2776
2814
  mockSheetPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u8868\u683C\u3001\u8BA1\u7B97\u3001\u7B5B\u9009\u548C\u623F\u95F4\u8BA1\u5212\u6570\u636E",
2777
2815
  mockCalendarPreviewTitle: "\u623F\u95F4\u65E5\u5386",
2778
- mockCalendarPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u91CC\u7A0B\u7891\u3001\u4F1A\u8BAE\u3001\u8DDF\u8FDB\u4E8B\u9879\u548C\u5171\u4EAB\u65E5\u7A0B\u5757",
2816
+ mockCalendarPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u91CC\u7A0B\u7891\u3001\u4F1A\u8BAE\u3001\u8DDF\u8FDB\u4EFB\u52A1\u548C\u5171\u4EAB\u65E5\u7A0B\u5757",
2779
2817
  mockMonitorPreviewTitle: "\u8FD0\u884C\u65F6\u4FE1\u53F7",
2780
2818
  mockMonitorPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A CPU\u3001\u5185\u5B58\u3001\u7F51\u7EDC\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8\u4FE1\u53F7",
2781
2819
  mockCodePreviewTitle: "\u6E90\u7801\u5DE5\u4F5C\u533A",
@@ -2788,7 +2826,7 @@ var zhCN = {
2788
2826
  workspaceCenterSearchAria: "\u6253\u5F00\u623F\u95F4\u641C\u7D22",
2789
2827
  workspaceCenterSearchTitle: "\u5728\u5F53\u524D\u623F\u95F4\u641C\u7D22\u8282\u70B9\u3001\u5206\u533A\u4E0E\u4FBF\u7B7E",
2790
2828
  agentGui: {
2791
- initialPlaceholder: "\u8F93\u5165 @ \u5F15\u7528\u4F1A\u8BDD\u3001\u6587\u4EF6\u3001\u4E8B\u9879\u548C\u5E94\u7528",
2829
+ initialPlaceholder: "\u8F93\u5165 @ \u5F15\u7528\u4F1A\u8BDD\u3001\u6587\u4EF6\u3001\u4EFB\u52A1\u548C\u5E94\u7528",
2792
2830
  followupPlaceholder: "\u8981\u6C42 {{provider}} \u7EE7\u7EED\u540E\u7EED\u53D8\u66F4",
2793
2831
  installRequiredPlaceholder: "\u8BF7\u5148\u4ECE Dock \u5B89\u88C5 {{provider}}\uFF0C\u7136\u540E\u518D\u53D1\u9001\u6D88\u606F",
2794
2832
  collaboratorSessionReadOnlyPlaceholder: "\u975E\u5F53\u524D\u7528\u6237\u4F1A\u8BDD\uFF0C\u4E0D\u53EF\u76F4\u63A5\u5BF9\u8BDD",
@@ -2799,17 +2837,21 @@ var zhCN = {
2799
2837
  inheritedUnavailable: "\u7EE7\u627F / \u4E0D\u53EF\u7528",
2800
2838
  reasoningLabel: "\u63A8\u7406\u5F3A\u5EA6",
2801
2839
  reasoningDegreeLabel: "\u63A8\u7406\u7A0B\u5EA6",
2840
+ reasoningOptionDefault: "\u9ED8\u8BA4",
2802
2841
  reasoningOptionMinimal: "\u6700\u4F4E",
2803
2842
  reasoningOptionLow: "\u4F4E",
2804
2843
  reasoningOptionMedium: "\u4E2D",
2805
2844
  reasoningOptionHigh: "\u9AD8",
2806
2845
  reasoningOptionXHigh: "\u8D85\u9AD8",
2846
+ reasoningOptionMax: "\u6700\u9AD8",
2807
2847
  speedLabel: "\u901F\u5EA6",
2808
2848
  speedSelectionLabel: "\u901F\u5EA6",
2809
2849
  speedOptionStandard: "\u6807\u51C6",
2850
+ speedOptionStandardDescription: "\u6807\u51C6\u901F\u5EA6",
2810
2851
  speedOptionFast: "\u5FEB\u901F",
2852
+ speedOptionFastDescription: "1.5 \u500D\u901F\u5EA6\uFF0C\u7528\u91CF\u589E\u52A0",
2811
2853
  permissionModeReadOnly: "\u8BF7\u6C42\u6279\u51C6",
2812
- permissionModeAuto: "\u4EE3\u6211\u6279\u51C6",
2854
+ permissionModeAuto: "\u66FF\u6211\u5BA1\u6279",
2813
2855
  permissionModeFullAccess: "\u5B8C\u5168\u8BBF\u95EE\u6743\u9650",
2814
2856
  permissionSemantics: {
2815
2857
  "ask-before-write": {
@@ -2825,7 +2867,7 @@ var zhCN = {
2825
2867
  description: "\u4E0D\u4F1A\u5F39\u51FA\u786E\u8BA4\uFF1B\u672A\u83B7\u5141\u8BB8\u7684\u64CD\u4F5C\u4F1A\u88AB\u76F4\u63A5\u62D2\u7EDD"
2826
2868
  },
2827
2869
  auto: {
2828
- label: "\u4EE3\u6211\u6279\u51C6",
2870
+ label: "\u66FF\u6211\u5BA1\u6279",
2829
2871
  description: "\u4EC5\u5728\u68C0\u6D4B\u5230\u53EF\u80FD\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u65F6\u8BE2\u95EE\u4F60"
2830
2872
  },
2831
2873
  "full-access": {
@@ -2844,7 +2886,7 @@ var zhCN = {
2844
2886
  description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u6216\u4F7F\u7528\u4E92\u8054\u7F51\u524D\u59CB\u7EC8\u8BE2\u95EE\u4F60"
2845
2887
  },
2846
2888
  auto: {
2847
- label: "\u4EE3\u6211\u6279\u51C6",
2889
+ label: "\u66FF\u6211\u5BA1\u6279",
2848
2890
  description: "\u4EC5\u5728\u68C0\u6D4B\u5230\u53EF\u80FD\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u65F6\u8BE2\u95EE\u4F60"
2849
2891
  },
2850
2892
  "full-access": {
@@ -2858,7 +2900,7 @@ var zhCN = {
2858
2900
  description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u6216\u4F7F\u7528\u4E92\u8054\u7F51\u524D\u59CB\u7EC8\u8BE2\u95EE\u4F60"
2859
2901
  },
2860
2902
  auto: {
2861
- label: "\u4EE3\u6211\u6279\u51C6",
2903
+ label: "\u66FF\u6211\u5BA1\u6279",
2862
2904
  description: "\u4EC5\u5728\u68C0\u6D4B\u5230\u53EF\u80FD\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u65F6\u8BE2\u95EE\u4F60"
2863
2905
  },
2864
2906
  "full-access": {
@@ -2868,7 +2910,7 @@ var zhCN = {
2868
2910
  },
2869
2911
  "claude-code": {
2870
2912
  default: {
2871
- label: "\u9ED8\u8BA4",
2913
+ label: "\u9ED8\u8BA4\u6743\u9650",
2872
2914
  description: "\u9ED8\u8BA4\u8F83\u4FDD\u5B88\uFF1B\u9700\u8981\u6267\u884C\u4FEE\u6539\u6216\u9AD8\u98CE\u9669\u64CD\u4F5C\u65F6\u4F1A\u5148\u8BE2\u95EE\u4F60\u3002"
2873
2915
  },
2874
2916
  acceptEdits: {
@@ -2897,6 +2939,8 @@ var zhCN = {
2897
2939
  }
2898
2940
  }
2899
2941
  },
2942
+ modelContextWindowSuffix: "\u4E0A\u4E0B\u6587\u7A97\u53E3",
2943
+ modelTooltipVersionLabel: "\u7248\u672C",
2900
2944
  modelDescriptions: {
2901
2945
  frontierComplexCoding: "\u9002\u5408\u590D\u6742\u7F16\u7801\u3001\u7814\u7A76\u548C\u771F\u5B9E\u5DE5\u4F5C\u573A\u666F\u7684\u524D\u6CBF\u6A21\u578B",
2902
2946
  everydayCoding: "\u9002\u5408\u65E5\u5E38\u7F16\u7801\u7684\u5F3A\u529B\u6A21\u578B",
@@ -2931,7 +2975,8 @@ var zhCN = {
2931
2975
  slashStatusContextUnavailable: "\u4E0A\u4E0B\u6587\u7528\u91CF\u4E0D\u53EF\u7528",
2932
2976
  slashStatusLimitsUnavailable: "\u5F53\u524D Agent \u672A\u63D0\u4F9B\u989D\u5EA6\u9650\u5236",
2933
2977
  usageChipLabel: "\u4E0A\u4E0B\u6587 {{percent}}%",
2934
- usagePopoverTitle: "\u7528\u91CF",
2978
+ usagePopoverTitle: "\u8BA1\u5212\u7528\u91CF",
2979
+ usageContextWindowLabel: "\u4E0A\u4E0B\u6587\u7A97\u53E3",
2935
2980
  usageTokensLabel: "Token \u7528\u91CF",
2936
2981
  usageLimitsLabel: "\u9650\u989D",
2937
2982
  usageCompactAction: "\u538B\u7F29",
@@ -2976,8 +3021,8 @@ var zhCN = {
2976
3021
  prompt: "\u8BA9 Agent \u77E5\u9053\u5728\u54EA\u91CC\u8BFB\u6587\u4EF6\u3001\u8FD0\u884C\u547D\u4EE4\u548C\u7406\u89E3\u4EE3\u7801"
2977
3022
  },
2978
3023
  useIssue: {
2979
- label: "\u5584\u7528Issue",
2980
- prompt: "\u628A\u9700\u6C42\u3001\u7EA6\u675F\u548C\u9A8C\u6536\u6807\u51C6\u5199\u8FDB Issue\uFF0CAgent \u66F4\u5BB9\u6613\u6309\u76EE\u6807\u63A8\u8FDB"
3024
+ label: "\u5584\u7528\u4EFB\u52A1",
3025
+ prompt: "\u628A\u9700\u6C42\u3001\u7EA6\u675F\u548C\u9A8C\u6536\u6807\u51C6\u5199\u8FDB\u4EFB\u52A1\uFF0CAgent \u66F4\u5BB9\u6613\u6309\u76EE\u6807\u63A8\u8FDB"
2981
3026
  },
2982
3027
  mapCurrentState: {
2983
3028
  label: "\u5148\u68B3\u7406\u73B0\u72B6",
@@ -2985,7 +3030,7 @@ var zhCN = {
2985
3030
  },
2986
3031
  continueRecentSession: {
2987
3032
  label: "\u63A5\u529B\u6700\u8FD1\u4F1A\u8BDD",
2988
- prompt: "\u5EF6\u7EED\u5DE5\u4F5C\u65F6\u8BA9 Agent \u5148\u56DE\u987E\u6700\u8FD1\u8FDB\u5C55\u3001\u672A\u5B8C\u6210\u4E8B\u9879\u548C\u963B\u585E\u70B9"
3033
+ prompt: "\u5EF6\u7EED\u5DE5\u4F5C\u65F6\u8BA9 Agent \u5148\u56DE\u987E\u6700\u8FD1\u8FDB\u5C55\u3001\u672A\u5B8C\u6210\u4EFB\u52A1\u548C\u963B\u585E\u70B9"
2989
3034
  },
2990
3035
  referenceOtherAgents: {
2991
3036
  label: "\u5F15\u7528\u5176\u4ED6 Agent \u5BF9\u8BDD\u5386\u53F2",
@@ -3070,7 +3115,7 @@ var zhCN = {
3070
3115
  contextPickerBrowseAppHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u5E94\u7528",
3071
3116
  contextPickerBrowseSessionHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u6211\u53D1\u8D77\u7684 Agent \u4F1A\u8BDD",
3072
3117
  contextPickerBrowseCollabHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u5176\u4ED6\u4EBA\u548C Agent \u7684\u4F1A\u8BDD",
3073
- contextPickerBrowseIssueHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u5F53\u524D\u623F\u95F4\u5185\u7684 Issue",
3118
+ contextPickerBrowseIssueHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u5F53\u524D\u623F\u95F4\u5185\u7684\u4EFB\u52A1",
3074
3119
  workspaceAppFactoryMentionFallback: "\u521B\u5EFA\u5E94\u7528",
3075
3120
  contextPickerExpandMore: "\u5C55\u5F00\u66F4\u591A {{count}} \u6761",
3076
3121
  contextPickerCategoryFileDescription: "\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6\u548C\u76EE\u5F55",
@@ -3193,6 +3238,18 @@ var zhCN = {
3193
3238
  slashPaletteSkillsGroup: "\u6280\u80FD",
3194
3239
  browserUseCapabilityLabel: "\u6D4F\u89C8\u5668",
3195
3240
  browserUseCapabilityDescription: "\u8BA9 Agent \u4F7F\u7528\u6D4F\u89C8\u5668\u3002",
3241
+ browserUseCapabilityDescriptionAutoConnect: "\u5F53\u524D\u914D\u7F6E\uFF1A\u590D\u7528\u5DF2\u767B\u5F55\u7684 Chrome\u3002",
3242
+ browserUseCapabilityDescriptionIsolated: "\u5F53\u524D\u914D\u7F6E\uFF1A\u4F7F\u7528\u72EC\u7ACB\u6D4F\u89C8\u5668\u3002",
3243
+ browserUseCapabilitySettingsLabel: "\u6D4F\u89C8\u5668\u8BBE\u7F6E",
3244
+ browserUseCapabilitySettingsDescription: "\u914D\u7F6E Agent \u4F7F\u7528\u7684\u6D4F\u89C8\u5668\u3002",
3245
+ capabilityInlineSettingsLabel: "\u8BBE\u7F6E",
3246
+ computerUseCapabilityLabel: "\u7535\u8111\u63A7\u5236",
3247
+ computerUseCapabilityDescription: "\u8BA9 Agent \u63A7\u5236 macOS \u684C\u9762\u3002",
3248
+ computerUseCapabilitySetupRequiredDescription: "\u672A\u5B89\u88C5\u3002\u6309 Enter \u6253\u5F00\u8BBE\u7F6E\u3002",
3249
+ computerUseCapabilityAuthorizationRequiredDescription: "\u9700\u8981\u6388\u6743\u3002\u6309 Enter \u6253\u5F00\u8BBE\u7F6E\u3002",
3250
+ computerUseCapabilityAuthorizationUnknownDescription: "\u65E0\u6CD5\u786E\u8BA4\u6388\u6743\u72B6\u6001\u3002\u6309 Enter \u6253\u5F00\u8BBE\u7F6E\u3002",
3251
+ computerUseCapabilitySettingsLabel: "\u7535\u8111\u63A7\u5236\u8BBE\u7F6E",
3252
+ computerUseCapabilitySettingsDescription: "\u5B89\u88C5\u3001\u79FB\u9664\u6216\u6388\u6743\u7535\u8111\u63A7\u5236\u3002",
3196
3253
  fileMentionPalette: "\u5DE5\u4F5C\u533A\u6587\u4EF6",
3197
3254
  fileMentionLoading: "\u6B63\u5728\u641C\u7D22\u5DE5\u4F5C\u533A...",
3198
3255
  fileMentionEmpty: "\u6839\u636E\u4F60\u8F93\u5165\u7684\u5185\u5BB9\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
@@ -3201,22 +3258,40 @@ var zhCN = {
3201
3258
  addReference: "\u6DFB\u52A0\u5F15\u7528",
3202
3259
  referenceWorkspaceFiles: "\u5F15\u7528\u7A7A\u95F4\u6587\u4EF6",
3203
3260
  referencePicker: {
3261
+ clearFilter: "\u6E05\u9664\u7B5B\u9009",
3204
3262
  confirm: "\u4F7F\u7528\u5DF2\u9009\u5F15\u7528",
3205
3263
  emptyDirectory: "\u5F53\u524D\u76EE\u5F55\u4E3A\u7A7A",
3264
+ emptyPreview: "\u9009\u62E9\u4E00\u4E2A\u6587\u4EF6\u67E5\u770B\u8BE6\u60C5",
3206
3265
  emptySearch: "\u6CA1\u6709\u5339\u914D\u7684\u6587\u4EF6\u6216\u6587\u4EF6\u5939",
3266
+ fileTypeAll: "\u5168\u90E8\u7C7B\u578B",
3267
+ fileTypeDocument: "\u6587\u6863",
3268
+ fileTypeImage: "\u56FE\u7247",
3269
+ fileTypeOther: "\u5176\u4ED6",
3270
+ fileTypeSeparator: "\u3001",
3271
+ fileTypeVideo: "\u89C6\u9891",
3272
+ fileTypeWebpage: "\u7F51\u9875",
3273
+ loadMore: "\u52A0\u8F7D\u66F4\u591A",
3274
+ loadMoreGroups: "\u62C9\u53D6\u66F4\u591A",
3207
3275
  loading: "\u6B63\u5728\u52A0\u8F7D",
3208
3276
  previewBinary: "\u8FD9\u4E2A\u6587\u4EF6\u66F4\u50CF\u4E8C\u8FDB\u5236\u5185\u5BB9",
3209
3277
  previewDecodeFailed: "\u6682\u65F6\u65E0\u6CD5\u6309 UTF-8 \u6587\u672C\u89E3\u7801\u8FD9\u4E2A\u6587\u4EF6",
3210
3278
  previewError: "\u52A0\u8F7D\u9884\u89C8\u5931\u8D25",
3211
3279
  previewFileTooLarge: "\u8FD9\u4E2A\u6587\u4EF6\u8D85\u8FC7\u4E86 {{maxSize}}",
3212
3280
  previewFolder: "\u6682\u4E0D\u652F\u6301\u9884\u89C8\u6587\u4EF6\u5939",
3281
+ previewHierarchy: "\u6240\u5C5E\u5C42\u7EA7",
3213
3282
  previewLoading: "\u6B63\u5728\u52A0\u8F7D\u9884\u89C8",
3283
+ previewModified: "\u4EA7\u51FA\u65F6\u95F4",
3284
+ previewSize: "\u6587\u4EF6\u5927\u5C0F",
3285
+ previewSource: "\u4EA7\u51FA\u6765\u6E90",
3214
3286
  previewTextTooLarge: "\u8FD9\u4E2A\u6587\u672C\u6587\u4EF6\u8D85\u8FC7\u4E86 {{maxSize}}",
3287
+ previewTooLarge: "\u6587\u4EF6\u8FC7\u5927\uFF0C\u65E0\u6CD5\u9884\u89C8",
3215
3288
  previewUnavailable: "\u5F53\u524D\u5DE5\u4F5C\u533A\u65E0\u6CD5\u9884\u89C8\u6587\u4EF6",
3216
3289
  previewUnsupported: "\u6682\u4E0D\u652F\u6301\u9884\u89C8\u8FD9\u79CD\u6587\u4EF6\u7C7B\u578B",
3217
3290
  searchPlaceholder: "\u641C\u7D22\u6587\u4EF6\u548C\u6587\u4EF6\u5939",
3291
+ selectGroupHint: "\u4ECE\u5DE6\u4FA7\u9009\u62E9\u4E00\u4E2A\u76EE\u5F55",
3218
3292
  selectedCount: "\u5DF2\u9009\u62E9 {{count}} \u9879",
3219
- title: "\u9009\u62E9\u5DE5\u4F5C\u533A\u5F15\u7528"
3293
+ title: "\u9009\u62E9\u5DE5\u4F5C\u533A\u5F15\u7528",
3294
+ workspaceRootGroup: "\u5DE5\u4F5C\u533A"
3220
3295
  },
3221
3296
  projectLocked: "\u4F1A\u8BDD\u5F00\u59CB\u540E\u9879\u76EE\u4E0D\u53EF\u66F4\u6539",
3222
3297
  projectMissingDescription: "\u6B64\u5BF9\u8BDD\u7684\u5DE5\u4F5C\u76EE\u5F55\u5DF2\u4E0D\u5B58\u5728",
@@ -3227,11 +3302,11 @@ var zhCN = {
3227
3302
  mentionFilterApp: "\u5E94\u7528",
3228
3303
  mentionFilterSession: "\u4F1A\u8BDD",
3229
3304
  mentionFilterCollab: "\u534F\u4F5C",
3230
- mentionFilterIssue: "\u4E8B\u9879",
3305
+ mentionFilterIssue: "\u4EFB\u52A1",
3231
3306
  mentionKindApp: "\u5E94\u7528",
3232
3307
  mentionKindAppFactory: "\u5E94\u7528\u5DE5\u5382",
3233
3308
  mentionKindFile: "\u6587\u4EF6",
3234
- mentionKindIssue: "\u4E8B\u9879",
3309
+ mentionKindIssue: "\u4EFB\u52A1",
3235
3310
  mentionKindSession: "\u4F1A\u8BDD",
3236
3311
  mentionGroupFiles: "\u6587\u4EF6",
3237
3312
  mentionGroupOpenedFiles: "\u6211\u6253\u5F00\u7684\u6587\u4EF6",
@@ -3239,22 +3314,23 @@ var zhCN = {
3239
3314
  mentionGroupApps: "\u5E94\u7528",
3240
3315
  mentionGroupMySessions: "\u6211\u7684\u4F1A\u8BDD",
3241
3316
  mentionGroupCollabSessions: "\u534F\u4F5C\u4F1A\u8BDD",
3242
- mentionGroupIssues: "\u4E8B\u9879",
3317
+ mentionGroupIssues: "\u4EFB\u52A1",
3243
3318
  mentionEmptyMySessions: "\u6682\u65E0\u4F1A\u8BDD",
3244
3319
  mentionEmptyCollabSessions: "\u6682\u65E0\u534F\u4F5C\u4F1A\u8BDD",
3245
3320
  mentionEmptyApps: "\u6682\u65E0\u5E94\u7528",
3246
- mentionEmptyIssues: "\u6682\u65E0\u4E8B\u9879",
3321
+ mentionEmptyIssues: "\u6682\u65E0\u4EFB\u52A1",
3247
3322
  mentionEmptyDockFiles: "Dock \u680F\u6682\u65E0\u5DF2\u6253\u5F00\u6587\u4EF6\uFF0C\u8F93\u5165\u5173\u952E\u8BCD\u53EF\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
3248
3323
  mentionEmptyAgentGeneratedFiles: "\u6682\u65E0 Agent \u751F\u6210\u7684\u6587\u4EF6",
3249
3324
  mentionAgentGeneratedFolderBack: "\u8FD4\u56DE",
3250
3325
  mentionAgentGeneratedFolderFileCount: "{{count}} \u4E2A\u6587\u4EF6",
3251
3326
  mentionNoMatchingFiles: "\u6CA1\u6709\u5339\u914D\u5230\u6587\u4EF6",
3327
+ mentionOpenReferences: "\u67E5\u770B\u4EA7\u7269\u6587\u4EF6",
3252
3328
  issueRunPrompt: {
3253
3329
  currentWorkingDirectoryLabel: "\u5F53\u524D\u5DE5\u4F5C\u76EE\u5F55",
3254
3330
  executionRequirementsLabel: "\u6267\u884C\u8981\u6C42",
3255
- intro: "\u4F60\u6B63\u5728\u5904\u7406\u4E00\u4E2A\u4EFB\u52A1\u4E8B\u9879\u3002",
3256
- issueContentLabel: "\u4E8B\u9879\u5185\u5BB9",
3257
- issueTitleLabel: "\u4E8B\u9879\u6807\u9898",
3331
+ intro: "\u4F60\u6B63\u5728\u5904\u7406\u4E00\u4E2A\u4EFB\u52A1\u3002",
3332
+ issueContentLabel: "\u4EFB\u52A1\u5185\u5BB9",
3333
+ issueTitleLabel: "\u4EFB\u52A1\u6807\u9898",
3258
3334
  missingContent: "\uFF08\u65E0\u8865\u5145\u5185\u5BB9\uFF09",
3259
3335
  noReferences: "- \uFF08\u65E0\u5F15\u7528\u8D44\u6599\uFF09",
3260
3336
  referencesLabel: "\u5F15\u7528\u8D44\u6599",
@@ -3854,7 +3930,7 @@ var zhCN = {
3854
3930
  titlePlaceholder: "\u8BF7\u8F93\u5165\u4EFB\u52A1\u6807\u9898",
3855
3931
  fieldDescription: "\u9700\u6C42\u63CF\u8FF0",
3856
3932
  descriptionPlaceholder: "\u8865\u5145\u80CC\u666F\u3001\u73B0\u8C61\u3001\u5F71\u54CD\u8303\u56F4\u4E0E\u671F\u671B\u7ED3\u679C",
3857
- descriptionPlaceholderLegacy: "\u63CF\u8FF0\u95EE\u9898\u80CC\u666F\u3001\u5F02\u5E38\u8868\u73B0\u548C\u671F\u671B\u7ED3\u679C\u3002",
3933
+ descriptionPlaceholderLegacy: "\u63CF\u8FF0\u4EFB\u52A1\u80CC\u666F\u3001\u76EE\u6807\u548C\u671F\u671B\u7ED3\u679C\u3002",
3858
3934
  fieldPriority: "\u4F18\u5148\u7EA7",
3859
3935
  priorityOptionMedium: "\u4E2D",
3860
3936
  priorityOptionHigh: "\u9AD8",
@@ -4637,7 +4713,7 @@ var zhCN = {
4637
4713
  sheetTitle: "\u8868\u683C",
4638
4714
  sheetDescription: "\u6574\u7406\u7ED3\u6784\u5316\u6570\u636E\u3001\u8868\u683C\u3001\u8BA1\u7B97\u548C\u623F\u95F4\u8BA1\u5212\u6E05\u5355",
4639
4715
  calendarTitle: "\u65E5\u7A0B",
4640
- calendarDescription: "\u89C4\u5212\u623F\u95F4\u91CC\u7A0B\u7891\u3001\u8DDF\u8FDB\u4E8B\u9879\u3001\u8BC4\u5BA1\u548C\u5171\u4EAB\u65E5\u7A0B",
4716
+ calendarDescription: "\u89C4\u5212\u623F\u95F4\u91CC\u7A0B\u7891\u3001\u8DDF\u8FDB\u4EFB\u52A1\u3001\u8BC4\u5BA1\u548C\u5171\u4EAB\u65E5\u7A0B",
4641
4717
  systemMonitorTitle: "\u7CFB\u7EDF\u76D1\u63A7",
4642
4718
  systemMonitorDescription: "\u67E5\u770B\u8FD0\u884C\u65F6\u5065\u5EB7\u5EA6\u3001\u8D44\u6E90\u4FE1\u53F7\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8",
4643
4719
  codeEditorTitle: "\u4EE3\u7801\u7F16\u8F91\u5668",
@@ -4659,7 +4735,7 @@ var zhCN = {
4659
4735
  mockSheetPreviewTitle: "\u6570\u636E\u8868\u683C",
4660
4736
  mockSheetPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u8868\u683C\u3001\u8BA1\u7B97\u3001\u7B5B\u9009\u548C\u623F\u95F4\u8BA1\u5212\u6570\u636E",
4661
4737
  mockCalendarPreviewTitle: "\u623F\u95F4\u65E5\u5386",
4662
- mockCalendarPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u91CC\u7A0B\u7891\u3001\u4F1A\u8BAE\u3001\u8DDF\u8FDB\u4E8B\u9879\u548C\u5171\u4EAB\u65E5\u7A0B\u5757",
4738
+ mockCalendarPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u91CC\u7A0B\u7891\u3001\u4F1A\u8BAE\u3001\u8DDF\u8FDB\u4EFB\u52A1\u548C\u5171\u4EAB\u65E5\u7A0B\u5757",
4663
4739
  mockMonitorPreviewTitle: "\u8FD0\u884C\u65F6\u4FE1\u53F7",
4664
4740
  mockMonitorPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A CPU\u3001\u5185\u5B58\u3001\u7F51\u7EDC\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8\u4FE1\u53F7",
4665
4741
  mockCodePreviewTitle: "\u6E90\u7801\u5DE5\u4F5C\u533A",
@@ -4790,4 +4866,4 @@ export {
4790
4866
  AgentGuiI18nProvider,
4791
4867
  useTranslation
4792
4868
  };
4793
- //# sourceMappingURL=chunk-FSTZDNRM.js.map
4869
+ //# sourceMappingURL=chunk-KJPMZ7G5.js.map