@tutti-os/agent-gui 0.0.165 → 0.0.167
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/{AgentRichTextReadonly-PNUSXHOQ.js → AgentRichTextReadonly-PLUYTH5Y.js} +5 -5
- package/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +12 -2
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentGuiNodeTypes-BxyRdJ8A.d.ts → agentGuiNodeTypes-BXaOdqzS.d.ts} +6 -0
- package/dist/{chunk-W5YYEOZP.js → chunk-4SLHS5X5.js} +1251 -939
- package/dist/chunk-4SLHS5X5.js.map +1 -0
- package/dist/{chunk-ZJWX36UL.js → chunk-7W4WEFAY.js} +2 -2
- package/dist/{chunk-MOC5TDZU.js → chunk-A6UMKVKW.js} +4 -4
- package/dist/{chunk-7ED6E444.js → chunk-FVACDLAJ.js} +4 -4
- package/dist/{chunk-C4Z4JLOJ.js → chunk-GJBSQWIA.js} +2 -2
- package/dist/{chunk-DSOWEIVN.js → chunk-HIPSKKXB.js} +2 -2
- package/dist/{chunk-W5U7PGMH.js → chunk-KUTB4EGX.js} +2 -2
- package/dist/{chunk-W5U7PGMH.js.map → chunk-KUTB4EGX.js.map} +1 -1
- package/dist/{chunk-2DGFRQEP.js → chunk-MJNX2SC6.js} +3 -3
- package/dist/{chunk-ILSYNGFJ.js → chunk-OXCWE3B5.js} +33 -3
- package/dist/chunk-OXCWE3B5.js.map +1 -0
- package/dist/{chunk-52ANPJET.js → chunk-T7DN6RYO.js} +3 -3
- package/dist/{chunk-HGMOBQKA.js → chunk-W3EI5EWM.js} +2 -2
- package/dist/{chunk-DFQMEPM7.js → chunk-W4UPFP2N.js} +2 -2
- package/dist/{chunk-7C7VK76E.js → chunk-YB5DZYLI.js} +6 -6
- package/dist/{chunk-GUGOTL55.js → chunk-ZEYVTTUK.js} +4 -4
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +32 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +49 -3
- 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 +13 -13
- package/dist/chunk-ILSYNGFJ.js.map +0 -1
- package/dist/chunk-W5YYEOZP.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-PNUSXHOQ.js.map → AgentRichTextReadonly-PLUYTH5Y.js.map} +0 -0
- /package/dist/{chunk-ZJWX36UL.js.map → chunk-7W4WEFAY.js.map} +0 -0
- /package/dist/{chunk-MOC5TDZU.js.map → chunk-A6UMKVKW.js.map} +0 -0
- /package/dist/{chunk-7ED6E444.js.map → chunk-FVACDLAJ.js.map} +0 -0
- /package/dist/{chunk-C4Z4JLOJ.js.map → chunk-GJBSQWIA.js.map} +0 -0
- /package/dist/{chunk-DSOWEIVN.js.map → chunk-HIPSKKXB.js.map} +0 -0
- /package/dist/{chunk-2DGFRQEP.js.map → chunk-MJNX2SC6.js.map} +0 -0
- /package/dist/{chunk-52ANPJET.js.map → chunk-T7DN6RYO.js.map} +0 -0
- /package/dist/{chunk-HGMOBQKA.js.map → chunk-W3EI5EWM.js.map} +0 -0
- /package/dist/{chunk-DFQMEPM7.js.map → chunk-W4UPFP2N.js.map} +0 -0
- /package/dist/{chunk-7C7VK76E.js.map → chunk-YB5DZYLI.js.map} +0 -0
- /package/dist/{chunk-GUGOTL55.js.map → chunk-ZEYVTTUK.js.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
translate,
|
|
13
13
|
useTranslation
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-W4UPFP2N.js";
|
|
15
15
|
import {
|
|
16
16
|
getAgentCustomMentionKind
|
|
17
17
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -1810,4 +1810,4 @@ export {
|
|
|
1810
1810
|
exitAgentFileMentionSuggestion,
|
|
1811
1811
|
createAgentFileMentionExtension
|
|
1812
1812
|
};
|
|
1813
|
-
//# sourceMappingURL=chunk-
|
|
1813
|
+
//# sourceMappingURL=chunk-7W4WEFAY.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-7W4WEFAY.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-KUTB4EGX.js";
|
|
24
24
|
import {
|
|
25
25
|
translate,
|
|
26
26
|
translateInUiLanguage
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-W4UPFP2N.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-A6UMKVKW.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
agentMentionFilterLabel,
|
|
6
6
|
agentMentionGroupLabel,
|
|
7
7
|
mentionGroupExpandCount
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-A6UMKVKW.js";
|
|
9
9
|
import {
|
|
10
10
|
resolveAgentMentionFileThumbnailUrl,
|
|
11
11
|
resolveAgentMentionFileVisualKind
|
|
@@ -13,13 +13,13 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
userAvatarPlaceholderUrl,
|
|
15
15
|
workspaceAgentActivityStatusLabel
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HIPSKKXB.js";
|
|
17
17
|
import {
|
|
18
18
|
managedAgentRoundedIconUrl
|
|
19
19
|
} from "./chunk-ZWLWT3TZ.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-W4UPFP2N.js";
|
|
23
23
|
|
|
24
24
|
// agent-gui/agentGuiNode/AgentFileMentionPalette.tsx
|
|
25
25
|
import {
|
|
@@ -517,4 +517,4 @@ export {
|
|
|
517
517
|
AgentFileMentionPalette,
|
|
518
518
|
AgentContextMentionPalette
|
|
519
519
|
};
|
|
520
|
-
//# sourceMappingURL=chunk-
|
|
520
|
+
//# sourceMappingURL=chunk-FVACDLAJ.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
formatAgentMentionMarkdown,
|
|
6
6
|
mentionItemToAttrs,
|
|
7
7
|
parseAgentMentionMarkdown
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-7W4WEFAY.js";
|
|
9
9
|
import {
|
|
10
10
|
cn,
|
|
11
11
|
resolveAgentTargetPresentation,
|
|
@@ -753,4 +753,4 @@ export {
|
|
|
753
753
|
agentRichTextContentToPromptText,
|
|
754
754
|
AgentRichTextReadonly
|
|
755
755
|
};
|
|
756
|
-
//# sourceMappingURL=chunk-
|
|
756
|
+
//# sourceMappingURL=chunk-GJBSQWIA.js.map
|