@tutti-os/agent-gui 0.0.124 → 0.0.126
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-D-Ktaq3h.d.ts → AgentGUI-CKk3WQrn.d.ts} +3 -1
- package/dist/{AgentRichTextReadonly-ZWKC3FJE.js → AgentRichTextReadonly-KOUZGF5Q.js} +5 -5
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +3 -2
- 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/{chunk-OKGXHKJ2.js → chunk-2JFMGOHU.js} +2 -2
- package/dist/{chunk-KACVD2GZ.js → chunk-2ZVXN2Z7.js} +5 -5
- package/dist/chunk-2ZVXN2Z7.js.map +1 -0
- package/dist/{chunk-XXACYFIR.js → chunk-4CACBXIB.js} +2 -2
- package/dist/{chunk-ZCNZ53CF.js → chunk-6RMVLH3G.js} +2 -2
- package/dist/{chunk-WEHEJ25P.js → chunk-ADQENNSG.js} +53 -61
- package/dist/chunk-ADQENNSG.js.map +1 -0
- package/dist/{chunk-C3IGPKCP.js → chunk-BDWZUA3L.js} +10 -9
- package/dist/chunk-BDWZUA3L.js.map +1 -0
- package/dist/{chunk-3XS6P7BA.js → chunk-CO6XO5A2.js} +5 -5
- package/dist/{chunk-6NUOJ6PS.js → chunk-F2Z7P7BB.js} +4 -4
- package/dist/{chunk-DXIL75XS.js → chunk-G3XB4FAQ.js} +3 -3
- package/dist/{chunk-2EH3KOJV.js → chunk-PRE4IT6E.js} +170 -18
- package/dist/chunk-PRE4IT6E.js.map +1 -0
- package/dist/{chunk-NWPGWLWP.js → chunk-QDNOOAAS.js} +21 -57
- package/dist/chunk-QDNOOAAS.js.map +1 -0
- package/dist/{chunk-PPOCDOYZ.js → chunk-QWKJ646Z.js} +176 -145
- package/dist/chunk-QWKJ646Z.js.map +1 -0
- package/dist/{chunk-RQDDJHEO.js → chunk-RB6ZYQBA.js} +2 -2
- package/dist/{chunk-JM24HADP.js → chunk-RMQREVJY.js} +1 -1
- package/dist/chunk-RMQREVJY.js.map +1 -0
- package/dist/{chunk-RN7DI3Y2.js → chunk-X22KJXVG.js} +2 -2
- 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 +4 -4
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +4 -3
- package/dist/index.js +15 -15
- 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-2EH3KOJV.js.map +0 -1
- package/dist/chunk-C3IGPKCP.js.map +0 -1
- package/dist/chunk-JM24HADP.js.map +0 -1
- package/dist/chunk-KACVD2GZ.js.map +0 -1
- package/dist/chunk-NWPGWLWP.js.map +0 -1
- package/dist/chunk-PPOCDOYZ.js.map +0 -1
- package/dist/chunk-WEHEJ25P.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-ZWKC3FJE.js.map → AgentRichTextReadonly-KOUZGF5Q.js.map} +0 -0
- /package/dist/{chunk-OKGXHKJ2.js.map → chunk-2JFMGOHU.js.map} +0 -0
- /package/dist/{chunk-XXACYFIR.js.map → chunk-4CACBXIB.js.map} +0 -0
- /package/dist/{chunk-ZCNZ53CF.js.map → chunk-6RMVLH3G.js.map} +0 -0
- /package/dist/{chunk-3XS6P7BA.js.map → chunk-CO6XO5A2.js.map} +0 -0
- /package/dist/{chunk-6NUOJ6PS.js.map → chunk-F2Z7P7BB.js.map} +0 -0
- /package/dist/{chunk-DXIL75XS.js.map → chunk-G3XB4FAQ.js.map} +0 -0
- /package/dist/{chunk-RQDDJHEO.js.map → chunk-RB6ZYQBA.js.map} +0 -0
- /package/dist/{chunk-RN7DI3Y2.js.map → chunk-X22KJXVG.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
formatAgentMentionMarkdown,
|
|
6
6
|
mentionItemToAttrs,
|
|
7
7
|
parseAgentMentionMarkdown
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-QDNOOAAS.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-RB6ZYQBA.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":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translateInUiLanguage
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2ZVXN2Z7.js";
|
|
4
4
|
import {
|
|
5
5
|
normalizeAgentTitleText
|
|
6
6
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -375,4 +375,4 @@ export {
|
|
|
375
375
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
376
376
|
resolveAgentGuiWorkbenchSessionTitle
|
|
377
377
|
};
|
|
378
|
-
//# sourceMappingURL=chunk-
|
|
378
|
+
//# sourceMappingURL=chunk-X22KJXVG.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AgentContextMentionItem } from '../agentFileMentionContracts-
|
|
1
|
+
import { A as AgentContextMentionItem } from '../agentFileMentionContracts-CWAeuL7S.js';
|
|
2
2
|
import { AgentMentionSearchState, AgentMentionBrowseCategory, AgentMentionFilterId, AgentMentionGroupId } from '../mention-search.js';
|
|
3
3
|
export { AgentMentionGroup, AgentMentionSearchController } from '../mention-search.js';
|
|
4
4
|
import { ReactNode } from 'react';
|
|
@@ -3,27 +3,27 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-BDWZUA3L.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-PRE4IT6E.js";
|
|
10
10
|
import "../chunk-USIFGHT3.js";
|
|
11
11
|
import "../chunk-XJ34OIEQ.js";
|
|
12
12
|
import "../chunk-R7AXDQCA.js";
|
|
13
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-QDNOOAAS.js";
|
|
14
14
|
import "../chunk-LUGELG5V.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
17
|
-
} from "../chunk-
|
|
18
|
-
import "../chunk-
|
|
17
|
+
} from "../chunk-RMQREVJY.js";
|
|
18
|
+
import "../chunk-4CACBXIB.js";
|
|
19
19
|
import "../chunk-YMXYBG7U.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-2JFMGOHU.js";
|
|
21
21
|
import "../chunk-F5UR6EJG.js";
|
|
22
22
|
import "../chunk-EDNJMG5T.js";
|
|
23
|
-
import "../chunk-
|
|
23
|
+
import "../chunk-6RMVLH3G.js";
|
|
24
24
|
import "../chunk-PJP5BUU6.js";
|
|
25
25
|
import "../chunk-7KVZPJ3O.js";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-2ZVXN2Z7.js";
|
|
27
27
|
import "../chunk-MIJXEELH.js";
|
|
28
28
|
import "../chunk-D2JUDUYY.js";
|
|
29
29
|
import "../chunk-6CUELYIF.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RichTextTriggerProvider,
|
|
1
|
+
import { RichTextTriggerProvider, RichTextTriggerQueryInput, RichTextTriggerInsertResult } from '@tutti-os/ui-rich-text/types';
|
|
2
2
|
import { TuttiExternalAtProviderId } from '@tutti-os/workspace-external-core/contracts';
|
|
3
3
|
|
|
4
4
|
declare const AGENT_CONTEXT_MENTION_PROVIDER_IDS: {
|
|
@@ -13,9 +13,22 @@ type AgentContextMentionProviderId = TuttiExternalAtProviderId;
|
|
|
13
13
|
type AgentContextMentionQueryInput = RichTextTriggerQueryInput & {
|
|
14
14
|
trigger: "@";
|
|
15
15
|
};
|
|
16
|
+
interface AgentContextMentionDirectoryDescriptor {
|
|
17
|
+
/** Canonical provider-owned directory path used for child queries. */
|
|
18
|
+
path: string;
|
|
19
|
+
/** Number of direct children when the provider can determine it. */
|
|
20
|
+
childCount?: number | null;
|
|
21
|
+
}
|
|
22
|
+
type AgentContextMentionDirectoryQueryInput = AgentContextMentionQueryInput & {
|
|
23
|
+
directoryPath: string;
|
|
24
|
+
};
|
|
16
25
|
type AgentContextMentionInsertResult = RichTextTriggerInsertResult;
|
|
17
26
|
type AgentContextMentionProvider<TItem = any> = Omit<RichTextTriggerProvider<TItem>, "trigger"> & {
|
|
18
27
|
trigger: "@";
|
|
28
|
+
/** Optional hierarchy contract for file providers. */
|
|
29
|
+
getItemDirectory?(item: TItem): AgentContextMentionDirectoryDescriptor | null | undefined;
|
|
30
|
+
/** Lists the direct children of one directory without overloading keyword search. */
|
|
31
|
+
queryDirectory?(input: AgentContextMentionDirectoryQueryInput): Promise<readonly TItem[]> | readonly TItem[];
|
|
19
32
|
};
|
|
20
33
|
|
|
21
|
-
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, type AgentContextMentionInsertResult, type AgentContextMentionProvider, type AgentContextMentionProviderId, type AgentContextMentionQueryInput };
|
|
34
|
+
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, type AgentContextMentionDirectoryDescriptor, type AgentContextMentionDirectoryQueryInput, type AgentContextMentionInsertResult, type AgentContextMentionProvider, type AgentContextMentionProviderId, type AgentContextMentionQueryInput };
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -448,8 +448,8 @@ declare const agentGuiI18nResources: {
|
|
|
448
448
|
readonly mentionEmptyIssues: "No tasks yet";
|
|
449
449
|
readonly mentionEmptyDockFiles: "No open files in the dock yet. Type to search workspace files.";
|
|
450
450
|
readonly mentionEmptyAgentGeneratedFiles: "No files generated by Agent yet";
|
|
451
|
-
readonly
|
|
452
|
-
readonly
|
|
451
|
+
readonly mentionFolderBack: "Back";
|
|
452
|
+
readonly mentionFolderChildCount: "Contains {{count}} items";
|
|
453
453
|
readonly mentionAgentTargetAvailable: "Available";
|
|
454
454
|
readonly mentionAgentTargetUnavailable: "Unavailable";
|
|
455
455
|
readonly mentionNoMatchingFiles: "No matching files";
|
|
@@ -3027,8 +3027,8 @@ declare const agentGuiI18nResources: {
|
|
|
3027
3027
|
readonly mentionEmptyIssues: "暂无任务";
|
|
3028
3028
|
readonly mentionEmptyDockFiles: "Dock 栏暂无已打开文件,输入关键词可搜索工作区文件";
|
|
3029
3029
|
readonly mentionEmptyAgentGeneratedFiles: "暂无 Agent 生成的文件";
|
|
3030
|
-
readonly
|
|
3031
|
-
readonly
|
|
3030
|
+
readonly mentionFolderBack: "返回";
|
|
3031
|
+
readonly mentionFolderChildCount: "包含 {{count}} 个子项";
|
|
3032
3032
|
readonly mentionAgentTargetAvailable: "可用";
|
|
3033
3033
|
readonly mentionAgentTargetUnavailable: "不可用";
|
|
3034
3034
|
readonly mentionNoMatchingFiles: "没有匹配到文件";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AgentCustomMentionChipContext, AgentCustomMentionIdentity, AgentCustomMentionKindDefinition, AgentCustomMentionPresentation, getAgentCustomMentionKind, registerAgentCustomMentionKind, resetAgentCustomMentionKindsForTests } from './custom-mention.js';
|
|
2
2
|
export { A as AGENT_PASTED_TEXT_BLOCK_KIND, a as AGENT_PASTED_TEXT_MENTION_KIND } from './pastedTextKinds-D-XuInaS.js';
|
|
3
|
-
import { A as AgentActivityRuntime } from './AgentGUI-
|
|
4
|
-
export { a as AgentActivityRuntimeDeleteSessionsBatchInput, b as AgentActivityRuntimeDeleteSessionsBatchResult, c as AgentActivityRuntimeListSessionMessagesInput, d as AgentActivityRuntimePromptContentBlock, e as AgentActivityRuntimeProvider, f as AgentActivityRuntimeProviderProps, g as AgentActivityRuntimeSessionSectionDeletionCandidates, h as AgentActivityRuntimeSessionSectionScopeInput, i as AgentActivityRuntimeSetSessionPinnedInput, j as AgentActivityRuntimeUpdateSessionSettingsInput, k as AgentActivityRuntimeUpdateSessionSettingsResult, l as AgentActivityRuntimeUploadPromptContentInput, m as AgentActivityRuntimeUploadPromptContentResult, n as AgentGUI, o as AgentGUIAccountMenuState, p as AgentGUIAgentsEmptyRenderer, q as AgentGUIComposerAppendRequest, r as AgentGUIComposerContentType, s as AgentGUIComposerFocusMethod, t as AgentGUIEngagementContext, u as AgentGUIEngagementEvent, v as AgentGUIEngagementEventSink, w as AgentGUIProps, x as AgentGUIProviderUnavailableStateContext, y as AgentGUIProviderUnavailableStateRenderer, z as AgentGUISidebarFooterContext, B as AgentGUISidebarFooterRenderer, C as resetAgentActivityRuntimeForTests, D as setAgentActivityRuntimeForTests, E as useAgentActivityRuntime, F as useAgentActivitySnapshot, G as useOptionalAgentActivityRuntime } from './AgentGUI-
|
|
3
|
+
import { A as AgentActivityRuntime } from './AgentGUI-CKk3WQrn.js';
|
|
4
|
+
export { a as AgentActivityRuntimeDeleteSessionsBatchInput, b as AgentActivityRuntimeDeleteSessionsBatchResult, c as AgentActivityRuntimeListSessionMessagesInput, d as AgentActivityRuntimePromptContentBlock, e as AgentActivityRuntimeProvider, f as AgentActivityRuntimeProviderProps, g as AgentActivityRuntimeSessionSectionDeletionCandidates, h as AgentActivityRuntimeSessionSectionScopeInput, i as AgentActivityRuntimeSetSessionPinnedInput, j as AgentActivityRuntimeUpdateSessionSettingsInput, k as AgentActivityRuntimeUpdateSessionSettingsResult, l as AgentActivityRuntimeUploadPromptContentInput, m as AgentActivityRuntimeUploadPromptContentResult, n as AgentGUI, o as AgentGUIAccountMenuState, p as AgentGUIAgentsEmptyRenderer, q as AgentGUIComposerAppendRequest, r as AgentGUIComposerContentType, s as AgentGUIComposerFocusMethod, t as AgentGUIEngagementContext, u as AgentGUIEngagementEvent, v as AgentGUIEngagementEventSink, w as AgentGUIProps, x as AgentGUIProviderUnavailableStateContext, y as AgentGUIProviderUnavailableStateRenderer, z as AgentGUISidebarFooterContext, B as AgentGUISidebarFooterRenderer, C as resetAgentActivityRuntimeForTests, D as setAgentActivityRuntimeForTests, E as useAgentActivityRuntime, F as useAgentActivitySnapshot, G as useOptionalAgentActivityRuntime } from './AgentGUI-CKk3WQrn.js';
|
|
5
5
|
import { m as AgentHostInputApi } from './agentGuiNodeTypes-DedIWrEI.js';
|
|
6
6
|
export { a as AgentComposerDraftFile, g as AgentHostAgentTargetAuthenticatedAccount, h as AgentHostAgentTargetSetupSnapshot, i as AgentHostAgentTargetSetupState, j as AgentHostAgentTargetSetupWatch, k as AgentHostApi, l as AgentHostApplyWorkspaceGitPatchInput, n as AgentHostRuntimeApi, o as AgentHostSelectFilesInput, q as AgentProbeProvider, r as AgentProbeSnapshot, s as AgentProviderProbeListInput, t as AgentProviderProbeListResult, w as AgentUsageQuota, x as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, y as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-DedIWrEI.js';
|
|
7
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
|
|
@@ -18,12 +18,13 @@ export { ReferenceProvenanceCatalog as AgentGUIReferenceProvenanceFilterCatalog
|
|
|
18
18
|
export { A as AgentGuiI18nLocale } from './runtime-BBNdWgDU.js';
|
|
19
19
|
import '@tutti-os/ui-i18n-runtime';
|
|
20
20
|
import './workspace-query-cache.js';
|
|
21
|
-
import './agentFileMentionContracts-
|
|
21
|
+
import './agentFileMentionContracts-CWAeuL7S.js';
|
|
22
22
|
import '@tutti-os/workspace-file-manager/services';
|
|
23
23
|
import '@tutti-os/workspace-file-reference/core';
|
|
24
24
|
import './agentConversationVM-BD0-gg6C.js';
|
|
25
25
|
import '@tutti-os/workspace-issue-manager/core';
|
|
26
26
|
import './workspaceAgentActivityListTypes-DZfS_HgG.js';
|
|
27
|
+
import '@tutti-os/ui-rich-text/service';
|
|
27
28
|
import '@tutti-os/workspace-user-project/i18n';
|
|
28
29
|
import '@tutti-os/workspace-user-project/ui';
|
|
29
30
|
import '@tutti-os/workspace-user-project/contracts';
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
localAgentGUIAgentTargetId,
|
|
8
8
|
normalizeAgentGUIAgentTargets,
|
|
9
9
|
resolveAgentGUIAgentTarget
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QWKJ646Z.js";
|
|
11
11
|
import "./chunk-A4WCTHWS.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
@@ -15,17 +15,17 @@ import {
|
|
|
15
15
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
16
16
|
resolveAgentGUIExpandedWindowFrame,
|
|
17
17
|
shouldAutoCollapseAgentGUIConversationRail
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-G3XB4FAQ.js";
|
|
19
19
|
import "./chunk-TUWQV2MC.js";
|
|
20
20
|
import "./chunk-MHOYBRCY.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-X22KJXVG.js";
|
|
22
22
|
import "./chunk-5HIF53K5.js";
|
|
23
23
|
import "./chunk-R2ZADXRB.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-CO6XO5A2.js";
|
|
25
|
+
import "./chunk-RB6ZYQBA.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
27
|
import "./chunk-UP3ZDYTN.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-BDWZUA3L.js";
|
|
29
29
|
import {
|
|
30
30
|
agentGUIAgentIsReady,
|
|
31
31
|
normalizeAgentGUIAgents,
|
|
@@ -41,25 +41,25 @@ import {
|
|
|
41
41
|
} from "./chunk-DXT4W2SU.js";
|
|
42
42
|
import {
|
|
43
43
|
preloadAgentMentionBrowse
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-PRE4IT6E.js";
|
|
45
45
|
import "./chunk-USIFGHT3.js";
|
|
46
46
|
import "./chunk-XJ34OIEQ.js";
|
|
47
47
|
import "./chunk-R7AXDQCA.js";
|
|
48
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-QDNOOAAS.js";
|
|
49
49
|
import "./chunk-LUGELG5V.js";
|
|
50
50
|
import {
|
|
51
51
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-RMQREVJY.js";
|
|
53
53
|
import {
|
|
54
54
|
dispatchAgentPlanPromptAction,
|
|
55
55
|
selectAgentPlanPromptTurn
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-F2Z7P7BB.js";
|
|
57
57
|
import {
|
|
58
58
|
useEngineSelector
|
|
59
59
|
} from "./chunk-2RQM7PJN.js";
|
|
60
|
-
import "./chunk-
|
|
60
|
+
import "./chunk-ADQENNSG.js";
|
|
61
61
|
import "./chunk-KPMQGPYU.js";
|
|
62
|
-
import "./chunk-
|
|
62
|
+
import "./chunk-4CACBXIB.js";
|
|
63
63
|
import "./chunk-YMXYBG7U.js";
|
|
64
64
|
import {
|
|
65
65
|
AgentActivityHostProvider,
|
|
@@ -69,17 +69,17 @@ import {
|
|
|
69
69
|
useAgentActivityRuntime,
|
|
70
70
|
useAgentActivitySnapshot,
|
|
71
71
|
useOptionalAgentActivityRuntime
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-2JFMGOHU.js";
|
|
73
73
|
import "./chunk-F5UR6EJG.js";
|
|
74
74
|
import "./chunk-EDNJMG5T.js";
|
|
75
75
|
import {
|
|
76
76
|
AgentGuiI18nProvider,
|
|
77
77
|
agentGuiI18nModule,
|
|
78
78
|
agentGuiI18nResources
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-6RMVLH3G.js";
|
|
80
80
|
import "./chunk-PJP5BUU6.js";
|
|
81
81
|
import "./chunk-7KVZPJ3O.js";
|
|
82
|
-
import "./chunk-
|
|
82
|
+
import "./chunk-2ZVXN2Z7.js";
|
|
83
83
|
import "./chunk-MIJXEELH.js";
|
|
84
84
|
import {
|
|
85
85
|
getAgentCustomMentionKind,
|
package/dist/mention-search.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AgentContextMentionItem } from './agentFileMentionContracts-
|
|
1
|
+
import { A as AgentContextMentionItem } from './agentFileMentionContracts-CWAeuL7S.js';
|
|
2
2
|
import { AgentContextMentionProvider } from './context-mention-provider.js';
|
|
3
3
|
import { MentionPaletteGroup, MentionPaletteState } from '@tutti-os/ui-rich-text/at-panel';
|
|
4
4
|
import { ReferenceProvenanceFilter, ReferenceProvenanceCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
@@ -125,6 +125,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
125
125
|
protected currentFileSearchLimit: number;
|
|
126
126
|
protected currentIssueSearchLimit: number;
|
|
127
127
|
protected agentGeneratedBrowsePath: string | null;
|
|
128
|
+
protected workspaceFileBrowsePaths: string[];
|
|
128
129
|
protected rawGroups: AgentMentionRawGroups;
|
|
129
130
|
protected issueTopicGroups: AgentMentionIssueTopicGroup[] | null;
|
|
130
131
|
protected state: AgentMentionSearchState;
|
|
@@ -175,6 +176,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
175
176
|
providerId: string;
|
|
176
177
|
workspaceId: string;
|
|
177
178
|
currentUserId: string;
|
|
179
|
+
directoryPath?: string;
|
|
178
180
|
query: string;
|
|
179
181
|
limit?: number;
|
|
180
182
|
sessionCwd?: string;
|
|
@@ -213,6 +215,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
213
215
|
protected resetSearchLimits(): void;
|
|
214
216
|
protected resetRawGroups(): void;
|
|
215
217
|
protected resetAgentGeneratedBrowsePath(): void;
|
|
218
|
+
protected resetWorkspaceFileBrowsePaths(): void;
|
|
216
219
|
protected resetTotalCounts(): void;
|
|
217
220
|
protected setState(state: AgentMentionSearchState): void;
|
|
218
221
|
protected groupsFromRawGroups(): AgentMentionGroup[];
|
|
@@ -270,8 +273,10 @@ declare class AgentMentionSearchController extends AgentMentionSearchControllerB
|
|
|
270
273
|
private runBrowsePreload;
|
|
271
274
|
protected cancelPendingPreload(): void;
|
|
272
275
|
enterCategory(category: AgentMentionFilterId): void;
|
|
273
|
-
|
|
274
|
-
|
|
276
|
+
selectFileMentionNavigationItem(item: AgentContextMentionItem): boolean;
|
|
277
|
+
exitFileMentionBrowse(): boolean;
|
|
278
|
+
private exitWorkspaceFileBrowse;
|
|
279
|
+
private loadWorkspaceFileDirectory;
|
|
275
280
|
expandGroup(groupId: AgentMentionGroupId): void;
|
|
276
281
|
close(): void;
|
|
277
282
|
dispose(): void;
|
package/dist/mention-search.js
CHANGED
|
@@ -3,21 +3,21 @@ import {
|
|
|
3
3
|
MAX_BROWSE_CACHE_ENTRIES,
|
|
4
4
|
preloadAgentMentionBrowse,
|
|
5
5
|
resetAgentMentionSearchBrowseCacheForTests
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-PRE4IT6E.js";
|
|
7
7
|
import "./chunk-USIFGHT3.js";
|
|
8
8
|
import "./chunk-XJ34OIEQ.js";
|
|
9
9
|
import "./chunk-R7AXDQCA.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-QDNOOAAS.js";
|
|
11
11
|
import "./chunk-LUGELG5V.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-RMQREVJY.js";
|
|
13
13
|
import "./chunk-YMXYBG7U.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-2JFMGOHU.js";
|
|
15
15
|
import "./chunk-F5UR6EJG.js";
|
|
16
16
|
import "./chunk-EDNJMG5T.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-6RMVLH3G.js";
|
|
18
18
|
import "./chunk-PJP5BUU6.js";
|
|
19
19
|
import "./chunk-7KVZPJ3O.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-2ZVXN2Z7.js";
|
|
21
21
|
import "./chunk-MIJXEELH.js";
|
|
22
22
|
import "./chunk-D2JUDUYY.js";
|
|
23
23
|
import "./chunk-6CUELYIF.js";
|
|
@@ -14,17 +14,17 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-G3XB4FAQ.js";
|
|
18
18
|
import "../chunk-TUWQV2MC.js";
|
|
19
19
|
import "../chunk-MHOYBRCY.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-X22KJXVG.js";
|
|
21
21
|
import "../chunk-5HIF53K5.js";
|
|
22
22
|
import "../chunk-R2ZADXRB.js";
|
|
23
23
|
import "../chunk-T2NICA5D.js";
|
|
24
24
|
import "../chunk-DXT4W2SU.js";
|
|
25
25
|
import "../chunk-2RQM7PJN.js";
|
|
26
26
|
import "../chunk-7KVZPJ3O.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-2ZVXN2Z7.js";
|
|
28
28
|
import "../chunk-MIJXEELH.js";
|
|
29
29
|
import "../chunk-6CUELYIF.js";
|
|
30
30
|
import "../chunk-QMMWKQOT.js";
|
package/dist/workbench/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
11
11
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
12
12
|
resolveAgentGuiWorkbenchConversationIdentity
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-G3XB4FAQ.js";
|
|
14
14
|
import {
|
|
15
15
|
agentGuiWorkbenchDockEntryId,
|
|
16
16
|
agentGuiWorkbenchDockIdentityFromIdentifier,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
import {
|
|
31
31
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
32
32
|
resolveAgentGuiWorkbenchSessionTitle
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-X22KJXVG.js";
|
|
34
34
|
import {
|
|
35
35
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
36
36
|
areAgentGuiWorkbenchStatesEqual,
|
|
@@ -57,7 +57,7 @@ import "../chunk-T2NICA5D.js";
|
|
|
57
57
|
import "../chunk-DXT4W2SU.js";
|
|
58
58
|
import "../chunk-2RQM7PJN.js";
|
|
59
59
|
import "../chunk-7KVZPJ3O.js";
|
|
60
|
-
import "../chunk-
|
|
60
|
+
import "../chunk-2ZVXN2Z7.js";
|
|
61
61
|
import "../chunk-MIJXEELH.js";
|
|
62
62
|
import "../chunk-6CUELYIF.js";
|
|
63
63
|
import "../chunk-QMMWKQOT.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-X22KJXVG.js";
|
|
5
|
+
import "../chunk-2ZVXN2Z7.js";
|
|
6
6
|
import "../chunk-MIJXEELH.js";
|
|
7
7
|
import "../chunk-6CUELYIF.js";
|
|
8
8
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.126",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -132,17 +132,17 @@
|
|
|
132
132
|
"@tiptap/react": "^3.11.1",
|
|
133
133
|
"@tiptap/starter-kit": "^3.11.1",
|
|
134
134
|
"@tiptap/suggestion": "^3.11.1",
|
|
135
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
136
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
137
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
138
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
139
|
-
"@tutti-os/ui-system": "0.0.
|
|
140
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
141
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
142
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
143
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
144
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
145
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
135
|
+
"@tutti-os/agent-activity-core": "0.0.126",
|
|
136
|
+
"@tutti-os/ui-i18n-runtime": "0.0.126",
|
|
137
|
+
"@tutti-os/ui-react-hooks": "0.0.126",
|
|
138
|
+
"@tutti-os/ui-rich-text": "0.0.126",
|
|
139
|
+
"@tutti-os/ui-system": "0.0.126",
|
|
140
|
+
"@tutti-os/workbench-surface": "0.0.126",
|
|
141
|
+
"@tutti-os/workspace-external-core": "0.0.126",
|
|
142
|
+
"@tutti-os/workspace-file-manager": "0.0.126",
|
|
143
|
+
"@tutti-os/workspace-file-reference": "0.0.126",
|
|
144
|
+
"@tutti-os/workspace-issue-manager": "0.0.126",
|
|
145
|
+
"@tutti-os/workspace-user-project": "0.0.126",
|
|
146
146
|
"clsx": "^2.1.1",
|
|
147
147
|
"framer-motion": "^12.40.0",
|
|
148
148
|
"lodash": "^4.17.21",
|
|
@@ -170,8 +170,8 @@
|
|
|
170
170
|
"typescript": "^5.8.3",
|
|
171
171
|
"vite": "^6.4.2",
|
|
172
172
|
"vitest": "^4.0.13",
|
|
173
|
-
"@tutti-os/
|
|
174
|
-
"@tutti-os/
|
|
173
|
+
"@tutti-os/client-tuttid-ts": "0.0.0",
|
|
174
|
+
"@tutti-os/config-tsconfig": "0.0.0"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"react": "^19.1.0",
|