@tutti-os/agent-gui 0.0.112 → 0.0.113
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/dist/{AgentGUI-BP3qpvtu.d.ts → AgentGUI-D4jgPDg0.d.ts} +2 -2
- package/dist/{AgentRichTextReadonly-2XWSOTX4.js → AgentRichTextReadonly-KNPDB5ZJ.js} +5 -5
- package/dist/agent-conversation/index.d.ts +3 -3
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +3 -3
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentConversationVM-D3Dn2LqN.d.ts → agentConversationVM-BD0-gg6C.d.ts} +1 -0
- package/dist/{agentGuiNodeTypes-diw3oP7y.d.ts → agentGuiNodeTypes-BebhwDeE.d.ts} +1 -1
- package/dist/app/renderer/agentactivity.css +1 -0
- package/dist/{chunk-FAJIWGIT.js → chunk-455YDWMS.js} +2 -2
- package/dist/{chunk-44HFASN6.js → chunk-BYE5CKEU.js} +3 -3
- package/dist/{chunk-FGWORVFI.js → chunk-CTSKSYMM.js} +2 -2
- package/dist/{chunk-P6SRATRQ.js → chunk-CY45OZEY.js} +2 -2
- package/dist/{chunk-3IYKN4ZT.js → chunk-DIFAX3KB.js} +4 -4
- package/dist/{chunk-VVDJHPV4.js → chunk-EM4RD5FQ.js} +687 -276
- package/dist/chunk-EM4RD5FQ.js.map +1 -0
- package/dist/{chunk-UKCQMTN3.js → chunk-FBPZXKQC.js} +2 -2
- package/dist/{chunk-C6DI6AJZ.js → chunk-HFU3FYXP.js} +4 -4
- package/dist/{chunk-7H4T7OZ4.js → chunk-PEOMUPWF.js} +12 -12
- package/dist/{chunk-JGPI7CC6.js → chunk-RATBQN2V.js} +2 -2
- package/dist/{chunk-VMZJPA5L.js → chunk-SFYWL6FT.js} +2 -2
- package/dist/{chunk-CZIOYBMC.js → chunk-W4KHK5HK.js} +17 -1
- package/dist/chunk-W4KHK5HK.js.map +1 -0
- package/dist/{chunk-5L5LHAJ3.js → chunk-WA5LSG5S.js} +4 -4
- package/dist/{chunk-RMTPZVKO.js → chunk-YKQAOIF2.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +16 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +5 -5
- 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 +12 -12
- package/dist/chunk-CZIOYBMC.js.map +0 -1
- package/dist/chunk-VVDJHPV4.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-2XWSOTX4.js.map → AgentRichTextReadonly-KNPDB5ZJ.js.map} +0 -0
- /package/dist/{chunk-FAJIWGIT.js.map → chunk-455YDWMS.js.map} +0 -0
- /package/dist/{chunk-44HFASN6.js.map → chunk-BYE5CKEU.js.map} +0 -0
- /package/dist/{chunk-FGWORVFI.js.map → chunk-CTSKSYMM.js.map} +0 -0
- /package/dist/{chunk-P6SRATRQ.js.map → chunk-CY45OZEY.js.map} +0 -0
- /package/dist/{chunk-3IYKN4ZT.js.map → chunk-DIFAX3KB.js.map} +0 -0
- /package/dist/{chunk-UKCQMTN3.js.map → chunk-FBPZXKQC.js.map} +0 -0
- /package/dist/{chunk-C6DI6AJZ.js.map → chunk-HFU3FYXP.js.map} +0 -0
- /package/dist/{chunk-7H4T7OZ4.js.map → chunk-PEOMUPWF.js.map} +0 -0
- /package/dist/{chunk-JGPI7CC6.js.map → chunk-RATBQN2V.js.map} +0 -0
- /package/dist/{chunk-VMZJPA5L.js.map → chunk-SFYWL6FT.js.map} +0 -0
- /package/dist/{chunk-5L5LHAJ3.js.map → chunk-WA5LSG5S.js.map} +0 -0
- /package/dist/{chunk-RMTPZVKO.js.map → chunk-YKQAOIF2.js.map} +0 -0
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
AgentGUIConversation_styles_default,
|
|
3
3
|
MessageSquareMoreIcon,
|
|
4
4
|
extractAgentMcpToolTarget
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YKQAOIF2.js";
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RATBQN2V.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-CTSKSYMM.js";
|
|
16
16
|
|
|
17
17
|
// shared/agentConversation/planImplementationPresentation.ts
|
|
18
18
|
var PLAN_IMPLEMENTATION_PROMPT = "Implement the plan.";
|
|
@@ -1471,4 +1471,4 @@ export {
|
|
|
1471
1471
|
isPromptRequestIdTitle,
|
|
1472
1472
|
AgentInteractivePromptSurface
|
|
1473
1473
|
};
|
|
1474
|
-
//# sourceMappingURL=chunk-
|
|
1474
|
+
//# sourceMappingURL=chunk-HFU3FYXP.js.map
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
resolveAgentGuiSessionProviderFlatIconUrl,
|
|
13
13
|
resolveNextAgentGUIConversationRailWidthPx,
|
|
14
14
|
shouldAutoCollapseAgentGUIConversationRail
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-BYE5CKEU.js";
|
|
16
16
|
import {
|
|
17
17
|
AGENT_PROVIDERS,
|
|
18
18
|
AGENT_PROVIDER_LABEL,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
resolveAgentGUIFirstUserMessageDisplayPrompt,
|
|
30
30
|
resolveAgentGUIProviderDisplayLabel,
|
|
31
31
|
resolveAgentGUIProviderIdentity
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-CY45OZEY.js";
|
|
33
33
|
import {
|
|
34
34
|
resolveAgentGuiWorkbenchProviderLabel
|
|
35
35
|
} from "./chunk-R2ZADXRB.js";
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
toLocalShortDateTime,
|
|
65
65
|
updateAgentComposerDraft,
|
|
66
66
|
useProjectedAgentConversation
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-EM4RD5FQ.js";
|
|
68
68
|
import {
|
|
69
69
|
agentRichTextContentToPromptText,
|
|
70
70
|
createAgentRichTextInputExtensions,
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
plainTextToAgentRichTextInlineContent,
|
|
75
75
|
skillDescriptionForDisplay,
|
|
76
76
|
skillTriggerForPrefix
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-455YDWMS.js";
|
|
78
78
|
import {
|
|
79
79
|
openAgentEnvPanel
|
|
80
80
|
} from "./chunk-VMQNG2KI.js";
|
|
@@ -82,7 +82,7 @@ import {
|
|
|
82
82
|
AgentFileMentionPalette,
|
|
83
83
|
agentMentionItemKey,
|
|
84
84
|
isAgentMentionItemDisabled
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-DIFAX3KB.js";
|
|
86
86
|
import {
|
|
87
87
|
normalizeAgentGUIAgents,
|
|
88
88
|
projectAgentGUIAgentsToInternalTargets
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
DEFAULT_AGENT_MENTION_FILTER,
|
|
94
94
|
agentGuiScheduler,
|
|
95
95
|
buildWorkspaceAgentActivityListViewModel
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-WA5LSG5S.js";
|
|
97
97
|
import {
|
|
98
98
|
AGENT_RICH_TEXT_CARET_ANCHOR,
|
|
99
99
|
createAgentSessionMarkdownLink,
|
|
@@ -104,7 +104,7 @@ import {
|
|
|
104
104
|
mentionItemToAttrs,
|
|
105
105
|
normalizeAgentSessionMentionTitle,
|
|
106
106
|
parseMentionItemFromHref
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-SFYWL6FT.js";
|
|
108
108
|
import {
|
|
109
109
|
AgentInteractivePromptSurface,
|
|
110
110
|
PLAN_IMPLEMENTATION_ACTION_FEEDBACK,
|
|
@@ -114,7 +114,7 @@ import {
|
|
|
114
114
|
dispatchAgentPlanPromptAction,
|
|
115
115
|
latestPlanTurnId,
|
|
116
116
|
planImplementationPromptFromPlanTurn
|
|
117
|
-
} from "./chunk-
|
|
117
|
+
} from "./chunk-HFU3FYXP.js";
|
|
118
118
|
import {
|
|
119
119
|
useEngineSelector
|
|
120
120
|
} from "./chunk-2RQM7PJN.js";
|
|
@@ -123,7 +123,7 @@ import {
|
|
|
123
123
|
ZoomableImage,
|
|
124
124
|
normalizeAgentApprovalPurpose,
|
|
125
125
|
resolveWorkspaceLinkAction
|
|
126
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-YKQAOIF2.js";
|
|
127
127
|
import {
|
|
128
128
|
AgentTargetPresentationProvider,
|
|
129
129
|
cn,
|
|
@@ -141,7 +141,7 @@ import {
|
|
|
141
141
|
useAgentHostApi,
|
|
142
142
|
useOptionalAgentActivityRuntime,
|
|
143
143
|
useOptionalAgentHostApi
|
|
144
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-RATBQN2V.js";
|
|
145
145
|
import {
|
|
146
146
|
MANAGED_AGENT_ICON_FALLBACK_URL,
|
|
147
147
|
MANAGED_AGENT_ICON_URLS,
|
|
@@ -155,7 +155,7 @@ import {
|
|
|
155
155
|
AgentGuiI18nProvider,
|
|
156
156
|
translate,
|
|
157
157
|
useTranslation
|
|
158
|
-
} from "./chunk-
|
|
158
|
+
} from "./chunk-CTSKSYMM.js";
|
|
159
159
|
import {
|
|
160
160
|
migratedAgentGUIProviderIdentityCatalog,
|
|
161
161
|
resolveAgentGUIProviderCatalogIdentity,
|
|
@@ -35353,4 +35353,4 @@ export {
|
|
|
35353
35353
|
resolveAgentGUIAgentTarget,
|
|
35354
35354
|
AgentGUI
|
|
35355
35355
|
};
|
|
35356
|
-
//# sourceMappingURL=chunk-
|
|
35356
|
+
//# sourceMappingURL=chunk-PEOMUPWF.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translate
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CTSKSYMM.js";
|
|
4
4
|
import {
|
|
5
5
|
agentGUIProviderIdentityDisplayName,
|
|
6
6
|
resolveMigratedAgentGUIProviderIdentity
|
|
@@ -211,4 +211,4 @@ export {
|
|
|
211
211
|
getOptionalAgentHostApi,
|
|
212
212
|
workspaceAgentProviderLabel
|
|
213
213
|
};
|
|
214
|
-
//# sourceMappingURL=chunk-
|
|
214
|
+
//# sourceMappingURL=chunk-RATBQN2V.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
translate,
|
|
10
10
|
useTranslation
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-CTSKSYMM.js";
|
|
12
12
|
import {
|
|
13
13
|
getAgentCustomMentionKind
|
|
14
14
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -1536,4 +1536,4 @@ export {
|
|
|
1536
1536
|
exitAgentFileMentionSuggestion,
|
|
1537
1537
|
createAgentFileMentionExtension
|
|
1538
1538
|
};
|
|
1539
|
-
//# sourceMappingURL=chunk-
|
|
1539
|
+
//# sourceMappingURL=chunk-SFYWL6FT.js.map
|
|
@@ -487,6 +487,14 @@ var enAgentGui = {
|
|
|
487
487
|
goalClearAction: "Delete goal",
|
|
488
488
|
goalRemoved: "Goal removed",
|
|
489
489
|
processing: "Planning next moves",
|
|
490
|
+
turnProcessedSeconds: "Processed for {{seconds}}s",
|
|
491
|
+
turnProcessedMinutes: "Processed for {{minutes}}m",
|
|
492
|
+
turnProcessedMinutesSeconds: "Processed for {{minutes}}m {{seconds}}s",
|
|
493
|
+
turnTotalSeconds: "Total {{seconds}}s",
|
|
494
|
+
turnTotalMinutes: "Total {{minutes}}m",
|
|
495
|
+
turnTotalMinutesSeconds: "Total {{minutes}}m {{seconds}}s",
|
|
496
|
+
expandTurnWork: "Expand task details",
|
|
497
|
+
collapseTurnWork: "Collapse task details",
|
|
490
498
|
agentTargetRequired: "Select an available agent target before starting a session.",
|
|
491
499
|
sessionActivationFailed: "The agent session could not be started.",
|
|
492
500
|
promptImagesUnsupported: "This agent does not support image input with the current model.",
|
|
@@ -3039,6 +3047,14 @@ var zhCNAgentGui = {
|
|
|
3039
3047
|
goalClearAction: "\u5220\u9664\u76EE\u6807",
|
|
3040
3048
|
goalRemoved: "\u76EE\u6807\u5DF2\u79FB\u9664",
|
|
3041
3049
|
processing: "\u6B63\u5728\u89C4\u5212\u4E0B\u4E00\u6B65",
|
|
3050
|
+
turnProcessedSeconds: "\u5DF2\u5904\u7406 {{seconds}} \u79D2",
|
|
3051
|
+
turnProcessedMinutes: "\u5DF2\u5904\u7406 {{minutes}} \u5206\u949F",
|
|
3052
|
+
turnProcessedMinutesSeconds: "\u5DF2\u5904\u7406 {{minutes}} \u5206 {{seconds}} \u79D2",
|
|
3053
|
+
turnTotalSeconds: "\u603B\u7528\u65F6 {{seconds}} \u79D2",
|
|
3054
|
+
turnTotalMinutes: "\u603B\u7528\u65F6 {{minutes}} \u5206\u949F",
|
|
3055
|
+
turnTotalMinutesSeconds: "\u603B\u7528\u65F6 {{minutes}} \u5206 {{seconds}} \u79D2",
|
|
3056
|
+
expandTurnWork: "\u5C55\u5F00\u4EFB\u52A1\u8BE6\u60C5",
|
|
3057
|
+
collapseTurnWork: "\u6536\u8D77\u4EFB\u52A1\u8BE6\u60C5",
|
|
3042
3058
|
agentTargetRequired: "\u8BF7\u5148\u9009\u62E9\u53EF\u7528\u7684 Agent \u76EE\u6807\u3002",
|
|
3043
3059
|
sessionActivationFailed: "Agent \u4F1A\u8BDD\u542F\u52A8\u5931\u8D25\u3002",
|
|
3044
3060
|
promptImagesUnsupported: "\u5F53\u524D\u6A21\u578B\u4E0D\u652F\u6301\u56FE\u7247\u8F93\u5165\u3002",
|
|
@@ -5166,4 +5182,4 @@ export {
|
|
|
5166
5182
|
translateInUiLanguage,
|
|
5167
5183
|
getActiveUiLanguage
|
|
5168
5184
|
};
|
|
5169
|
-
//# sourceMappingURL=chunk-
|
|
5185
|
+
//# sourceMappingURL=chunk-W4KHK5HK.js.map
|