@tutti-os/agent-gui 0.0.102 → 0.0.104
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-BJ3As1gI.d.ts → AgentGUI-DQ9gVoXh.d.ts} +2 -3
- 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 +2 -2
- package/dist/agent-message-center/index.js +7 -6
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/{agentConversationVM-BzHZhwFP.d.ts → agentConversationVM-CkcYM5Wg.d.ts} +3 -1
- package/dist/{agentGuiNodeTypes-BH3lz6gn.d.ts → agentGuiNodeTypes-B9vcvjmR.d.ts} +2 -2
- package/dist/app/renderer/agentactivity.css +11 -0
- package/dist/{chunk-YYE35EZ5.js → chunk-747L443E.js} +6 -6
- package/dist/chunk-747L443E.js.map +1 -0
- package/dist/{chunk-LHKBR77G.js → chunk-7N524ZK7.js} +903 -542
- package/dist/chunk-7N524ZK7.js.map +1 -0
- package/dist/{chunk-KAV2WHTG.js → chunk-AKKDP2LI.js} +2 -2
- package/dist/{chunk-E5AD46HP.js → chunk-F5LFPORI.js} +2 -2
- package/dist/{chunk-TDVYZEUI.js → chunk-FJ4W2VC5.js} +126 -30
- package/dist/chunk-FJ4W2VC5.js.map +1 -0
- package/dist/{chunk-ZPKPIHMZ.js → chunk-HLVC4NNL.js} +497 -980
- package/dist/chunk-HLVC4NNL.js.map +1 -0
- package/dist/{chunk-DWUVRWXD.js → chunk-MUPZPISC.js} +2 -2
- package/dist/{chunk-GCW57WYQ.js → chunk-NOXQOGT5.js} +3 -3
- package/dist/{chunk-UESYITH6.js → chunk-OFSDOID4.js} +2 -2
- package/dist/{chunk-D7HMQLBO.js → chunk-QI3JAO4J.js} +2 -2
- package/dist/{chunk-4E3QCW6L.js → chunk-SKCLZXSW.js} +3 -5
- package/dist/chunk-SKCLZXSW.js.map +1 -0
- package/dist/{chunk-MJOQP2ED.js → chunk-TPV2SV6L.js} +3 -3
- package/dist/{chunk-W4RYNKWO.js → chunk-VAB7EIL5.js} +11 -7
- package/dist/{chunk-W4RYNKWO.js.map → chunk-VAB7EIL5.js.map} +1 -1
- package/dist/context-mention-palette/index.js +8 -8
- package/dist/i18n/index.d.ts +2 -4
- 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 +6 -6
- 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-4E3QCW6L.js.map +0 -1
- package/dist/chunk-LHKBR77G.js.map +0 -1
- package/dist/chunk-TDVYZEUI.js.map +0 -1
- package/dist/chunk-YYE35EZ5.js.map +0 -1
- package/dist/chunk-ZPKPIHMZ.js.map +0 -1
- /package/dist/{chunk-KAV2WHTG.js.map → chunk-AKKDP2LI.js.map} +0 -0
- /package/dist/{chunk-E5AD46HP.js.map → chunk-F5LFPORI.js.map} +0 -0
- /package/dist/{chunk-DWUVRWXD.js.map → chunk-MUPZPISC.js.map} +0 -0
- /package/dist/{chunk-GCW57WYQ.js.map → chunk-NOXQOGT5.js.map} +0 -0
- /package/dist/{chunk-UESYITH6.js.map → chunk-OFSDOID4.js.map} +0 -0
- /package/dist/{chunk-D7HMQLBO.js.map → chunk-QI3JAO4J.js.map} +0 -0
- /package/dist/{chunk-MJOQP2ED.js.map → chunk-TPV2SV6L.js.map} +0 -0
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
} from "./chunk-LUGELG5V.js";
|
|
5
5
|
import {
|
|
6
6
|
managedAgentRoundedIconUrl
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OFSDOID4.js";
|
|
8
8
|
import {
|
|
9
9
|
translate,
|
|
10
10
|
useTranslation
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-F5LFPORI.js";
|
|
12
12
|
import {
|
|
13
13
|
getAgentCustomMentionKind
|
|
14
14
|
} from "./chunk-5X7YDOC6.js";
|
|
@@ -1512,4 +1512,4 @@ export {
|
|
|
1512
1512
|
exitAgentFileMentionSuggestion,
|
|
1513
1513
|
createAgentFileMentionExtension
|
|
1514
1514
|
};
|
|
1515
|
-
//# sourceMappingURL=chunk-
|
|
1515
|
+
//# sourceMappingURL=chunk-NOXQOGT5.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-H6IQ63DQ.js";
|
|
4
4
|
import {
|
|
5
5
|
translate
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-F5LFPORI.js";
|
|
7
7
|
import {
|
|
8
8
|
agentGUIProviderIdentityDisplayName,
|
|
9
9
|
migratedAgentGUIProviderIdentityCatalog,
|
|
@@ -247,4 +247,4 @@ export {
|
|
|
247
247
|
MANAGED_AGENT_ICON_FALLBACK_URL,
|
|
248
248
|
managedAgentRoundedIconUrl
|
|
249
249
|
};
|
|
250
|
-
//# sourceMappingURL=chunk-
|
|
250
|
+
//# sourceMappingURL=chunk-OFSDOID4.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-AKKDP2LI.js";
|
|
5
5
|
import {
|
|
6
6
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
7
7
|
agentGuiWorkbenchProviderFromInstanceIdOrNull,
|
|
@@ -1404,4 +1404,4 @@ export {
|
|
|
1404
1404
|
AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT,
|
|
1405
1405
|
createAgentGuiWorkbenchContribution
|
|
1406
1406
|
};
|
|
1407
|
-
//# sourceMappingURL=chunk-
|
|
1407
|
+
//# sourceMappingURL=chunk-QI3JAO4J.js.map
|
|
@@ -468,6 +468,7 @@ var enAgentGui = {
|
|
|
468
468
|
goalPauseAction: "Pause goal",
|
|
469
469
|
goalResumeAction: "Resume goal",
|
|
470
470
|
goalClearAction: "Delete goal",
|
|
471
|
+
goalRemoved: "Goal removed",
|
|
471
472
|
processing: "Planning next moves",
|
|
472
473
|
agentTargetRequired: "Select an available agent target before starting a session.",
|
|
473
474
|
sessionActivationFailed: "The agent session could not be started.",
|
|
@@ -526,8 +527,6 @@ var enAgentGui = {
|
|
|
526
527
|
submitAnswers: "Submit answers",
|
|
527
528
|
answerPlaceholder: "Add details for the agent...",
|
|
528
529
|
waitingForAnswer: "Waiting for your answer...",
|
|
529
|
-
waitingForBackgroundAgent_one: "Waiting for {{count}} background agent to finish",
|
|
530
|
-
waitingForBackgroundAgent_other: "Waiting for {{count}} background agents to finish",
|
|
531
530
|
shortcutEnter: "Enter",
|
|
532
531
|
shortcutCmdEnter: "Cmd + Enter",
|
|
533
532
|
shortcutCtrEnter: "Ctr + Enter",
|
|
@@ -3003,6 +3002,7 @@ var zhCNAgentGui = {
|
|
|
3003
3002
|
goalPauseAction: "\u6682\u505C\u76EE\u6807",
|
|
3004
3003
|
goalResumeAction: "\u7EE7\u7EED\u76EE\u6807",
|
|
3005
3004
|
goalClearAction: "\u5220\u9664\u76EE\u6807",
|
|
3005
|
+
goalRemoved: "\u76EE\u6807\u5DF2\u79FB\u9664",
|
|
3006
3006
|
processing: "\u6B63\u5728\u89C4\u5212\u4E0B\u4E00\u6B65",
|
|
3007
3007
|
agentTargetRequired: "\u8BF7\u5148\u9009\u62E9\u53EF\u7528\u7684 Agent \u76EE\u6807\u3002",
|
|
3008
3008
|
sessionActivationFailed: "Agent \u4F1A\u8BDD\u542F\u52A8\u5931\u8D25\u3002",
|
|
@@ -3061,8 +3061,6 @@ var zhCNAgentGui = {
|
|
|
3061
3061
|
submitAnswers: "\u63D0\u4EA4\u56DE\u7B54",
|
|
3062
3062
|
answerPlaceholder: "\u8865\u5145\u66F4\u591A\u7EC6\u8282...",
|
|
3063
3063
|
waitingForAnswer: "\u7B49\u5F85\u4F60\u7684\u56DE\u7B54...",
|
|
3064
|
-
waitingForBackgroundAgent_one: "\u7B49\u5F85 {{count}} \u4E2A\u540E\u53F0 agent \u5B8C\u6210",
|
|
3065
|
-
waitingForBackgroundAgent_other: "\u7B49\u5F85 {{count}} \u4E2A\u540E\u53F0 agent \u5B8C\u6210",
|
|
3066
3064
|
shortcutEnter: "Enter",
|
|
3067
3065
|
shortcutCmdEnter: "Cmd + Enter",
|
|
3068
3066
|
shortcutCtrEnter: "Ctr + Enter",
|
|
@@ -5132,4 +5130,4 @@ export {
|
|
|
5132
5130
|
translateInUiLanguage,
|
|
5133
5131
|
getActiveUiLanguage
|
|
5134
5132
|
};
|
|
5135
|
-
//# sourceMappingURL=chunk-
|
|
5133
|
+
//# sourceMappingURL=chunk-SKCLZXSW.js.map
|