@tutti-os/agent-gui 0.0.125 → 0.0.127
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/{AgentGUI-DMtA0gbf.d.ts → AgentGUI-DprRUk8h.d.ts} +10 -3
- package/dist/{AgentRichTextReadonly-G5D73743.js → AgentRichTextReadonly-SPIPM3UM.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 +3 -3
- package/dist/agent-gui.js +15 -15
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentFileMentionContracts-DY4Z70CN.d.ts → agentFileMentionContracts-CWAeuL7S.d.ts} +1 -1
- package/dist/{agentGuiNodeTypes-DedIWrEI.d.ts → agentGuiNodeTypes-5TL1hyCN.d.ts} +8 -2
- package/dist/app/renderer/agentactivity.css +10 -1
- package/dist/{chunk-A2B6QKNF.js → chunk-54GR2G3U.js} +10 -9
- package/dist/chunk-54GR2G3U.js.map +1 -0
- package/dist/{chunk-OKGXHKJ2.js → chunk-D5CIV4IB.js} +2 -2
- package/dist/chunk-D5CIV4IB.js.map +1 -0
- package/dist/{chunk-WIQHLQFN.js → chunk-EG7IIFNL.js} +3 -3
- package/dist/{chunk-XXACYFIR.js → chunk-JE2DXS4U.js} +2 -2
- package/dist/{chunk-ZCNZ53CF.js → chunk-JVISXD4K.js} +2 -2
- package/dist/{chunk-24TBYDXC.js → chunk-JWB5Z5GS.js} +4 -4
- package/dist/{chunk-KRG7EBHG.js → chunk-LWJITLCI.js} +2 -2
- package/dist/{chunk-JM24HADP.js → chunk-RMQREVJY.js} +1 -1
- package/dist/chunk-RMQREVJY.js.map +1 -0
- package/dist/{chunk-KACVD2GZ.js → chunk-T2CHVUXH.js} +11 -5
- package/dist/chunk-T2CHVUXH.js.map +1 -0
- package/dist/{chunk-UNCXTPFX.js → chunk-WB3KV4VH.js} +3 -3
- package/dist/{chunk-ARDFK5NC.js → chunk-WKFMSABH.js} +83 -5
- package/dist/chunk-WKFMSABH.js.map +1 -0
- package/dist/{chunk-5O42C33J.js → chunk-WKYMLLHT.js} +2 -2
- package/dist/{chunk-XJ2U66WG.js → chunk-YJKTYMF4.js} +170 -18
- package/dist/chunk-YJKTYMF4.js.map +1 -0
- package/dist/{chunk-RN7DI3Y2.js → chunk-YWKS4ESK.js} +2 -2
- package/dist/{chunk-HLXQ7BUI.js → chunk-ZXHXR2KT.js} +1049 -818
- package/dist/chunk-ZXHXR2KT.js.map +1 -0
- package/dist/context-mention-palette/index.d.ts +1 -1
- package/dist/context-mention-palette/index.js +8 -8
- package/dist/context-mention-provider.d.ts +15 -2
- package/dist/context-mention-provider.js +1 -1
- package/dist/i18n/index.d.ts +10 -4
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +5 -5
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/mention-search.d.ts +8 -3
- package/dist/mention-search.js +6 -6
- 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-A2B6QKNF.js.map +0 -1
- package/dist/chunk-ARDFK5NC.js.map +0 -1
- package/dist/chunk-HLXQ7BUI.js.map +0 -1
- package/dist/chunk-JM24HADP.js.map +0 -1
- package/dist/chunk-KACVD2GZ.js.map +0 -1
- package/dist/chunk-OKGXHKJ2.js.map +0 -1
- package/dist/chunk-XJ2U66WG.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-G5D73743.js.map → AgentRichTextReadonly-SPIPM3UM.js.map} +0 -0
- /package/dist/{chunk-WIQHLQFN.js.map → chunk-EG7IIFNL.js.map} +0 -0
- /package/dist/{chunk-XXACYFIR.js.map → chunk-JE2DXS4U.js.map} +0 -0
- /package/dist/{chunk-ZCNZ53CF.js.map → chunk-JVISXD4K.js.map} +0 -0
- /package/dist/{chunk-24TBYDXC.js.map → chunk-JWB5Z5GS.js.map} +0 -0
- /package/dist/{chunk-KRG7EBHG.js.map → chunk-LWJITLCI.js.map} +0 -0
- /package/dist/{chunk-UNCXTPFX.js.map → chunk-WB3KV4VH.js.map} +0 -0
- /package/dist/{chunk-5O42C33J.js.map → chunk-WKYMLLHT.js.map} +0 -0
- /package/dist/{chunk-RN7DI3Y2.js.map → chunk-YWKS4ESK.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-T2CHVUXH.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-JVISXD4K.js.map
|
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
AgentGUIConversation_styles_default,
|
|
3
3
|
MessageSquareMoreIcon,
|
|
4
4
|
extractAgentMcpToolTarget
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-WB3KV4VH.js";
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-D5CIV4IB.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-JVISXD4K.js";
|
|
16
16
|
|
|
17
17
|
// shared/agentConversation/planImplementationPresentation.ts
|
|
18
18
|
var PLAN_IMPLEMENTATION_PROMPT = "Implement the plan.";
|
|
@@ -1471,4 +1471,4 @@ export {
|
|
|
1471
1471
|
isPromptRequestIdTitle,
|
|
1472
1472
|
AgentInteractivePromptSurface
|
|
1473
1473
|
};
|
|
1474
|
-
//# sourceMappingURL=chunk-
|
|
1474
|
+
//# sourceMappingURL=chunk-JWB5Z5GS.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
translate,
|
|
10
10
|
useTranslation
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JVISXD4K.js";
|
|
12
12
|
import {
|
|
13
13
|
getAgentCustomMentionKind
|
|
14
14
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -1500,4 +1500,4 @@ export {
|
|
|
1500
1500
|
exitAgentFileMentionSuggestion,
|
|
1501
1501
|
createAgentFileMentionExtension
|
|
1502
1502
|
};
|
|
1503
|
-
//# sourceMappingURL=chunk-
|
|
1503
|
+
//# sourceMappingURL=chunk-LWJITLCI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../agent-gui/agentGuiNode/agentContextMentionProvider.ts"],"sourcesContent":["import type {\n RichTextTriggerInsertResult,\n RichTextTriggerProvider,\n RichTextTriggerQueryInput\n} from \"@tutti-os/ui-rich-text/types\";\nimport {\n TUTTI_EXTERNAL_AT_PROVIDER_IDS,\n type TuttiExternalAtProviderId\n} from \"@tutti-os/workspace-external-core/contracts\";\n\nexport const AGENT_CONTEXT_MENTION_PROVIDER_IDS =\n TUTTI_EXTERNAL_AT_PROVIDER_IDS;\n\nexport type AgentContextMentionProviderId = TuttiExternalAtProviderId;\n\nexport type AgentContextMentionQueryInput = RichTextTriggerQueryInput & {\n trigger: \"@\";\n};\n\nexport interface AgentContextMentionDirectoryDescriptor {\n /** Canonical provider-owned directory path used for child queries. */\n path: string;\n /** Number of direct children when the provider can determine it. */\n childCount?: number | null;\n}\n\nexport type AgentContextMentionDirectoryQueryInput =\n AgentContextMentionQueryInput & {\n directoryPath: string;\n };\n\nexport type AgentContextMentionInsertResult = RichTextTriggerInsertResult;\n\nexport type AgentContextMentionProvider<TItem = any> = Omit<\n RichTextTriggerProvider<TItem>,\n \"trigger\"\n> & {\n trigger: \"@\";\n /** Optional hierarchy contract for file providers. */\n getItemDirectory?(\n item: TItem\n ): AgentContextMentionDirectoryDescriptor | null | undefined;\n /** Lists the direct children of one directory without overloading keyword search. */\n queryDirectory?(\n input: AgentContextMentionDirectoryQueryInput\n ): Promise<readonly TItem[]> | readonly TItem[];\n};\n"],"mappings":";AAKA;AAAA,EACE;AAAA,OAEK;AAEA,IAAM,qCACX;","names":[]}
|
|
@@ -481,6 +481,9 @@ var enAgentGui = {
|
|
|
481
481
|
projectSectionEdit: "New session",
|
|
482
482
|
projectSectionMoreActions: "Project actions",
|
|
483
483
|
projectSectionViewFiles: "Open folder",
|
|
484
|
+
pinProject: "Pin project",
|
|
485
|
+
unpinProject: "Unpin project",
|
|
486
|
+
pinnedProjectAccessibleName: "Pinned project: {{project}}",
|
|
484
487
|
projectRailCreateProject: "New project",
|
|
485
488
|
projectRailLinkExistingProject: "Link existing project folder",
|
|
486
489
|
removeProject: "Remove",
|
|
@@ -751,8 +754,8 @@ var enAgentGui = {
|
|
|
751
754
|
mentionEmptyIssues: "No tasks yet",
|
|
752
755
|
mentionEmptyDockFiles: "No open files in the dock yet. Type to search workspace files.",
|
|
753
756
|
mentionEmptyAgentGeneratedFiles: "No files generated by Agent yet",
|
|
754
|
-
|
|
755
|
-
|
|
757
|
+
mentionFolderBack: "Back",
|
|
758
|
+
mentionFolderChildCount: "Contains {{count}} items",
|
|
756
759
|
mentionAgentTargetAvailable: "Available",
|
|
757
760
|
mentionAgentTargetUnavailable: "Unavailable",
|
|
758
761
|
mentionNoMatchingFiles: "No matching files",
|
|
@@ -3090,6 +3093,9 @@ var zhCNAgentGui = {
|
|
|
3090
3093
|
projectSectionEdit: "\u65B0\u5EFA\u4F1A\u8BDD",
|
|
3091
3094
|
projectSectionMoreActions: "\u9879\u76EE\u64CD\u4F5C",
|
|
3092
3095
|
projectSectionViewFiles: "\u6253\u5F00\u6587\u4EF6\u5939",
|
|
3096
|
+
pinProject: "\u7F6E\u9876\u9879\u76EE",
|
|
3097
|
+
unpinProject: "\u53D6\u6D88\u7F6E\u9876\u9879\u76EE",
|
|
3098
|
+
pinnedProjectAccessibleName: "\u5DF2\u7F6E\u9876\u9879\u76EE\uFF1A{{project}}",
|
|
3093
3099
|
projectRailCreateProject: "\u65B0\u5EFA\u9879\u76EE",
|
|
3094
3100
|
projectRailLinkExistingProject: "\u5173\u8054\u5DF2\u6709\u9879\u76EE\u6587\u4EF6",
|
|
3095
3101
|
removeProject: "\u79FB\u9664",
|
|
@@ -3360,8 +3366,8 @@ var zhCNAgentGui = {
|
|
|
3360
3366
|
mentionEmptyIssues: "\u6682\u65E0\u4EFB\u52A1",
|
|
3361
3367
|
mentionEmptyDockFiles: "Dock \u680F\u6682\u65E0\u5DF2\u6253\u5F00\u6587\u4EF6\uFF0C\u8F93\u5165\u5173\u952E\u8BCD\u53EF\u641C\u7D22\u5DE5\u4F5C\u533A\u6587\u4EF6",
|
|
3362
3368
|
mentionEmptyAgentGeneratedFiles: "\u6682\u65E0 Agent \u751F\u6210\u7684\u6587\u4EF6",
|
|
3363
|
-
|
|
3364
|
-
|
|
3369
|
+
mentionFolderBack: "\u8FD4\u56DE",
|
|
3370
|
+
mentionFolderChildCount: "\u5305\u542B {{count}} \u4E2A\u5B50\u9879",
|
|
3365
3371
|
mentionAgentTargetAvailable: "\u53EF\u7528",
|
|
3366
3372
|
mentionAgentTargetUnavailable: "\u4E0D\u53EF\u7528",
|
|
3367
3373
|
mentionNoMatchingFiles: "\u6CA1\u6709\u5339\u914D\u5230\u6587\u4EF6",
|
|
@@ -5280,4 +5286,4 @@ export {
|
|
|
5280
5286
|
translateInUiLanguage,
|
|
5281
5287
|
getActiveUiLanguage
|
|
5282
5288
|
};
|
|
5283
|
-
//# sourceMappingURL=chunk-
|
|
5289
|
+
//# sourceMappingURL=chunk-T2CHVUXH.js.map
|