@tutti-os/agent-gui 0.0.56 → 0.0.57
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/@-lined-14px-64O2KKB4.svg +3 -0
- package/dist/agent-conversation/index.d.ts +2 -2
- package/dist/agent-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/{agentGuiNodeTypes-DCnsaqJr.d.ts → agentGuiNodeTypes-BRU6P22B.d.ts} +2 -1
- package/dist/app/renderer/agentactivity.css +48 -3
- package/dist/app/renderer/assets/icons/@-lined-14px.svg +3 -0
- package/dist/{chunk-6QFURP4M.js → chunk-2VHP7KQ5.js} +2 -2
- package/dist/{chunk-54CMFCHF.js → chunk-33LWYV6O.js} +31 -1
- package/dist/chunk-33LWYV6O.js.map +1 -0
- package/dist/{chunk-X4C4HD6E.js → chunk-DZ76JPCV.js} +103 -9
- package/dist/chunk-DZ76JPCV.js.map +1 -0
- package/dist/{chunk-4URDQNBP.js → chunk-HFZOXSSQ.js} +2 -2
- package/dist/{chunk-PQYSB2WC.js → chunk-IMZBRUP3.js} +4 -4
- package/dist/{chunk-752VTG4P.js → chunk-KOR6UVUJ.js} +4 -4
- package/dist/{chunk-MXDPRBS6.js → chunk-N37A5CJH.js} +2 -2
- package/dist/{chunk-SITURZG6.js → chunk-QFHR527D.js} +2 -2
- package/dist/{chunk-EVVIWZLX.js → chunk-RGVVHF7Q.js} +2 -2
- package/dist/{chunk-PQYMG6PQ.js → chunk-SZ7JGCS3.js} +2 -2
- package/dist/{chunk-5PGMLZ4W.js → chunk-Z3AAQQFD.js} +2 -2
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +30 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +7 -4
- package/dist/index.js +315 -74
- package/dist/index.js.map +1 -1
- package/dist/queued-prompt-runtime.d.ts +2 -2
- package/dist/{types-B2m7UcBb.d.ts → types-BsHvTjIZ.d.ts} +8 -1
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/index.d.ts +1 -1
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/launch.d.ts +1 -1
- package/dist/workbench/providerCatalog.d.ts +1 -1
- package/dist/workbench/sessionTitle.d.ts +1 -1
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.d.ts +1 -1
- package/dist/workbench/types.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/chunk-54CMFCHF.js.map +0 -1
- package/dist/chunk-X4C4HD6E.js.map +0 -1
- /package/dist/{chunk-6QFURP4M.js.map → chunk-2VHP7KQ5.js.map} +0 -0
- /package/dist/{chunk-4URDQNBP.js.map → chunk-HFZOXSSQ.js.map} +0 -0
- /package/dist/{chunk-PQYSB2WC.js.map → chunk-IMZBRUP3.js.map} +0 -0
- /package/dist/{chunk-752VTG4P.js.map → chunk-KOR6UVUJ.js.map} +0 -0
- /package/dist/{chunk-MXDPRBS6.js.map → chunk-N37A5CJH.js.map} +0 -0
- /package/dist/{chunk-SITURZG6.js.map → chunk-QFHR527D.js.map} +0 -0
- /package/dist/{chunk-EVVIWZLX.js.map → chunk-RGVVHF7Q.js.map} +0 -0
- /package/dist/{chunk-PQYMG6PQ.js.map → chunk-SZ7JGCS3.js.map} +0 -0
- /package/dist/{chunk-5PGMLZ4W.js.map → chunk-Z3AAQQFD.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
translate,
|
|
16
16
|
translateInUiLanguage
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-Z3AAQQFD.js";
|
|
18
18
|
|
|
19
19
|
// shared/workspaceAgentActivityListViewModel.ts
|
|
20
20
|
import {
|
|
@@ -1007,4 +1007,4 @@ export {
|
|
|
1007
1007
|
resolveWorkspaceAgentActivityStatus,
|
|
1008
1008
|
resolveWorkspaceAgentActivityTitle
|
|
1009
1009
|
};
|
|
1010
|
-
//# sourceMappingURL=chunk-
|
|
1010
|
+
//# sourceMappingURL=chunk-HFZOXSSQ.js.map
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
Spinner,
|
|
3
3
|
userAvatarPlaceholderUrl,
|
|
4
4
|
workspaceAgentActivityStatusLabel
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QFHR527D.js";
|
|
6
6
|
import {
|
|
7
7
|
normalizeAgentSessionMentionTitle
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-N37A5CJH.js";
|
|
9
9
|
import {
|
|
10
10
|
resolveAgentMentionFileThumbnailUrl,
|
|
11
11
|
resolveAgentMentionFileVisualKind
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-JM24HADP.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-Z3AAQQFD.js";
|
|
23
23
|
|
|
24
24
|
// agent-gui/agentGuiNode/agentMentionAgentGeneratedFilesPresentation.ts
|
|
25
25
|
var AGENT_GENERATED_FOLDER_MIN_FILES = 2;
|
|
@@ -2211,4 +2211,4 @@ export {
|
|
|
2211
2211
|
AgentFileMentionPalette,
|
|
2212
2212
|
AgentContextMentionPalette
|
|
2213
2213
|
};
|
|
2214
|
-
//# sourceMappingURL=chunk-
|
|
2214
|
+
//# sourceMappingURL=chunk-IMZBRUP3.js.map
|
|
@@ -7,17 +7,17 @@ import {
|
|
|
7
7
|
AgentGUIConversation_styles_default,
|
|
8
8
|
MessageSquareMoreIcon,
|
|
9
9
|
extractAgentMcpToolTarget
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2VHP7KQ5.js";
|
|
11
11
|
import {
|
|
12
12
|
Spinner
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QFHR527D.js";
|
|
14
14
|
import {
|
|
15
15
|
getOptionalAgentHostApi,
|
|
16
16
|
useOptionalAgentHostApi
|
|
17
17
|
} from "./chunk-S6PCOX3S.js";
|
|
18
18
|
import {
|
|
19
19
|
translate
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-Z3AAQQFD.js";
|
|
21
21
|
|
|
22
22
|
// shared/agentConversation/approvalOptionPresentation.ts
|
|
23
23
|
function approvalOptionDisplayLabel(option, intent = {}) {
|
|
@@ -1150,4 +1150,4 @@ export {
|
|
|
1150
1150
|
isPromptRequestIdTitle,
|
|
1151
1151
|
AgentInteractivePromptSurface
|
|
1152
1152
|
};
|
|
1153
|
-
//# sourceMappingURL=chunk-
|
|
1153
|
+
//# sourceMappingURL=chunk-KOR6UVUJ.js.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import {
|
|
10
10
|
translate,
|
|
11
11
|
useTranslation
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-Z3AAQQFD.js";
|
|
13
13
|
|
|
14
14
|
// agent-gui/agentGuiNode/agentRichText/agentFileMentionExtension.ts
|
|
15
15
|
import { mergeAttributes, Node } from "@tiptap/core";
|
|
@@ -1437,4 +1437,4 @@ export {
|
|
|
1437
1437
|
mentionItemToAttrs,
|
|
1438
1438
|
attrsToMentionItem
|
|
1439
1439
|
};
|
|
1440
|
-
//# sourceMappingURL=chunk-
|
|
1440
|
+
//# sourceMappingURL=chunk-N37A5CJH.js.map
|