@tutti-os/agent-gui 0.0.109 → 0.0.111
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-DXwtHJnv.d.ts} +1 -1
- package/dist/{AgentRichTextReadonly-42TUVYX5.js → AgentRichTextReadonly-VKMTXBKA.js} +5 -5
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +2 -2
- package/dist/agent-gui.js +15 -15
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentFileMentionContracts-B70VnPWO.d.ts → agentFileMentionContracts-DY4Z70CN.d.ts} +1 -0
- package/dist/{chunk-7BN2WQ2M.js → chunk-2JPJLBER.js} +3 -1
- package/dist/chunk-2JPJLBER.js.map +1 -0
- package/dist/{chunk-BM3CSFWU.js → chunk-3QIE72RQ.js} +2 -2
- package/dist/{chunk-AIZJHA4Q.js → chunk-5O3KW33M.js} +4 -4
- package/dist/{chunk-OEYXSD3O.js → chunk-74ZOQONQ.js} +2 -2
- package/dist/{chunk-A5UXTAYJ.js → chunk-7D7L3JGA.js} +22 -11
- package/dist/chunk-7D7L3JGA.js.map +1 -0
- package/dist/{chunk-J4K7KIFZ.js → chunk-A4WCTHWS.js} +4 -13
- package/dist/chunk-A4WCTHWS.js.map +1 -0
- package/dist/{chunk-34JD75OB.js → chunk-CVPI23GJ.js} +35 -38
- package/dist/{chunk-34JD75OB.js.map → chunk-CVPI23GJ.js.map} +1 -1
- package/dist/{chunk-EBXOSQ5G.js → chunk-HGHNKOR2.js} +5 -3
- package/dist/{chunk-EBXOSQ5G.js.map → chunk-HGHNKOR2.js.map} +1 -1
- package/dist/{chunk-BRLKORQI.js → chunk-HHQTW2VC.js} +5 -5
- package/dist/{chunk-25BPR75P.js → chunk-HLSEVZCW.js} +2 -2
- package/dist/{chunk-K7WFXVSD.js → chunk-HWMDMZPV.js} +67 -23
- package/dist/chunk-HWMDMZPV.js.map +1 -0
- package/dist/{chunk-JBX3JPTC.js → chunk-QMU5KFPY.js} +2 -2
- package/dist/{chunk-E74BMFHI.js → chunk-RX6JAGC6.js} +2 -2
- package/dist/{chunk-U4CVBCHD.js → chunk-WGUEDMSP.js} +3 -3
- package/dist/{chunk-2QHKXI5N.js → chunk-Z662JCRH.js} +2 -2
- 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 +2 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +15 -15
- package/dist/mention-search.d.ts +3 -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/dist/workspace-query-cache.d.ts +0 -1
- package/dist/workspace-query-cache.js +1 -1
- package/package.json +12 -12
- package/dist/chunk-7BN2WQ2M.js.map +0 -1
- package/dist/chunk-A5UXTAYJ.js.map +0 -1
- package/dist/chunk-J4K7KIFZ.js.map +0 -1
- package/dist/chunk-K7WFXVSD.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-42TUVYX5.js.map → AgentRichTextReadonly-VKMTXBKA.js.map} +0 -0
- /package/dist/{chunk-BM3CSFWU.js.map → chunk-3QIE72RQ.js.map} +0 -0
- /package/dist/{chunk-AIZJHA4Q.js.map → chunk-5O3KW33M.js.map} +0 -0
- /package/dist/{chunk-OEYXSD3O.js.map → chunk-74ZOQONQ.js.map} +0 -0
- /package/dist/{chunk-BRLKORQI.js.map → chunk-HHQTW2VC.js.map} +0 -0
- /package/dist/{chunk-25BPR75P.js.map → chunk-HLSEVZCW.js.map} +0 -0
- /package/dist/{chunk-JBX3JPTC.js.map → chunk-QMU5KFPY.js.map} +0 -0
- /package/dist/{chunk-E74BMFHI.js.map → chunk-RX6JAGC6.js.map} +0 -0
- /package/dist/{chunk-U4CVBCHD.js.map → chunk-WGUEDMSP.js.map} +0 -0
- /package/dist/{chunk-2QHKXI5N.js.map → chunk-Z662JCRH.js.map} +0 -0
|
@@ -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-7D7L3JGA.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-HWMDMZPV.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-74ZOQONQ.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-Z662JCRH.js";
|
|
19
19
|
import "../chunk-YMXYBG7U.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-RX6JAGC6.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-HLSEVZCW.js";
|
|
27
|
+
import "../chunk-2JPJLBER.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
|
@@ -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: {
|
|
@@ -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,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-DXwtHJnv.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-DXwtHJnv.js';
|
|
5
5
|
import { i as AgentHostInputApi } from './agentGuiNodeTypes-CR_l4HhU.js';
|
|
6
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-CR_l4HhU.js';
|
|
7
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.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,24 +7,24 @@ import {
|
|
|
7
7
|
localAgentGUIAgentTargetId,
|
|
8
8
|
normalizeAgentGUIAgentTargets,
|
|
9
9
|
resolveAgentGUIAgentTarget
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-CVPI23GJ.js";
|
|
11
|
+
import "./chunk-A4WCTHWS.js";
|
|
12
12
|
import {
|
|
13
13
|
AGENT_GUI_DETAIL_MIN_WIDTH_PX,
|
|
14
14
|
AGENT_GUI_EXPANDED_TARGET_WIDTH_PX,
|
|
15
15
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
16
16
|
resolveAgentGUIExpandedWindowFrame,
|
|
17
17
|
shouldAutoCollapseAgentGUIConversationRail
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-HGHNKOR2.js";
|
|
19
19
|
import "./chunk-AY5AFMT2.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-3QIE72RQ.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-HHQTW2VC.js";
|
|
25
|
+
import "./chunk-QMU5KFPY.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-7D7L3JGA.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-HWMDMZPV.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-74ZOQONQ.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-5O3KW33M.js";
|
|
56
56
|
import {
|
|
57
57
|
useEngineSelector
|
|
58
58
|
} from "./chunk-2RQM7PJN.js";
|
|
59
|
-
import "./chunk-
|
|
59
|
+
import "./chunk-WGUEDMSP.js";
|
|
60
60
|
import "./chunk-KPMQGPYU.js";
|
|
61
|
-
import "./chunk-
|
|
61
|
+
import "./chunk-Z662JCRH.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-RX6JAGC6.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-HLSEVZCW.js";
|
|
82
|
+
import "./chunk-2JPJLBER.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>>;
|
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-HWMDMZPV.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-74ZOQONQ.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-RX6JAGC6.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-HLSEVZCW.js";
|
|
21
|
+
import "./chunk-2JPJLBER.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-HGHNKOR2.js";
|
|
18
18
|
import "../chunk-AY5AFMT2.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-3QIE72RQ.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-2JPJLBER.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-HGHNKOR2.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-3QIE72RQ.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-2JPJLBER.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-3QIE72RQ.js";
|
|
5
5
|
import "../chunk-MIJXEELH.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-2JPJLBER.js";
|
|
7
7
|
import "../chunk-6CUELYIF.js";
|
|
8
8
|
export {
|
|
9
9
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
@@ -5,7 +5,6 @@ interface WorkspaceQueryCacheEntry<TValue> {
|
|
|
5
5
|
readonly version: number;
|
|
6
6
|
}
|
|
7
7
|
interface WorkspaceQueryCache<TValue> {
|
|
8
|
-
claimIngestion(key: string, version: number): boolean;
|
|
9
8
|
invalidate(key?: string): void;
|
|
10
9
|
read(key: string): WorkspaceQueryCacheEntry<TValue> | null;
|
|
11
10
|
request(key: string, load: () => Promise<TValue>): Promise<WorkspaceQueryCacheEntry<TValue>>;
|
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.111",
|
|
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.111",
|
|
132
|
+
"@tutti-os/ui-i18n-runtime": "0.0.111",
|
|
133
|
+
"@tutti-os/ui-react-hooks": "0.0.111",
|
|
134
|
+
"@tutti-os/ui-rich-text": "0.0.111",
|
|
135
|
+
"@tutti-os/ui-system": "0.0.111",
|
|
136
|
+
"@tutti-os/workbench-surface": "0.0.111",
|
|
137
|
+
"@tutti-os/workspace-external-core": "0.0.111",
|
|
138
|
+
"@tutti-os/workspace-file-manager": "0.0.111",
|
|
139
|
+
"@tutti-os/workspace-file-reference": "0.0.111",
|
|
140
|
+
"@tutti-os/workspace-issue-manager": "0.0.111",
|
|
141
|
+
"@tutti-os/workspace-user-project": "0.0.111",
|
|
142
142
|
"clsx": "^2.1.1",
|
|
143
143
|
"framer-motion": "^12.40.0",
|
|
144
144
|
"lodash": "^4.17.21",
|