@tutti-os/agent-gui 0.0.110 → 0.0.112
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-BSr3cWcJ.d.ts → AgentGUI-BP3qpvtu.d.ts} +6 -3
- package/dist/{AgentRichTextReadonly-42TUVYX5.js → AgentRichTextReadonly-2XWSOTX4.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 +14 -14
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentFileMentionContracts-B70VnPWO.d.ts → agentFileMentionContracts-DY4Z70CN.d.ts} +1 -0
- package/dist/{agentGuiNodeTypes-CR_l4HhU.d.ts → agentGuiNodeTypes-diw3oP7y.d.ts} +2 -0
- package/dist/{chunk-A5UXTAYJ.js → chunk-3IYKN4ZT.js} +22 -11
- package/dist/chunk-3IYKN4ZT.js.map +1 -0
- package/dist/{chunk-J7KJ4MX4.js → chunk-44HFASN6.js} +3 -3
- package/dist/{chunk-K7WFXVSD.js → chunk-5L5LHAJ3.js} +92 -24
- package/dist/chunk-5L5LHAJ3.js.map +1 -0
- package/dist/{chunk-YRMT6UYB.js → chunk-7H4T7OZ4.js} +47 -17
- package/dist/chunk-7H4T7OZ4.js.map +1 -0
- package/dist/{chunk-AIZJHA4Q.js → chunk-C6DI6AJZ.js} +4 -4
- package/dist/{chunk-7BN2WQ2M.js → chunk-CZIOYBMC.js} +5 -3
- package/dist/chunk-CZIOYBMC.js.map +1 -0
- package/dist/{chunk-JBX3JPTC.js → chunk-FAJIWGIT.js} +2 -2
- package/dist/{chunk-25BPR75P.js → chunk-FGWORVFI.js} +2 -2
- package/dist/{chunk-E74BMFHI.js → chunk-JGPI7CC6.js} +2 -2
- package/dist/chunk-JGPI7CC6.js.map +1 -0
- package/dist/{chunk-BM3CSFWU.js → chunk-P6SRATRQ.js} +2 -2
- package/dist/{chunk-U4CVBCHD.js → chunk-RMTPZVKO.js} +3 -3
- package/dist/{chunk-2QHKXI5N.js → chunk-UKCQMTN3.js} +2 -2
- package/dist/{chunk-OEYXSD3O.js → chunk-VMZJPA5L.js} +2 -2
- package/dist/{chunk-BRLKORQI.js → chunk-VVDJHPV4.js} +5 -5
- package/dist/context-mention-palette/index.d.ts +1 -1
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +4 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +5 -5
- package/dist/index.js +14 -14
- package/dist/mention-search.d.ts +15 -2
- 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/package.json +12 -12
- package/dist/chunk-7BN2WQ2M.js.map +0 -1
- package/dist/chunk-A5UXTAYJ.js.map +0 -1
- package/dist/chunk-E74BMFHI.js.map +0 -1
- package/dist/chunk-K7WFXVSD.js.map +0 -1
- package/dist/chunk-YRMT6UYB.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-42TUVYX5.js.map → AgentRichTextReadonly-2XWSOTX4.js.map} +0 -0
- /package/dist/{chunk-J7KJ4MX4.js.map → chunk-44HFASN6.js.map} +0 -0
- /package/dist/{chunk-AIZJHA4Q.js.map → chunk-C6DI6AJZ.js.map} +0 -0
- /package/dist/{chunk-JBX3JPTC.js.map → chunk-FAJIWGIT.js.map} +0 -0
- /package/dist/{chunk-25BPR75P.js.map → chunk-FGWORVFI.js.map} +0 -0
- /package/dist/{chunk-BM3CSFWU.js.map → chunk-P6SRATRQ.js.map} +0 -0
- /package/dist/{chunk-U4CVBCHD.js.map → chunk-RMTPZVKO.js.map} +0 -0
- /package/dist/{chunk-2QHKXI5N.js.map → chunk-UKCQMTN3.js.map} +0 -0
- /package/dist/{chunk-OEYXSD3O.js.map → chunk-VMZJPA5L.js.map} +0 -0
- /package/dist/{chunk-BRLKORQI.js.map → chunk-VVDJHPV4.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
translate,
|
|
10
10
|
useTranslation
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-FGWORVFI.js";
|
|
12
12
|
import {
|
|
13
13
|
getAgentCustomMentionKind
|
|
14
14
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -1536,4 +1536,4 @@ export {
|
|
|
1536
1536
|
exitAgentFileMentionSuggestion,
|
|
1537
1537
|
createAgentFileMentionExtension
|
|
1538
1538
|
};
|
|
1539
|
-
//# sourceMappingURL=chunk-
|
|
1539
|
+
//# sourceMappingURL=chunk-VMZJPA5L.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentRichTextReadonly,
|
|
3
3
|
promptForProviderSkills,
|
|
4
4
|
skillTriggerForPrefix
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-FAJIWGIT.js";
|
|
6
6
|
import {
|
|
7
7
|
classifyRecoverableAgentMessage,
|
|
8
8
|
isProviderPlanLimitMessage,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
resolveWorkspaceFileLinkAction,
|
|
39
39
|
resolveWorkspaceFilePathCandidate,
|
|
40
40
|
resolveWorkspaceLinkAction
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-RMTPZVKO.js";
|
|
42
42
|
import {
|
|
43
43
|
cn
|
|
44
44
|
} from "./chunk-KPMQGPYU.js";
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
useOptionalAgentActivityRuntime,
|
|
47
47
|
useOptionalAgentHostApi,
|
|
48
48
|
workspaceAgentProviderLabel
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-JGPI7CC6.js";
|
|
50
50
|
import {
|
|
51
51
|
fileChangeCountFromChanges,
|
|
52
52
|
fileChangeEntriesFromChanges,
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
import {
|
|
59
59
|
getActiveUiLanguage,
|
|
60
60
|
translate
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-FGWORVFI.js";
|
|
62
62
|
|
|
63
63
|
// shared/workspaceAgentToolCallIdentifiers.ts
|
|
64
64
|
function looksLikeOpaqueToolCallIdentifier(value) {
|
|
@@ -13813,4 +13813,4 @@ export {
|
|
|
13813
13813
|
AgentConversationFlow,
|
|
13814
13814
|
useProjectedAgentConversation
|
|
13815
13815
|
};
|
|
13816
|
-
//# sourceMappingURL=chunk-
|
|
13816
|
+
//# sourceMappingURL=chunk-VVDJHPV4.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AgentContextMentionItem } from '../agentFileMentionContracts-
|
|
1
|
+
import { A as AgentContextMentionItem } from '../agentFileMentionContracts-DY4Z70CN.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,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-3IYKN4ZT.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-5L5LHAJ3.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-VMZJPA5L.js";
|
|
14
14
|
import "../chunk-LUGELG5V.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
17
17
|
} from "../chunk-JM24HADP.js";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-UKCQMTN3.js";
|
|
19
19
|
import "../chunk-YMXYBG7U.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-JGPI7CC6.js";
|
|
21
21
|
import "../chunk-F5UR6EJG.js";
|
|
22
22
|
import "../chunk-W6TO6K2X.js";
|
|
23
23
|
import "../chunk-PJP5BUU6.js";
|
|
24
24
|
import "../chunk-7KVZPJ3O.js";
|
|
25
25
|
import "../chunk-MIJXEELH.js";
|
|
26
|
-
import "../chunk-
|
|
27
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-FGWORVFI.js";
|
|
27
|
+
import "../chunk-CZIOYBMC.js";
|
|
28
28
|
import "../chunk-D2JUDUYY.js";
|
|
29
29
|
import "../chunk-6CUELYIF.js";
|
|
30
30
|
import "../chunk-YNSXUEIR.js";
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -435,7 +435,7 @@ declare const agentGuiI18nResources: {
|
|
|
435
435
|
readonly mentionKindSession: "Session";
|
|
436
436
|
readonly mentionGroupFiles: "Files";
|
|
437
437
|
readonly mentionGroupOpenedFiles: "Files I opened";
|
|
438
|
-
readonly mentionGroupAgentGeneratedFiles: "
|
|
438
|
+
readonly mentionGroupAgentGeneratedFiles: "Recent files generated by Agent";
|
|
439
439
|
readonly mentionGroupApps: "Apps";
|
|
440
440
|
readonly mentionGroupAgents: "Agents";
|
|
441
441
|
readonly mentionGroupMySessions: "My sessions";
|
|
@@ -451,6 +451,7 @@ declare const agentGuiI18nResources: {
|
|
|
451
451
|
readonly mentionAgentGeneratedFolderBack: "Back";
|
|
452
452
|
readonly mentionAgentGeneratedFolderFileCount: "Contains {{count}} files";
|
|
453
453
|
readonly mentionAgentTargetAvailable: "Available";
|
|
454
|
+
readonly mentionAgentTargetUnavailable: "Unavailable";
|
|
454
455
|
readonly mentionNoMatchingFiles: "No matching files";
|
|
455
456
|
readonly mentionOpenReferences: "View output";
|
|
456
457
|
readonly issueRunPrompt: {
|
|
@@ -2956,7 +2957,7 @@ declare const agentGuiI18nResources: {
|
|
|
2956
2957
|
readonly mentionKindSession: "会话";
|
|
2957
2958
|
readonly mentionGroupFiles: "文件";
|
|
2958
2959
|
readonly mentionGroupOpenedFiles: "我打开的文件";
|
|
2959
|
-
readonly mentionGroupAgentGeneratedFiles: "Agent 生成的文件";
|
|
2960
|
+
readonly mentionGroupAgentGeneratedFiles: "近期 Agent 生成的文件";
|
|
2960
2961
|
readonly mentionGroupApps: "应用";
|
|
2961
2962
|
readonly mentionGroupAgents: "智能体";
|
|
2962
2963
|
readonly mentionGroupMySessions: "我的会话";
|
|
@@ -2972,6 +2973,7 @@ declare const agentGuiI18nResources: {
|
|
|
2972
2973
|
readonly mentionAgentGeneratedFolderBack: "返回";
|
|
2973
2974
|
readonly mentionAgentGeneratedFolderFileCount: "包含 {{count}} 个文件";
|
|
2974
2975
|
readonly mentionAgentTargetAvailable: "可用";
|
|
2976
|
+
readonly mentionAgentTargetUnavailable: "不可用";
|
|
2975
2977
|
readonly mentionNoMatchingFiles: "没有匹配到文件";
|
|
2976
2978
|
readonly mentionOpenReferences: "查看产物";
|
|
2977
2979
|
readonly issueRunPrompt: {
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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-
|
|
5
|
-
import { i as AgentHostInputApi } from './agentGuiNodeTypes-
|
|
6
|
-
export { a as AgentComposerDraftFile, g as AgentHostApi, h as AgentHostApplyWorkspaceGitPatchInput, j as AgentHostRuntimeApi, k as AgentHostSelectFilesInput, m as AgentProbeProvider, n as AgentProbeSnapshot, o as AgentProviderProbeListInput, p as AgentProviderProbeListResult, s as AgentUsageQuota, t as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, u as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-
|
|
3
|
+
import { A as AgentActivityRuntime } from './AgentGUI-BP3qpvtu.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-BP3qpvtu.js';
|
|
5
|
+
import { i as AgentHostInputApi } from './agentGuiNodeTypes-diw3oP7y.js';
|
|
6
|
+
export { a as AgentComposerDraftFile, g as AgentHostApi, h as AgentHostApplyWorkspaceGitPatchInput, j as AgentHostRuntimeApi, k as AgentHostSelectFilesInput, m as AgentProbeProvider, n as AgentProbeSnapshot, o as AgentProviderProbeListInput, p as AgentProviderProbeListResult, s as AgentUsageQuota, t as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, u as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-diw3oP7y.js';
|
|
7
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
|
|
8
8
|
import { n as AgentGUIProvider, h as AgentGUIAgentTarget, i as AgentGUIAgentTargetBadge } from './types-yF_0mrNS.js';
|
|
9
9
|
export { A as AgentGUIAgent, a as AgentGUIAgentAvailability, b as AgentGUIAgentAvailabilityAction, c as AgentGUIAgentAvailabilityStatus, d as AgentGUIAgentDirectoryPort, e as AgentGUIAgentDirectorySnapshot, f as AgentGUIAgentDirectoryStatus, g as AgentGUIAgentOwner, j as AgentGUIAgentTargetRef, k as AgentGUIAllAgentsPresentation, l as AgentGUIHomeSuggestionId, o as AgentGUIProviderRailAllPresentation, p as AgentGUIProviderRailMode, q as AgentGUIProviderReadinessGate, r as AgentGUIProviderReadinessGateAction, s as AgentGUIProviderReadinessGateStatus } from './types-yF_0mrNS.js';
|
|
@@ -18,7 +18,7 @@ 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-DY4Z70CN.js';
|
|
22
22
|
import '@tutti-os/workspace-file-manager/services';
|
|
23
23
|
import '@tutti-os/workspace-file-reference/core';
|
|
24
24
|
import './agentConversationVM-D3Dn2LqN.js';
|
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-7H4T7OZ4.js";
|
|
11
11
|
import "./chunk-A4WCTHWS.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
@@ -15,16 +15,16 @@ import {
|
|
|
15
15
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
16
16
|
resolveAgentGUIExpandedWindowFrame,
|
|
17
17
|
shouldAutoCollapseAgentGUIConversationRail
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-44HFASN6.js";
|
|
19
19
|
import "./chunk-AY5AFMT2.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-P6SRATRQ.js";
|
|
21
21
|
import "./chunk-JLRPIEIE.js";
|
|
22
22
|
import "./chunk-R2ZADXRB.js";
|
|
23
23
|
import "./chunk-UHBCM6RO.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-VVDJHPV4.js";
|
|
25
|
+
import "./chunk-FAJIWGIT.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-3IYKN4ZT.js";
|
|
28
28
|
import {
|
|
29
29
|
agentGUIAgentIsReady,
|
|
30
30
|
normalizeAgentGUIAgents,
|
|
@@ -40,11 +40,11 @@ import {
|
|
|
40
40
|
} from "./chunk-L2GENUG3.js";
|
|
41
41
|
import {
|
|
42
42
|
preloadAgentMentionBrowse
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-5L5LHAJ3.js";
|
|
44
44
|
import "./chunk-USIFGHT3.js";
|
|
45
45
|
import "./chunk-XJ34OIEQ.js";
|
|
46
46
|
import "./chunk-R7AXDQCA.js";
|
|
47
|
-
import "./chunk-
|
|
47
|
+
import "./chunk-VMZJPA5L.js";
|
|
48
48
|
import "./chunk-LUGELG5V.js";
|
|
49
49
|
import {
|
|
50
50
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
@@ -52,13 +52,13 @@ import {
|
|
|
52
52
|
import {
|
|
53
53
|
dispatchAgentPlanPromptAction,
|
|
54
54
|
selectAgentPlanPromptTurn
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-C6DI6AJZ.js";
|
|
56
56
|
import {
|
|
57
57
|
useEngineSelector
|
|
58
58
|
} from "./chunk-2RQM7PJN.js";
|
|
59
|
-
import "./chunk-
|
|
59
|
+
import "./chunk-RMTPZVKO.js";
|
|
60
60
|
import "./chunk-KPMQGPYU.js";
|
|
61
|
-
import "./chunk-
|
|
61
|
+
import "./chunk-UKCQMTN3.js";
|
|
62
62
|
import "./chunk-YMXYBG7U.js";
|
|
63
63
|
import {
|
|
64
64
|
AgentActivityHostProvider,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
useAgentActivityRuntime,
|
|
69
69
|
useAgentActivitySnapshot,
|
|
70
70
|
useOptionalAgentActivityRuntime
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-JGPI7CC6.js";
|
|
72
72
|
import "./chunk-F5UR6EJG.js";
|
|
73
73
|
import "./chunk-W6TO6K2X.js";
|
|
74
74
|
import "./chunk-PJP5BUU6.js";
|
|
@@ -78,8 +78,8 @@ import {
|
|
|
78
78
|
AgentGuiI18nProvider,
|
|
79
79
|
agentGuiI18nModule,
|
|
80
80
|
agentGuiI18nResources
|
|
81
|
-
} from "./chunk-
|
|
82
|
-
import "./chunk-
|
|
81
|
+
} from "./chunk-FGWORVFI.js";
|
|
82
|
+
import "./chunk-CZIOYBMC.js";
|
|
83
83
|
import {
|
|
84
84
|
getAgentCustomMentionKind,
|
|
85
85
|
registerAgentCustomMentionKind,
|
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-DY4Z70CN.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';
|
|
@@ -36,7 +36,8 @@ type AgentMentionFilterId = "session" | "file" | "issue" | "agent" | "app";
|
|
|
36
36
|
type AgentMentionStaticGroupId = "apps" | "agents" | "files" | "opened_files" | "agent_generated_files" | "my_sessions" | "collab_sessions" | "issues";
|
|
37
37
|
type AgentMentionIssueTopicGroupId = `issue-topic:${string}`;
|
|
38
38
|
type AgentMentionProvenanceGroupId = `agent:${string}`;
|
|
39
|
-
type
|
|
39
|
+
type AgentMentionMemberGroupId = `member:${string}`;
|
|
40
|
+
type AgentMentionGroupId = AgentMentionStaticGroupId | AgentMentionIssueTopicGroupId | AgentMentionProvenanceGroupId | AgentMentionMemberGroupId;
|
|
40
41
|
type AgentMentionRawGroupId = Exclude<AgentMentionStaticGroupId, "files" | "my_sessions" | "collab_sessions"> | "sessions";
|
|
41
42
|
type AgentMentionRawGroups = Record<AgentMentionRawGroupId, AgentContextMentionItem[]>;
|
|
42
43
|
type AgentMentionTotalCounts = Partial<Record<AgentMentionGroupId, number>>;
|
|
@@ -118,6 +119,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
118
119
|
protected currentFilter: AgentMentionFilterId;
|
|
119
120
|
protected currentQuery: string;
|
|
120
121
|
protected currentSessionCwd: string;
|
|
122
|
+
protected currentSectionKey: string;
|
|
121
123
|
protected currentProvenanceFilter: ReferenceProvenanceFilter | null;
|
|
122
124
|
protected currentProvenanceCatalog: ReferenceProvenanceCatalog | null;
|
|
123
125
|
protected currentFileSearchLimit: number;
|
|
@@ -135,6 +137,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
135
137
|
requestId: number;
|
|
136
138
|
filter: AgentMentionFilterId;
|
|
137
139
|
provenanceFilter: ReferenceProvenanceFilter | null;
|
|
140
|
+
sectionKey: string;
|
|
138
141
|
sessionCwd: string;
|
|
139
142
|
abortSignal?: AbortSignal;
|
|
140
143
|
}): Promise<void>;
|
|
@@ -143,6 +146,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
143
146
|
currentUserId: string;
|
|
144
147
|
requestId: number;
|
|
145
148
|
filter: AgentMentionFilterId;
|
|
149
|
+
sectionKey: string;
|
|
146
150
|
sessionCwd: string;
|
|
147
151
|
abortSignal: AbortSignal;
|
|
148
152
|
}): Promise<void>;
|
|
@@ -150,6 +154,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
150
154
|
workspaceId: string;
|
|
151
155
|
currentUserId: string;
|
|
152
156
|
filter: AgentMentionFilterId;
|
|
157
|
+
sectionKey: string;
|
|
153
158
|
sessionCwd: string;
|
|
154
159
|
}, provenanceFilter?: ReferenceProvenanceFilter | null, abortSignal?: AbortSignal): Promise<AgentMentionBrowseFetchResult>;
|
|
155
160
|
protected applyBrowseFetchResult(result: AgentMentionBrowseFetchResult): void;
|
|
@@ -173,6 +178,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
173
178
|
query: string;
|
|
174
179
|
limit?: number;
|
|
175
180
|
sessionCwd?: string;
|
|
181
|
+
sectionKey?: string;
|
|
176
182
|
provenanceFilter: ReferenceProvenanceFilter | null;
|
|
177
183
|
abortSignal?: AbortSignal;
|
|
178
184
|
}): Promise<AgentContextMentionItem[]>;
|
|
@@ -184,6 +190,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
184
190
|
query: string;
|
|
185
191
|
limit?: number;
|
|
186
192
|
sessionCwd?: string;
|
|
193
|
+
sectionKey?: string;
|
|
187
194
|
provenanceFilter: ReferenceProvenanceFilter | null;
|
|
188
195
|
abortSignal?: AbortSignal;
|
|
189
196
|
}): Promise<AgentMentionIssueTopicGroup[] | null>;
|
|
@@ -213,6 +220,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
213
220
|
workspaceId: string;
|
|
214
221
|
currentUserId: string;
|
|
215
222
|
filter: AgentMentionFilterId;
|
|
223
|
+
sectionKey: string;
|
|
216
224
|
sessionCwd: string;
|
|
217
225
|
}, provenanceFilter?: ReferenceProvenanceFilter | null): string;
|
|
218
226
|
protected readBrowseCache(cacheKey: string): {
|
|
@@ -223,6 +231,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
223
231
|
workspaceId: string;
|
|
224
232
|
currentUserId: string;
|
|
225
233
|
filter: AgentMentionFilterId;
|
|
234
|
+
sectionKey: string;
|
|
226
235
|
sessionCwd: string;
|
|
227
236
|
}, cacheKey: string, reason: AgentMentionBrowseLoadReason, provenanceFilter?: ReferenceProvenanceFilter | null, abortSignal?: AbortSignal): Promise<AgentMentionBrowseFetchResult>;
|
|
228
237
|
protected fetchFilterResult(input: {
|
|
@@ -230,6 +239,7 @@ declare class AgentMentionSearchControllerBase {
|
|
|
230
239
|
currentUserId: string;
|
|
231
240
|
query: string;
|
|
232
241
|
filter: AgentMentionFilterId;
|
|
242
|
+
sectionKey: string;
|
|
233
243
|
sessionCwd: string;
|
|
234
244
|
includeAgentGeneratedFiles: boolean;
|
|
235
245
|
}, provenanceFilter?: ReferenceProvenanceFilter | null, abortSignal?: AbortSignal): Promise<AgentMentionBrowseFetchResult>;
|
|
@@ -246,12 +256,14 @@ declare class AgentMentionSearchController extends AgentMentionSearchControllerB
|
|
|
246
256
|
workspaceId: string;
|
|
247
257
|
currentUserId?: string | null;
|
|
248
258
|
query: string;
|
|
259
|
+
sectionKey?: string | null;
|
|
249
260
|
sessionCwd?: string | null;
|
|
250
261
|
}): void;
|
|
251
262
|
setFilter(filter: AgentMentionFilterId): void;
|
|
252
263
|
preloadBrowse(input: {
|
|
253
264
|
workspaceId: string;
|
|
254
265
|
currentUserId?: string | null;
|
|
266
|
+
sectionKey?: string | null;
|
|
255
267
|
sessionCwd?: string | null;
|
|
256
268
|
filter?: AgentMentionFilterId;
|
|
257
269
|
}): void;
|
|
@@ -270,6 +282,7 @@ declare class AgentMentionSearchController extends AgentMentionSearchControllerB
|
|
|
270
282
|
declare function preloadAgentMentionBrowse(input: {
|
|
271
283
|
workspaceId: string;
|
|
272
284
|
currentUserId?: string | null;
|
|
285
|
+
sectionKey?: string | null;
|
|
273
286
|
sessionCwd?: string | null;
|
|
274
287
|
contextMentionProviders?: readonly AgentContextMentionProvider[];
|
|
275
288
|
filter?: AgentMentionFilterId;
|
package/dist/mention-search.js
CHANGED
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
MAX_BROWSE_CACHE_ENTRIES,
|
|
4
4
|
preloadAgentMentionBrowse,
|
|
5
5
|
resetAgentMentionSearchBrowseCacheForTests
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-5L5LHAJ3.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-VMZJPA5L.js";
|
|
11
11
|
import "./chunk-LUGELG5V.js";
|
|
12
12
|
import "./chunk-JM24HADP.js";
|
|
13
13
|
import "./chunk-YMXYBG7U.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-JGPI7CC6.js";
|
|
15
15
|
import "./chunk-F5UR6EJG.js";
|
|
16
16
|
import "./chunk-W6TO6K2X.js";
|
|
17
17
|
import "./chunk-PJP5BUU6.js";
|
|
18
18
|
import "./chunk-7KVZPJ3O.js";
|
|
19
19
|
import "./chunk-MIJXEELH.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-FGWORVFI.js";
|
|
21
|
+
import "./chunk-CZIOYBMC.js";
|
|
22
22
|
import "./chunk-D2JUDUYY.js";
|
|
23
23
|
import "./chunk-6CUELYIF.js";
|
|
24
24
|
import "./chunk-YNSXUEIR.js";
|
|
@@ -14,9 +14,9 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-44HFASN6.js";
|
|
18
18
|
import "../chunk-AY5AFMT2.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-P6SRATRQ.js";
|
|
20
20
|
import "../chunk-JLRPIEIE.js";
|
|
21
21
|
import "../chunk-R2ZADXRB.js";
|
|
22
22
|
import "../chunk-UHBCM6RO.js";
|
|
@@ -25,7 +25,7 @@ import "../chunk-L2GENUG3.js";
|
|
|
25
25
|
import "../chunk-2RQM7PJN.js";
|
|
26
26
|
import "../chunk-7KVZPJ3O.js";
|
|
27
27
|
import "../chunk-MIJXEELH.js";
|
|
28
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-CZIOYBMC.js";
|
|
29
29
|
import "../chunk-6CUELYIF.js";
|
|
30
30
|
import "../chunk-YNSXUEIR.js";
|
|
31
31
|
export {
|
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-44HFASN6.js";
|
|
14
14
|
import {
|
|
15
15
|
agentGuiWorkbenchDockEntryId,
|
|
16
16
|
agentGuiWorkbenchDockIdentityFromIdentifier,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
28
28
|
resolveAgentGuiWorkbenchSessionTitle
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-P6SRATRQ.js";
|
|
30
30
|
import {
|
|
31
31
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
32
32
|
areAgentGuiWorkbenchStatesEqual,
|
|
@@ -58,7 +58,7 @@ import "../chunk-L2GENUG3.js";
|
|
|
58
58
|
import "../chunk-2RQM7PJN.js";
|
|
59
59
|
import "../chunk-7KVZPJ3O.js";
|
|
60
60
|
import "../chunk-MIJXEELH.js";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-CZIOYBMC.js";
|
|
62
62
|
import "../chunk-6CUELYIF.js";
|
|
63
63
|
import "../chunk-YNSXUEIR.js";
|
|
64
64
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-P6SRATRQ.js";
|
|
5
5
|
import "../chunk-MIJXEELH.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-CZIOYBMC.js";
|
|
7
7
|
import "../chunk-6CUELYIF.js";
|
|
8
8
|
export {
|
|
9
9
|
resolveAgentGuiWorkbenchHeaderTitle,
|
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.112",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -128,17 +128,17 @@
|
|
|
128
128
|
"@tiptap/react": "^3.11.1",
|
|
129
129
|
"@tiptap/starter-kit": "^3.11.1",
|
|
130
130
|
"@tiptap/suggestion": "^3.11.1",
|
|
131
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
132
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
133
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
134
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
135
|
-
"@tutti-os/ui-system": "0.0.
|
|
136
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
137
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
138
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
139
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
140
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
141
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
131
|
+
"@tutti-os/agent-activity-core": "0.0.112",
|
|
132
|
+
"@tutti-os/ui-i18n-runtime": "0.0.112",
|
|
133
|
+
"@tutti-os/ui-react-hooks": "0.0.112",
|
|
134
|
+
"@tutti-os/ui-rich-text": "0.0.112",
|
|
135
|
+
"@tutti-os/ui-system": "0.0.112",
|
|
136
|
+
"@tutti-os/workbench-surface": "0.0.112",
|
|
137
|
+
"@tutti-os/workspace-external-core": "0.0.112",
|
|
138
|
+
"@tutti-os/workspace-file-manager": "0.0.112",
|
|
139
|
+
"@tutti-os/workspace-file-reference": "0.0.112",
|
|
140
|
+
"@tutti-os/workspace-issue-manager": "0.0.112",
|
|
141
|
+
"@tutti-os/workspace-user-project": "0.0.112",
|
|
142
142
|
"clsx": "^2.1.1",
|
|
143
143
|
"framer-motion": "^12.40.0",
|
|
144
144
|
"lodash": "^4.17.21",
|