@tutti-os/agent-gui 0.0.198 → 0.0.200
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.
- package/README.md +23 -0
- package/dist/{AgentRichTextReadonly-2BWVTYD3.js → AgentRichTextReadonly-YU6STDUX.js} +5 -5
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +1 -0
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.js +6 -6
- package/dist/app/renderer/agentactivity.css +66 -1
- package/dist/{chunk-JH6OERDW.js → chunk-3FA5JIDL.js} +2 -2
- package/dist/{chunk-D7WWGXPJ.js → chunk-5ZO3H4C5.js} +4 -4
- package/dist/{chunk-CTZPHYKU.js → chunk-7NUEEGAA.js} +3 -3
- package/dist/{chunk-NTY3JIYS.js → chunk-DAP74J63.js} +3695 -3612
- package/dist/chunk-DAP74J63.js.map +1 -0
- package/dist/{chunk-P4LUYDRL.js → chunk-EOGTJQID.js} +2 -2
- package/dist/{chunk-QCNCNAZT.js → chunk-F5ARZZES.js} +4 -4
- package/dist/{chunk-AEMVCADI.js → chunk-GWKXYGUN.js} +2 -2
- package/dist/{chunk-D5HAVQME.js → chunk-JXFOFJYI.js} +2 -2
- package/dist/{chunk-GIF2V624.js → chunk-MFQB4LR5.js} +4 -4
- package/dist/{chunk-GKKXAO7O.js → chunk-PWPVYNGO.js} +3 -3
- package/dist/{chunk-FFLXJ5RU.js → chunk-RJMCV7OR.js} +13 -7
- package/dist/chunk-RJMCV7OR.js.map +1 -0
- package/dist/{chunk-HU3Q2FQK.js → chunk-UEBPMWKS.js} +2 -2
- package/dist/{chunk-T3RMAGAE.js → chunk-XD5NTTFJ.js} +2 -2
- package/dist/{chunk-YC33LHRB.js → chunk-ZADHMOME.js} +51 -13
- package/dist/{chunk-YC33LHRB.js.map → chunk-ZADHMOME.js.map} +1 -1
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +12 -6
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +13 -6
- package/dist/index.js +14 -14
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +16 -16
- package/dist/chunk-FFLXJ5RU.js.map +0 -1
- package/dist/chunk-NTY3JIYS.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-2BWVTYD3.js.map → AgentRichTextReadonly-YU6STDUX.js.map} +0 -0
- /package/dist/{chunk-JH6OERDW.js.map → chunk-3FA5JIDL.js.map} +0 -0
- /package/dist/{chunk-D7WWGXPJ.js.map → chunk-5ZO3H4C5.js.map} +0 -0
- /package/dist/{chunk-CTZPHYKU.js.map → chunk-7NUEEGAA.js.map} +0 -0
- /package/dist/{chunk-P4LUYDRL.js.map → chunk-EOGTJQID.js.map} +0 -0
- /package/dist/{chunk-QCNCNAZT.js.map → chunk-F5ARZZES.js.map} +0 -0
- /package/dist/{chunk-AEMVCADI.js.map → chunk-GWKXYGUN.js.map} +0 -0
- /package/dist/{chunk-D5HAVQME.js.map → chunk-JXFOFJYI.js.map} +0 -0
- /package/dist/{chunk-GIF2V624.js.map → chunk-MFQB4LR5.js.map} +0 -0
- /package/dist/{chunk-GKKXAO7O.js.map → chunk-PWPVYNGO.js.map} +0 -0
- /package/dist/{chunk-HU3Q2FQK.js.map → chunk-UEBPMWKS.js.map} +0 -0
- /package/dist/{chunk-T3RMAGAE.js.map → chunk-XD5NTTFJ.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RJMCV7OR.js";
|
|
10
10
|
|
|
11
11
|
// i18n/index.ts
|
|
12
12
|
import React, {
|
|
@@ -68,4 +68,4 @@ export {
|
|
|
68
68
|
AgentGuiI18nProvider,
|
|
69
69
|
useTranslation
|
|
70
70
|
};
|
|
71
|
-
//# sourceMappingURL=chunk-
|
|
71
|
+
//# sourceMappingURL=chunk-EOGTJQID.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-XJ34OIEQ.js";
|
|
8
8
|
import {
|
|
9
9
|
normalizeAgentSessionMentionTitle
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JXFOFJYI.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveAgentMentionFileThumbnailUrl
|
|
13
13
|
} from "./chunk-3V5OCA2M.js";
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
import {
|
|
21
21
|
getOptionalAgentHostApi,
|
|
22
22
|
workspaceAgentProviderLabel
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-3FA5JIDL.js";
|
|
24
24
|
import {
|
|
25
25
|
translate,
|
|
26
26
|
translateInUiLanguage
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-EOGTJQID.js";
|
|
28
28
|
import {
|
|
29
29
|
normalizeAgentTitleText
|
|
30
30
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -3049,4 +3049,4 @@ export {
|
|
|
3049
3049
|
AgentMentionSearchController,
|
|
3050
3050
|
preloadAgentMentionBrowse
|
|
3051
3051
|
};
|
|
3052
|
-
//# sourceMappingURL=chunk-
|
|
3052
|
+
//# sourceMappingURL=chunk-F5ARZZES.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translateInUiLanguage
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RJMCV7OR.js";
|
|
4
4
|
import {
|
|
5
5
|
normalizeAgentTitleText
|
|
6
6
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -374,4 +374,4 @@ export {
|
|
|
374
374
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
375
375
|
resolveAgentGuiWorkbenchSessionTitle
|
|
376
376
|
};
|
|
377
|
-
//# sourceMappingURL=chunk-
|
|
377
|
+
//# sourceMappingURL=chunk-GWKXYGUN.js.map
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
translate,
|
|
13
13
|
useTranslation
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-EOGTJQID.js";
|
|
15
15
|
import {
|
|
16
16
|
getAgentCustomMentionKind
|
|
17
17
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -1833,4 +1833,4 @@ export {
|
|
|
1833
1833
|
exitAgentFileMentionSuggestion,
|
|
1834
1834
|
createAgentFileMentionExtension
|
|
1835
1835
|
};
|
|
1836
|
-
//# sourceMappingURL=chunk-
|
|
1836
|
+
//# sourceMappingURL=chunk-JXFOFJYI.js.map
|
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
AgentGUIConversation_styles_default,
|
|
3
3
|
MessageSquareMoreIcon,
|
|
4
4
|
extractAgentMcpToolTarget
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PWPVYNGO.js";
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3FA5JIDL.js";
|
|
10
10
|
import {
|
|
11
11
|
fileChangePathsFromChanges
|
|
12
12
|
} from "./chunk-F5UR6EJG.js";
|
|
13
13
|
import {
|
|
14
14
|
translate
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EOGTJQID.js";
|
|
16
16
|
|
|
17
17
|
// shared/agentConversation/planImplementationPresentation.ts
|
|
18
18
|
var PLAN_IMPLEMENTATION_PROMPT = "Implement the plan.";
|
|
@@ -1518,4 +1518,4 @@ export {
|
|
|
1518
1518
|
isPromptRequestIdTitle,
|
|
1519
1519
|
AgentInteractivePromptSurface
|
|
1520
1520
|
};
|
|
1521
|
-
//# sourceMappingURL=chunk-
|
|
1521
|
+
//# sourceMappingURL=chunk-MFQB4LR5.js.map
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3FA5JIDL.js";
|
|
10
10
|
import {
|
|
11
11
|
managedAgentRoundedIconUrl
|
|
12
12
|
} from "./chunk-M6HTOCQK.js";
|
|
13
13
|
import {
|
|
14
14
|
translate,
|
|
15
15
|
useTranslation
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-EOGTJQID.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveAgentWorkspaceFileVisualKind
|
|
19
19
|
} from "./chunk-5BJYO6X3.js";
|
|
@@ -3728,4 +3728,4 @@ export {
|
|
|
3728
3728
|
AgentMessageMarkdown,
|
|
3729
3729
|
CustomScrollArea
|
|
3730
3730
|
};
|
|
3731
|
-
//# sourceMappingURL=chunk-
|
|
3731
|
+
//# sourceMappingURL=chunk-PWPVYNGO.js.map
|
|
@@ -5,12 +5,15 @@ import {
|
|
|
5
5
|
|
|
6
6
|
// app/renderer/i18n/locales/en.tuttiModePlan.ts
|
|
7
7
|
var enTuttiModePlan = {
|
|
8
|
-
mode: "Tutti mode plan",
|
|
9
8
|
taskReview: "Plan review",
|
|
10
|
-
pending: "Needs review",
|
|
11
9
|
cancel: "Cancel plan",
|
|
12
10
|
reviewHint: "Send to accept \xB7 type feedback to request changes",
|
|
13
11
|
reviewHintReplan: "Intensity changed \xB7 send to re-plan at the new intensity",
|
|
12
|
+
materializingTitle: "Creating tasks",
|
|
13
|
+
materializingHint: "Turning the accepted plan into executable tasks",
|
|
14
|
+
errorTitle: "Workflow unavailable",
|
|
15
|
+
expand: "Expand workflow",
|
|
16
|
+
collapse: "Collapse workflow",
|
|
14
17
|
sendAccept: "Accept plan",
|
|
15
18
|
sendRequestChanges: "Request changes",
|
|
16
19
|
replanFeedback: "Intensity was adjusted from {{from}} to {{to}}. Re-plan at the new intensity: rescale the task decomposition granularity and each task's model/reasoning tier.",
|
|
@@ -50,7 +53,6 @@ var enTuttiModePlan = {
|
|
|
50
53
|
issueStripPending: "{{count}} awaiting acceptance",
|
|
51
54
|
issueStripFailed: "{{count}} failed",
|
|
52
55
|
issueStripDone: "{{done}}/{{total}} done",
|
|
53
|
-
issueStripJump: "View the subtask board",
|
|
54
56
|
issueCreateFailed: "The approved plan could not create its Issue: {{message}}. Ask the Agent to revise the plan."
|
|
55
57
|
};
|
|
56
58
|
|
|
@@ -726,6 +728,7 @@ var enAgentGui = {
|
|
|
726
728
|
accountMenuFree: "Free",
|
|
727
729
|
accountMenuSignIn: "Sign in",
|
|
728
730
|
accountMenuSignOut: "Sign out",
|
|
731
|
+
accountMenuCopyUserId: "Copy user ID",
|
|
729
732
|
accountMenuLoading: "Loading",
|
|
730
733
|
accountMenuUnavailable: "--",
|
|
731
734
|
accountMenuDataUnavailable: "Some account data is unavailable",
|
|
@@ -3154,12 +3157,15 @@ var zhCNAgentGuiCollaboration = {
|
|
|
3154
3157
|
|
|
3155
3158
|
// app/renderer/i18n/locales/zh-CN.tuttiModePlan.ts
|
|
3156
3159
|
var zhCNTuttiModePlan = {
|
|
3157
|
-
mode: "Tutti mode plan",
|
|
3158
3160
|
taskReview: "\u8BA1\u5212\u786E\u8BA4",
|
|
3159
|
-
pending: "\u5F85\u786E\u8BA4",
|
|
3160
3161
|
cancel: "\u53D6\u6D88\u8BA1\u5212",
|
|
3161
3162
|
reviewHint: "\u76F4\u63A5\u53D1\u9001\u5373\u63A5\u53D7 \xB7 \u8F93\u5165\u53CD\u9988\u540E\u53D1\u9001\u5373\u8BF7\u6C42\u4FEE\u6539",
|
|
3162
3163
|
reviewHintReplan: "\u5F3A\u5EA6\u5DF2\u8C03\u6574 \xB7 \u53D1\u9001\u5373\u6309\u65B0\u5F3A\u5EA6\u91CD\u65B0\u89C4\u5212",
|
|
3164
|
+
materializingTitle: "\u6B63\u5728\u521B\u5EFA\u4EFB\u52A1",
|
|
3165
|
+
materializingHint: "\u6B63\u5728\u5C06\u5DF2\u63A5\u53D7\u7684\u8BA1\u5212\u8F6C\u6362\u4E3A\u53EF\u6267\u884C\u4EFB\u52A1",
|
|
3166
|
+
errorTitle: "\u5DE5\u4F5C\u6D41\u6682\u4E0D\u53EF\u7528",
|
|
3167
|
+
expand: "\u5C55\u5F00\u5DE5\u4F5C\u6D41",
|
|
3168
|
+
collapse: "\u6536\u8D77\u5DE5\u4F5C\u6D41",
|
|
3163
3169
|
sendAccept: "\u63A5\u53D7\u8BA1\u5212",
|
|
3164
3170
|
sendRequestChanges: "\u8BF7\u6C42\u4FEE\u6539",
|
|
3165
3171
|
replanFeedback: "\u5F3A\u5EA6\u5DF2\u4ECE {{from}} \u8C03\u6574\u4E3A {{to}}\u3002\u8BF7\u6309\u65B0\u5F3A\u5EA6\u91CD\u65B0\u89C4\u5212\uFF1A\u8C03\u6574\u4EFB\u52A1\u62C6\u89E3\u7C92\u5EA6\u4E0E\u5404\u4EFB\u52A1\u7684\u6A21\u578B/\u63A8\u7406\u6863\u4F4D\u3002",
|
|
@@ -3199,7 +3205,6 @@ var zhCNTuttiModePlan = {
|
|
|
3199
3205
|
issueStripPending: "{{count}} \u5F85\u9A8C\u6536",
|
|
3200
3206
|
issueStripFailed: "{{count}} \u5931\u8D25",
|
|
3201
3207
|
issueStripDone: "{{done}}/{{total}} \u5DF2\u5B8C\u6210",
|
|
3202
|
-
issueStripJump: "\u67E5\u770B\u5B50\u4EFB\u52A1\u9762\u677F",
|
|
3203
3208
|
issueCreateFailed: "\u5DF2\u6838\u51C6\u7684\u8BA1\u5212\u672A\u80FD\u521B\u5EFA Issue\uFF1A{{message}}\u3002\u8BF7\u8BA9 Agent \u4FEE\u8BA2\u8BA1\u5212\u3002"
|
|
3204
3209
|
};
|
|
3205
3210
|
|
|
@@ -3593,6 +3598,7 @@ var zhCNAgentGui = {
|
|
|
3593
3598
|
accountMenuFree: "Free",
|
|
3594
3599
|
accountMenuSignIn: "\u767B\u5F55",
|
|
3595
3600
|
accountMenuSignOut: "\u9000\u51FA\u767B\u5F55",
|
|
3601
|
+
accountMenuCopyUserId: "\u590D\u5236\u7528\u6237 ID",
|
|
3596
3602
|
accountMenuLoading: "\u52A0\u8F7D\u4E2D",
|
|
3597
3603
|
accountMenuUnavailable: "--",
|
|
3598
3604
|
accountMenuDataUnavailable: "\u90E8\u5206\u8D26\u53F7\u6570\u636E\u6682\u4E0D\u53EF\u7528",
|
|
@@ -5806,4 +5812,4 @@ export {
|
|
|
5806
5812
|
translateInUiLanguage,
|
|
5807
5813
|
getActiveUiLanguage
|
|
5808
5814
|
};
|
|
5809
|
-
//# sourceMappingURL=chunk-
|
|
5815
|
+
//# sourceMappingURL=chunk-RJMCV7OR.js.map
|