@tutti-os/agent-gui 0.0.166 → 0.0.168
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 +5 -2
- package/dist/{AgentRichTextReadonly-PLUYTH5Y.js → AgentRichTextReadonly-WOIEQ673.js} +5 -5
- package/dist/agent-conversation/index.d.ts +2 -2
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +3 -2
- package/dist/agent-gui.js +15 -15
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentGuiNodeTypes-BXaOdqzS.d.ts → agentGuiNodeTypes-CXL3ISqC.d.ts} +1 -1
- package/dist/agents.d.ts +1 -1
- package/dist/agents.js +1 -1
- package/dist/{chunk-W3EI5EWM.js → chunk-42KTGN4W.js} +2 -2
- package/dist/{chunk-GJBSQWIA.js → chunk-42W6JENH.js} +52 -72
- package/dist/chunk-42W6JENH.js.map +1 -0
- package/dist/{chunk-T7DN6RYO.js → chunk-5EHKHIFG.js} +3 -3
- package/dist/{chunk-7W4WEFAY.js → chunk-7M6STXDS.js} +111 -88
- package/dist/chunk-7M6STXDS.js.map +1 -0
- package/dist/{chunk-HIPSKKXB.js → chunk-BHLX4ZFU.js} +2 -2
- package/dist/{chunk-YB5DZYLI.js → chunk-C7RY5XMJ.js} +61 -16
- package/dist/chunk-C7RY5XMJ.js.map +1 -0
- package/dist/{chunk-66JZ7BQM.js → chunk-CX6XXG6R.js} +4 -1
- package/dist/chunk-CX6XXG6R.js.map +1 -0
- package/dist/{chunk-TK3MIDHE.js → chunk-ES5LNRP4.js} +95 -115
- package/dist/chunk-ES5LNRP4.js.map +1 -0
- package/dist/{chunk-W4UPFP2N.js → chunk-EZ6E3LVP.js} +2 -2
- package/dist/{chunk-A6UMKVKW.js → chunk-GMALB4L6.js} +4 -4
- package/dist/{chunk-OXCWE3B5.js → chunk-J4RQ2RTM.js} +3 -1
- package/dist/chunk-J4RQ2RTM.js.map +1 -0
- package/dist/{chunk-MJNX2SC6.js → chunk-JQUFRZ2P.js} +4 -4
- package/dist/{chunk-FVACDLAJ.js → chunk-KDRU3NBW.js} +4 -4
- package/dist/{chunk-ZEYVTTUK.js → chunk-OUOVA353.js} +4 -4
- package/dist/{chunk-KUTB4EGX.js → chunk-QEOAZW53.js} +2 -2
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/{contribution--lqIXGqn.d.ts → contribution-DfA5SxBL.d.ts} +2 -0
- package/dist/i18n/index.d.ts +2 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +8 -0
- package/dist/index.js +15 -15
- package/dist/mention-search.js +5 -5
- package/dist/{types-DVmB_kyD.d.ts → types-CWFDZVkv.d.ts} +3 -0
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/contribution.js +4 -4
- package/dist/workbench/index.d.ts +2 -2
- package/dist/workbench/index.js +4 -4
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +17 -15
- package/dist/chunk-66JZ7BQM.js.map +0 -1
- package/dist/chunk-7W4WEFAY.js.map +0 -1
- package/dist/chunk-GJBSQWIA.js.map +0 -1
- package/dist/chunk-OXCWE3B5.js.map +0 -1
- package/dist/chunk-TK3MIDHE.js.map +0 -1
- package/dist/chunk-YB5DZYLI.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-PLUYTH5Y.js.map → AgentRichTextReadonly-WOIEQ673.js.map} +0 -0
- /package/dist/{chunk-W3EI5EWM.js.map → chunk-42KTGN4W.js.map} +0 -0
- /package/dist/{chunk-T7DN6RYO.js.map → chunk-5EHKHIFG.js.map} +0 -0
- /package/dist/{chunk-HIPSKKXB.js.map → chunk-BHLX4ZFU.js.map} +0 -0
- /package/dist/{chunk-W4UPFP2N.js.map → chunk-EZ6E3LVP.js.map} +0 -0
- /package/dist/{chunk-A6UMKVKW.js.map → chunk-GMALB4L6.js.map} +0 -0
- /package/dist/{chunk-MJNX2SC6.js.map → chunk-JQUFRZ2P.js.map} +0 -0
- /package/dist/{chunk-FVACDLAJ.js.map → chunk-KDRU3NBW.js.map} +0 -0
- /package/dist/{chunk-ZEYVTTUK.js.map → chunk-OUOVA353.js.map} +0 -0
- /package/dist/{chunk-KUTB4EGX.js.map → chunk-QEOAZW53.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-J4RQ2RTM.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-EZ6E3LVP.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-7M6STXDS.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveAgentMentionFileThumbnailUrl
|
|
13
13
|
} from "./chunk-5QPOMKMQ.js";
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
import {
|
|
21
21
|
getOptionalAgentHostApi,
|
|
22
22
|
workspaceAgentProviderLabel
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-QEOAZW53.js";
|
|
24
24
|
import {
|
|
25
25
|
translate,
|
|
26
26
|
translateInUiLanguage
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-EZ6E3LVP.js";
|
|
28
28
|
import {
|
|
29
29
|
normalizeAgentTitleText
|
|
30
30
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -3052,4 +3052,4 @@ export {
|
|
|
3052
3052
|
AgentMentionSearchController,
|
|
3053
3053
|
preloadAgentMentionBrowse
|
|
3054
3054
|
};
|
|
3055
|
-
//# sourceMappingURL=chunk-
|
|
3055
|
+
//# sourceMappingURL=chunk-GMALB4L6.js.map
|
|
@@ -596,6 +596,7 @@ var enAgentGui = {
|
|
|
596
596
|
handoffConversation: "Handoff",
|
|
597
597
|
handoffConversationTooltip: "Hand off to another agent",
|
|
598
598
|
handoffConversationMenu: "Choose an agent for handoff",
|
|
599
|
+
handoffTargetDeviceSource: "From {{device}}",
|
|
599
600
|
handoffTargetSelf: "My Agent",
|
|
600
601
|
handoffTargetShared: "Shared Agent",
|
|
601
602
|
startConversation: "Start session",
|
|
@@ -3324,6 +3325,7 @@ var zhCNAgentGui = {
|
|
|
3324
3325
|
handoffConversation: "Handoff",
|
|
3325
3326
|
handoffConversationTooltip: "\u4EA4\u63A5\u7ED9\u5176\u4ED6 Agent",
|
|
3326
3327
|
handoffConversationMenu: "\u9009\u62E9\u8981\u4EA4\u63A5\u7684 Agent",
|
|
3328
|
+
handoffTargetDeviceSource: "\u6765\u81EA {{device}}",
|
|
3327
3329
|
handoffTargetSelf: "\u6211\u7684 Agent",
|
|
3328
3330
|
handoffTargetShared: "\u5171\u4EAB Agent",
|
|
3329
3331
|
startConversation: "\u5F00\u59CB\u4F1A\u8BDD",
|
|
@@ -5518,4 +5520,4 @@ export {
|
|
|
5518
5520
|
translateInUiLanguage,
|
|
5519
5521
|
getActiveUiLanguage
|
|
5520
5522
|
};
|
|
5521
|
-
//# sourceMappingURL=chunk-
|
|
5523
|
+
//# sourceMappingURL=chunk-J4RQ2RTM.js.map
|