@tutti-os/agent-gui 0.0.195 → 0.0.197
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-HJQQ4KAL.js → AgentRichTextReadonly-BFMOFCCG.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 +16 -2
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentGuiNodeTypes-CAdPKW7W.d.ts → agentGuiNodeTypes-C9Hneq2y.d.ts} +3 -2
- package/dist/agents.d.ts +1 -1
- package/dist/app/renderer/agentactivity.css +8 -9
- package/dist/{chunk-PFTST5V6.js → chunk-2S2I7XDC.js} +3 -3
- package/dist/{chunk-I4ICM3U4.js → chunk-3MKFVFK7.js} +13 -3
- package/dist/chunk-3MKFVFK7.js.map +1 -0
- package/dist/{chunk-5VECGOBU.js → chunk-5FFQZTFI.js} +2 -2
- package/dist/{chunk-S7OROGUS.js → chunk-6PKQ3WUK.js} +2 -2
- package/dist/{chunk-ZE6VLLFC.js → chunk-BCTPYE64.js} +4 -4
- package/dist/{chunk-SQZIKBOM.js → chunk-CC63DEWR.js} +4 -4
- package/dist/{chunk-L3YCXXMA.js → chunk-ECQQSLB2.js} +3 -3
- package/dist/{chunk-U6TH4RJJ.js → chunk-P5326NW3.js} +6 -6
- package/dist/{chunk-TYQTSC7Y.js → chunk-PN6JQWUI.js} +4 -4
- package/dist/{chunk-FGD2K7AB.js → chunk-RKRKG6GI.js} +2 -2
- package/dist/{chunk-Z5Y3RB2U.js → chunk-S7H4HT7X.js} +2 -2
- package/dist/{chunk-DNHDR2YC.js → chunk-VBQ4XTRZ.js} +2 -2
- package/dist/{chunk-DKGFEIZ7.js → chunk-Y7F6RY5A.js} +2 -2
- package/dist/{chunk-U3ZWUTTQ.js → chunk-YGSGFI7V.js} +466 -204
- package/dist/chunk-YGSGFI7V.js.map +1 -0
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +10 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +37 -2
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/dist/mention-search.js +5 -5
- package/dist/{types-CWKbqBmi.d.ts → types-CHAMK2g7.d.ts} +11 -1
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-I4ICM3U4.js.map +0 -1
- package/dist/chunk-U3ZWUTTQ.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-HJQQ4KAL.js.map → AgentRichTextReadonly-BFMOFCCG.js.map} +0 -0
- /package/dist/{chunk-PFTST5V6.js.map → chunk-2S2I7XDC.js.map} +0 -0
- /package/dist/{chunk-5VECGOBU.js.map → chunk-5FFQZTFI.js.map} +0 -0
- /package/dist/{chunk-S7OROGUS.js.map → chunk-6PKQ3WUK.js.map} +0 -0
- /package/dist/{chunk-ZE6VLLFC.js.map → chunk-BCTPYE64.js.map} +0 -0
- /package/dist/{chunk-SQZIKBOM.js.map → chunk-CC63DEWR.js.map} +0 -0
- /package/dist/{chunk-L3YCXXMA.js.map → chunk-ECQQSLB2.js.map} +0 -0
- /package/dist/{chunk-U6TH4RJJ.js.map → chunk-P5326NW3.js.map} +0 -0
- /package/dist/{chunk-TYQTSC7Y.js.map → chunk-PN6JQWUI.js.map} +0 -0
- /package/dist/{chunk-FGD2K7AB.js.map → chunk-RKRKG6GI.js.map} +0 -0
- /package/dist/{chunk-Z5Y3RB2U.js.map → chunk-S7H4HT7X.js.map} +0 -0
- /package/dist/{chunk-DNHDR2YC.js.map → chunk-VBQ4XTRZ.js.map} +0 -0
- /package/dist/{chunk-DKGFEIZ7.js.map → chunk-Y7F6RY5A.js.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
translate,
|
|
13
13
|
useTranslation
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-Y7F6RY5A.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-5FFQZTFI.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
formatAgentMentionMarkdown,
|
|
7
7
|
mentionItemToAttrs,
|
|
8
8
|
parseAgentMentionMarkdown
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5FFQZTFI.js";
|
|
10
10
|
import {
|
|
11
11
|
cn,
|
|
12
12
|
resolveAgentTargetPresentation,
|
|
@@ -733,4 +733,4 @@ export {
|
|
|
733
733
|
agentRichTextContentToPromptText,
|
|
734
734
|
AgentRichTextReadonly
|
|
735
735
|
};
|
|
736
|
-
//# sourceMappingURL=chunk-
|
|
736
|
+
//# sourceMappingURL=chunk-6PKQ3WUK.js.map
|
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
AgentGUIConversation_styles_default,
|
|
3
3
|
MessageSquareMoreIcon,
|
|
4
4
|
extractAgentMcpToolTarget
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-2S2I7XDC.js";
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RKRKG6GI.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-Y7F6RY5A.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-BCTPYE64.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-5FFQZTFI.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-RKRKG6GI.js";
|
|
24
24
|
import {
|
|
25
25
|
translate,
|
|
26
26
|
translateInUiLanguage
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-Y7F6RY5A.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-CC63DEWR.js.map
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
resolveAgentGUIConversationTitleDisplayPrompt,
|
|
21
21
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
22
22
|
resolveAgentGuiWorkbenchSessionTitle
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-VBQ4XTRZ.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-BFMOFCCG.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-ECQQSLB2.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentRichTextReadonly,
|
|
3
3
|
promptForProviderSkills,
|
|
4
4
|
skillTriggerForPrefix
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6PKQ3WUK.js";
|
|
6
6
|
import {
|
|
7
7
|
classifyRecoverableAgentMessage,
|
|
8
8
|
isProviderPlanLimitMessage,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
agentPromptFileBlocks,
|
|
28
28
|
agentPromptPastedTextBlocks,
|
|
29
29
|
materializeAgentComposerFileMentions
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-5FFQZTFI.js";
|
|
31
31
|
import {
|
|
32
32
|
AGENT_PASTED_TEXT_BLOCK_KIND,
|
|
33
33
|
AGENT_PASTED_TEXT_MENTION_KIND
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
resolveWorkspaceFileLinkAction,
|
|
48
48
|
resolveWorkspaceFilePathCandidate,
|
|
49
49
|
resolveWorkspaceLinkAction
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-2S2I7XDC.js";
|
|
51
51
|
import {
|
|
52
52
|
cn
|
|
53
53
|
} from "./chunk-ZVYUTXQJ.js";
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
useOptionalAgentActivityRuntime,
|
|
56
56
|
useOptionalAgentHostApi,
|
|
57
57
|
workspaceAgentProviderLabel
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-RKRKG6GI.js";
|
|
59
59
|
import {
|
|
60
60
|
fileChangeCountFromChanges,
|
|
61
61
|
fileChangeEntriesFromChanges,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
getActiveUiLanguage,
|
|
66
66
|
translate,
|
|
67
67
|
useTranslation
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-Y7F6RY5A.js";
|
|
69
69
|
import {
|
|
70
70
|
normalizeAgentTitleText
|
|
71
71
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -15652,4 +15652,4 @@ export {
|
|
|
15652
15652
|
AgentConversationFlow,
|
|
15653
15653
|
useProjectedAgentConversation
|
|
15654
15654
|
};
|
|
15655
|
-
//# sourceMappingURL=chunk-
|
|
15655
|
+
//# sourceMappingURL=chunk-P5326NW3.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
agentMentionFilterLabel,
|
|
6
6
|
agentMentionGroupLabel,
|
|
7
7
|
mentionGroupExpandCount
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CC63DEWR.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-S7H4HT7X.js";
|
|
17
17
|
import {
|
|
18
18
|
managedAgentRoundedIconUrl
|
|
19
19
|
} from "./chunk-M6HTOCQK.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-Y7F6RY5A.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-PN6JQWUI.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translate
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-Y7F6RY5A.js";
|
|
4
4
|
import {
|
|
5
5
|
agentGUIProviderIdentityDisplayName,
|
|
6
6
|
resolveMigratedAgentGUIProviderIdentity
|
|
@@ -213,4 +213,4 @@ export {
|
|
|
213
213
|
getOptionalAgentHostApi,
|
|
214
214
|
workspaceAgentProviderLabel
|
|
215
215
|
};
|
|
216
|
-
//# sourceMappingURL=chunk-
|
|
216
|
+
//# sourceMappingURL=chunk-RKRKG6GI.js.map
|