@tutti-os/agent-gui 0.0.14 → 0.0.16

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 (69) hide show
  1. package/dist/AgentMentionSearchController-DqssJ2-b.d.ts +218 -0
  2. package/dist/agent-conversation/index.d.ts +4 -2
  3. package/dist/agent-conversation/index.js +5 -4
  4. package/dist/agent-conversation/index.js.map +1 -1
  5. package/dist/agent-message-center/index.d.ts +3 -2
  6. package/dist/agent-message-center/index.js +547 -287
  7. package/dist/agent-message-center/index.js.map +1 -1
  8. package/dist/app/renderer/agentactivity.css +177 -17
  9. package/dist/{chunk-GZHQPPK2.js → chunk-267VY3EJ.js} +130 -43
  10. package/dist/chunk-267VY3EJ.js.map +1 -0
  11. package/dist/{chunk-KEKPOVQD.js → chunk-CABHBFYH.js} +2 -2
  12. package/dist/{chunk-HSXDSFKB.js → chunk-EKATXC3W.js} +2 -2
  13. package/dist/{chunk-RLPVFX7V.js → chunk-FJYH2ZPX.js} +196 -322
  14. package/dist/chunk-FJYH2ZPX.js.map +1 -0
  15. package/dist/{chunk-ASAZDEQE.js → chunk-GWR6WGZY.js} +72 -22
  16. package/dist/chunk-GWR6WGZY.js.map +1 -0
  17. package/dist/{chunk-YXSO4ITT.js → chunk-HIREVEZM.js} +1 -1
  18. package/dist/chunk-HIREVEZM.js.map +1 -0
  19. package/dist/{chunk-VDNMTW2E.js → chunk-IXIGWLQY.js} +1 -1
  20. package/dist/chunk-IXIGWLQY.js.map +1 -0
  21. package/dist/{chunk-ZO3SZCIX.js → chunk-JNGYJ7GM.js} +6 -3
  22. package/dist/chunk-JNGYJ7GM.js.map +1 -0
  23. package/dist/{chunk-MU2LODEV.js → chunk-KWPL3JYS.js} +131 -13
  24. package/dist/chunk-KWPL3JYS.js.map +1 -0
  25. package/dist/{chunk-WME2V26J.js → chunk-LW2S255I.js} +21 -36
  26. package/dist/chunk-LW2S255I.js.map +1 -0
  27. package/dist/{chunk-3YZX5EUC.js → chunk-LWRYYGPZ.js} +610 -480
  28. package/dist/chunk-LWRYYGPZ.js.map +1 -0
  29. package/dist/{chunk-GEXHKJK5.js → chunk-MUZMBEFO.js} +35 -17
  30. package/dist/chunk-MUZMBEFO.js.map +1 -0
  31. package/dist/chunk-O5TUTXHT.js +196 -0
  32. package/dist/chunk-O5TUTXHT.js.map +1 -0
  33. package/dist/{chunk-FSTZDNRM.js → chunk-SIDWRR5I.js} +281 -183
  34. package/dist/chunk-SIDWRR5I.js.map +1 -0
  35. package/dist/context-mention-palette/index.d.ts +11 -170
  36. package/dist/context-mention-palette/index.js +7 -6
  37. package/dist/context-mention-provider.d.ts +6 -1
  38. package/dist/context-mention-provider.js +1 -1
  39. package/dist/i18n/index.d.ts +277 -179
  40. package/dist/i18n/index.js +1 -1
  41. package/dist/index.d.ts +56 -3
  42. package/dist/index.js +2706 -1700
  43. package/dist/index.js.map +1 -1
  44. package/dist/workbench/contribution.d.ts +7 -1
  45. package/dist/workbench/contribution.js +6 -4
  46. package/dist/workbench/index.d.ts +5 -2
  47. package/dist/workbench/index.js +6 -4
  48. package/dist/workbench/launch.d.ts +2 -0
  49. package/dist/workbench/launch.js +2 -2
  50. package/dist/workbench/state.d.ts +3 -2
  51. package/dist/workbench/state.js +1 -1
  52. package/dist/workbench/types.d.ts +3 -0
  53. package/dist/workbench/types.js +1 -1
  54. package/dist/workspace-agent-generated-files.js +2 -2
  55. package/dist/{workspaceLinkActions-BlLN8Pvz.d.ts → workspaceLinkActions-Mjktl_Be.d.ts} +3 -0
  56. package/package.json +15 -13
  57. package/dist/chunk-3YZX5EUC.js.map +0 -1
  58. package/dist/chunk-ASAZDEQE.js.map +0 -1
  59. package/dist/chunk-FSTZDNRM.js.map +0 -1
  60. package/dist/chunk-GEXHKJK5.js.map +0 -1
  61. package/dist/chunk-GZHQPPK2.js.map +0 -1
  62. package/dist/chunk-MU2LODEV.js.map +0 -1
  63. package/dist/chunk-RLPVFX7V.js.map +0 -1
  64. package/dist/chunk-VDNMTW2E.js.map +0 -1
  65. package/dist/chunk-WME2V26J.js.map +0 -1
  66. package/dist/chunk-YXSO4ITT.js.map +0 -1
  67. package/dist/chunk-ZO3SZCIX.js.map +0 -1
  68. /package/dist/{chunk-KEKPOVQD.js.map → chunk-CABHBFYH.js.map} +0 -0
  69. /package/dist/{chunk-HSXDSFKB.js.map → chunk-EKATXC3W.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,11 +599,11 @@ 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",
600
- usageCompactTooltip: "Compact the conversation context (/compact)",
601
607
  usageAlertWarnMessage: "Context is {{percent}}% full. Consider compacting the conversation.",
602
608
  usageAlertCriticalMessage: "Context is {{percent}}% full. Compact now to keep the session going.",
603
609
  usageAlertDismiss: "Dismiss",
@@ -638,8 +644,8 @@ var en = {
638
644
  prompt: "Let the Agent know where to read files, run commands, and understand code."
639
645
  },
640
646
  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."
647
+ label: "Use Tasks well",
648
+ prompt: "Put requirements, constraints, and acceptance criteria in a Task so the Agent can work toward a clear target."
643
649
  },
644
650
  mapCurrentState: {
645
651
  label: "Map the current state",
@@ -690,7 +696,7 @@ var en = {
690
696
  batchRunnerAgent: "Agent",
691
697
  batchRunnerCase: "Case",
692
698
  batchRunnerStatus: "Status",
693
- batchRunnerIssues: "Issues",
699
+ batchRunnerIssues: "Tasks",
694
700
  batchRunnerSession: "Session",
695
701
  batchRunnerSessionEmpty: "Select a case with a session to inspect its timeline.",
696
702
  batchRunnerSessionLoading: "Loading",
@@ -708,7 +714,7 @@ var en = {
708
714
  batchRunnerStatus_error: "Error",
709
715
  batchRunnerProgress: "Progress",
710
716
  batchRunnerTotalCases: "{{count}} cases",
711
- batchRunnerIssueCases: "{{count}} issues",
717
+ batchRunnerIssueCases: "{{count}} tasks",
712
718
  batchRunnerSearchPlaceholder: "Search cases",
713
719
  batchRunnerAllStatuses: "All statuses",
714
720
  batchRunnerActions: "Actions",
@@ -726,26 +732,25 @@ var en = {
726
732
  searchNoConversations: "No related sessions",
727
733
  conversationUnavailable: "Session unavailable.",
728
734
  contextPickerBrowseHint: "Search workspace files based on your input",
729
- contextPickerBrowseAllHint: "Search workspace files based on your input",
730
735
  contextPickerBrowseFileHint: "No opened or Agent-generated files yet. Type a file name to search your computer.",
731
736
  mentionFileSearchMoreHint: "Type a file name to search for more files on your computer",
732
737
  contextPickerBrowseAppHint: "Type to search apps",
733
738
  contextPickerBrowseSessionHint: "Type to search agent sessions that I started",
734
739
  contextPickerBrowseCollabHint: "Type to search teammate and agent sessions",
735
- contextPickerBrowseIssueHint: "Type to search issues in the current room",
740
+ contextPickerBrowseIssueHint: "Type to search tasks in the current room",
736
741
  workspaceAppFactoryMentionFallback: "Create app",
737
742
  contextPickerExpandMore: "Show {{count}} more",
738
743
  contextPickerCategoryFileDescription: "Search Files and folders",
739
744
  contextPickerCategorySessionDescription: "Find agent sessions that I started",
740
745
  contextPickerCategoryCollabDescription: "Browse sessions between teammates and agents",
741
- contextPickerCategoryTaskDescription: "Find issues in the current room",
746
+ contextPickerCategoryTaskDescription: "Find tasks in the current room",
742
747
  searchPlaceholder: "Search sessions",
743
748
  sectionPinned: "Pinned",
744
749
  sectionConversations: "Chats",
745
750
  sectionToday: "Today",
746
751
  sectionYesterday: "Yesterday",
747
752
  sectionEarlier: "Earlier",
748
- projectSectionEdit: "Edit",
753
+ projectSectionEdit: "New session",
749
754
  projectSectionMoreActions: "Project actions",
750
755
  projectRailCreateProject: "New project",
751
756
  projectRailLinkExistingProject: "Link existing project folder",
@@ -780,6 +785,15 @@ var en = {
780
785
  activatingSession: "Connecting session...",
781
786
  retryActivation: "Retry",
782
787
  continueInNewConversation: "New session",
788
+ goalLabel: "Goal",
789
+ goalStatusActive: "Active",
790
+ goalStatusPaused: "Paused",
791
+ goalStatusBlocked: "Blocked",
792
+ goalStatusUsageLimited: "Usage limited",
793
+ goalStatusBudgetLimited: "Budget limited",
794
+ goalStatusComplete: "Complete",
795
+ goalBudgetUsage: "{{used}}/{{budget}} tokens",
796
+ goalClearHint: "Type /goal clear to clear",
783
797
  processing: "Planning next moves",
784
798
  promptImagesUnsupported: "This agent does not support image input with the current model.",
785
799
  visibleErrorStartFailed: "{{provider}} failed to start",
@@ -833,6 +847,7 @@ var en = {
833
847
  shortcutEnter: "Enter",
834
848
  shortcutCmdEnter: "Cmd + Enter",
835
849
  shortcutCtrEnter: "Ctr + Enter",
850
+ openConversationWindow: "Open session in new window",
836
851
  deleteSession: "Delete session",
837
852
  pinSession: "Pin session",
838
853
  unpinSession: "Unpin session",
@@ -853,8 +868,23 @@ var en = {
853
868
  slashPaletteCommandsGroup: "Commands",
854
869
  slashPaletteCapabilitiesGroup: "Capabilities",
855
870
  slashPaletteSkillsGroup: "Skills",
871
+ slashPalettePluginsGroup: "Plugins",
872
+ slashPaletteConnectorsGroup: "Connectors",
873
+ slashPaletteMcpGroup: "MCP",
856
874
  browserUseCapabilityLabel: "Browser",
857
875
  browserUseCapabilityDescription: "Let the agent use a browser.",
876
+ browserUseCapabilityDescriptionAutoConnect: "Current mode: reuse your signed-in Chrome.",
877
+ browserUseCapabilityDescriptionIsolated: "Current mode: use an isolated browser.",
878
+ browserUseCapabilitySettingsLabel: "Browser settings",
879
+ browserUseCapabilitySettingsDescription: "Configure the browser the agent can use.",
880
+ capabilityInlineSettingsLabel: "Settings",
881
+ computerUseCapabilityLabel: "Computer",
882
+ computerUseCapabilityDescription: "Let the agent control the macOS desktop.",
883
+ computerUseCapabilitySetupRequiredDescription: "Not installed. Press Enter to open setup.",
884
+ computerUseCapabilityAuthorizationRequiredDescription: "Authorization required. Press Enter to open setup.",
885
+ computerUseCapabilityAuthorizationUnknownDescription: "Authorization status unknown. Press Enter to open setup.",
886
+ computerUseCapabilitySettingsLabel: "Computer use setup",
887
+ computerUseCapabilitySettingsDescription: "Install, remove, or grant computer access.",
858
888
  fileMentionPalette: "Files",
859
889
  fileMentionLoading: "Searching...",
860
890
  fileMentionEmpty: "Search workspace files based on your input",
@@ -863,37 +893,55 @@ var en = {
863
893
  addReference: "Add reference",
864
894
  referenceWorkspaceFiles: "Reference workspace files",
865
895
  referencePicker: {
896
+ clearFilter: "Clear filter",
866
897
  confirm: "Use selected references",
867
898
  emptyDirectory: "This folder is empty.",
899
+ emptyPreview: "Select a file to see details",
868
900
  emptySearch: "No matching files or folders.",
901
+ fileTypeAll: "All types",
902
+ fileTypeDocument: "Documents",
903
+ fileTypeImage: "Images",
904
+ fileTypeOther: "Other",
905
+ fileTypeSeparator: ", ",
906
+ fileTypeVideo: "Videos",
907
+ fileTypeWebpage: "Web pages",
908
+ loadMore: "Load more",
909
+ loadMoreGroups: "Load more",
869
910
  loading: "Loading...",
870
911
  previewBinary: "This file looks like binary content.",
871
912
  previewDecodeFailed: "This file couldn't be decoded as UTF-8 text.",
872
913
  previewError: "Couldn't load a preview.",
873
914
  previewFileTooLarge: "This file is larger than {{maxSize}}.",
874
915
  previewFolder: "Folder preview is not available.",
916
+ previewHierarchy: "Location",
875
917
  previewLoading: "Loading preview...",
918
+ previewModified: "Produced at",
919
+ previewSize: "Size",
920
+ previewSource: "Source",
876
921
  previewTextTooLarge: "This text file is larger than {{maxSize}}.",
922
+ previewTooLarge: "This file is too large to preview.",
877
923
  previewUnavailable: "Preview is not available in this workspace.",
878
924
  previewUnsupported: "This file type can't be previewed here.",
879
925
  searchPlaceholder: "Search files and folders",
926
+ selectGroupHint: "Select a folder on the left",
880
927
  selectedCount: "{{count}} selected",
881
- title: "Pick workspace references"
928
+ sourceColumn: "Category",
929
+ title: "Pick workspace references",
930
+ workspaceRootGroup: "Workspace"
882
931
  },
883
932
  projectLocked: "Project cannot be changed after the session starts",
884
933
  projectMissingDescription: "This conversation's working directory no longer exists",
885
934
  fileMentionSwitchCategory: "Switch category",
886
935
  fileMentionSwitchSelection: "Switch selection",
887
- mentionFilterAll: "All",
888
936
  mentionFilterFile: "Files",
889
937
  mentionFilterApp: "Apps",
890
938
  mentionFilterSession: "Sessions",
891
939
  mentionFilterCollab: "Collaboration",
892
- mentionFilterIssue: "Issue",
940
+ mentionFilterIssue: "Tasks",
893
941
  mentionKindApp: "App",
894
942
  mentionKindAppFactory: "App Factory",
895
943
  mentionKindFile: "File",
896
- mentionKindIssue: "Issue",
944
+ mentionKindIssue: "Task",
897
945
  mentionKindSession: "Session",
898
946
  mentionGroupFiles: "Files",
899
947
  mentionGroupOpenedFiles: "Files I opened",
@@ -901,22 +949,23 @@ var en = {
901
949
  mentionGroupApps: "Apps",
902
950
  mentionGroupMySessions: "My sessions",
903
951
  mentionGroupCollabSessions: "Collaboration sessions",
904
- mentionGroupIssues: "Issue",
952
+ mentionGroupIssues: "Tasks",
905
953
  mentionEmptyMySessions: "No sessions yet",
906
954
  mentionEmptyCollabSessions: "No collaboration sessions yet",
907
955
  mentionEmptyApps: "No apps yet",
908
- mentionEmptyIssues: "No issues yet",
956
+ mentionEmptyIssues: "No tasks yet",
909
957
  mentionEmptyDockFiles: "No open files in the dock yet. Type to search workspace files.",
910
958
  mentionEmptyAgentGeneratedFiles: "No files generated by Agent yet",
911
959
  mentionAgentGeneratedFolderBack: "Back",
912
960
  mentionAgentGeneratedFolderFileCount: "{{count}} files",
913
961
  mentionNoMatchingFiles: "No matching files",
962
+ mentionOpenReferences: "View output files",
914
963
  issueRunPrompt: {
915
964
  currentWorkingDirectoryLabel: "Current working directory",
916
965
  executionRequirementsLabel: "Execution requirements",
917
- intro: "You are handling an issue task.",
918
- issueContentLabel: "Issue content",
919
- issueTitleLabel: "Issue title",
966
+ intro: "You are handling a task.",
967
+ issueContentLabel: "Task content",
968
+ issueTitleLabel: "Task title",
920
969
  missingContent: "(No additional content)",
921
970
  noReferences: "- (No references)",
922
971
  referencesLabel: "References",
@@ -1080,7 +1129,7 @@ var en = {
1080
1129
  workspaceAgentMessageCenterOpenChat: "Open session",
1081
1130
  workspaceAgentsNoSessions: "No sessions",
1082
1131
  workspaceAgentsNoActivities: "No current activity",
1083
- workspaceAgentsUntitledTask: "Current issue",
1132
+ workspaceAgentsUntitledTask: "Current task",
1084
1133
  workspaceAgentsGenericAgentName: "Agent",
1085
1134
  workspaceAgentsSessionCount_one: "{{count}} session",
1086
1135
  workspaceAgentsSessionCount_other: "{{count}} sessions",
@@ -1150,7 +1199,7 @@ var en = {
1150
1199
  roomRenameLabel: "Room name",
1151
1200
  roomBack: "Back",
1152
1201
  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.",
1202
+ roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the task as interrupted.",
1154
1203
  roomExitActiveAgentConfirm: "Leave and interrupt",
1155
1204
  workspaceAgentSessionDetailToolCalls: "{{count}} tool calls completed",
1156
1205
  workspaceAgentSessionDetailThinking: "Thinking",
@@ -1215,8 +1264,8 @@ var en = {
1215
1264
  collabResult: {
1216
1265
  title: "Collaboration result",
1217
1266
  actorFallback: "Collaborator",
1218
- unread: "{{name}} marked the issue as complete. Check the latest result.",
1219
- read: "{{name}} marked the issue as complete."
1267
+ unread: "{{name}} marked the task as complete. Check the latest result.",
1268
+ read: "{{name}} marked the task as complete."
1220
1269
  },
1221
1270
  agentTool: {
1222
1271
  fallbackName: "Use tool",
@@ -1279,7 +1328,7 @@ var en = {
1279
1328
  editNotebook: "Edit notebook",
1280
1329
  updateTodos: "Update todos",
1281
1330
  delegateAgent: "Delegate agent",
1282
- currentIssue: "Current issue",
1331
+ currentIssue: "Current task",
1283
1332
  thinking: "Thinking",
1284
1333
  responding: "Responding",
1285
1334
  notification: "Notification"
@@ -1395,26 +1444,26 @@ var en = {
1395
1444
  inviteCodeGenerated: "Invite code generated",
1396
1445
  inviteRevoked: "Invite revoked",
1397
1446
  roomOpened: "Room opened",
1398
- roomOpenedIssue: "Room opened. Preparing to focus the issue.",
1447
+ roomOpenedIssue: "Room opened. Preparing to focus the task.",
1399
1448
  recognizedSharedRoomNeedInvite: "Recognized a shared room. Enter the invite code to join the canvas.",
1400
1449
  roomJoined: "Joined room",
1401
- roomJoinedIssue: "Joined room. Preparing to focus the issue.",
1450
+ roomJoinedIssue: "Joined room. Preparing to focus the task.",
1402
1451
  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.",
1452
+ issueTitleRequired: "Enter a task title first",
1453
+ issueCreated: "Task created",
1454
+ issueUpdated: "Task updated",
1455
+ issueShareLinkCopied: "Task share link copied",
1456
+ issueShareFallbackRoomFull: "This room is full. Copied a task link that only current room members can open.",
1457
+ issueShareFallbackInviteFull: "Invite link capacity is full. Copied a task link that only current room members can open.",
1409
1458
  issueWorkspaceNotReady: "The current room workspace is not ready yet. Please try again soon.",
1410
1459
  issueRunSessionUnavailable: "This run is not linked to a replayable session",
1411
- issueDetailRequiredBeforeRun: "Open the issue details before starting the run",
1460
+ issueDetailRequiredBeforeRun: "Open the task details before starting the run",
1412
1461
  issueNoAvailableAgent: "There is no available Agent right now",
1413
1462
  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",
1463
+ issueStatusUpdated: "Task status updated",
1464
+ issueDeleteForbidden: "Only the task creator can delete this task",
1465
+ issueNotFoundOrDeleted: "The task does not exist or has already been deleted",
1466
+ issueDeleted: "Task deleted",
1418
1467
  issueContextAdded: "Reference files added",
1419
1468
  issueContextRemoved: "Reference file removed",
1420
1469
  issuePendingUploadAdded: "Added {{count}} pending upload file(s)",
@@ -1427,33 +1476,33 @@ var en = {
1427
1476
  visitorShareDisabled: "Guest sharing is off",
1428
1477
  visitorShareTokenUnavailable: "Guest link already exists and settings were updated. The old raw link cannot be read again.",
1429
1478
  postCreateInviteLinkCopied: "Invite link copied",
1430
- collabCompleted: "This collaboration issue is complete",
1479
+ collabCompleted: "This collaboration task is complete",
1431
1480
  githubLoginCompleted: "GitHub sign-in complete",
1432
1481
  googleLoginCompleted: "Google sign-in complete"
1433
1482
  },
1434
1483
  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.",
1484
+ sidebarEyebrow: "Task center",
1485
+ sidebarTitle: "Tasks",
1486
+ sidebarHint: "Everyone in the room can review tasks and jump to collaboration work quickly.",
1487
+ sidebarResizeAria: "Resize task list",
1488
+ create: "Create task",
1489
+ loading: "Loading tasks...",
1490
+ empty: "There are no tasks yet. Create one to start collaborating.",
1442
1491
  metaPriority: "Priority {{value}}",
1443
1492
  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",
1493
+ stageEyebrow: "Task flow",
1494
+ stageTitle: "Use tasks to connect context, execution, and outputs in one flow.",
1495
+ stageDescription: "Create a task in the room, attach Files for context, then let a collaborator run it manually with their own Agent.",
1496
+ shareThisIssue: "Share this task",
1497
+ flowList: "Browse tasks",
1498
+ flowCreate: "Create task",
1450
1499
  flowContext: "Reference Files",
1451
1500
  flowDetail: "Review details",
1452
1501
  flowRun: "Choose how to run",
1453
1502
  flowOutput: "Review outputs",
1454
1503
  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.",
1504
+ currentFocusSubtle: "The selected task is summarized here so you can move to the next step quickly.",
1505
+ currentFocusEmpty: "Select a task from the left, or create a new one to start the run flow.",
1457
1506
  defaultDescription: "Add background, symptoms, and expected outcomes so collaborators can pick this up more easily.",
1458
1507
  metricReferences: "References",
1459
1508
  metricRunHistory: "Run history",
@@ -1461,16 +1510,16 @@ var en = {
1461
1510
  countFiles: "{{count}} file(s)",
1462
1511
  countRuns: "{{count}} run(s)",
1463
1512
  executionModeTitle: "How to run",
1464
- executionModeSubtle: "V1 uses one path: open the shared issue, then run it manually with your own Agent.",
1513
+ executionModeSubtle: "V1 uses one path: open the shared task, then run it manually with your own Agent.",
1465
1514
  executionMyAgentTag: "My Agent",
1466
1515
  executionMyAgentDescription: "Start a run directly from the detail view and write results back into Files.",
1467
1516
  executionShareTag: "Share link",
1468
- executionShareDescription: "Bring collaborators to the same issue so they can click run themselves. V1 does not auto-run for others.",
1517
+ executionShareDescription: "Bring collaborators to the same task so they can click run themselves. V1 does not auto-run for others.",
1469
1518
  outputsTitle: "Outputs",
1470
1519
  outputsSubtle: "After a run finishes, the summary, recent runs, and Files complete the loop.",
1471
1520
  outputsEmpty: "No execution outputs yet.",
1472
1521
  fileFallback: "file",
1473
- detailEyebrow: "Issue detail",
1522
+ detailEyebrow: "Task detail",
1474
1523
  collapse: "Collapse",
1475
1524
  detailLoading: "Loading details\u2026",
1476
1525
  overviewTitle: "Overview",
@@ -1482,10 +1531,10 @@ var en = {
1482
1531
  summaryReferences: "References",
1483
1532
  summaryRunHistory: "Run history",
1484
1533
  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.",
1534
+ shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this task automatically.",
1535
+ shareTipRoomFull: "This room is full, so only current room members can open this task from the link.",
1487
1536
  referencesTitle: "Reference files",
1488
- referencesSubtle: "Choose context files from the Room Workspace and attach them to this issue.",
1537
+ referencesSubtle: "Choose context files from the Room Workspace and attach them to this task.",
1489
1538
  addReferences: "Reference Files",
1490
1539
  referencesEmpty: "There are no reference files yet. Add context before running.",
1491
1540
  runResultTitle: "Run result",
@@ -1511,10 +1560,10 @@ var en = {
1511
1560
  directoryViewEmpty: "There is no output directory to mirror yet.",
1512
1561
  directoryKind: "DIR",
1513
1562
  fileKind: "FILE",
1514
- createTitle: "Create issue",
1515
- createSubtle: "Describe the request so the issue is ready to run.",
1563
+ createTitle: "Create task",
1564
+ createSubtle: "Describe the request so the task is ready to run.",
1516
1565
  fieldTitle: "Title",
1517
- titlePlaceholder: "Enter an issue title",
1566
+ titlePlaceholder: "Enter a task title",
1518
1567
  fieldDescription: "Description",
1519
1568
  descriptionPlaceholder: "Add background, symptoms, impact, and the expected result",
1520
1569
  descriptionPlaceholderLegacy: "Describe the background, symptoms, and expected result.",
@@ -1526,36 +1575,36 @@ var en = {
1526
1575
  attachmentsOptional: "References (optional)",
1527
1576
  attachmentsEmpty: "No references added yet",
1528
1577
  createReferencesTitle: "Reference Files",
1529
- createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this issue.",
1578
+ createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this task.",
1530
1579
  selectReferences: "Select references",
1531
1580
  selectionNone: "No files selected",
1532
1581
  selectionCount: "{{count}} file(s) selected",
1533
1582
  selectionEmpty: "No references selected yet.",
1534
- saveIssue: "Save issue",
1583
+ saveIssue: "Save task",
1535
1584
  contextPickerCreateTitle: "Reference Files",
1536
1585
  contextPickerDetailTitle: "Add reference files",
1537
1586
  contextPickerSubtle: "Choose execution context files from the Room Workspace.",
1538
1587
  contextPickerEmpty: "No files selected yet.",
1539
1588
  completeReferences: "Finish selecting",
1540
- addToIssue: "Add to issue",
1589
+ addToIssue: "Add to task",
1541
1590
  addingToIssue: "Adding...",
1542
1591
  dueDateUnset: "Not set",
1543
1592
  runTimeJustNow: "Just now",
1544
1593
  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",
1594
+ searchPlaceholder: "Search tasks...",
1595
+ sidebarEmpty: "Tasks from this room will appear here",
1596
+ sidebarCategoryEmpty: "There are no tasks in this category",
1597
+ searchEmptyTitle: "No matching tasks",
1549
1598
  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",
1599
+ defaultEmptyTitle: "No tasks yet",
1600
+ defaultEmptyDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it.",
1601
+ defaultSelectTitle: "Choose a task",
1602
+ defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration task.",
1603
+ editTitle: "Edit task",
1555
1604
  uploadFile: "Upload file",
1556
1605
  uploadFolder: "Upload folder",
1557
1606
  referenceWorkspaceFiles: "Reference Files",
1558
- pendingUploadArchiveHint: "After the issue is created, this will be archived into the references folder",
1607
+ pendingUploadArchiveHint: "After the task is created, this will be archived into the references folder",
1559
1608
  latestExecutionTitle: "Latest run status",
1560
1609
  executionRecordsTitle: "Run history",
1561
1610
  viewDetails: "View details",
@@ -1565,7 +1614,7 @@ var en = {
1565
1614
  shareWithCollaboratorHint: "Share it with a collaborator so they can run it with their own Agent.",
1566
1615
  summaryTitle: "Summary",
1567
1616
  outputsTitleLegacy: "Outputs",
1568
- filePickerTitle: "Choose references to add to the issue",
1617
+ filePickerTitle: "Choose references to add to the task",
1569
1618
  searchRoomFilesPlaceholder: "Search Files...",
1570
1619
  noReferenceFiles: "No reference files available",
1571
1620
  selectReferenceRequired: "Select at least one file to reference",
@@ -1582,8 +1631,8 @@ var en = {
1582
1631
  openReference: "Open reference {{label}}",
1583
1632
  outputsEmptyCompact: "No outputs yet",
1584
1633
  openOutput: "Open output {{label}}",
1585
- scrollFiltersLeft: "Scroll issue categories left",
1586
- scrollFiltersRight: "Scroll issue categories right",
1634
+ scrollFiltersLeft: "Scroll task categories left",
1635
+ scrollFiltersRight: "Scroll task categories right",
1587
1636
  edit: "Edit",
1588
1637
  runStarting: "Starting...",
1589
1638
  runtimeUnavailable: "The current runtime is unavailable",
@@ -1593,8 +1642,8 @@ var en = {
1593
1642
  sync: "Sync",
1594
1643
  syncing: "Syncing...",
1595
1644
  filterAll: "All",
1596
- statusAriaLabel: "Issue status",
1597
- priorityAriaLabel: "Issue priority",
1645
+ statusAriaLabel: "Task status",
1646
+ priorityAriaLabel: "Task priority",
1598
1647
  metaCreator: "Creator {{value}}",
1599
1648
  metaCreatedAt: "Created {{value}}",
1600
1649
  metaDueAt: "Due {{value}}",
@@ -1623,9 +1672,9 @@ var en = {
1623
1672
  statusTabPendingAcceptance: "Pending acceptance",
1624
1673
  statusTabCompleted: "Completed",
1625
1674
  emptyContent: "No content yet",
1626
- taskCount_one: "{{count}} sub-issue",
1627
- taskCount_other: "{{count}} sub-issues",
1628
- taskCountEmpty: "No sub-issues",
1675
+ taskCount_one: "{{count}} sub-task",
1676
+ taskCount_other: "{{count}} sub-tasks",
1677
+ taskCountEmpty: "No sub-tasks",
1629
1678
  taskRunningCount: "{{count}} running",
1630
1679
  taskPendingAcceptanceCount: "{{count}} pending acceptance",
1631
1680
  taskCompletedCount: "{{count}} completed",
@@ -1642,64 +1691,64 @@ var en = {
1642
1691
  runStatusFailed: "Failed",
1643
1692
  runStatusCanceled: "Canceled",
1644
1693
  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.",
1694
+ issueTitleRequired: "Enter a task title",
1695
+ taskTitleRequired: "Enter a task title",
1696
+ selectTaskFirst: "Select a task first",
1697
+ deleteTaskDialogTitle: "Delete task",
1698
+ deleteTaskConfirm: "Delete task \u201C{{title}}\u201D?",
1699
+ deleteIssueDialogTitle: "Delete task",
1700
+ deleteIssueConfirm: "Delete task \u201C{{title}}\u201D?",
1701
+ issueTaskUnavailable: "This task is missing its parent task. The action is unavailable right now.",
1653
1702
  shareCopied: "Invite link copied",
1654
1703
  outputOpenUnavailable: "There is no output to open right now",
1655
1704
  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",
1705
+ editTask: "Edit task",
1706
+ createTask: "New task",
1707
+ taskEditorLead: "Add a task title and description so execution can continue.",
1708
+ taskTitlePlaceholder: "Enter a task title",
1660
1709
  taskContentPlaceholder: "Add the background, goal, and acceptance criteria",
1661
- saveTask: "Save issue",
1710
+ saveTask: "Save task",
1662
1711
  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",
1712
+ noTaskTitle: "No tasks yet",
1713
+ noTaskDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it",
1714
+ favoriteTask: "Favorite task",
1666
1715
  creator: "Created by",
1667
1716
  createdAt: "Created at",
1668
1717
  edit: "Edit",
1669
1718
  delete: "Delete",
1670
1719
  description: "Description",
1671
- emptyTaskContent: "No issue description yet",
1672
- emptyIssueContent: "No issue description yet",
1720
+ emptyTaskContent: "No task description yet",
1721
+ emptyIssueContent: "No task description yet",
1673
1722
  references: "Reference files",
1674
1723
  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.",
1724
+ editIssue: "Edit task",
1725
+ createIssue: "Add task",
1726
+ issueTitlePlaceholder: "Enter a task title",
1727
+ issueContentPlaceholder: "Add the task goal, execution method, and acceptance criteria",
1728
+ saveIssue: "Save task",
1729
+ issueSelectionHint: "Select a task to view its details and Agent execution state.",
1681
1730
  timeLabel: "Time {{value}}",
1682
1731
  updatedAtLabel: "Updated at",
1683
1732
  runNotStarted: "No execution records yet.",
1684
- issueDetailsLoading: "Loading issue details\u2026",
1733
+ issueDetailsLoading: "Loading task details\u2026",
1685
1734
  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.",
1735
+ noIssuesTitle: "There are no tasks yet",
1736
+ noIssuesTaskShellDescription: "You can continue adding sub-tasks around the current task theme",
1737
+ taskExecutionTitle: "Task execution in progress",
1738
+ taskExecutionDescription: "Current progress appears here. Add a task any time you need to supplement a new direction.",
1739
+ deleteIssue: "Delete task",
1740
+ searchPlaceholder: "Search tasks",
1741
+ refreshTasksAria: "Refresh task list",
1742
+ collapseTaskList: "Collapse task list",
1743
+ expandTaskList: "Expand task list",
1744
+ noTasksForFilterTitle: "No tasks match the current filters.",
1745
+ noTasksForFilterBody: "Try another filter, or create a new task.",
1697
1746
  loadMore: "Load more",
1698
- issuesSection: "Sub-issues",
1747
+ issuesSection: "Sub-tasks",
1699
1748
  createSubtask: "Add",
1700
- createSubtaskTitle: "Add sub-issue",
1701
- editSubtask: "Edit sub-issue",
1702
- saveSubtask: "Save sub-issue",
1749
+ createSubtaskTitle: "Add sub-task",
1750
+ editSubtask: "Edit sub-task",
1751
+ saveSubtask: "Save sub-task",
1703
1752
  issueTableTitle: "Title",
1704
1753
  issueTableDescription: "Description",
1705
1754
  issueTableStatus: "Status",
@@ -1713,10 +1762,10 @@ var en = {
1713
1762
  inviteCollaborator: "Invite collaboration",
1714
1763
  askAgentToRun: "Send to Agent",
1715
1764
  moreActions: "More actions",
1716
- closeIssueDrawerAria: "Close issue details drawer",
1765
+ closeIssueDrawerAria: "Close task details drawer",
1717
1766
  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.",
1767
+ noIssues: "There are no sub-tasks for this task yet.",
1768
+ noManualIssues: "Add a sub-task to track follow-up work here.",
1720
1769
  currentMember: "Me",
1721
1770
  closeWindowAria: "Close {{title}}"
1722
1771
  },
@@ -1875,9 +1924,9 @@ var en = {
1875
1924
  officeScenario1Title: "OPC one-person team",
1876
1925
  officeScenario1Description: "Command multiple agents from one place to power through complex work efficiently",
1877
1926
  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.",
1927
+ 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
1928
  taskCenterTitle: "Collaborative delegation",
1880
- taskCenterDescription: "Start a fresh room and jump into a shared issue board to sort, assign, and track work together.",
1929
+ taskCenterDescription: "Start a fresh room and jump into a shared task board to sort, assign, and track work together.",
1881
1930
  officeScenario3Title: "Organization-wide collaboration",
1882
1931
  officeScenario3Description: "Many people and many agents collaborate in real time\u2014process and outcomes shared across the organization",
1883
1932
  sectionCollaborateSpaceTitle: "Development & delivery",
@@ -1924,11 +1973,11 @@ var en = {
1924
1973
  templateChineseChessTitle: "Chinese chess match",
1925
1974
  templateChineseChessDescription: "Deep AI strategy guidance and human-like play\u2014full human-vs-machine matchup.",
1926
1975
  collaborateDemoBuildTitle: "Daily development",
1927
- collaborateDemoBuildDescription: "A unified collaborative environment for the entire team\u2014issues and context flow naturally",
1976
+ collaborateDemoBuildDescription: "A unified collaborative environment for the entire team\u2014tasks and context flow naturally",
1928
1977
  collaborateDevAcceptanceTitle: "Automated testing & acceptance",
1929
1978
  collaborateDevAcceptanceDescription: "Automatically provisions a test environment so the room can run tests and acceptance quickly",
1930
1979
  collaborateUnifiedWorkbenchTitle: "Unified workbench",
1931
- collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute issues from one place",
1980
+ collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute tasks from one place",
1932
1981
  intentCreateTitle: "Create a New Room",
1933
1982
  intentCreateBody: "Invite partners and their AI agents to collaborate",
1934
1983
  intentLocalDirTitle: "Join an Existing Room",
@@ -1945,7 +1994,7 @@ var en = {
1945
1994
  headline: "Start from a room canvas",
1946
1995
  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
1996
  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.",
1997
+ step2: "Arrange terminals, tasks, and docs on the canvas; organize by partition.",
1949
1998
  step3: "Open the canvas to run terminals and agents in your room.",
1950
1999
  cardTitle: "Create a room",
1951
2000
  cardHint: "Pick a name you\u2019ll recognize in history and when collaborating.",
@@ -2129,7 +2178,7 @@ var en = {
2129
2178
  nodeDeleteDialog: {
2130
2179
  deleteNodes_one: "Delete {{count}} node?",
2131
2180
  deleteNodes_other: "Delete {{count}} nodes?",
2132
- deleteTask: "Delete Issue?",
2181
+ deleteTask: "Delete Task?",
2133
2182
  deleteNode: "Delete Node?",
2134
2183
  multipleDescription: "This will permanently remove {{count}} selected nodes.",
2135
2184
  taskDescriptionPrefix: "This will permanently remove",
@@ -2138,13 +2187,13 @@ var en = {
2138
2187
  workspaceContextMenu: {
2139
2188
  newTerminal: "New Terminal",
2140
2189
  newWebsite: "New Website",
2141
- newTask: "New Issue",
2190
+ newTask: "New Task",
2142
2191
  runAgent: "Run Agent",
2143
2192
  runAgentBlank: "Blank",
2144
2193
  runAgentProviderSubmenu: "Choose agent provider",
2145
- convertToTask: "Convert to Issue",
2194
+ convertToTask: "Convert to Task",
2146
2195
  clearSelection: "Clear Selection",
2147
- editSelectedTask: "Edit issue\u2026"
2196
+ editSelectedTask: "Edit task\u2026"
2148
2197
  },
2149
2198
  workspaceCanvas: {
2150
2199
  selectionHint_one: "Selected {{count}} window.",
@@ -2177,13 +2226,13 @@ var en = {
2177
2226
  closeWindowAria: "Close {{title}}",
2178
2227
  websiteWindowTitle: "Website",
2179
2228
  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",
2229
+ 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
2230
  /** Dock icon tooltips (no “New” — short names only) */
2182
2231
  nodeDockLabel: {
2183
2232
  terminal: "Terminal",
2184
2233
  debugTerminal: "Debug Terminal",
2185
2234
  website: "Browser",
2186
- task: "Issue",
2235
+ task: "Task",
2187
2236
  files: "Files",
2188
2237
  agent: "Agent",
2189
2238
  openclaw: "OpenClaw",
@@ -2197,7 +2246,7 @@ var en = {
2197
2246
  terminal: "New terminal",
2198
2247
  debugTerminal: "New debug terminal",
2199
2248
  website: "New browser",
2200
- task: "New issue",
2249
+ task: "New task",
2201
2250
  agent: "New agent"
2202
2251
  },
2203
2252
  zoomPercentInputAria: "Canvas zoom: enter a percent (e.g. 91 or 91%) or a ratio between 0 and 1; press Enter to apply",
@@ -2286,8 +2335,8 @@ var en = {
2286
2335
  installAction: "Install",
2287
2336
  comingSoonAction: "Coming soon",
2288
2337
  installedAction: "Installed",
2289
- issueTitle: "Issue",
2290
- issueDescription: "Create, assign, run, and review room issues with agents",
2338
+ issueTitle: "Tasks",
2339
+ issueDescription: "Create, assign, run, and review room tasks with agents",
2291
2340
  vibeDesignTitle: "Vibe design",
2292
2341
  vibeDesignDescription: "Draft product screens, interaction states, and visual directions",
2293
2342
  vibeVideoTitle: "Video creating",
@@ -2398,7 +2447,7 @@ var zhCNSettingsPanel = {
2398
2447
  agentNotInstalledBadge: "\u6682\u672A\u5B89\u88C5",
2399
2448
  permissionLabel: "\u6743\u9650",
2400
2449
  permissionPreset: "\u9ED8\u8BA4\u6743\u9650",
2401
- permissionAutoReview: "\u4EE3\u6211\u6279\u51C6",
2450
+ permissionAutoReview: "\u66FF\u6211\u5BA1\u6279",
2402
2451
  permissionFullAccess: "\u5B8C\u5168\u8BBF\u95EE\u6743\u9650",
2403
2452
  personalizationTitle: "\u4E2A\u6027\u5316"
2404
2453
  },
@@ -2753,7 +2802,7 @@ var zhCN = {
2753
2802
  sheetTitle: "\u8868\u683C",
2754
2803
  sheetDescription: "\u6574\u7406\u7ED3\u6784\u5316\u6570\u636E\u3001\u8868\u683C\u3001\u8BA1\u7B97\u548C\u623F\u95F4\u8BA1\u5212\u6E05\u5355",
2755
2804
  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",
2805
+ calendarDescription: "\u89C4\u5212\u623F\u95F4\u91CC\u7A0B\u7891\u3001\u8DDF\u8FDB\u4EFB\u52A1\u3001\u8BC4\u5BA1\u548C\u5171\u4EAB\u65E5\u7A0B",
2757
2806
  systemMonitorTitle: "\u7CFB\u7EDF\u76D1\u63A7",
2758
2807
  systemMonitorDescription: "\u67E5\u770B\u8FD0\u884C\u65F6\u5065\u5EB7\u5EA6\u3001\u8D44\u6E90\u4FE1\u53F7\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8",
2759
2808
  codeEditorTitle: "\u4EE3\u7801\u7F16\u8F91\u5668",
@@ -2775,7 +2824,7 @@ var zhCN = {
2775
2824
  mockSheetPreviewTitle: "\u6570\u636E\u8868\u683C",
2776
2825
  mockSheetPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u8868\u683C\u3001\u8BA1\u7B97\u3001\u7B5B\u9009\u548C\u623F\u95F4\u8BA1\u5212\u6570\u636E",
2777
2826
  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",
2827
+ mockCalendarPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u91CC\u7A0B\u7891\u3001\u4F1A\u8BAE\u3001\u8DDF\u8FDB\u4EFB\u52A1\u548C\u5171\u4EAB\u65E5\u7A0B\u5757",
2779
2828
  mockMonitorPreviewTitle: "\u8FD0\u884C\u65F6\u4FE1\u53F7",
2780
2829
  mockMonitorPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A CPU\u3001\u5185\u5B58\u3001\u7F51\u7EDC\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8\u4FE1\u53F7",
2781
2830
  mockCodePreviewTitle: "\u6E90\u7801\u5DE5\u4F5C\u533A",
@@ -2788,7 +2837,7 @@ var zhCN = {
2788
2837
  workspaceCenterSearchAria: "\u6253\u5F00\u623F\u95F4\u641C\u7D22",
2789
2838
  workspaceCenterSearchTitle: "\u5728\u5F53\u524D\u623F\u95F4\u641C\u7D22\u8282\u70B9\u3001\u5206\u533A\u4E0E\u4FBF\u7B7E",
2790
2839
  agentGui: {
2791
- initialPlaceholder: "\u8F93\u5165 @ \u5F15\u7528\u4F1A\u8BDD\u3001\u6587\u4EF6\u3001\u4E8B\u9879\u548C\u5E94\u7528",
2840
+ initialPlaceholder: "\u8F93\u5165 @ \u5F15\u7528\u4F1A\u8BDD\u3001\u6587\u4EF6\u3001\u4EFB\u52A1\u548C\u5E94\u7528",
2792
2841
  followupPlaceholder: "\u8981\u6C42 {{provider}} \u7EE7\u7EED\u540E\u7EED\u53D8\u66F4",
2793
2842
  installRequiredPlaceholder: "\u8BF7\u5148\u4ECE Dock \u5B89\u88C5 {{provider}}\uFF0C\u7136\u540E\u518D\u53D1\u9001\u6D88\u606F",
2794
2843
  collaboratorSessionReadOnlyPlaceholder: "\u975E\u5F53\u524D\u7528\u6237\u4F1A\u8BDD\uFF0C\u4E0D\u53EF\u76F4\u63A5\u5BF9\u8BDD",
@@ -2799,22 +2848,26 @@ var zhCN = {
2799
2848
  inheritedUnavailable: "\u7EE7\u627F / \u4E0D\u53EF\u7528",
2800
2849
  reasoningLabel: "\u63A8\u7406\u5F3A\u5EA6",
2801
2850
  reasoningDegreeLabel: "\u63A8\u7406\u7A0B\u5EA6",
2851
+ reasoningOptionDefault: "\u9ED8\u8BA4",
2802
2852
  reasoningOptionMinimal: "\u6700\u4F4E",
2803
2853
  reasoningOptionLow: "\u4F4E",
2804
2854
  reasoningOptionMedium: "\u4E2D",
2805
2855
  reasoningOptionHigh: "\u9AD8",
2806
2856
  reasoningOptionXHigh: "\u8D85\u9AD8",
2857
+ reasoningOptionMax: "\u6700\u9AD8",
2807
2858
  speedLabel: "\u901F\u5EA6",
2808
2859
  speedSelectionLabel: "\u901F\u5EA6",
2809
2860
  speedOptionStandard: "\u6807\u51C6",
2861
+ speedOptionStandardDescription: "\u6807\u51C6\u901F\u5EA6",
2810
2862
  speedOptionFast: "\u5FEB\u901F",
2863
+ speedOptionFastDescription: "1.5 \u500D\u901F\u5EA6\uFF0C\u7528\u91CF\u589E\u52A0",
2811
2864
  permissionModeReadOnly: "\u8BF7\u6C42\u6279\u51C6",
2812
- permissionModeAuto: "\u4EE3\u6211\u6279\u51C6",
2865
+ permissionModeAuto: "\u66FF\u6211\u5BA1\u6279",
2813
2866
  permissionModeFullAccess: "\u5B8C\u5168\u8BBF\u95EE\u6743\u9650",
2814
2867
  permissionSemantics: {
2815
2868
  "ask-before-write": {
2816
2869
  label: "\u8BF7\u6C42\u6279\u51C6",
2817
- description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u6216\u4F7F\u7528\u4E92\u8054\u7F51\u524D\u59CB\u7EC8\u8BE2\u95EE\u4F60"
2870
+ description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u548C\u4F7F\u7528\u4E92\u8054\u7F51\u65F6\u59CB\u7EC8\u8BE2\u95EE"
2818
2871
  },
2819
2872
  "accept-edits": {
2820
2873
  label: "\u63A5\u53D7\u7F16\u8F91",
@@ -2825,12 +2878,12 @@ var zhCN = {
2825
2878
  description: "\u4E0D\u4F1A\u5F39\u51FA\u786E\u8BA4\uFF1B\u672A\u83B7\u5141\u8BB8\u7684\u64CD\u4F5C\u4F1A\u88AB\u76F4\u63A5\u62D2\u7EDD"
2826
2879
  },
2827
2880
  auto: {
2828
- label: "\u4EE3\u6211\u6279\u51C6",
2829
- description: "\u4EC5\u5728\u68C0\u6D4B\u5230\u53EF\u80FD\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u65F6\u8BE2\u95EE\u4F60"
2881
+ label: "\u66FF\u6211\u5BA1\u6279",
2882
+ description: "\u4EC5\u5BF9\u68C0\u6D4B\u5230\u7684\u98CE\u9669\u64CD\u4F5C\u8BF7\u6C42\u6279\u51C6"
2830
2883
  },
2831
2884
  "full-access": {
2832
- label: "\u5B8C\u5168\u8BBF\u95EE",
2833
- description: "\u53EF\u4E0D\u53D7\u9650\u5236\u5730\u8BBF\u95EE\u4E92\u8054\u7F51\u548C\u4F60\u7535\u8111\u4E0A\u7684\u4EFB\u4F55\u6587\u4EF6"
2885
+ label: "\u5B8C\u5168\u8BBF\u95EE\u6743\u9650",
2886
+ description: "\u53EF\u4E0D\u53D7\u9650\u5236\u5730\u8BBF\u95EE\u4E92\u8054\u7F51\u548C\u60A8\u7535\u8111\u4E0A\u7684\u4EFB\u4F55\u6587\u4EF6"
2834
2887
  },
2835
2888
  unconfigurable: {
2836
2889
  label: "\u56FA\u5B9A\u6A21\u5F0F",
@@ -2841,15 +2894,15 @@ var zhCN = {
2841
2894
  codex: {
2842
2895
  "read-only": {
2843
2896
  label: "\u8BF7\u6C42\u6279\u51C6",
2844
- description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u6216\u4F7F\u7528\u4E92\u8054\u7F51\u524D\u59CB\u7EC8\u8BE2\u95EE\u4F60"
2897
+ description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u548C\u4F7F\u7528\u4E92\u8054\u7F51\u65F6\u59CB\u7EC8\u8BE2\u95EE"
2845
2898
  },
2846
2899
  auto: {
2847
- label: "\u4EE3\u6211\u6279\u51C6",
2848
- description: "\u4EC5\u5728\u68C0\u6D4B\u5230\u53EF\u80FD\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u65F6\u8BE2\u95EE\u4F60"
2900
+ label: "\u66FF\u6211\u5BA1\u6279",
2901
+ description: "\u4EC5\u5BF9\u68C0\u6D4B\u5230\u7684\u98CE\u9669\u64CD\u4F5C\u8BF7\u6C42\u6279\u51C6"
2849
2902
  },
2850
2903
  "full-access": {
2851
- label: "\u5B8C\u5168\u8BBF\u95EE",
2852
- description: "\u53EF\u4E0D\u53D7\u9650\u5236\u5730\u8BBF\u95EE\u4E92\u8054\u7F51\u548C\u4F60\u7535\u8111\u4E0A\u7684\u4EFB\u4F55\u6587\u4EF6"
2904
+ label: "\u5B8C\u5168\u8BBF\u95EE\u6743\u9650",
2905
+ description: "\u53EF\u4E0D\u53D7\u9650\u5236\u5730\u8BBF\u95EE\u4E92\u8054\u7F51\u548C\u60A8\u7535\u8111\u4E0A\u7684\u4EFB\u4F55\u6587\u4EF6"
2853
2906
  }
2854
2907
  },
2855
2908
  nexight: {
@@ -2858,7 +2911,7 @@ var zhCN = {
2858
2911
  description: "\u7F16\u8F91\u5916\u90E8\u6587\u4EF6\u6216\u4F7F\u7528\u4E92\u8054\u7F51\u524D\u59CB\u7EC8\u8BE2\u95EE\u4F60"
2859
2912
  },
2860
2913
  auto: {
2861
- label: "\u4EE3\u6211\u6279\u51C6",
2914
+ label: "\u66FF\u6211\u5BA1\u6279",
2862
2915
  description: "\u4EC5\u5728\u68C0\u6D4B\u5230\u53EF\u80FD\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u65F6\u8BE2\u95EE\u4F60"
2863
2916
  },
2864
2917
  "full-access": {
@@ -2868,7 +2921,7 @@ var zhCN = {
2868
2921
  },
2869
2922
  "claude-code": {
2870
2923
  default: {
2871
- label: "\u9ED8\u8BA4",
2924
+ label: "\u9ED8\u8BA4\u6743\u9650",
2872
2925
  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
2926
  },
2874
2927
  acceptEdits: {
@@ -2897,6 +2950,8 @@ var zhCN = {
2897
2950
  }
2898
2951
  }
2899
2952
  },
2953
+ modelContextWindowSuffix: "\u4E0A\u4E0B\u6587\u7A97\u53E3",
2954
+ modelTooltipVersionLabel: "\u7248\u672C",
2900
2955
  modelDescriptions: {
2901
2956
  frontierComplexCoding: "\u9002\u5408\u590D\u6742\u7F16\u7801\u3001\u7814\u7A76\u548C\u771F\u5B9E\u5DE5\u4F5C\u573A\u666F\u7684\u524D\u6CBF\u6A21\u578B",
2902
2957
  everydayCoding: "\u9002\u5408\u65E5\u5E38\u7F16\u7801\u7684\u5F3A\u529B\u6A21\u578B",
@@ -2931,11 +2986,11 @@ var zhCN = {
2931
2986
  slashStatusContextUnavailable: "\u4E0A\u4E0B\u6587\u7528\u91CF\u4E0D\u53EF\u7528",
2932
2987
  slashStatusLimitsUnavailable: "\u5F53\u524D Agent \u672A\u63D0\u4F9B\u989D\u5EA6\u9650\u5236",
2933
2988
  usageChipLabel: "\u4E0A\u4E0B\u6587 {{percent}}%",
2934
- usagePopoverTitle: "\u7528\u91CF",
2989
+ usagePopoverTitle: "\u8BA1\u5212\u7528\u91CF",
2990
+ usageContextWindowLabel: "\u4E0A\u4E0B\u6587\u7A97\u53E3",
2935
2991
  usageTokensLabel: "Token \u7528\u91CF",
2936
2992
  usageLimitsLabel: "\u9650\u989D",
2937
2993
  usageCompactAction: "\u538B\u7F29",
2938
- usageCompactTooltip: "\u538B\u7F29\u4F1A\u8BDD\u4E0A\u4E0B\u6587\uFF08/compact\uFF09",
2939
2994
  usageAlertWarnMessage: "\u4E0A\u4E0B\u6587\u5DF2\u4F7F\u7528 {{percent}}%\uFF0C\u5EFA\u8BAE\u538B\u7F29\u4F1A\u8BDD\u3002",
2940
2995
  usageAlertCriticalMessage: "\u4E0A\u4E0B\u6587\u5DF2\u4F7F\u7528 {{percent}}%\uFF0C\u8BF7\u7ACB\u5373\u538B\u7F29\u4EE5\u7EE7\u7EED\u4F1A\u8BDD\u3002",
2941
2996
  usageAlertDismiss: "\u5173\u95ED\u63D0\u9192",
@@ -2976,8 +3031,8 @@ var zhCN = {
2976
3031
  prompt: "\u8BA9 Agent \u77E5\u9053\u5728\u54EA\u91CC\u8BFB\u6587\u4EF6\u3001\u8FD0\u884C\u547D\u4EE4\u548C\u7406\u89E3\u4EE3\u7801"
2977
3032
  },
2978
3033
  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"
3034
+ label: "\u5584\u7528\u4EFB\u52A1",
3035
+ 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
3036
  },
2982
3037
  mapCurrentState: {
2983
3038
  label: "\u5148\u68B3\u7406\u73B0\u72B6",
@@ -2985,7 +3040,7 @@ var zhCN = {
2985
3040
  },
2986
3041
  continueRecentSession: {
2987
3042
  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"
3043
+ 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
3044
  },
2990
3045
  referenceOtherAgents: {
2991
3046
  label: "\u5F15\u7528\u5176\u4ED6 Agent \u5BF9\u8BDD\u5386\u53F2",
@@ -3064,13 +3119,12 @@ var zhCN = {
3064
3119
  searchNoConversations: "\u6682\u65E0\u76F8\u5173\u4F1A\u8BDD",
3065
3120
  conversationUnavailable: "\u4F1A\u8BDD\u4E0D\u53EF\u7528\u3002",
3066
3121
  contextPickerBrowseHint: "\u6839\u636E\u4F60\u8F93\u5165\u7684\u5185\u5BB9\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
3067
- contextPickerBrowseAllHint: "\u6839\u636E\u4F60\u8F93\u5165\u7684\u5185\u5BB9\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
3068
3122
  contextPickerBrowseFileHint: "\u6682\u65E0\u5DF2\u6253\u5F00\u6216 Agent \u751F\u6210\u7684\u6587\u4EF6\uFF0C\u7EE7\u7EED\u8F93\u5165\u6587\u4EF6\u540D\u53EF\u641C\u7D22\u672C\u673A\u6587\u4EF6",
3069
3123
  mentionFileSearchMoreHint: "\u7EE7\u7EED\u8F93\u5165\u6587\u4EF6\u540D\u53EF\u641C\u7D22\u66F4\u591A\u672C\u673A\u6587\u4EF6",
3070
3124
  contextPickerBrowseAppHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u5E94\u7528",
3071
3125
  contextPickerBrowseSessionHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u6211\u53D1\u8D77\u7684 Agent \u4F1A\u8BDD",
3072
3126
  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",
3127
+ contextPickerBrowseIssueHint: "\u8F93\u5165\u5185\u5BB9\u4EE5\u641C\u7D22\u5F53\u524D\u623F\u95F4\u5185\u7684\u4EFB\u52A1",
3074
3128
  workspaceAppFactoryMentionFallback: "\u521B\u5EFA\u5E94\u7528",
3075
3129
  contextPickerExpandMore: "\u5C55\u5F00\u66F4\u591A {{count}} \u6761",
3076
3130
  contextPickerCategoryFileDescription: "\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6\u548C\u76EE\u5F55",
@@ -3083,7 +3137,7 @@ var zhCN = {
3083
3137
  sectionToday: "\u4ECA\u5929",
3084
3138
  sectionYesterday: "\u6628\u5929",
3085
3139
  sectionEarlier: "\u66F4\u65E9",
3086
- projectSectionEdit: "\u7F16\u8F91",
3140
+ projectSectionEdit: "\u65B0\u5EFA\u4F1A\u8BDD",
3087
3141
  projectSectionMoreActions: "\u9879\u76EE\u64CD\u4F5C",
3088
3142
  projectRailCreateProject: "\u65B0\u5EFA\u9879\u76EE",
3089
3143
  projectRailLinkExistingProject: "\u5173\u8054\u5DF2\u6709\u9879\u76EE\u6587\u4EF6",
@@ -3118,6 +3172,15 @@ var zhCN = {
3118
3172
  activatingSession: "\u6B63\u5728\u8FDE\u63A5\u4F1A\u8BDD...",
3119
3173
  retryActivation: "\u91CD\u8BD5",
3120
3174
  continueInNewConversation: "\u53BB\u65B0\u4F1A\u8BDD",
3175
+ goalLabel: "\u76EE\u6807",
3176
+ goalStatusActive: "\u8FDB\u884C\u4E2D",
3177
+ goalStatusPaused: "\u5DF2\u6682\u505C",
3178
+ goalStatusBlocked: "\u5DF2\u963B\u585E",
3179
+ goalStatusUsageLimited: "\u7528\u91CF\u53D7\u9650",
3180
+ goalStatusBudgetLimited: "\u9884\u7B97\u53D7\u9650",
3181
+ goalStatusComplete: "\u5DF2\u5B8C\u6210",
3182
+ goalBudgetUsage: "{{used}}/{{budget}} tokens",
3183
+ goalClearHint: "\u8F93\u5165 /goal clear \u6E05\u9664",
3121
3184
  processing: "\u6B63\u5728\u89C4\u5212\u4E0B\u4E00\u6B65",
3122
3185
  promptImagesUnsupported: "\u5F53\u524D\u6A21\u578B\u4E0D\u652F\u6301\u56FE\u7247\u8F93\u5165\u3002",
3123
3186
  visibleErrorStartFailed: "{{provider}} \u542F\u52A8\u5931\u8D25",
@@ -3171,6 +3234,7 @@ var zhCN = {
3171
3234
  shortcutEnter: "Enter",
3172
3235
  shortcutCmdEnter: "Cmd + Enter",
3173
3236
  shortcutCtrEnter: "Ctr + Enter",
3237
+ openConversationWindow: "\u5728\u65B0\u7A97\u53E3\u6253\u5F00\u4F1A\u8BDD",
3174
3238
  deleteSession: "\u5220\u9664\u4F1A\u8BDD",
3175
3239
  pinSession: "\u7F6E\u9876\u4F1A\u8BDD",
3176
3240
  unpinSession: "\u53D6\u6D88\u7F6E\u9876",
@@ -3191,8 +3255,23 @@ var zhCN = {
3191
3255
  slashPaletteCommandsGroup: "\u547D\u4EE4",
3192
3256
  slashPaletteCapabilitiesGroup: "\u80FD\u529B",
3193
3257
  slashPaletteSkillsGroup: "\u6280\u80FD",
3258
+ slashPalettePluginsGroup: "\u63D2\u4EF6",
3259
+ slashPaletteConnectorsGroup: "\u8FDE\u63A5\u5668",
3260
+ slashPaletteMcpGroup: "MCP",
3194
3261
  browserUseCapabilityLabel: "\u6D4F\u89C8\u5668",
3195
3262
  browserUseCapabilityDescription: "\u8BA9 Agent \u4F7F\u7528\u6D4F\u89C8\u5668\u3002",
3263
+ browserUseCapabilityDescriptionAutoConnect: "\u5F53\u524D\u914D\u7F6E\uFF1A\u590D\u7528\u5DF2\u767B\u5F55\u7684 Chrome\u3002",
3264
+ browserUseCapabilityDescriptionIsolated: "\u5F53\u524D\u914D\u7F6E\uFF1A\u4F7F\u7528\u72EC\u7ACB\u6D4F\u89C8\u5668\u3002",
3265
+ browserUseCapabilitySettingsLabel: "\u6D4F\u89C8\u5668\u8BBE\u7F6E",
3266
+ browserUseCapabilitySettingsDescription: "\u914D\u7F6E Agent \u4F7F\u7528\u7684\u6D4F\u89C8\u5668\u3002",
3267
+ capabilityInlineSettingsLabel: "\u8BBE\u7F6E",
3268
+ computerUseCapabilityLabel: "\u7535\u8111\u63A7\u5236",
3269
+ computerUseCapabilityDescription: "\u8BA9 Agent \u63A7\u5236 macOS \u684C\u9762\u3002",
3270
+ computerUseCapabilitySetupRequiredDescription: "\u672A\u5B89\u88C5\u3002\u6309 Enter \u6253\u5F00\u8BBE\u7F6E\u3002",
3271
+ computerUseCapabilityAuthorizationRequiredDescription: "\u9700\u8981\u6388\u6743\u3002\u6309 Enter \u6253\u5F00\u8BBE\u7F6E\u3002",
3272
+ computerUseCapabilityAuthorizationUnknownDescription: "\u65E0\u6CD5\u786E\u8BA4\u6388\u6743\u72B6\u6001\u3002\u6309 Enter \u6253\u5F00\u8BBE\u7F6E\u3002",
3273
+ computerUseCapabilitySettingsLabel: "\u7535\u8111\u63A7\u5236\u8BBE\u7F6E",
3274
+ computerUseCapabilitySettingsDescription: "\u5B89\u88C5\u3001\u79FB\u9664\u6216\u6388\u6743\u7535\u8111\u63A7\u5236\u3002",
3196
3275
  fileMentionPalette: "\u5DE5\u4F5C\u533A\u6587\u4EF6",
3197
3276
  fileMentionLoading: "\u6B63\u5728\u641C\u7D22\u5DE5\u4F5C\u533A...",
3198
3277
  fileMentionEmpty: "\u6839\u636E\u4F60\u8F93\u5165\u7684\u5185\u5BB9\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
@@ -3201,37 +3280,55 @@ var zhCN = {
3201
3280
  addReference: "\u6DFB\u52A0\u5F15\u7528",
3202
3281
  referenceWorkspaceFiles: "\u5F15\u7528\u7A7A\u95F4\u6587\u4EF6",
3203
3282
  referencePicker: {
3283
+ clearFilter: "\u6E05\u9664\u7B5B\u9009",
3204
3284
  confirm: "\u4F7F\u7528\u5DF2\u9009\u5F15\u7528",
3205
3285
  emptyDirectory: "\u5F53\u524D\u76EE\u5F55\u4E3A\u7A7A",
3286
+ emptyPreview: "\u9009\u62E9\u4E00\u4E2A\u6587\u4EF6\u67E5\u770B\u8BE6\u60C5",
3206
3287
  emptySearch: "\u6CA1\u6709\u5339\u914D\u7684\u6587\u4EF6\u6216\u6587\u4EF6\u5939",
3288
+ fileTypeAll: "\u5168\u90E8\u7C7B\u578B",
3289
+ fileTypeDocument: "\u6587\u6863",
3290
+ fileTypeImage: "\u56FE\u7247",
3291
+ fileTypeOther: "\u5176\u4ED6",
3292
+ fileTypeSeparator: "\u3001",
3293
+ fileTypeVideo: "\u89C6\u9891",
3294
+ fileTypeWebpage: "\u7F51\u9875",
3295
+ loadMore: "\u52A0\u8F7D\u66F4\u591A",
3296
+ loadMoreGroups: "\u62C9\u53D6\u66F4\u591A",
3207
3297
  loading: "\u6B63\u5728\u52A0\u8F7D",
3208
3298
  previewBinary: "\u8FD9\u4E2A\u6587\u4EF6\u66F4\u50CF\u4E8C\u8FDB\u5236\u5185\u5BB9",
3209
3299
  previewDecodeFailed: "\u6682\u65F6\u65E0\u6CD5\u6309 UTF-8 \u6587\u672C\u89E3\u7801\u8FD9\u4E2A\u6587\u4EF6",
3210
3300
  previewError: "\u52A0\u8F7D\u9884\u89C8\u5931\u8D25",
3211
3301
  previewFileTooLarge: "\u8FD9\u4E2A\u6587\u4EF6\u8D85\u8FC7\u4E86 {{maxSize}}",
3212
3302
  previewFolder: "\u6682\u4E0D\u652F\u6301\u9884\u89C8\u6587\u4EF6\u5939",
3303
+ previewHierarchy: "\u6240\u5C5E\u5C42\u7EA7",
3213
3304
  previewLoading: "\u6B63\u5728\u52A0\u8F7D\u9884\u89C8",
3305
+ previewModified: "\u4EA7\u51FA\u65F6\u95F4",
3306
+ previewSize: "\u6587\u4EF6\u5927\u5C0F",
3307
+ previewSource: "\u4EA7\u51FA\u6765\u6E90",
3214
3308
  previewTextTooLarge: "\u8FD9\u4E2A\u6587\u672C\u6587\u4EF6\u8D85\u8FC7\u4E86 {{maxSize}}",
3309
+ previewTooLarge: "\u6587\u4EF6\u8FC7\u5927\uFF0C\u65E0\u6CD5\u9884\u89C8",
3215
3310
  previewUnavailable: "\u5F53\u524D\u5DE5\u4F5C\u533A\u65E0\u6CD5\u9884\u89C8\u6587\u4EF6",
3216
3311
  previewUnsupported: "\u6682\u4E0D\u652F\u6301\u9884\u89C8\u8FD9\u79CD\u6587\u4EF6\u7C7B\u578B",
3217
3312
  searchPlaceholder: "\u641C\u7D22\u6587\u4EF6\u548C\u6587\u4EF6\u5939",
3313
+ selectGroupHint: "\u4ECE\u5DE6\u4FA7\u9009\u62E9\u4E00\u4E2A\u76EE\u5F55",
3218
3314
  selectedCount: "\u5DF2\u9009\u62E9 {{count}} \u9879",
3219
- title: "\u9009\u62E9\u5DE5\u4F5C\u533A\u5F15\u7528"
3315
+ title: "\u9009\u62E9\u5DE5\u4F5C\u533A\u5F15\u7528",
3316
+ sourceColumn: "\u5206\u7C7B",
3317
+ workspaceRootGroup: "\u5DE5\u4F5C\u533A"
3220
3318
  },
3221
3319
  projectLocked: "\u4F1A\u8BDD\u5F00\u59CB\u540E\u9879\u76EE\u4E0D\u53EF\u66F4\u6539",
3222
3320
  projectMissingDescription: "\u6B64\u5BF9\u8BDD\u7684\u5DE5\u4F5C\u76EE\u5F55\u5DF2\u4E0D\u5B58\u5728",
3223
3321
  fileMentionSwitchCategory: "\u5207\u6362\u5206\u7C7B",
3224
3322
  fileMentionSwitchSelection: "\u5207\u6362\u9009\u4E2D",
3225
- mentionFilterAll: "\u5168\u90E8",
3226
3323
  mentionFilterFile: "\u6587\u4EF6",
3227
3324
  mentionFilterApp: "\u5E94\u7528",
3228
3325
  mentionFilterSession: "\u4F1A\u8BDD",
3229
3326
  mentionFilterCollab: "\u534F\u4F5C",
3230
- mentionFilterIssue: "\u4E8B\u9879",
3327
+ mentionFilterIssue: "\u4EFB\u52A1",
3231
3328
  mentionKindApp: "\u5E94\u7528",
3232
3329
  mentionKindAppFactory: "\u5E94\u7528\u5DE5\u5382",
3233
3330
  mentionKindFile: "\u6587\u4EF6",
3234
- mentionKindIssue: "\u4E8B\u9879",
3331
+ mentionKindIssue: "\u4EFB\u52A1",
3235
3332
  mentionKindSession: "\u4F1A\u8BDD",
3236
3333
  mentionGroupFiles: "\u6587\u4EF6",
3237
3334
  mentionGroupOpenedFiles: "\u6211\u6253\u5F00\u7684\u6587\u4EF6",
@@ -3239,22 +3336,23 @@ var zhCN = {
3239
3336
  mentionGroupApps: "\u5E94\u7528",
3240
3337
  mentionGroupMySessions: "\u6211\u7684\u4F1A\u8BDD",
3241
3338
  mentionGroupCollabSessions: "\u534F\u4F5C\u4F1A\u8BDD",
3242
- mentionGroupIssues: "\u4E8B\u9879",
3339
+ mentionGroupIssues: "\u4EFB\u52A1",
3243
3340
  mentionEmptyMySessions: "\u6682\u65E0\u4F1A\u8BDD",
3244
3341
  mentionEmptyCollabSessions: "\u6682\u65E0\u534F\u4F5C\u4F1A\u8BDD",
3245
3342
  mentionEmptyApps: "\u6682\u65E0\u5E94\u7528",
3246
- mentionEmptyIssues: "\u6682\u65E0\u4E8B\u9879",
3343
+ mentionEmptyIssues: "\u6682\u65E0\u4EFB\u52A1",
3247
3344
  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
3345
  mentionEmptyAgentGeneratedFiles: "\u6682\u65E0 Agent \u751F\u6210\u7684\u6587\u4EF6",
3249
3346
  mentionAgentGeneratedFolderBack: "\u8FD4\u56DE",
3250
3347
  mentionAgentGeneratedFolderFileCount: "{{count}} \u4E2A\u6587\u4EF6",
3251
3348
  mentionNoMatchingFiles: "\u6CA1\u6709\u5339\u914D\u5230\u6587\u4EF6",
3349
+ mentionOpenReferences: "\u67E5\u770B\u4EA7\u7269\u6587\u4EF6",
3252
3350
  issueRunPrompt: {
3253
3351
  currentWorkingDirectoryLabel: "\u5F53\u524D\u5DE5\u4F5C\u76EE\u5F55",
3254
3352
  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",
3353
+ intro: "\u4F60\u6B63\u5728\u5904\u7406\u4E00\u4E2A\u4EFB\u52A1\u3002",
3354
+ issueContentLabel: "\u4EFB\u52A1\u5185\u5BB9",
3355
+ issueTitleLabel: "\u4EFB\u52A1\u6807\u9898",
3258
3356
  missingContent: "\uFF08\u65E0\u8865\u5145\u5185\u5BB9\uFF09",
3259
3357
  noReferences: "- \uFF08\u65E0\u5F15\u7528\u8D44\u6599\uFF09",
3260
3358
  referencesLabel: "\u5F15\u7528\u8D44\u6599",
@@ -3854,7 +3952,7 @@ var zhCN = {
3854
3952
  titlePlaceholder: "\u8BF7\u8F93\u5165\u4EFB\u52A1\u6807\u9898",
3855
3953
  fieldDescription: "\u9700\u6C42\u63CF\u8FF0",
3856
3954
  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",
3955
+ descriptionPlaceholderLegacy: "\u63CF\u8FF0\u4EFB\u52A1\u80CC\u666F\u3001\u76EE\u6807\u548C\u671F\u671B\u7ED3\u679C\u3002",
3858
3956
  fieldPriority: "\u4F18\u5148\u7EA7",
3859
3957
  priorityOptionMedium: "\u4E2D",
3860
3958
  priorityOptionHigh: "\u9AD8",
@@ -4637,7 +4735,7 @@ var zhCN = {
4637
4735
  sheetTitle: "\u8868\u683C",
4638
4736
  sheetDescription: "\u6574\u7406\u7ED3\u6784\u5316\u6570\u636E\u3001\u8868\u683C\u3001\u8BA1\u7B97\u548C\u623F\u95F4\u8BA1\u5212\u6E05\u5355",
4639
4737
  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",
4738
+ calendarDescription: "\u89C4\u5212\u623F\u95F4\u91CC\u7A0B\u7891\u3001\u8DDF\u8FDB\u4EFB\u52A1\u3001\u8BC4\u5BA1\u548C\u5171\u4EAB\u65E5\u7A0B",
4641
4739
  systemMonitorTitle: "\u7CFB\u7EDF\u76D1\u63A7",
4642
4740
  systemMonitorDescription: "\u67E5\u770B\u8FD0\u884C\u65F6\u5065\u5EB7\u5EA6\u3001\u8D44\u6E90\u4FE1\u53F7\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8",
4643
4741
  codeEditorTitle: "\u4EE3\u7801\u7F16\u8F91\u5668",
@@ -4659,7 +4757,7 @@ var zhCN = {
4659
4757
  mockSheetPreviewTitle: "\u6570\u636E\u8868\u683C",
4660
4758
  mockSheetPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u8868\u683C\u3001\u8BA1\u7B97\u3001\u7B5B\u9009\u548C\u623F\u95F4\u8BA1\u5212\u6570\u636E",
4661
4759
  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",
4760
+ mockCalendarPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A\u91CC\u7A0B\u7891\u3001\u4F1A\u8BAE\u3001\u8DDF\u8FDB\u4EFB\u52A1\u548C\u5171\u4EAB\u65E5\u7A0B\u5757",
4663
4761
  mockMonitorPreviewTitle: "\u8FD0\u884C\u65F6\u4FE1\u53F7",
4664
4762
  mockMonitorPreviewBody: "\u8FD9\u91CC\u5C06\u5C55\u793A CPU\u3001\u5185\u5B58\u3001\u7F51\u7EDC\u548C\u5DE5\u4F5C\u533A\u6D3B\u52A8\u4FE1\u53F7",
4665
4763
  mockCodePreviewTitle: "\u6E90\u7801\u5DE5\u4F5C\u533A",
@@ -4790,4 +4888,4 @@ export {
4790
4888
  AgentGuiI18nProvider,
4791
4889
  useTranslation
4792
4890
  };
4793
- //# sourceMappingURL=chunk-FSTZDNRM.js.map
4891
+ //# sourceMappingURL=chunk-SIDWRR5I.js.map