@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
@@ -72,8 +72,8 @@ declare const agentGuiI18nResources: {
72
72
  readonly terminals_other: "{{count}} terminals";
73
73
  readonly agents_one: "{{count}} agent";
74
74
  readonly agents_other: "{{count}} agents";
75
- readonly tasks_one: "{{count}} issue";
76
- readonly tasks_other: "{{count}} issues";
75
+ readonly tasks_one: "{{count}} task";
76
+ readonly tasks_other: "{{count}} tasks";
77
77
  };
78
78
  readonly appHeader: {
79
79
  readonly togglePrimarySidebar: "Toggle Primary Sidebar";
@@ -272,8 +272,8 @@ declare const agentGuiI18nResources: {
272
272
  readonly installAction: "Install";
273
273
  readonly comingSoonAction: "Coming soon";
274
274
  readonly installedAction: "Installed";
275
- readonly issueTitle: "Issue";
276
- readonly issueDescription: "Create, assign, run, and review room issues with agents";
275
+ readonly issueTitle: "Tasks";
276
+ readonly issueDescription: "Create, assign, run, and review room tasks with agents";
277
277
  readonly vibeDesignTitle: "Vibe design";
278
278
  readonly vibeDesignDescription: "Draft product screens, interaction states, and visual directions";
279
279
  readonly vibeVideoTitle: "Video creating";
@@ -322,7 +322,7 @@ declare const agentGuiI18nResources: {
322
322
  readonly workspaceCenterSearchAria: "Open room search";
323
323
  readonly workspaceCenterSearchTitle: "Search nodes, partitions, and notes in this room";
324
324
  readonly agentGui: {
325
- readonly initialPlaceholder: "Type @ to reference sessions, files, issues, and apps";
325
+ readonly initialPlaceholder: "Type @ to reference sessions, files, tasks, and apps";
326
326
  readonly followupPlaceholder: "Request follow-up changes from {{provider}}";
327
327
  readonly installRequiredPlaceholder: "Install {{provider}} from the dock to send messages";
328
328
  readonly collaboratorSessionReadOnlyPlaceholder: "This session belongs to another user and cannot be replied to directly";
@@ -333,15 +333,19 @@ declare const agentGuiI18nResources: {
333
333
  readonly inheritedUnavailable: "Inherited / unavailable";
334
334
  readonly reasoningLabel: "Reasoning";
335
335
  readonly reasoningDegreeLabel: "Reasoning level";
336
+ readonly reasoningOptionDefault: "Default";
336
337
  readonly reasoningOptionMinimal: "Minimal";
337
338
  readonly reasoningOptionLow: "Low";
338
339
  readonly reasoningOptionMedium: "Medium";
339
340
  readonly reasoningOptionHigh: "High";
340
341
  readonly reasoningOptionXHigh: "X-High";
342
+ readonly reasoningOptionMax: "Max";
341
343
  readonly speedLabel: "Speed";
342
344
  readonly speedSelectionLabel: "Speed";
343
345
  readonly speedOptionStandard: "Standard";
346
+ readonly speedOptionStandardDescription: "Standard speed";
344
347
  readonly speedOptionFast: "Fast";
348
+ readonly speedOptionFastDescription: "1.5x speed, increased usage";
345
349
  readonly permissionModeReadOnly: "Ask for approval";
346
350
  readonly permissionModeAuto: "Approve for me";
347
351
  readonly permissionModeFullAccess: "Full access";
@@ -431,6 +435,8 @@ declare const agentGuiI18nResources: {
431
435
  };
432
436
  };
433
437
  };
438
+ readonly modelContextWindowSuffix: "context window";
439
+ readonly modelTooltipVersionLabel: "Version";
434
440
  readonly modelDescriptions: {
435
441
  readonly frontierComplexCoding: "Frontier model for complex coding, research, and real-world work";
436
442
  readonly everydayCoding: "Strong model for everyday coding";
@@ -465,11 +471,11 @@ declare const agentGuiI18nResources: {
465
471
  readonly slashStatusContextUnavailable: "Context usage unavailable";
466
472
  readonly slashStatusLimitsUnavailable: "Rate limits unavailable from this agent";
467
473
  readonly usageChipLabel: "Context {{percent}}%";
468
- readonly usagePopoverTitle: "Usage";
474
+ readonly usagePopoverTitle: "Plan usage";
475
+ readonly usageContextWindowLabel: "Context window";
469
476
  readonly usageTokensLabel: "Tokens";
470
477
  readonly usageLimitsLabel: "Limits";
471
478
  readonly usageCompactAction: "Compact";
472
- readonly usageCompactTooltip: "Compact the conversation context (/compact)";
473
479
  readonly usageAlertWarnMessage: "Context is {{percent}}% full. Consider compacting the conversation.";
474
480
  readonly usageAlertCriticalMessage: "Context is {{percent}}% full. Compact now to keep the session going.";
475
481
  readonly usageAlertDismiss: "Dismiss";
@@ -510,8 +516,8 @@ declare const agentGuiI18nResources: {
510
516
  readonly prompt: "Let the Agent know where to read files, run commands, and understand code.";
511
517
  };
512
518
  readonly useIssue: {
513
- readonly label: "Use Issues well";
514
- readonly prompt: "Put requirements, constraints, and acceptance criteria in an Issue so the Agent can work toward a clear target.";
519
+ readonly label: "Use Tasks well";
520
+ readonly prompt: "Put requirements, constraints, and acceptance criteria in a Task so the Agent can work toward a clear target.";
515
521
  };
516
522
  readonly mapCurrentState: {
517
523
  readonly label: "Map the current state";
@@ -562,7 +568,7 @@ declare const agentGuiI18nResources: {
562
568
  readonly batchRunnerAgent: "Agent";
563
569
  readonly batchRunnerCase: "Case";
564
570
  readonly batchRunnerStatus: "Status";
565
- readonly batchRunnerIssues: "Issues";
571
+ readonly batchRunnerIssues: "Tasks";
566
572
  readonly batchRunnerSession: "Session";
567
573
  readonly batchRunnerSessionEmpty: "Select a case with a session to inspect its timeline.";
568
574
  readonly batchRunnerSessionLoading: "Loading";
@@ -580,7 +586,7 @@ declare const agentGuiI18nResources: {
580
586
  readonly batchRunnerStatus_error: "Error";
581
587
  readonly batchRunnerProgress: "Progress";
582
588
  readonly batchRunnerTotalCases: "{{count}} cases";
583
- readonly batchRunnerIssueCases: "{{count}} issues";
589
+ readonly batchRunnerIssueCases: "{{count}} tasks";
584
590
  readonly batchRunnerSearchPlaceholder: "Search cases";
585
591
  readonly batchRunnerAllStatuses: "All statuses";
586
592
  readonly batchRunnerActions: "Actions";
@@ -598,26 +604,25 @@ declare const agentGuiI18nResources: {
598
604
  readonly searchNoConversations: "No related sessions";
599
605
  readonly conversationUnavailable: "Session unavailable.";
600
606
  readonly contextPickerBrowseHint: "Search workspace files based on your input";
601
- readonly contextPickerBrowseAllHint: "Search workspace files based on your input";
602
607
  readonly contextPickerBrowseFileHint: "No opened or Agent-generated files yet. Type a file name to search your computer.";
603
608
  readonly mentionFileSearchMoreHint: "Type a file name to search for more files on your computer";
604
609
  readonly contextPickerBrowseAppHint: "Type to search apps";
605
610
  readonly contextPickerBrowseSessionHint: "Type to search agent sessions that I started";
606
611
  readonly contextPickerBrowseCollabHint: "Type to search teammate and agent sessions";
607
- readonly contextPickerBrowseIssueHint: "Type to search issues in the current room";
612
+ readonly contextPickerBrowseIssueHint: "Type to search tasks in the current room";
608
613
  readonly workspaceAppFactoryMentionFallback: "Create app";
609
614
  readonly contextPickerExpandMore: "Show {{count}} more";
610
615
  readonly contextPickerCategoryFileDescription: "Search Files and folders";
611
616
  readonly contextPickerCategorySessionDescription: "Find agent sessions that I started";
612
617
  readonly contextPickerCategoryCollabDescription: "Browse sessions between teammates and agents";
613
- readonly contextPickerCategoryTaskDescription: "Find issues in the current room";
618
+ readonly contextPickerCategoryTaskDescription: "Find tasks in the current room";
614
619
  readonly searchPlaceholder: "Search sessions";
615
620
  readonly sectionPinned: "Pinned";
616
621
  readonly sectionConversations: "Chats";
617
622
  readonly sectionToday: "Today";
618
623
  readonly sectionYesterday: "Yesterday";
619
624
  readonly sectionEarlier: "Earlier";
620
- readonly projectSectionEdit: "Edit";
625
+ readonly projectSectionEdit: "New session";
621
626
  readonly projectSectionMoreActions: "Project actions";
622
627
  readonly projectRailCreateProject: "New project";
623
628
  readonly projectRailLinkExistingProject: "Link existing project folder";
@@ -652,6 +657,15 @@ declare const agentGuiI18nResources: {
652
657
  readonly activatingSession: "Connecting session...";
653
658
  readonly retryActivation: "Retry";
654
659
  readonly continueInNewConversation: "New session";
660
+ readonly goalLabel: "Goal";
661
+ readonly goalStatusActive: "Active";
662
+ readonly goalStatusPaused: "Paused";
663
+ readonly goalStatusBlocked: "Blocked";
664
+ readonly goalStatusUsageLimited: "Usage limited";
665
+ readonly goalStatusBudgetLimited: "Budget limited";
666
+ readonly goalStatusComplete: "Complete";
667
+ readonly goalBudgetUsage: "{{used}}/{{budget}} tokens";
668
+ readonly goalClearHint: "Type /goal clear to clear";
655
669
  readonly processing: "Planning next moves";
656
670
  readonly promptImagesUnsupported: "This agent does not support image input with the current model.";
657
671
  readonly visibleErrorStartFailed: "{{provider}} failed to start";
@@ -705,6 +719,7 @@ declare const agentGuiI18nResources: {
705
719
  readonly shortcutEnter: "Enter";
706
720
  readonly shortcutCmdEnter: "Cmd + Enter";
707
721
  readonly shortcutCtrEnter: "Ctr + Enter";
722
+ readonly openConversationWindow: "Open session in new window";
708
723
  readonly deleteSession: "Delete session";
709
724
  readonly pinSession: "Pin session";
710
725
  readonly unpinSession: "Unpin session";
@@ -725,8 +740,23 @@ declare const agentGuiI18nResources: {
725
740
  readonly slashPaletteCommandsGroup: "Commands";
726
741
  readonly slashPaletteCapabilitiesGroup: "Capabilities";
727
742
  readonly slashPaletteSkillsGroup: "Skills";
743
+ readonly slashPalettePluginsGroup: "Plugins";
744
+ readonly slashPaletteConnectorsGroup: "Connectors";
745
+ readonly slashPaletteMcpGroup: "MCP";
728
746
  readonly browserUseCapabilityLabel: "Browser";
729
747
  readonly browserUseCapabilityDescription: "Let the agent use a browser.";
748
+ readonly browserUseCapabilityDescriptionAutoConnect: "Current mode: reuse your signed-in Chrome.";
749
+ readonly browserUseCapabilityDescriptionIsolated: "Current mode: use an isolated browser.";
750
+ readonly browserUseCapabilitySettingsLabel: "Browser settings";
751
+ readonly browserUseCapabilitySettingsDescription: "Configure the browser the agent can use.";
752
+ readonly capabilityInlineSettingsLabel: "Settings";
753
+ readonly computerUseCapabilityLabel: "Computer";
754
+ readonly computerUseCapabilityDescription: "Let the agent control the macOS desktop.";
755
+ readonly computerUseCapabilitySetupRequiredDescription: "Not installed. Press Enter to open setup.";
756
+ readonly computerUseCapabilityAuthorizationRequiredDescription: "Authorization required. Press Enter to open setup.";
757
+ readonly computerUseCapabilityAuthorizationUnknownDescription: "Authorization status unknown. Press Enter to open setup.";
758
+ readonly computerUseCapabilitySettingsLabel: "Computer use setup";
759
+ readonly computerUseCapabilitySettingsDescription: "Install, remove, or grant computer access.";
730
760
  readonly fileMentionPalette: "Files";
731
761
  readonly fileMentionLoading: "Searching...";
732
762
  readonly fileMentionEmpty: "Search workspace files based on your input";
@@ -735,37 +765,55 @@ declare const agentGuiI18nResources: {
735
765
  readonly addReference: "Add reference";
736
766
  readonly referenceWorkspaceFiles: "Reference workspace files";
737
767
  readonly referencePicker: {
768
+ readonly clearFilter: "Clear filter";
738
769
  readonly confirm: "Use selected references";
739
770
  readonly emptyDirectory: "This folder is empty.";
771
+ readonly emptyPreview: "Select a file to see details";
740
772
  readonly emptySearch: "No matching files or folders.";
773
+ readonly fileTypeAll: "All types";
774
+ readonly fileTypeDocument: "Documents";
775
+ readonly fileTypeImage: "Images";
776
+ readonly fileTypeOther: "Other";
777
+ readonly fileTypeSeparator: ", ";
778
+ readonly fileTypeVideo: "Videos";
779
+ readonly fileTypeWebpage: "Web pages";
780
+ readonly loadMore: "Load more";
781
+ readonly loadMoreGroups: "Load more";
741
782
  readonly loading: "Loading...";
742
783
  readonly previewBinary: "This file looks like binary content.";
743
784
  readonly previewDecodeFailed: "This file couldn't be decoded as UTF-8 text.";
744
785
  readonly previewError: "Couldn't load a preview.";
745
786
  readonly previewFileTooLarge: "This file is larger than {{maxSize}}.";
746
787
  readonly previewFolder: "Folder preview is not available.";
788
+ readonly previewHierarchy: "Location";
747
789
  readonly previewLoading: "Loading preview...";
790
+ readonly previewModified: "Produced at";
791
+ readonly previewSize: "Size";
792
+ readonly previewSource: "Source";
748
793
  readonly previewTextTooLarge: "This text file is larger than {{maxSize}}.";
794
+ readonly previewTooLarge: "This file is too large to preview.";
749
795
  readonly previewUnavailable: "Preview is not available in this workspace.";
750
796
  readonly previewUnsupported: "This file type can't be previewed here.";
751
797
  readonly searchPlaceholder: "Search files and folders";
798
+ readonly selectGroupHint: "Select a folder on the left";
752
799
  readonly selectedCount: "{{count}} selected";
800
+ readonly sourceColumn: "Category";
753
801
  readonly title: "Pick workspace references";
802
+ readonly workspaceRootGroup: "Workspace";
754
803
  };
755
804
  readonly projectLocked: "Project cannot be changed after the session starts";
756
805
  readonly projectMissingDescription: "This conversation's working directory no longer exists";
757
806
  readonly fileMentionSwitchCategory: "Switch category";
758
807
  readonly fileMentionSwitchSelection: "Switch selection";
759
- readonly mentionFilterAll: "All";
760
808
  readonly mentionFilterFile: "Files";
761
809
  readonly mentionFilterApp: "Apps";
762
810
  readonly mentionFilterSession: "Sessions";
763
811
  readonly mentionFilterCollab: "Collaboration";
764
- readonly mentionFilterIssue: "Issue";
812
+ readonly mentionFilterIssue: "Tasks";
765
813
  readonly mentionKindApp: "App";
766
814
  readonly mentionKindAppFactory: "App Factory";
767
815
  readonly mentionKindFile: "File";
768
- readonly mentionKindIssue: "Issue";
816
+ readonly mentionKindIssue: "Task";
769
817
  readonly mentionKindSession: "Session";
770
818
  readonly mentionGroupFiles: "Files";
771
819
  readonly mentionGroupOpenedFiles: "Files I opened";
@@ -773,22 +821,23 @@ declare const agentGuiI18nResources: {
773
821
  readonly mentionGroupApps: "Apps";
774
822
  readonly mentionGroupMySessions: "My sessions";
775
823
  readonly mentionGroupCollabSessions: "Collaboration sessions";
776
- readonly mentionGroupIssues: "Issue";
824
+ readonly mentionGroupIssues: "Tasks";
777
825
  readonly mentionEmptyMySessions: "No sessions yet";
778
826
  readonly mentionEmptyCollabSessions: "No collaboration sessions yet";
779
827
  readonly mentionEmptyApps: "No apps yet";
780
- readonly mentionEmptyIssues: "No issues yet";
828
+ readonly mentionEmptyIssues: "No tasks yet";
781
829
  readonly mentionEmptyDockFiles: "No open files in the dock yet. Type to search workspace files.";
782
830
  readonly mentionEmptyAgentGeneratedFiles: "No files generated by Agent yet";
783
831
  readonly mentionAgentGeneratedFolderBack: "Back";
784
832
  readonly mentionAgentGeneratedFolderFileCount: "{{count}} files";
785
833
  readonly mentionNoMatchingFiles: "No matching files";
834
+ readonly mentionOpenReferences: "View output files";
786
835
  readonly issueRunPrompt: {
787
836
  readonly currentWorkingDirectoryLabel: "Current working directory";
788
837
  readonly executionRequirementsLabel: "Execution requirements";
789
- readonly intro: "You are handling an issue task.";
790
- readonly issueContentLabel: "Issue content";
791
- readonly issueTitleLabel: "Issue title";
838
+ readonly intro: "You are handling a task.";
839
+ readonly issueContentLabel: "Task content";
840
+ readonly issueTitleLabel: "Task title";
792
841
  readonly missingContent: "(No additional content)";
793
842
  readonly noReferences: "- (No references)";
794
843
  readonly referencesLabel: "References";
@@ -952,7 +1001,7 @@ declare const agentGuiI18nResources: {
952
1001
  readonly workspaceAgentMessageCenterOpenChat: "Open session";
953
1002
  readonly workspaceAgentsNoSessions: "No sessions";
954
1003
  readonly workspaceAgentsNoActivities: "No current activity";
955
- readonly workspaceAgentsUntitledTask: "Current issue";
1004
+ readonly workspaceAgentsUntitledTask: "Current task";
956
1005
  readonly workspaceAgentsGenericAgentName: "Agent";
957
1006
  readonly workspaceAgentsSessionCount_one: "{{count}} session";
958
1007
  readonly workspaceAgentsSessionCount_other: "{{count}} sessions";
@@ -1022,7 +1071,7 @@ declare const agentGuiI18nResources: {
1022
1071
  readonly roomRenameLabel: "Room name";
1023
1072
  readonly roomBack: "Back";
1024
1073
  readonly roomExitActiveAgentTitle: "Leave this room?";
1025
- readonly roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the issue as interrupted.";
1074
+ readonly roomExitActiveAgentLead: "An agent is still working in this room. Leaving will stop the agent process and mark the task as interrupted.";
1026
1075
  readonly roomExitActiveAgentConfirm: "Leave and interrupt";
1027
1076
  readonly workspaceAgentSessionDetailToolCalls: "{{count}} tool calls completed";
1028
1077
  readonly workspaceAgentSessionDetailThinking: "Thinking";
@@ -1087,8 +1136,8 @@ declare const agentGuiI18nResources: {
1087
1136
  readonly collabResult: {
1088
1137
  readonly title: "Collaboration result";
1089
1138
  readonly actorFallback: "Collaborator";
1090
- readonly unread: "{{name}} marked the issue as complete. Check the latest result.";
1091
- readonly read: "{{name}} marked the issue as complete.";
1139
+ readonly unread: "{{name}} marked the task as complete. Check the latest result.";
1140
+ readonly read: "{{name}} marked the task as complete.";
1092
1141
  };
1093
1142
  readonly agentTool: {
1094
1143
  readonly fallbackName: "Use tool";
@@ -1151,7 +1200,7 @@ declare const agentGuiI18nResources: {
1151
1200
  readonly editNotebook: "Edit notebook";
1152
1201
  readonly updateTodos: "Update todos";
1153
1202
  readonly delegateAgent: "Delegate agent";
1154
- readonly currentIssue: "Current issue";
1203
+ readonly currentIssue: "Current task";
1155
1204
  readonly thinking: "Thinking";
1156
1205
  readonly responding: "Responding";
1157
1206
  readonly notification: "Notification";
@@ -1266,26 +1315,26 @@ declare const agentGuiI18nResources: {
1266
1315
  readonly inviteCodeGenerated: "Invite code generated";
1267
1316
  readonly inviteRevoked: "Invite revoked";
1268
1317
  readonly roomOpened: "Room opened";
1269
- readonly roomOpenedIssue: "Room opened. Preparing to focus the issue.";
1318
+ readonly roomOpenedIssue: "Room opened. Preparing to focus the task.";
1270
1319
  readonly recognizedSharedRoomNeedInvite: "Recognized a shared room. Enter the invite code to join the canvas.";
1271
1320
  readonly roomJoined: "Joined room";
1272
- readonly roomJoinedIssue: "Joined room. Preparing to focus the issue.";
1321
+ readonly roomJoinedIssue: "Joined room. Preparing to focus the task.";
1273
1322
  readonly inviteCodeRequired: "Enter an invite code";
1274
- readonly issueTitleRequired: "Enter an issue title first";
1275
- readonly issueCreated: "Issue created";
1276
- readonly issueUpdated: "Issue updated";
1277
- readonly issueShareLinkCopied: "Issue share link copied";
1278
- readonly issueShareFallbackRoomFull: "This room is full. Copied an issue link that only current room members can open.";
1279
- readonly issueShareFallbackInviteFull: "Invite link capacity is full. Copied an issue link that only current room members can open.";
1323
+ readonly issueTitleRequired: "Enter a task title first";
1324
+ readonly issueCreated: "Task created";
1325
+ readonly issueUpdated: "Task updated";
1326
+ readonly issueShareLinkCopied: "Task share link copied";
1327
+ readonly issueShareFallbackRoomFull: "This room is full. Copied a task link that only current room members can open.";
1328
+ readonly issueShareFallbackInviteFull: "Invite link capacity is full. Copied a task link that only current room members can open.";
1280
1329
  readonly issueWorkspaceNotReady: "The current room workspace is not ready yet. Please try again soon.";
1281
1330
  readonly issueRunSessionUnavailable: "This run is not linked to a replayable session";
1282
- readonly issueDetailRequiredBeforeRun: "Open the issue details before starting the run";
1331
+ readonly issueDetailRequiredBeforeRun: "Open the task details before starting the run";
1283
1332
  readonly issueNoAvailableAgent: "There is no available Agent right now";
1284
1333
  readonly issueRunStarted: "Sent to {{provider}}. Adjust before running.";
1285
- readonly issueStatusUpdated: "Issue status updated";
1286
- readonly issueDeleteForbidden: "Only the issue creator can delete this issue";
1287
- readonly issueNotFoundOrDeleted: "The issue does not exist or has already been deleted";
1288
- readonly issueDeleted: "Issue deleted";
1334
+ readonly issueStatusUpdated: "Task status updated";
1335
+ readonly issueDeleteForbidden: "Only the task creator can delete this task";
1336
+ readonly issueNotFoundOrDeleted: "The task does not exist or has already been deleted";
1337
+ readonly issueDeleted: "Task deleted";
1289
1338
  readonly issueContextAdded: "Reference files added";
1290
1339
  readonly issueContextRemoved: "Reference file removed";
1291
1340
  readonly issuePendingUploadAdded: "Added {{count}} pending upload file(s)";
@@ -1298,33 +1347,33 @@ declare const agentGuiI18nResources: {
1298
1347
  readonly visitorShareDisabled: "Guest sharing is off";
1299
1348
  readonly visitorShareTokenUnavailable: "Guest link already exists and settings were updated. The old raw link cannot be read again.";
1300
1349
  readonly postCreateInviteLinkCopied: "Invite link copied";
1301
- readonly collabCompleted: "This collaboration issue is complete";
1350
+ readonly collabCompleted: "This collaboration task is complete";
1302
1351
  readonly githubLoginCompleted: "GitHub sign-in complete";
1303
1352
  readonly googleLoginCompleted: "Google sign-in complete";
1304
1353
  };
1305
1354
  readonly issue: {
1306
- readonly sidebarEyebrow: "Issue center";
1307
- readonly sidebarTitle: "Issues";
1308
- readonly sidebarHint: "Everyone in the room can review issues and jump to collaboration work quickly.";
1309
- readonly sidebarResizeAria: "Resize issue list";
1310
- readonly create: "Create issue";
1311
- readonly loading: "Loading issues...";
1312
- readonly empty: "There are no issues yet. Create one to start collaborating.";
1355
+ readonly sidebarEyebrow: "Task center";
1356
+ readonly sidebarTitle: "Tasks";
1357
+ readonly sidebarHint: "Everyone in the room can review tasks and jump to collaboration work quickly.";
1358
+ readonly sidebarResizeAria: "Resize task list";
1359
+ readonly create: "Create task";
1360
+ readonly loading: "Loading tasks...";
1361
+ readonly empty: "There are no tasks yet. Create one to start collaborating.";
1313
1362
  readonly metaPriority: "Priority {{value}}";
1314
1363
  readonly metaDue: "Due {{value}}";
1315
- readonly stageEyebrow: "Issue flow";
1316
- readonly stageTitle: "Use issues to connect context, execution, and outputs in one flow.";
1317
- readonly stageDescription: "Create an issue in the room, attach Files for context, then let a collaborator run it manually with their own Agent.";
1318
- readonly shareThisIssue: "Share this issue";
1319
- readonly flowList: "Browse issues";
1320
- readonly flowCreate: "Create issue";
1364
+ readonly stageEyebrow: "Task flow";
1365
+ readonly stageTitle: "Use tasks to connect context, execution, and outputs in one flow.";
1366
+ readonly stageDescription: "Create a task in the room, attach Files for context, then let a collaborator run it manually with their own Agent.";
1367
+ readonly shareThisIssue: "Share this task";
1368
+ readonly flowList: "Browse tasks";
1369
+ readonly flowCreate: "Create task";
1321
1370
  readonly flowContext: "Reference Files";
1322
1371
  readonly flowDetail: "Review details";
1323
1372
  readonly flowRun: "Choose how to run";
1324
1373
  readonly flowOutput: "Review outputs";
1325
1374
  readonly currentFocusTitle: "Current focus";
1326
- readonly currentFocusSubtle: "The selected issue is summarized here so you can move to the next step quickly.";
1327
- readonly currentFocusEmpty: "Select an issue from the left, or create a new one to start the run flow.";
1375
+ readonly currentFocusSubtle: "The selected task is summarized here so you can move to the next step quickly.";
1376
+ readonly currentFocusEmpty: "Select a task from the left, or create a new one to start the run flow.";
1328
1377
  readonly defaultDescription: "Add background, symptoms, and expected outcomes so collaborators can pick this up more easily.";
1329
1378
  readonly metricReferences: "References";
1330
1379
  readonly metricRunHistory: "Run history";
@@ -1332,16 +1381,16 @@ declare const agentGuiI18nResources: {
1332
1381
  readonly countFiles: "{{count}} file(s)";
1333
1382
  readonly countRuns: "{{count}} run(s)";
1334
1383
  readonly executionModeTitle: "How to run";
1335
- readonly executionModeSubtle: "V1 uses one path: open the shared issue, then run it manually with your own Agent.";
1384
+ readonly executionModeSubtle: "V1 uses one path: open the shared task, then run it manually with your own Agent.";
1336
1385
  readonly executionMyAgentTag: "My Agent";
1337
1386
  readonly executionMyAgentDescription: "Start a run directly from the detail view and write results back into Files.";
1338
1387
  readonly executionShareTag: "Share link";
1339
- readonly executionShareDescription: "Bring collaborators to the same issue so they can click run themselves. V1 does not auto-run for others.";
1388
+ readonly executionShareDescription: "Bring collaborators to the same task so they can click run themselves. V1 does not auto-run for others.";
1340
1389
  readonly outputsTitle: "Outputs";
1341
1390
  readonly outputsSubtle: "After a run finishes, the summary, recent runs, and Files complete the loop.";
1342
1391
  readonly outputsEmpty: "No execution outputs yet.";
1343
1392
  readonly fileFallback: "file";
1344
- readonly detailEyebrow: "Issue detail";
1393
+ readonly detailEyebrow: "Task detail";
1345
1394
  readonly collapse: "Collapse";
1346
1395
  readonly detailLoading: "Loading details…";
1347
1396
  readonly overviewTitle: "Overview";
@@ -1353,10 +1402,10 @@ declare const agentGuiI18nResources: {
1353
1402
  readonly summaryReferences: "References";
1354
1403
  readonly summaryRunHistory: "Run history";
1355
1404
  readonly noDescription: "No description yet";
1356
- readonly shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this issue automatically.";
1357
- readonly shareTipRoomFull: "This room is full, so only current room members can open this issue from the link.";
1405
+ readonly shareTipCanInvite: "You can share this with collaborators inside or outside the room. The first open will jump into this task automatically.";
1406
+ readonly shareTipRoomFull: "This room is full, so only current room members can open this task from the link.";
1358
1407
  readonly referencesTitle: "Reference files";
1359
- readonly referencesSubtle: "Choose context files from the Room Workspace and attach them to this issue.";
1408
+ readonly referencesSubtle: "Choose context files from the Room Workspace and attach them to this task.";
1360
1409
  readonly addReferences: "Reference Files";
1361
1410
  readonly referencesEmpty: "There are no reference files yet. Add context before running.";
1362
1411
  readonly runResultTitle: "Run result";
@@ -1382,10 +1431,10 @@ declare const agentGuiI18nResources: {
1382
1431
  readonly directoryViewEmpty: "There is no output directory to mirror yet.";
1383
1432
  readonly directoryKind: "DIR";
1384
1433
  readonly fileKind: "FILE";
1385
- readonly createTitle: "Create issue";
1386
- readonly createSubtle: "Describe the request so the issue is ready to run.";
1434
+ readonly createTitle: "Create task";
1435
+ readonly createSubtle: "Describe the request so the task is ready to run.";
1387
1436
  readonly fieldTitle: "Title";
1388
- readonly titlePlaceholder: "Enter an issue title";
1437
+ readonly titlePlaceholder: "Enter a task title";
1389
1438
  readonly fieldDescription: "Description";
1390
1439
  readonly descriptionPlaceholder: "Add background, symptoms, impact, and the expected result";
1391
1440
  readonly descriptionPlaceholderLegacy: "Describe the background, symptoms, and expected result.";
@@ -1397,36 +1446,36 @@ declare const agentGuiI18nResources: {
1397
1446
  readonly attachmentsOptional: "References (optional)";
1398
1447
  readonly attachmentsEmpty: "No references added yet";
1399
1448
  readonly createReferencesTitle: "Reference Files";
1400
- readonly createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this issue.";
1449
+ readonly createReferencesSubtle: "Choose context files from the Room Workspace and attach them to this task.";
1401
1450
  readonly selectReferences: "Select references";
1402
1451
  readonly selectionNone: "No files selected";
1403
1452
  readonly selectionCount: "{{count}} file(s) selected";
1404
1453
  readonly selectionEmpty: "No references selected yet.";
1405
- readonly saveIssue: "Save issue";
1454
+ readonly saveIssue: "Save task";
1406
1455
  readonly contextPickerCreateTitle: "Reference Files";
1407
1456
  readonly contextPickerDetailTitle: "Add reference files";
1408
1457
  readonly contextPickerSubtle: "Choose execution context files from the Room Workspace.";
1409
1458
  readonly contextPickerEmpty: "No files selected yet.";
1410
1459
  readonly completeReferences: "Finish selecting";
1411
- readonly addToIssue: "Add to issue";
1460
+ readonly addToIssue: "Add to task";
1412
1461
  readonly addingToIssue: "Adding...";
1413
1462
  readonly dueDateUnset: "Not set";
1414
1463
  readonly runTimeJustNow: "Just now";
1415
1464
  readonly createdJustNow: "Just created";
1416
- readonly searchPlaceholder: "Search issues...";
1417
- readonly sidebarEmpty: "Issues from this room will appear here";
1418
- readonly sidebarCategoryEmpty: "There are no issues in this category";
1419
- readonly searchEmptyTitle: "No matching issues";
1465
+ readonly searchPlaceholder: "Search tasks...";
1466
+ readonly sidebarEmpty: "Tasks from this room will appear here";
1467
+ readonly sidebarCategoryEmpty: "There are no tasks in this category";
1468
+ readonly searchEmptyTitle: "No matching tasks";
1420
1469
  readonly searchEmptyDescription: "Try a different keyword.";
1421
- readonly defaultEmptyTitle: "No issues yet";
1422
- readonly defaultEmptyDescription: "Create an issue, add requirements and related files, then ask a collaborator or your own Agent to run it.";
1423
- readonly defaultSelectTitle: "Choose an issue";
1424
- readonly defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration issue.";
1425
- readonly editTitle: "Edit issue";
1470
+ readonly defaultEmptyTitle: "No tasks yet";
1471
+ readonly defaultEmptyDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it.";
1472
+ readonly defaultSelectTitle: "Choose a task";
1473
+ readonly defaultSelectDescription: "Open a detail view from the list on the left, or create a new collaboration task.";
1474
+ readonly editTitle: "Edit task";
1426
1475
  readonly uploadFile: "Upload file";
1427
1476
  readonly uploadFolder: "Upload folder";
1428
1477
  readonly referenceWorkspaceFiles: "Reference Files";
1429
- readonly pendingUploadArchiveHint: "After the issue is created, this will be archived into the references folder";
1478
+ readonly pendingUploadArchiveHint: "After the task is created, this will be archived into the references folder";
1430
1479
  readonly latestExecutionTitle: "Latest run status";
1431
1480
  readonly executionRecordsTitle: "Run history";
1432
1481
  readonly viewDetails: "View details";
@@ -1436,7 +1485,7 @@ declare const agentGuiI18nResources: {
1436
1485
  readonly shareWithCollaboratorHint: "Share it with a collaborator so they can run it with their own Agent.";
1437
1486
  readonly summaryTitle: "Summary";
1438
1487
  readonly outputsTitleLegacy: "Outputs";
1439
- readonly filePickerTitle: "Choose references to add to the issue";
1488
+ readonly filePickerTitle: "Choose references to add to the task";
1440
1489
  readonly searchRoomFilesPlaceholder: "Search Files...";
1441
1490
  readonly noReferenceFiles: "No reference files available";
1442
1491
  readonly selectReferenceRequired: "Select at least one file to reference";
@@ -1453,8 +1502,8 @@ declare const agentGuiI18nResources: {
1453
1502
  readonly openReference: "Open reference {{label}}";
1454
1503
  readonly outputsEmptyCompact: "No outputs yet";
1455
1504
  readonly openOutput: "Open output {{label}}";
1456
- readonly scrollFiltersLeft: "Scroll issue categories left";
1457
- readonly scrollFiltersRight: "Scroll issue categories right";
1505
+ readonly scrollFiltersLeft: "Scroll task categories left";
1506
+ readonly scrollFiltersRight: "Scroll task categories right";
1458
1507
  readonly edit: "Edit";
1459
1508
  readonly runStarting: "Starting...";
1460
1509
  readonly runtimeUnavailable: "The current runtime is unavailable";
@@ -1464,8 +1513,8 @@ declare const agentGuiI18nResources: {
1464
1513
  readonly sync: "Sync";
1465
1514
  readonly syncing: "Syncing...";
1466
1515
  readonly filterAll: "All";
1467
- readonly statusAriaLabel: "Issue status";
1468
- readonly priorityAriaLabel: "Issue priority";
1516
+ readonly statusAriaLabel: "Task status";
1517
+ readonly priorityAriaLabel: "Task priority";
1469
1518
  readonly metaCreator: "Creator {{value}}";
1470
1519
  readonly metaCreatedAt: "Created {{value}}";
1471
1520
  readonly metaDueAt: "Due {{value}}";
@@ -1494,9 +1543,9 @@ declare const agentGuiI18nResources: {
1494
1543
  readonly statusTabPendingAcceptance: "Pending acceptance";
1495
1544
  readonly statusTabCompleted: "Completed";
1496
1545
  readonly emptyContent: "No content yet";
1497
- readonly taskCount_one: "{{count}} sub-issue";
1498
- readonly taskCount_other: "{{count}} sub-issues";
1499
- readonly taskCountEmpty: "No sub-issues";
1546
+ readonly taskCount_one: "{{count}} sub-task";
1547
+ readonly taskCount_other: "{{count}} sub-tasks";
1548
+ readonly taskCountEmpty: "No sub-tasks";
1500
1549
  readonly taskRunningCount: "{{count}} running";
1501
1550
  readonly taskPendingAcceptanceCount: "{{count}} pending acceptance";
1502
1551
  readonly taskCompletedCount: "{{count}} completed";
@@ -1513,64 +1562,64 @@ declare const agentGuiI18nResources: {
1513
1562
  readonly runStatusFailed: "Failed";
1514
1563
  readonly runStatusCanceled: "Canceled";
1515
1564
  readonly runStatusIdle: "Idle";
1516
- readonly issueTitleRequired: "Enter an issue title";
1517
- readonly taskTitleRequired: "Enter an issue title";
1518
- readonly selectTaskFirst: "Select an issue first";
1519
- readonly deleteTaskDialogTitle: "Delete issue";
1520
- readonly deleteTaskConfirm: "Delete issue “{{title}}”?";
1521
- readonly deleteIssueDialogTitle: "Delete issue";
1522
- readonly deleteIssueConfirm: "Delete issue “{{title}}”?";
1523
- readonly issueTaskUnavailable: "This issue is missing its parent issue. The action is unavailable right now.";
1565
+ readonly issueTitleRequired: "Enter a task title";
1566
+ readonly taskTitleRequired: "Enter a task title";
1567
+ readonly selectTaskFirst: "Select a task first";
1568
+ readonly deleteTaskDialogTitle: "Delete task";
1569
+ readonly deleteTaskConfirm: "Delete task “{{title}}”?";
1570
+ readonly deleteIssueDialogTitle: "Delete task";
1571
+ readonly deleteIssueConfirm: "Delete task “{{title}}”?";
1572
+ readonly issueTaskUnavailable: "This task is missing its parent task. The action is unavailable right now.";
1524
1573
  readonly shareCopied: "Invite link copied";
1525
1574
  readonly outputOpenUnavailable: "There is no output to open right now";
1526
1575
  readonly sessionUnavailable: "There is no session to open right now";
1527
- readonly editTask: "Edit issue";
1528
- readonly createTask: "New issue";
1529
- readonly taskEditorLead: "Add an issue title and description so execution can continue.";
1530
- readonly taskTitlePlaceholder: "Enter an issue title";
1576
+ readonly editTask: "Edit task";
1577
+ readonly createTask: "New task";
1578
+ readonly taskEditorLead: "Add a task title and description so execution can continue.";
1579
+ readonly taskTitlePlaceholder: "Enter a task title";
1531
1580
  readonly taskContentPlaceholder: "Add the background, goal, and acceptance criteria";
1532
- readonly saveTask: "Save issue";
1581
+ readonly saveTask: "Save task";
1533
1582
  readonly cancel: "Cancel";
1534
- readonly noTaskTitle: "No issues yet";
1535
- readonly noTaskDescription: "Create an issue, add requirements and related files, then ask a collaborator or your own Agent to run it";
1536
- readonly favoriteTask: "Favorite issue";
1583
+ readonly noTaskTitle: "No tasks yet";
1584
+ readonly noTaskDescription: "Create a task, add requirements and related files, then ask a collaborator or your own Agent to run it";
1585
+ readonly favoriteTask: "Favorite task";
1537
1586
  readonly creator: "Created by";
1538
1587
  readonly createdAt: "Created at";
1539
1588
  readonly edit: "Edit";
1540
1589
  readonly delete: "Delete";
1541
1590
  readonly description: "Description";
1542
- readonly emptyTaskContent: "No issue description yet";
1543
- readonly emptyIssueContent: "No issue description yet";
1591
+ readonly emptyTaskContent: "No task description yet";
1592
+ readonly emptyIssueContent: "No task description yet";
1544
1593
  readonly references: "Reference files";
1545
1594
  readonly emptyReferences: "No reference files yet";
1546
- readonly editIssue: "Edit issue";
1547
- readonly createIssue: "Add issue";
1548
- readonly issueTitlePlaceholder: "Enter an issue title";
1549
- readonly issueContentPlaceholder: "Add the issue goal, execution method, and acceptance criteria";
1550
- readonly saveIssue: "Save issue";
1551
- readonly issueSelectionHint: "Select an issue to view its details and Agent execution state.";
1595
+ readonly editIssue: "Edit task";
1596
+ readonly createIssue: "Add task";
1597
+ readonly issueTitlePlaceholder: "Enter a task title";
1598
+ readonly issueContentPlaceholder: "Add the task goal, execution method, and acceptance criteria";
1599
+ readonly saveIssue: "Save task";
1600
+ readonly issueSelectionHint: "Select a task to view its details and Agent execution state.";
1552
1601
  readonly timeLabel: "Time {{value}}";
1553
1602
  readonly updatedAtLabel: "Updated at";
1554
1603
  readonly runNotStarted: "No execution records yet.";
1555
- readonly issueDetailsLoading: "Loading issue details…";
1604
+ readonly issueDetailsLoading: "Loading task details…";
1556
1605
  readonly agentExecution: "Agent execution";
1557
- readonly noIssuesTitle: "There are no issues yet";
1558
- readonly noIssuesTaskShellDescription: "You can continue adding sub-issues around the current issue theme";
1559
- readonly taskExecutionTitle: "Issue execution in progress";
1560
- readonly taskExecutionDescription: "Current progress appears here. Add an issue any time you need to supplement a new direction.";
1561
- readonly deleteIssue: "Delete issue";
1562
- readonly searchPlaceholder: "Search issues";
1563
- readonly refreshTasksAria: "Refresh issue list";
1564
- readonly collapseTaskList: "Collapse issue list";
1565
- readonly expandTaskList: "Expand issue list";
1566
- readonly noTasksForFilterTitle: "No issues match the current filters.";
1567
- readonly noTasksForFilterBody: "Try another filter, or create a new issue.";
1606
+ readonly noIssuesTitle: "There are no tasks yet";
1607
+ readonly noIssuesTaskShellDescription: "You can continue adding sub-tasks around the current task theme";
1608
+ readonly taskExecutionTitle: "Task execution in progress";
1609
+ readonly taskExecutionDescription: "Current progress appears here. Add a task any time you need to supplement a new direction.";
1610
+ readonly deleteIssue: "Delete task";
1611
+ readonly searchPlaceholder: "Search tasks";
1612
+ readonly refreshTasksAria: "Refresh task list";
1613
+ readonly collapseTaskList: "Collapse task list";
1614
+ readonly expandTaskList: "Expand task list";
1615
+ readonly noTasksForFilterTitle: "No tasks match the current filters.";
1616
+ readonly noTasksForFilterBody: "Try another filter, or create a new task.";
1568
1617
  readonly loadMore: "Load more";
1569
- readonly issuesSection: "Sub-issues";
1618
+ readonly issuesSection: "Sub-tasks";
1570
1619
  readonly createSubtask: "Add";
1571
- readonly createSubtaskTitle: "Add sub-issue";
1572
- readonly editSubtask: "Edit sub-issue";
1573
- readonly saveSubtask: "Save sub-issue";
1620
+ readonly createSubtaskTitle: "Add sub-task";
1621
+ readonly editSubtask: "Edit sub-task";
1622
+ readonly saveSubtask: "Save sub-task";
1574
1623
  readonly issueTableTitle: "Title";
1575
1624
  readonly issueTableDescription: "Description";
1576
1625
  readonly issueTableStatus: "Status";
@@ -1584,10 +1633,10 @@ declare const agentGuiI18nResources: {
1584
1633
  readonly inviteCollaborator: "Invite collaboration";
1585
1634
  readonly askAgentToRun: "Send to Agent";
1586
1635
  readonly moreActions: "More actions";
1587
- readonly closeIssueDrawerAria: "Close issue details drawer";
1636
+ readonly closeIssueDrawerAria: "Close task details drawer";
1588
1637
  readonly runWithProvider: "Run with {{provider}}";
1589
- readonly noIssues: "There are no sub-issues for this issue yet.";
1590
- readonly noManualIssues: "Add a sub-issue to track follow-up work here.";
1638
+ readonly noIssues: "There are no sub-tasks for this task yet.";
1639
+ readonly noManualIssues: "Add a sub-task to track follow-up work here.";
1591
1640
  readonly currentMember: "Me";
1592
1641
  readonly closeWindowAria: "Close {{title}}";
1593
1642
  };
@@ -1746,9 +1795,9 @@ declare const agentGuiI18nResources: {
1746
1795
  readonly officeScenario1Title: "OPC one-person team";
1747
1796
  readonly officeScenario1Description: "Command multiple agents from one place to power through complex work efficiently";
1748
1797
  readonly officeScenario2Title: "Collaborative delegation";
1749
- readonly officeScenario2Description: "Send issues to agents on a friend's machine and tackle reimbursements, filing, and other chores together—with optional direct physical-terminal connections for stronger security.";
1798
+ readonly officeScenario2Description: "Send tasks to agents on a friend's machine and tackle reimbursements, filing, and other chores together—with optional direct physical-terminal connections for stronger security.";
1750
1799
  readonly taskCenterTitle: "Collaborative delegation";
1751
- readonly taskCenterDescription: "Start a fresh room and jump into a shared issue board to sort, assign, and track work together.";
1800
+ readonly taskCenterDescription: "Start a fresh room and jump into a shared task board to sort, assign, and track work together.";
1752
1801
  readonly officeScenario3Title: "Organization-wide collaboration";
1753
1802
  readonly officeScenario3Description: "Many people and many agents collaborate in real time—process and outcomes shared across the organization";
1754
1803
  readonly sectionCollaborateSpaceTitle: "Development & delivery";
@@ -1795,11 +1844,11 @@ declare const agentGuiI18nResources: {
1795
1844
  readonly templateChineseChessTitle: "Chinese chess match";
1796
1845
  readonly templateChineseChessDescription: "Deep AI strategy guidance and human-like play—full human-vs-machine matchup.";
1797
1846
  readonly collaborateDemoBuildTitle: "Daily development";
1798
- readonly collaborateDemoBuildDescription: "A unified collaborative environment for the entire team—issues and context flow naturally";
1847
+ readonly collaborateDemoBuildDescription: "A unified collaborative environment for the entire team—tasks and context flow naturally";
1799
1848
  readonly collaborateDevAcceptanceTitle: "Automated testing & acceptance";
1800
1849
  readonly collaborateDevAcceptanceDescription: "Automatically provisions a test environment so the room can run tests and acceptance quickly";
1801
1850
  readonly collaborateUnifiedWorkbenchTitle: "Unified workbench";
1802
- readonly collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute issues from one place";
1851
+ readonly collaborateUnifiedWorkbenchDescription: "Integrate apps and agents to orchestrate and execute tasks from one place";
1803
1852
  readonly intentCreateTitle: "Create a New Room";
1804
1853
  readonly intentCreateBody: "Invite partners and their AI agents to collaborate";
1805
1854
  readonly intentLocalDirTitle: "Join an Existing Room";
@@ -1816,7 +1865,7 @@ declare const agentGuiI18nResources: {
1816
1865
  readonly headline: "Start from a room canvas";
1817
1866
  readonly 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.";
1818
1867
  readonly step1: "Create a room to get an isolated runtime and sandbox directory.";
1819
- readonly step2: "Arrange terminals, issues, and docs on the canvas; organize by partition.";
1868
+ readonly step2: "Arrange terminals, tasks, and docs on the canvas; organize by partition.";
1820
1869
  readonly step3: "Open the canvas to run terminals and agents in your room.";
1821
1870
  readonly cardTitle: "Create a room";
1822
1871
  readonly cardHint: "Pick a name you’ll recognize in history and when collaborating.";
@@ -2097,7 +2146,7 @@ declare const agentGuiI18nResources: {
2097
2146
  readonly nodeDeleteDialog: {
2098
2147
  readonly deleteNodes_one: "Delete {{count}} node?";
2099
2148
  readonly deleteNodes_other: "Delete {{count}} nodes?";
2100
- readonly deleteTask: "Delete Issue?";
2149
+ readonly deleteTask: "Delete Task?";
2101
2150
  readonly deleteNode: "Delete Node?";
2102
2151
  readonly multipleDescription: "This will permanently remove {{count}} selected nodes.";
2103
2152
  readonly taskDescriptionPrefix: "This will permanently remove";
@@ -2106,13 +2155,13 @@ declare const agentGuiI18nResources: {
2106
2155
  readonly workspaceContextMenu: {
2107
2156
  readonly newTerminal: "New Terminal";
2108
2157
  readonly newWebsite: "New Website";
2109
- readonly newTask: "New Issue";
2158
+ readonly newTask: "New Task";
2110
2159
  readonly runAgent: "Run Agent";
2111
2160
  readonly runAgentBlank: "Blank";
2112
2161
  readonly runAgentProviderSubmenu: "Choose agent provider";
2113
- readonly convertToTask: "Convert to Issue";
2162
+ readonly convertToTask: "Convert to Task";
2114
2163
  readonly clearSelection: "Clear Selection";
2115
- readonly editSelectedTask: "Edit issue…";
2164
+ readonly editSelectedTask: "Edit task…";
2116
2165
  };
2117
2166
  readonly workspaceCanvas: {
2118
2167
  readonly selectionHint_one: "Selected {{count}} window.";
@@ -2145,12 +2194,12 @@ declare const agentGuiI18nResources: {
2145
2194
  readonly closeWindowAria: "Close {{title}}";
2146
2195
  readonly websiteWindowTitle: "Website";
2147
2196
  readonly minimizedWindows: "Minimized windows";
2148
- readonly nodeDockToolbarAriaLabel: "Workspace panes — quick add Files, terminal, browser, issue, or agent; click focuses an open window or creates one if none exists; right-click is New only";
2197
+ readonly nodeDockToolbarAriaLabel: "Workspace panes — quick add Files, terminal, browser, task, or agent; click focuses an open window or creates one if none exists; right-click is New only";
2149
2198
  readonly nodeDockLabel: {
2150
2199
  readonly terminal: "Terminal";
2151
2200
  readonly debugTerminal: "Debug Terminal";
2152
2201
  readonly website: "Browser";
2153
- readonly task: "Issue";
2202
+ readonly task: "Task";
2154
2203
  readonly files: "Files";
2155
2204
  readonly agent: "Agent";
2156
2205
  readonly openclaw: "OpenClaw";
@@ -2164,7 +2213,7 @@ declare const agentGuiI18nResources: {
2164
2213
  readonly terminal: "New terminal";
2165
2214
  readonly debugTerminal: "New debug terminal";
2166
2215
  readonly website: "New browser";
2167
- readonly task: "New issue";
2216
+ readonly task: "New task";
2168
2217
  readonly agent: "New agent";
2169
2218
  };
2170
2219
  readonly zoomPercentInputAria: "Canvas zoom: enter a percent (e.g. 91 or 91%) or a ratio between 0 and 1; press Enter to apply";
@@ -2253,8 +2302,8 @@ declare const agentGuiI18nResources: {
2253
2302
  readonly installAction: "Install";
2254
2303
  readonly comingSoonAction: "Coming soon";
2255
2304
  readonly installedAction: "Installed";
2256
- readonly issueTitle: "Issue";
2257
- readonly issueDescription: "Create, assign, run, and review room issues with agents";
2305
+ readonly issueTitle: "Tasks";
2306
+ readonly issueDescription: "Create, assign, run, and review room tasks with agents";
2258
2307
  readonly vibeDesignTitle: "Vibe design";
2259
2308
  readonly vibeDesignDescription: "Draft product screens, interaction states, and visual directions";
2260
2309
  readonly vibeVideoTitle: "Video creating";
@@ -2611,7 +2660,7 @@ declare const agentGuiI18nResources: {
2611
2660
  readonly sheetTitle: "表格";
2612
2661
  readonly sheetDescription: "整理结构化数据、表格、计算和房间计划清单";
2613
2662
  readonly calendarTitle: "日程";
2614
- readonly calendarDescription: "规划房间里程碑、跟进事项、评审和共享日程";
2663
+ readonly calendarDescription: "规划房间里程碑、跟进任务、评审和共享日程";
2615
2664
  readonly systemMonitorTitle: "系统监控";
2616
2665
  readonly systemMonitorDescription: "查看运行时健康度、资源信号和工作区活动";
2617
2666
  readonly codeEditorTitle: "代码编辑器";
@@ -2633,7 +2682,7 @@ declare const agentGuiI18nResources: {
2633
2682
  readonly mockSheetPreviewTitle: "数据表格";
2634
2683
  readonly mockSheetPreviewBody: "这里将展示表格、计算、筛选和房间计划数据";
2635
2684
  readonly mockCalendarPreviewTitle: "房间日历";
2636
- readonly mockCalendarPreviewBody: "这里将展示里程碑、会议、跟进事项和共享日程块";
2685
+ readonly mockCalendarPreviewBody: "这里将展示里程碑、会议、跟进任务和共享日程块";
2637
2686
  readonly mockMonitorPreviewTitle: "运行时信号";
2638
2687
  readonly mockMonitorPreviewBody: "这里将展示 CPU、内存、网络和工作区活动信号";
2639
2688
  readonly mockCodePreviewTitle: "源码工作区";
@@ -2646,7 +2695,7 @@ declare const agentGuiI18nResources: {
2646
2695
  readonly workspaceCenterSearchAria: "打开房间搜索";
2647
2696
  readonly workspaceCenterSearchTitle: "在当前房间搜索节点、分区与便签";
2648
2697
  readonly agentGui: {
2649
- readonly initialPlaceholder: "输入 @ 引用会话、文件、事项和应用";
2698
+ readonly initialPlaceholder: "输入 @ 引用会话、文件、任务和应用";
2650
2699
  readonly followupPlaceholder: "要求 {{provider}} 继续后续变更";
2651
2700
  readonly installRequiredPlaceholder: "请先从 Dock 安装 {{provider}},然后再发送消息";
2652
2701
  readonly collaboratorSessionReadOnlyPlaceholder: "非当前用户会话,不可直接对话";
@@ -2657,22 +2706,26 @@ declare const agentGuiI18nResources: {
2657
2706
  readonly inheritedUnavailable: "继承 / 不可用";
2658
2707
  readonly reasoningLabel: "推理强度";
2659
2708
  readonly reasoningDegreeLabel: "推理程度";
2709
+ readonly reasoningOptionDefault: "默认";
2660
2710
  readonly reasoningOptionMinimal: "最低";
2661
2711
  readonly reasoningOptionLow: "低";
2662
2712
  readonly reasoningOptionMedium: "中";
2663
2713
  readonly reasoningOptionHigh: "高";
2664
2714
  readonly reasoningOptionXHigh: "超高";
2715
+ readonly reasoningOptionMax: "最高";
2665
2716
  readonly speedLabel: "速度";
2666
2717
  readonly speedSelectionLabel: "速度";
2667
2718
  readonly speedOptionStandard: "标准";
2719
+ readonly speedOptionStandardDescription: "标准速度";
2668
2720
  readonly speedOptionFast: "快速";
2721
+ readonly speedOptionFastDescription: "1.5 倍速度,用量增加";
2669
2722
  readonly permissionModeReadOnly: "请求批准";
2670
- readonly permissionModeAuto: "代我批准";
2723
+ readonly permissionModeAuto: "替我审批";
2671
2724
  readonly permissionModeFullAccess: "完全访问权限";
2672
2725
  readonly permissionSemantics: {
2673
2726
  readonly "ask-before-write": {
2674
2727
  readonly label: "请求批准";
2675
- readonly description: "编辑外部文件或使用互联网前始终询问你";
2728
+ readonly description: "编辑外部文件和使用互联网时始终询问";
2676
2729
  };
2677
2730
  readonly "accept-edits": {
2678
2731
  readonly label: "接受编辑";
@@ -2683,12 +2736,12 @@ declare const agentGuiI18nResources: {
2683
2736
  readonly description: "不会弹出确认;未获允许的操作会被直接拒绝";
2684
2737
  };
2685
2738
  readonly auto: {
2686
- readonly label: "代我批准";
2687
- readonly description: "仅在检测到可能不安全的操作时询问你";
2739
+ readonly label: "替我审批";
2740
+ readonly description: "仅对检测到的风险操作请求批准";
2688
2741
  };
2689
2742
  readonly "full-access": {
2690
- readonly label: "完全访问";
2691
- readonly description: "可不受限制地访问互联网和你电脑上的任何文件";
2743
+ readonly label: "完全访问权限";
2744
+ readonly description: "可不受限制地访问互联网和您电脑上的任何文件";
2692
2745
  };
2693
2746
  readonly unconfigurable: {
2694
2747
  readonly label: "固定模式";
@@ -2699,15 +2752,15 @@ declare const agentGuiI18nResources: {
2699
2752
  readonly codex: {
2700
2753
  readonly "read-only": {
2701
2754
  readonly label: "请求批准";
2702
- readonly description: "编辑外部文件或使用互联网前始终询问你";
2755
+ readonly description: "编辑外部文件和使用互联网时始终询问";
2703
2756
  };
2704
2757
  readonly auto: {
2705
- readonly label: "代我批准";
2706
- readonly description: "仅在检测到可能不安全的操作时询问你";
2758
+ readonly label: "替我审批";
2759
+ readonly description: "仅对检测到的风险操作请求批准";
2707
2760
  };
2708
2761
  readonly "full-access": {
2709
- readonly label: "完全访问";
2710
- readonly description: "可不受限制地访问互联网和你电脑上的任何文件";
2762
+ readonly label: "完全访问权限";
2763
+ readonly description: "可不受限制地访问互联网和您电脑上的任何文件";
2711
2764
  };
2712
2765
  };
2713
2766
  readonly nexight: {
@@ -2716,7 +2769,7 @@ declare const agentGuiI18nResources: {
2716
2769
  readonly description: "编辑外部文件或使用互联网前始终询问你";
2717
2770
  };
2718
2771
  readonly auto: {
2719
- readonly label: "代我批准";
2772
+ readonly label: "替我审批";
2720
2773
  readonly description: "仅在检测到可能不安全的操作时询问你";
2721
2774
  };
2722
2775
  readonly "full-access": {
@@ -2726,7 +2779,7 @@ declare const agentGuiI18nResources: {
2726
2779
  };
2727
2780
  readonly "claude-code": {
2728
2781
  readonly default: {
2729
- readonly label: "默认";
2782
+ readonly label: "默认权限";
2730
2783
  readonly description: "默认较保守;需要执行修改或高风险操作时会先询问你。";
2731
2784
  };
2732
2785
  readonly acceptEdits: {
@@ -2755,6 +2808,8 @@ declare const agentGuiI18nResources: {
2755
2808
  };
2756
2809
  };
2757
2810
  };
2811
+ readonly modelContextWindowSuffix: "上下文窗口";
2812
+ readonly modelTooltipVersionLabel: "版本";
2758
2813
  readonly modelDescriptions: {
2759
2814
  readonly frontierComplexCoding: "适合复杂编码、研究和真实工作场景的前沿模型";
2760
2815
  readonly everydayCoding: "适合日常编码的强力模型";
@@ -2789,11 +2844,11 @@ declare const agentGuiI18nResources: {
2789
2844
  readonly slashStatusContextUnavailable: "上下文用量不可用";
2790
2845
  readonly slashStatusLimitsUnavailable: "当前 Agent 未提供额度限制";
2791
2846
  readonly usageChipLabel: "上下文 {{percent}}%";
2792
- readonly usagePopoverTitle: "用量";
2847
+ readonly usagePopoverTitle: "计划用量";
2848
+ readonly usageContextWindowLabel: "上下文窗口";
2793
2849
  readonly usageTokensLabel: "Token 用量";
2794
2850
  readonly usageLimitsLabel: "限额";
2795
2851
  readonly usageCompactAction: "压缩";
2796
- readonly usageCompactTooltip: "压缩会话上下文(/compact)";
2797
2852
  readonly usageAlertWarnMessage: "上下文已使用 {{percent}}%,建议压缩会话。";
2798
2853
  readonly usageAlertCriticalMessage: "上下文已使用 {{percent}}%,请立即压缩以继续会话。";
2799
2854
  readonly usageAlertDismiss: "关闭提醒";
@@ -2834,8 +2889,8 @@ declare const agentGuiI18nResources: {
2834
2889
  readonly prompt: "让 Agent 知道在哪里读文件、运行命令和理解代码";
2835
2890
  };
2836
2891
  readonly useIssue: {
2837
- readonly label: "善用Issue";
2838
- readonly prompt: "把需求、约束和验收标准写进 Issue,Agent 更容易按目标推进";
2892
+ readonly label: "善用任务";
2893
+ readonly prompt: "把需求、约束和验收标准写进任务,Agent 更容易按目标推进";
2839
2894
  };
2840
2895
  readonly mapCurrentState: {
2841
2896
  readonly label: "先梳理现状";
@@ -2843,7 +2898,7 @@ declare const agentGuiI18nResources: {
2843
2898
  };
2844
2899
  readonly continueRecentSession: {
2845
2900
  readonly label: "接力最近会话";
2846
- readonly prompt: "延续工作时让 Agent 先回顾最近进展、未完成事项和阻塞点";
2901
+ readonly prompt: "延续工作时让 Agent 先回顾最近进展、未完成任务和阻塞点";
2847
2902
  };
2848
2903
  readonly referenceOtherAgents: {
2849
2904
  readonly label: "引用其他 Agent 对话历史";
@@ -2922,13 +2977,12 @@ declare const agentGuiI18nResources: {
2922
2977
  readonly searchNoConversations: "暂无相关会话";
2923
2978
  readonly conversationUnavailable: "会话不可用。";
2924
2979
  readonly contextPickerBrowseHint: "根据你输入的内容搜索工作区文件";
2925
- readonly contextPickerBrowseAllHint: "根据你输入的内容搜索工作区文件";
2926
2980
  readonly contextPickerBrowseFileHint: "暂无已打开或 Agent 生成的文件,继续输入文件名可搜索本机文件";
2927
2981
  readonly mentionFileSearchMoreHint: "继续输入文件名可搜索更多本机文件";
2928
2982
  readonly contextPickerBrowseAppHint: "输入内容以搜索应用";
2929
2983
  readonly contextPickerBrowseSessionHint: "输入内容以搜索我发起的 Agent 会话";
2930
2984
  readonly contextPickerBrowseCollabHint: "输入内容以搜索其他人和 Agent 的会话";
2931
- readonly contextPickerBrowseIssueHint: "输入内容以搜索当前房间内的 Issue";
2985
+ readonly contextPickerBrowseIssueHint: "输入内容以搜索当前房间内的任务";
2932
2986
  readonly workspaceAppFactoryMentionFallback: "创建应用";
2933
2987
  readonly contextPickerExpandMore: "展开更多 {{count}} 条";
2934
2988
  readonly contextPickerCategoryFileDescription: "搜索工作区文件和目录";
@@ -2941,7 +2995,7 @@ declare const agentGuiI18nResources: {
2941
2995
  readonly sectionToday: "今天";
2942
2996
  readonly sectionYesterday: "昨天";
2943
2997
  readonly sectionEarlier: "更早";
2944
- readonly projectSectionEdit: "编辑";
2998
+ readonly projectSectionEdit: "新建会话";
2945
2999
  readonly projectSectionMoreActions: "项目操作";
2946
3000
  readonly projectRailCreateProject: "新建项目";
2947
3001
  readonly projectRailLinkExistingProject: "关联已有项目文件";
@@ -2976,6 +3030,15 @@ declare const agentGuiI18nResources: {
2976
3030
  readonly activatingSession: "正在连接会话...";
2977
3031
  readonly retryActivation: "重试";
2978
3032
  readonly continueInNewConversation: "去新会话";
3033
+ readonly goalLabel: "目标";
3034
+ readonly goalStatusActive: "进行中";
3035
+ readonly goalStatusPaused: "已暂停";
3036
+ readonly goalStatusBlocked: "已阻塞";
3037
+ readonly goalStatusUsageLimited: "用量受限";
3038
+ readonly goalStatusBudgetLimited: "预算受限";
3039
+ readonly goalStatusComplete: "已完成";
3040
+ readonly goalBudgetUsage: "{{used}}/{{budget}} tokens";
3041
+ readonly goalClearHint: "输入 /goal clear 清除";
2979
3042
  readonly processing: "正在规划下一步";
2980
3043
  readonly promptImagesUnsupported: "当前模型不支持图片输入。";
2981
3044
  readonly visibleErrorStartFailed: "{{provider}} 启动失败";
@@ -3029,6 +3092,7 @@ declare const agentGuiI18nResources: {
3029
3092
  readonly shortcutEnter: "Enter";
3030
3093
  readonly shortcutCmdEnter: "Cmd + Enter";
3031
3094
  readonly shortcutCtrEnter: "Ctr + Enter";
3095
+ readonly openConversationWindow: "在新窗口打开会话";
3032
3096
  readonly deleteSession: "删除会话";
3033
3097
  readonly pinSession: "置顶会话";
3034
3098
  readonly unpinSession: "取消置顶";
@@ -3049,8 +3113,23 @@ declare const agentGuiI18nResources: {
3049
3113
  readonly slashPaletteCommandsGroup: "命令";
3050
3114
  readonly slashPaletteCapabilitiesGroup: "能力";
3051
3115
  readonly slashPaletteSkillsGroup: "技能";
3116
+ readonly slashPalettePluginsGroup: "插件";
3117
+ readonly slashPaletteConnectorsGroup: "连接器";
3118
+ readonly slashPaletteMcpGroup: "MCP";
3052
3119
  readonly browserUseCapabilityLabel: "浏览器";
3053
3120
  readonly browserUseCapabilityDescription: "让 Agent 使用浏览器。";
3121
+ readonly browserUseCapabilityDescriptionAutoConnect: "当前配置:复用已登录的 Chrome。";
3122
+ readonly browserUseCapabilityDescriptionIsolated: "当前配置:使用独立浏览器。";
3123
+ readonly browserUseCapabilitySettingsLabel: "浏览器设置";
3124
+ readonly browserUseCapabilitySettingsDescription: "配置 Agent 使用的浏览器。";
3125
+ readonly capabilityInlineSettingsLabel: "设置";
3126
+ readonly computerUseCapabilityLabel: "电脑控制";
3127
+ readonly computerUseCapabilityDescription: "让 Agent 控制 macOS 桌面。";
3128
+ readonly computerUseCapabilitySetupRequiredDescription: "未安装。按 Enter 打开设置。";
3129
+ readonly computerUseCapabilityAuthorizationRequiredDescription: "需要授权。按 Enter 打开设置。";
3130
+ readonly computerUseCapabilityAuthorizationUnknownDescription: "无法确认授权状态。按 Enter 打开设置。";
3131
+ readonly computerUseCapabilitySettingsLabel: "电脑控制设置";
3132
+ readonly computerUseCapabilitySettingsDescription: "安装、移除或授权电脑控制。";
3054
3133
  readonly fileMentionPalette: "工作区文件";
3055
3134
  readonly fileMentionLoading: "正在搜索工作区...";
3056
3135
  readonly fileMentionEmpty: "根据你输入的内容搜索工作区文件";
@@ -3059,37 +3138,55 @@ declare const agentGuiI18nResources: {
3059
3138
  readonly addReference: "添加引用";
3060
3139
  readonly referenceWorkspaceFiles: "引用空间文件";
3061
3140
  readonly referencePicker: {
3141
+ readonly clearFilter: "清除筛选";
3062
3142
  readonly confirm: "使用已选引用";
3063
3143
  readonly emptyDirectory: "当前目录为空";
3144
+ readonly emptyPreview: "选择一个文件查看详情";
3064
3145
  readonly emptySearch: "没有匹配的文件或文件夹";
3146
+ readonly fileTypeAll: "全部类型";
3147
+ readonly fileTypeDocument: "文档";
3148
+ readonly fileTypeImage: "图片";
3149
+ readonly fileTypeOther: "其他";
3150
+ readonly fileTypeSeparator: "、";
3151
+ readonly fileTypeVideo: "视频";
3152
+ readonly fileTypeWebpage: "网页";
3153
+ readonly loadMore: "加载更多";
3154
+ readonly loadMoreGroups: "拉取更多";
3065
3155
  readonly loading: "正在加载";
3066
3156
  readonly previewBinary: "这个文件更像二进制内容";
3067
3157
  readonly previewDecodeFailed: "暂时无法按 UTF-8 文本解码这个文件";
3068
3158
  readonly previewError: "加载预览失败";
3069
3159
  readonly previewFileTooLarge: "这个文件超过了 {{maxSize}}";
3070
3160
  readonly previewFolder: "暂不支持预览文件夹";
3161
+ readonly previewHierarchy: "所属层级";
3071
3162
  readonly previewLoading: "正在加载预览";
3163
+ readonly previewModified: "产出时间";
3164
+ readonly previewSize: "文件大小";
3165
+ readonly previewSource: "产出来源";
3072
3166
  readonly previewTextTooLarge: "这个文本文件超过了 {{maxSize}}";
3167
+ readonly previewTooLarge: "文件过大,无法预览";
3073
3168
  readonly previewUnavailable: "当前工作区无法预览文件";
3074
3169
  readonly previewUnsupported: "暂不支持预览这种文件类型";
3075
3170
  readonly searchPlaceholder: "搜索文件和文件夹";
3171
+ readonly selectGroupHint: "从左侧选择一个目录";
3076
3172
  readonly selectedCount: "已选择 {{count}} 项";
3077
3173
  readonly title: "选择工作区引用";
3174
+ readonly sourceColumn: "分类";
3175
+ readonly workspaceRootGroup: "工作区";
3078
3176
  };
3079
3177
  readonly projectLocked: "会话开始后项目不可更改";
3080
3178
  readonly projectMissingDescription: "此对话的工作目录已不存在";
3081
3179
  readonly fileMentionSwitchCategory: "切换分类";
3082
3180
  readonly fileMentionSwitchSelection: "切换选中";
3083
- readonly mentionFilterAll: "全部";
3084
3181
  readonly mentionFilterFile: "文件";
3085
3182
  readonly mentionFilterApp: "应用";
3086
3183
  readonly mentionFilterSession: "会话";
3087
3184
  readonly mentionFilterCollab: "协作";
3088
- readonly mentionFilterIssue: "事项";
3185
+ readonly mentionFilterIssue: "任务";
3089
3186
  readonly mentionKindApp: "应用";
3090
3187
  readonly mentionKindAppFactory: "应用工厂";
3091
3188
  readonly mentionKindFile: "文件";
3092
- readonly mentionKindIssue: "事项";
3189
+ readonly mentionKindIssue: "任务";
3093
3190
  readonly mentionKindSession: "会话";
3094
3191
  readonly mentionGroupFiles: "文件";
3095
3192
  readonly mentionGroupOpenedFiles: "我打开的文件";
@@ -3097,22 +3194,23 @@ declare const agentGuiI18nResources: {
3097
3194
  readonly mentionGroupApps: "应用";
3098
3195
  readonly mentionGroupMySessions: "我的会话";
3099
3196
  readonly mentionGroupCollabSessions: "协作会话";
3100
- readonly mentionGroupIssues: "事项";
3197
+ readonly mentionGroupIssues: "任务";
3101
3198
  readonly mentionEmptyMySessions: "暂无会话";
3102
3199
  readonly mentionEmptyCollabSessions: "暂无协作会话";
3103
3200
  readonly mentionEmptyApps: "暂无应用";
3104
- readonly mentionEmptyIssues: "暂无事项";
3201
+ readonly mentionEmptyIssues: "暂无任务";
3105
3202
  readonly mentionEmptyDockFiles: "Dock 栏暂无已打开文件,输入关键词可搜索工作区文件";
3106
3203
  readonly mentionEmptyAgentGeneratedFiles: "暂无 Agent 生成的文件";
3107
3204
  readonly mentionAgentGeneratedFolderBack: "返回";
3108
3205
  readonly mentionAgentGeneratedFolderFileCount: "{{count}} 个文件";
3109
3206
  readonly mentionNoMatchingFiles: "没有匹配到文件";
3207
+ readonly mentionOpenReferences: "查看产物文件";
3110
3208
  readonly issueRunPrompt: {
3111
3209
  readonly currentWorkingDirectoryLabel: "当前工作目录";
3112
3210
  readonly executionRequirementsLabel: "执行要求";
3113
- readonly intro: "你正在处理一个任务事项。";
3114
- readonly issueContentLabel: "事项内容";
3115
- readonly issueTitleLabel: "事项标题";
3211
+ readonly intro: "你正在处理一个任务。";
3212
+ readonly issueContentLabel: "任务内容";
3213
+ readonly issueTitleLabel: "任务标题";
3116
3214
  readonly missingContent: "(无补充内容)";
3117
3215
  readonly noReferences: "- (无引用资料)";
3118
3216
  readonly referencesLabel: "引用资料";
@@ -3712,7 +3810,7 @@ declare const agentGuiI18nResources: {
3712
3810
  readonly titlePlaceholder: "请输入任务标题";
3713
3811
  readonly fieldDescription: "需求描述";
3714
3812
  readonly descriptionPlaceholder: "补充背景、现象、影响范围与期望结果";
3715
- readonly descriptionPlaceholderLegacy: "描述问题背景、异常表现和期望结果。";
3813
+ readonly descriptionPlaceholderLegacy: "描述任务背景、目标和期望结果。";
3716
3814
  readonly fieldPriority: "优先级";
3717
3815
  readonly priorityOptionMedium: "中";
3718
3816
  readonly priorityOptionHigh: "高";
@@ -4592,7 +4690,7 @@ declare const agentGuiI18nResources: {
4592
4690
  readonly sheetTitle: "表格";
4593
4691
  readonly sheetDescription: "整理结构化数据、表格、计算和房间计划清单";
4594
4692
  readonly calendarTitle: "日程";
4595
- readonly calendarDescription: "规划房间里程碑、跟进事项、评审和共享日程";
4693
+ readonly calendarDescription: "规划房间里程碑、跟进任务、评审和共享日程";
4596
4694
  readonly systemMonitorTitle: "系统监控";
4597
4695
  readonly systemMonitorDescription: "查看运行时健康度、资源信号和工作区活动";
4598
4696
  readonly codeEditorTitle: "代码编辑器";
@@ -4614,7 +4712,7 @@ declare const agentGuiI18nResources: {
4614
4712
  readonly mockSheetPreviewTitle: "数据表格";
4615
4713
  readonly mockSheetPreviewBody: "这里将展示表格、计算、筛选和房间计划数据";
4616
4714
  readonly mockCalendarPreviewTitle: "房间日历";
4617
- readonly mockCalendarPreviewBody: "这里将展示里程碑、会议、跟进事项和共享日程块";
4715
+ readonly mockCalendarPreviewBody: "这里将展示里程碑、会议、跟进任务和共享日程块";
4618
4716
  readonly mockMonitorPreviewTitle: "运行时信号";
4619
4717
  readonly mockMonitorPreviewBody: "这里将展示 CPU、内存、网络和工作区活动信号";
4620
4718
  readonly mockCodePreviewTitle: "源码工作区";