@tutti-os/agent-gui 0.0.42 → 0.0.44

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 (29) hide show
  1. package/dist/agent-conversation/index.js +4 -4
  2. package/dist/agent-message-center/index.js +4 -4
  3. package/dist/app/renderer/agentactivity.css +17 -3
  4. package/dist/{chunk-XTFRVACA.js → chunk-25VZHG6G.js} +22 -7
  5. package/dist/chunk-25VZHG6G.js.map +1 -0
  6. package/dist/{chunk-3WZWZHAJ.js → chunk-64OSXJRE.js} +2 -2
  7. package/dist/{chunk-3PVSIL3H.js → chunk-GMLK2EFU.js} +4 -4
  8. package/dist/{chunk-LKOPLDPM.js → chunk-IGXC7NRW.js} +51 -3
  9. package/dist/chunk-IGXC7NRW.js.map +1 -0
  10. package/dist/{chunk-42WP3P5C.js → chunk-J4MU53PH.js} +2 -2
  11. package/dist/{chunk-5U4SXENC.js → chunk-SF2PE7M6.js} +16 -5
  12. package/dist/{chunk-5U4SXENC.js.map → chunk-SF2PE7M6.js.map} +1 -1
  13. package/dist/{chunk-5LVFYNIP.js → chunk-ZORA4UAT.js} +2 -2
  14. package/dist/{chunk-OLZP2EFK.js → chunk-ZTQKIJ5J.js} +2 -2
  15. package/dist/context-mention-palette/index.d.ts +2 -1
  16. package/dist/context-mention-palette/index.js +5 -5
  17. package/dist/i18n/index.d.ts +50 -2
  18. package/dist/i18n/index.js +1 -1
  19. package/dist/index.js +1007 -450
  20. package/dist/index.js.map +1 -1
  21. package/dist/workspace-agent-generated-files.js +2 -2
  22. package/package.json +12 -12
  23. package/dist/chunk-LKOPLDPM.js.map +0 -1
  24. package/dist/chunk-XTFRVACA.js.map +0 -1
  25. /package/dist/{chunk-3WZWZHAJ.js.map → chunk-64OSXJRE.js.map} +0 -0
  26. /package/dist/{chunk-3PVSIL3H.js.map → chunk-GMLK2EFU.js.map} +0 -0
  27. /package/dist/{chunk-42WP3P5C.js.map → chunk-J4MU53PH.js.map} +0 -0
  28. /package/dist/{chunk-5LVFYNIP.js.map → chunk-ZORA4UAT.js.map} +0 -0
  29. /package/dist/{chunk-OLZP2EFK.js.map → chunk-ZTQKIJ5J.js.map} +0 -0
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  translate,
3
3
  useTranslation
4
- } from "./chunk-LKOPLDPM.js";
4
+ } from "./chunk-IGXC7NRW.js";
5
5
  import {
6
6
  resolveAgentMentionFileThumbnailUrl,
7
7
  resolveAgentMentionFileVisualKind
@@ -1205,4 +1205,4 @@ export {
1205
1205
  mentionItemToAttrs,
1206
1206
  attrsToMentionItem
1207
1207
  };
1208
- //# sourceMappingURL=chunk-3WZWZHAJ.js.map
1208
+ //# sourceMappingURL=chunk-64OSXJRE.js.map
@@ -7,10 +7,10 @@ import {
7
7
  AgentGUIConversation_styles_default,
8
8
  MessageSquareMoreIcon,
9
9
  extractAgentMcpToolTarget
10
- } from "./chunk-OLZP2EFK.js";
10
+ } from "./chunk-ZTQKIJ5J.js";
11
11
  import {
12
12
  Spinner
13
- } from "./chunk-42WP3P5C.js";
13
+ } from "./chunk-J4MU53PH.js";
14
14
  import {
15
15
  getOptionalAgentHostApi,
16
16
  useOptionalAgentHostApi
@@ -20,7 +20,7 @@ import {
20
20
  } from "./chunk-GCBDIQDX.js";
21
21
  import {
22
22
  translate
23
- } from "./chunk-LKOPLDPM.js";
23
+ } from "./chunk-IGXC7NRW.js";
24
24
 
25
25
  // shared/agentConversation/approvalOptionPresentation.ts
26
26
  function approvalOptionDisplayLabel(option, intent = {}) {
@@ -1213,4 +1213,4 @@ export {
1213
1213
  isPromptRequestIdTitle,
1214
1214
  AgentInteractivePromptSurface
1215
1215
  };
1216
- //# sourceMappingURL=chunk-3PVSIL3H.js.map
1216
+ //# sourceMappingURL=chunk-GMLK2EFU.js.map
@@ -676,7 +676,7 @@ var en = {
676
676
  conversations: "Sessions",
677
677
  newConversation: "New session",
678
678
  agentConfig: "Settings",
679
- agentEnvSetup: "Environment check",
679
+ agentEnvSetup: "Usage & Environment Check",
680
680
  noConversations: "No sessions yet",
681
681
  emptyProjectConversations: "No chats yet",
682
682
  batchRunnerStandaloneTitle: "Agent GUI batch runner",
@@ -771,6 +771,11 @@ var en = {
771
771
  batchDeleteProjectSessionsTitle: "Delete project sessions?",
772
772
  batchDeleteProjectSessionsBody: "This will delete {{count}} sessions in \u201C{{project}}\u201D. Deleted sessions cannot be recovered.",
773
773
  batchDeleteProjectSessionsConfirm: "Delete sessions",
774
+ conversationsSectionMoreActions: "Conversation actions",
775
+ batchDeleteConversations: "Batch delete conversations",
776
+ batchDeleteConversationsTitle: "Delete conversations?",
777
+ batchDeleteConversationsBody: "This will delete {{count}} conversations. Deleted conversations cannot be recovered.",
778
+ batchDeleteConversationsConfirm: "Delete conversations",
774
779
  runtimeSessionOnly: "Only runtime sessions appear here.",
775
780
  approvalRequired: "{{provider}} requests your authorization.",
776
781
  approvalUnavailable: "No choices are available.",
@@ -896,6 +901,24 @@ var en = {
896
901
  slashPalettePluginsGroup: "Plugins",
897
902
  slashPaletteConnectorsGroup: "Connectors",
898
903
  slashPaletteMcpGroup: "MCP",
904
+ slashCommandCompactLabel: "compact",
905
+ slashCommandContextLabel: "context",
906
+ slashCommandFastLabel: "fast",
907
+ slashCommandGoalLabel: "goal",
908
+ slashCommandInitLabel: "init",
909
+ slashCommandPlanLabel: "plan",
910
+ slashCommandReviewLabel: "review",
911
+ slashCommandStatusLabel: "status",
912
+ slashCommandUsageLabel: "usage",
913
+ slashCommandCompactDescription: "Compact the conversation context.",
914
+ slashCommandContextDescription: "Show the current context snapshot.",
915
+ slashCommandFastDescription: "Toggle fast response mode.",
916
+ slashCommandGoalDescription: "Set, inspect, or clear the current goal.",
917
+ slashCommandInitDescription: "Initialize repository guidance files.",
918
+ slashCommandPlanDescription: "Toggle plan mode.",
919
+ slashCommandReviewDescription: "Run a code review.",
920
+ slashCommandStatusDescription: "Show session status and context usage.",
921
+ slashCommandUsageDescription: "Show context and quota usage.",
899
922
  browserUseCapabilityLabel: "Browser",
900
923
  browserUseCapabilityDescription: "Let the agent use a browser.",
901
924
  browserUseCapabilityDescriptionAutoConnect: "Current mode: reuse your signed-in Chrome.",
@@ -956,6 +979,7 @@ var en = {
956
979
  },
957
980
  projectLocked: "Project cannot be changed after the session starts",
958
981
  projectMissingDescription: "This conversation's working directory no longer exists",
982
+ fileMentionEnterFolder: "Enter folder",
959
983
  fileMentionSwitchCategory: "Switch category",
960
984
  fileMentionNavigateHierarchy: "Enter/leave folder",
961
985
  fileMentionSwitchSelection: "Switch selection",
@@ -3088,7 +3112,7 @@ var zhCN = {
3088
3112
  empty: "\u9700\u8981 {{provider}} \u5E2E\u4F60\u505A\u4E9B\u4EC0\u4E48\uFF1F",
3089
3113
  conversations: "\u4F1A\u8BDD",
3090
3114
  newConversation: "\u65B0\u5EFA\u4F1A\u8BDD",
3091
- agentConfig: "\u914D\u7F6E",
3115
+ agentConfig: "\u7528\u91CF&\u73AF\u5883\u68C0\u6D4B",
3092
3116
  agentEnvSetup: "\u73AF\u5883\u68C0\u6D4B",
3093
3117
  noConversations: "\u8FD8\u6CA1\u6709\u4F1A\u8BDD",
3094
3118
  emptyProjectConversations: "\u6682\u65E0\u5BF9\u8BDD",
@@ -3184,6 +3208,11 @@ var zhCN = {
3184
3208
  batchDeleteProjectSessionsTitle: "\u5220\u9664\u9879\u76EE\u4F1A\u8BDD\uFF1F",
3185
3209
  batchDeleteProjectSessionsBody: "\u5C06\u5220\u9664\u300C{{project}}\u300D\u4E0B\u7684 {{count}} \u4E2A\u4F1A\u8BDD\u3002\u5220\u9664\u540E\u65E0\u6CD5\u6062\u590D\u3002",
3186
3210
  batchDeleteProjectSessionsConfirm: "\u5220\u9664\u4F1A\u8BDD",
3211
+ conversationsSectionMoreActions: "\u5BF9\u8BDD\u64CD\u4F5C",
3212
+ batchDeleteConversations: "\u6279\u91CF\u5220\u9664\u5BF9\u8BDD",
3213
+ batchDeleteConversationsTitle: "\u5220\u9664\u5BF9\u8BDD\uFF1F",
3214
+ batchDeleteConversationsBody: "\u5C06\u5220\u9664 {{count}} \u4E2A\u5BF9\u8BDD\u3002\u5220\u9664\u540E\u65E0\u6CD5\u6062\u590D\u3002",
3215
+ batchDeleteConversationsConfirm: "\u5220\u9664\u5BF9\u8BDD",
3187
3216
  runtimeSessionOnly: "\u8FD9\u91CC\u53EA\u663E\u793A runtime \u4F1A\u8BDD\u3002",
3188
3217
  approvalRequired: "{{provider}} \u8BF7\u6C42\u4F60\u7684\u6388\u6743\u3002",
3189
3218
  approvalUnavailable: "\u6CA1\u6709\u53EF\u7528\u9009\u9879\u3002",
@@ -3309,6 +3338,24 @@ var zhCN = {
3309
3338
  slashPalettePluginsGroup: "\u63D2\u4EF6",
3310
3339
  slashPaletteConnectorsGroup: "\u8FDE\u63A5\u5668",
3311
3340
  slashPaletteMcpGroup: "MCP",
3341
+ slashCommandCompactLabel: "\u538B\u7F29",
3342
+ slashCommandContextLabel: "\u4E0A\u4E0B\u6587",
3343
+ slashCommandFastLabel: "\u5FEB\u901F",
3344
+ slashCommandGoalLabel: "\u76EE\u6807",
3345
+ slashCommandInitLabel: "\u521D\u59CB\u5316",
3346
+ slashCommandPlanLabel: "\u8BA1\u5212",
3347
+ slashCommandReviewLabel: "\u5BA1\u67E5",
3348
+ slashCommandStatusLabel: "\u72B6\u6001",
3349
+ slashCommandUsageLabel: "\u7528\u91CF",
3350
+ slashCommandCompactDescription: "\u538B\u7F29\u5F53\u524D\u5BF9\u8BDD\u4E0A\u4E0B\u6587\u3002",
3351
+ slashCommandContextDescription: "\u67E5\u770B\u5F53\u524D\u4E0A\u4E0B\u6587\u5FEB\u7167\u3002",
3352
+ slashCommandFastDescription: "\u5207\u6362\u5FEB\u901F\u54CD\u5E94\u6A21\u5F0F\u3002",
3353
+ slashCommandGoalDescription: "\u8BBE\u7F6E\u3001\u67E5\u770B\u6216\u6E05\u9664\u5F53\u524D\u76EE\u6807\u3002",
3354
+ slashCommandInitDescription: "\u521D\u59CB\u5316\u4ED3\u5E93\u8BF4\u660E\u6587\u4EF6\u3002",
3355
+ slashCommandPlanDescription: "\u5207\u6362\u8BA1\u5212\u6A21\u5F0F\u3002",
3356
+ slashCommandReviewDescription: "\u53D1\u8D77\u4EE3\u7801\u5BA1\u67E5\u3002",
3357
+ slashCommandStatusDescription: "\u67E5\u770B\u4F1A\u8BDD\u72B6\u6001\u548C\u4E0A\u4E0B\u6587\u7528\u91CF\u3002",
3358
+ slashCommandUsageDescription: "\u67E5\u770B\u4E0A\u4E0B\u6587\u548C\u989D\u5EA6\u7528\u91CF\u3002",
3312
3359
  browserUseCapabilityLabel: "\u6D4F\u89C8\u5668",
3313
3360
  browserUseCapabilityDescription: "\u8BA9 Agent \u4F7F\u7528\u6D4F\u89C8\u5668\u3002",
3314
3361
  browserUseCapabilityDescriptionAutoConnect: "\u5F53\u524D\u914D\u7F6E\uFF1A\u590D\u7528\u5DF2\u767B\u5F55\u7684 Chrome\u3002",
@@ -3369,6 +3416,7 @@ var zhCN = {
3369
3416
  },
3370
3417
  projectLocked: "\u4F1A\u8BDD\u5F00\u59CB\u540E\u9879\u76EE\u4E0D\u53EF\u66F4\u6539",
3371
3418
  projectMissingDescription: "\u6B64\u5BF9\u8BDD\u7684\u5DE5\u4F5C\u76EE\u5F55\u5DF2\u4E0D\u5B58\u5728",
3419
+ fileMentionEnterFolder: "\u8FDB\u5165\u6587\u4EF6\u5939",
3372
3420
  fileMentionSwitchCategory: "\u5207\u6362\u5206\u7C7B",
3373
3421
  fileMentionNavigateHierarchy: "\u8FDB\u5165/\u8FD4\u56DE\u6587\u4EF6\u5939",
3374
3422
  fileMentionSwitchSelection: "\u5207\u6362\u9009\u4E2D",
@@ -4940,4 +4988,4 @@ export {
4940
4988
  AgentGuiI18nProvider,
4941
4989
  useTranslation
4942
4990
  };
4943
- //# sourceMappingURL=chunk-LKOPLDPM.js.map
4991
+ //# sourceMappingURL=chunk-IGXC7NRW.js.map