@tutti-os/agent-gui 0.0.197 → 0.0.199
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 +23 -0
- package/dist/{AgentRichTextReadonly-BFMOFCCG.js → AgentRichTextReadonly-YU6STDUX.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 +19 -4
- 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/{agentGuiNodeTypes-C9Hneq2y.d.ts → agentGuiNodeTypes-DTeerTzS.d.ts} +1 -1
- package/dist/app/renderer/agentactivity.css +64 -0
- package/dist/{chunk-RKRKG6GI.js → chunk-3FA5JIDL.js} +2 -2
- package/dist/{chunk-PN6JQWUI.js → chunk-5ZO3H4C5.js} +4 -4
- package/dist/{chunk-YGSGFI7V.js → chunk-6YSHYEWI.js} +4269 -3992
- package/dist/chunk-6YSHYEWI.js.map +1 -0
- package/dist/{chunk-ECQQSLB2.js → chunk-7NUEEGAA.js} +3 -3
- package/dist/{chunk-Y7F6RY5A.js → chunk-EOGTJQID.js} +2 -2
- package/dist/{chunk-CC63DEWR.js → chunk-F5ARZZES.js} +4 -4
- package/dist/{chunk-VBQ4XTRZ.js → chunk-GWKXYGUN.js} +2 -2
- package/dist/{chunk-5FFQZTFI.js → chunk-JXFOFJYI.js} +2 -2
- package/dist/{chunk-BCTPYE64.js → chunk-MFQB4LR5.js} +4 -4
- package/dist/{chunk-2S2I7XDC.js → chunk-PWPVYNGO.js} +3 -3
- package/dist/chunk-PWPVYNGO.js.map +1 -0
- package/dist/{chunk-3MKFVFK7.js → chunk-RJMCV7OR.js} +39 -11
- package/dist/chunk-RJMCV7OR.js.map +1 -0
- package/dist/{chunk-S7H4HT7X.js → chunk-UEBPMWKS.js} +2 -2
- package/dist/{chunk-6PKQ3WUK.js → chunk-XD5NTTFJ.js} +2 -2
- package/dist/{chunk-P5326NW3.js → chunk-ZADHMOME.js} +51 -13
- package/dist/{chunk-P5326NW3.js.map → chunk-ZADHMOME.js.map} +1 -1
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +38 -10
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +56 -13
- 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/dist/{workspaceLinkActions-BmVLZszV.d.ts → workspaceLinkActions-COfr61YO.d.ts} +1 -1
- package/package.json +16 -16
- package/dist/chunk-2S2I7XDC.js.map +0 -1
- package/dist/chunk-3MKFVFK7.js.map +0 -1
- package/dist/chunk-YGSGFI7V.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-BFMOFCCG.js.map → AgentRichTextReadonly-YU6STDUX.js.map} +0 -0
- /package/dist/{chunk-RKRKG6GI.js.map → chunk-3FA5JIDL.js.map} +0 -0
- /package/dist/{chunk-PN6JQWUI.js.map → chunk-5ZO3H4C5.js.map} +0 -0
- /package/dist/{chunk-ECQQSLB2.js.map → chunk-7NUEEGAA.js.map} +0 -0
- /package/dist/{chunk-Y7F6RY5A.js.map → chunk-EOGTJQID.js.map} +0 -0
- /package/dist/{chunk-CC63DEWR.js.map → chunk-F5ARZZES.js.map} +0 -0
- /package/dist/{chunk-VBQ4XTRZ.js.map → chunk-GWKXYGUN.js.map} +0 -0
- /package/dist/{chunk-5FFQZTFI.js.map → chunk-JXFOFJYI.js.map} +0 -0
- /package/dist/{chunk-BCTPYE64.js.map → chunk-MFQB4LR5.js.map} +0 -0
- /package/dist/{chunk-S7H4HT7X.js.map → chunk-UEBPMWKS.js.map} +0 -0
- /package/dist/{chunk-6PKQ3WUK.js.map → chunk-XD5NTTFJ.js.map} +0 -0
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
resolveAgentGUIConversationTitleDisplayPrompt,
|
|
21
21
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
22
22
|
resolveAgentGuiWorkbenchSessionTitle
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-GWKXYGUN.js";
|
|
24
24
|
import {
|
|
25
25
|
normalizeAgentGUIAgents,
|
|
26
26
|
projectAgentGUIAgentsToTargets
|
|
@@ -400,7 +400,7 @@ function stopPointerPropagation(event) {
|
|
|
400
400
|
|
|
401
401
|
// workbench/header.ts
|
|
402
402
|
var LazyAgentRichTextReadonly = lazy(
|
|
403
|
-
() => import("./AgentRichTextReadonly-
|
|
403
|
+
() => import("./AgentRichTextReadonly-YU6STDUX.js").then((module) => ({
|
|
404
404
|
default: module.AgentRichTextReadonly
|
|
405
405
|
}))
|
|
406
406
|
);
|
|
@@ -1665,4 +1665,4 @@ export {
|
|
|
1665
1665
|
AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT,
|
|
1666
1666
|
createAgentGuiWorkbenchContribution
|
|
1667
1667
|
};
|
|
1668
|
-
//# sourceMappingURL=chunk-
|
|
1668
|
+
//# sourceMappingURL=chunk-7NUEEGAA.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RJMCV7OR.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-EOGTJQID.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-JXFOFJYI.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveAgentMentionFileThumbnailUrl
|
|
13
13
|
} from "./chunk-3V5OCA2M.js";
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
import {
|
|
21
21
|
getOptionalAgentHostApi,
|
|
22
22
|
workspaceAgentProviderLabel
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-3FA5JIDL.js";
|
|
24
24
|
import {
|
|
25
25
|
translate,
|
|
26
26
|
translateInUiLanguage
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-EOGTJQID.js";
|
|
28
28
|
import {
|
|
29
29
|
normalizeAgentTitleText
|
|
30
30
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -3049,4 +3049,4 @@ export {
|
|
|
3049
3049
|
AgentMentionSearchController,
|
|
3050
3050
|
preloadAgentMentionBrowse
|
|
3051
3051
|
};
|
|
3052
|
-
//# sourceMappingURL=chunk-
|
|
3052
|
+
//# sourceMappingURL=chunk-F5ARZZES.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translateInUiLanguage
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RJMCV7OR.js";
|
|
4
4
|
import {
|
|
5
5
|
normalizeAgentTitleText
|
|
6
6
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -374,4 +374,4 @@ export {
|
|
|
374
374
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
375
375
|
resolveAgentGuiWorkbenchSessionTitle
|
|
376
376
|
};
|
|
377
|
-
//# sourceMappingURL=chunk-
|
|
377
|
+
//# sourceMappingURL=chunk-GWKXYGUN.js.map
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
translate,
|
|
13
13
|
useTranslation
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-EOGTJQID.js";
|
|
15
15
|
import {
|
|
16
16
|
getAgentCustomMentionKind
|
|
17
17
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -1833,4 +1833,4 @@ export {
|
|
|
1833
1833
|
exitAgentFileMentionSuggestion,
|
|
1834
1834
|
createAgentFileMentionExtension
|
|
1835
1835
|
};
|
|
1836
|
-
//# sourceMappingURL=chunk-
|
|
1836
|
+
//# sourceMappingURL=chunk-JXFOFJYI.js.map
|
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
AgentGUIConversation_styles_default,
|
|
3
3
|
MessageSquareMoreIcon,
|
|
4
4
|
extractAgentMcpToolTarget
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PWPVYNGO.js";
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3FA5JIDL.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-EOGTJQID.js";
|
|
16
16
|
|
|
17
17
|
// shared/agentConversation/planImplementationPresentation.ts
|
|
18
18
|
var PLAN_IMPLEMENTATION_PROMPT = "Implement the plan.";
|
|
@@ -1518,4 +1518,4 @@ export {
|
|
|
1518
1518
|
isPromptRequestIdTitle,
|
|
1519
1519
|
AgentInteractivePromptSurface
|
|
1520
1520
|
};
|
|
1521
|
-
//# sourceMappingURL=chunk-
|
|
1521
|
+
//# sourceMappingURL=chunk-MFQB4LR5.js.map
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3FA5JIDL.js";
|
|
10
10
|
import {
|
|
11
11
|
managedAgentRoundedIconUrl
|
|
12
12
|
} from "./chunk-M6HTOCQK.js";
|
|
13
13
|
import {
|
|
14
14
|
translate,
|
|
15
15
|
useTranslation
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-EOGTJQID.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveAgentWorkspaceFileVisualKind
|
|
19
19
|
} from "./chunk-5BJYO6X3.js";
|
|
@@ -3728,4 +3728,4 @@ export {
|
|
|
3728
3728
|
AgentMessageMarkdown,
|
|
3729
3729
|
CustomScrollArea
|
|
3730
3730
|
};
|
|
3731
|
-
//# sourceMappingURL=chunk-
|
|
3731
|
+
//# sourceMappingURL=chunk-PWPVYNGO.js.map
|