@tutti-os/agent-gui 0.0.128 → 0.0.130
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-DprRUk8h.d.ts → AgentGUI-DxypmD7b.d.ts} +4 -16
- package/dist/{AgentRichTextReadonly-UGZQXMPT.js → AgentRichTextReadonly-PEKCMRPE.js} +5 -5
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +4 -4
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.js +6 -6
- package/dist/app/renderer/agentactivity.css +9 -5
- package/dist/{chunk-FNI4JFDM.js → chunk-2RSNLVOX.js} +53 -11
- package/dist/chunk-2RSNLVOX.js.map +1 -0
- package/dist/{chunk-BKTH4EVE.js → chunk-GCQYN7BR.js} +3 -3
- package/dist/{chunk-Z4HPUA2G.js → chunk-GX5HPHPL.js} +59 -106
- package/dist/chunk-GX5HPHPL.js.map +1 -0
- package/dist/{chunk-RABOGNWT.js → chunk-J4TTEMRW.js} +4 -4
- package/dist/{chunk-VWIADFP4.js → chunk-NE6H7S5Z.js} +2 -2
- package/dist/{chunk-6TYXZI35.js → chunk-OBWM2RFE.js} +2 -2
- package/dist/{chunk-UZP2LEQL.js → chunk-OQR3HXPF.js} +3 -1
- package/dist/chunk-OQR3HXPF.js.map +1 -0
- package/dist/{chunk-YZF23LW4.js → chunk-PQJXWXTS.js} +4 -4
- package/dist/{chunk-A3HZBKIQ.js → chunk-PVTAFUDS.js} +2 -2
- package/dist/{chunk-5ILYI4EM.js → chunk-QQRTUHCH.js} +2 -2
- package/dist/{chunk-VH2UJCQG.js → chunk-SZOTLVH6.js} +2 -2
- package/dist/{chunk-TBFWNWDX.js → chunk-UARZZJJB.js} +4 -4
- package/dist/{chunk-3LKGPCCL.js → chunk-XNE2ROCP.js} +2 -2
- package/dist/{chunk-Q5JYEQK6.js → chunk-YWHGCKMT.js} +3 -3
- 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 +4 -4
- package/dist/index.js +14 -14
- 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-FNI4JFDM.js.map +0 -1
- package/dist/chunk-UZP2LEQL.js.map +0 -1
- package/dist/chunk-Z4HPUA2G.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-UGZQXMPT.js.map → AgentRichTextReadonly-PEKCMRPE.js.map} +0 -0
- /package/dist/{chunk-BKTH4EVE.js.map → chunk-GCQYN7BR.js.map} +0 -0
- /package/dist/{chunk-RABOGNWT.js.map → chunk-J4TTEMRW.js.map} +0 -0
- /package/dist/{chunk-VWIADFP4.js.map → chunk-NE6H7S5Z.js.map} +0 -0
- /package/dist/{chunk-6TYXZI35.js.map → chunk-OBWM2RFE.js.map} +0 -0
- /package/dist/{chunk-YZF23LW4.js.map → chunk-PQJXWXTS.js.map} +0 -0
- /package/dist/{chunk-A3HZBKIQ.js.map → chunk-PVTAFUDS.js.map} +0 -0
- /package/dist/{chunk-5ILYI4EM.js.map → chunk-QQRTUHCH.js.map} +0 -0
- /package/dist/{chunk-VH2UJCQG.js.map → chunk-SZOTLVH6.js.map} +0 -0
- /package/dist/{chunk-TBFWNWDX.js.map → chunk-UARZZJJB.js.map} +0 -0
- /package/dist/{chunk-3LKGPCCL.js.map → chunk-XNE2ROCP.js.map} +0 -0
- /package/dist/{chunk-Q5JYEQK6.js.map → chunk-YWHGCKMT.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-OQR3HXPF.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-SZOTLVH6.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
agentMentionFilterLabel,
|
|
6
6
|
agentMentionGroupLabel,
|
|
7
7
|
mentionGroupExpandCount
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-J4TTEMRW.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-QQRTUHCH.js";
|
|
17
17
|
import {
|
|
18
18
|
managedAgentRoundedIconUrl
|
|
19
19
|
} from "./chunk-EDNJMG5T.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-SZOTLVH6.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-UARZZJJB.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
formatAgentMentionMarkdown,
|
|
6
6
|
mentionItemToAttrs,
|
|
7
7
|
parseAgentMentionMarkdown
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OBWM2RFE.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-XNE2ROCP.js.map
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NE6H7S5Z.js";
|
|
10
10
|
import {
|
|
11
11
|
managedAgentRoundedIconUrl
|
|
12
12
|
} from "./chunk-EDNJMG5T.js";
|
|
13
13
|
import {
|
|
14
14
|
translate,
|
|
15
15
|
useTranslation
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-SZOTLVH6.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveAgentWorkspaceFileVisualKind
|
|
19
19
|
} from "./chunk-PJP5BUU6.js";
|
|
@@ -3729,4 +3729,4 @@ export {
|
|
|
3729
3729
|
AgentMessageMarkdown,
|
|
3730
3730
|
CustomScrollArea
|
|
3731
3731
|
};
|
|
3732
|
-
//# sourceMappingURL=chunk-
|
|
3732
|
+
//# sourceMappingURL=chunk-YWHGCKMT.js.map
|
|
@@ -3,27 +3,27 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-UARZZJJB.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-J4TTEMRW.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-OBWM2RFE.js";
|
|
14
14
|
import "../chunk-5QPOMKMQ.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
17
17
|
} from "../chunk-RMQREVJY.js";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-QQRTUHCH.js";
|
|
19
19
|
import "../chunk-YMXYBG7U.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-NE6H7S5Z.js";
|
|
21
21
|
import "../chunk-F5UR6EJG.js";
|
|
22
22
|
import "../chunk-EDNJMG5T.js";
|
|
23
|
-
import "../chunk-
|
|
23
|
+
import "../chunk-SZOTLVH6.js";
|
|
24
24
|
import "../chunk-PJP5BUU6.js";
|
|
25
25
|
import "../chunk-7KVZPJ3O.js";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-OQR3HXPF.js";
|
|
27
27
|
import "../chunk-MIJXEELH.js";
|
|
28
28
|
import "../chunk-D2JUDUYY.js";
|
|
29
29
|
import "../chunk-6CUELYIF.js";
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -801,6 +801,7 @@ declare const agentGuiI18nResources: {
|
|
|
801
801
|
readonly permissionModeReadOnly: "Ask for approval";
|
|
802
802
|
readonly permissionModeAuto: "Approve for me";
|
|
803
803
|
readonly permissionModeFullAccess: "Full access";
|
|
804
|
+
readonly permissionModeChangeUnavailableDuringTurn: "Permissions can’t be changed while a conversation is running";
|
|
804
805
|
readonly fullAccessWarning: {
|
|
805
806
|
readonly title: "Enable full access?";
|
|
806
807
|
readonly description: "Full access lets Codex act on your computer without asking for approval.";
|
|
@@ -3384,6 +3385,7 @@ declare const agentGuiI18nResources: {
|
|
|
3384
3385
|
readonly permissionModeReadOnly: "请求批准";
|
|
3385
3386
|
readonly permissionModeAuto: "替我审批";
|
|
3386
3387
|
readonly permissionModeFullAccess: "完全访问权限";
|
|
3388
|
+
readonly permissionModeChangeUnavailableDuringTurn: "无法在运行过程中切换权限";
|
|
3387
3389
|
readonly fullAccessWarning: {
|
|
3388
3390
|
readonly title: "确定启用完全访问权限吗?";
|
|
3389
3391
|
readonly description: "完全访问权限允许 Codex 无需你的批准即可操作这台电脑。";
|
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-DxypmD7b.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-DxypmD7b.js';
|
|
5
5
|
import { m as AgentHostInputApi } from './agentGuiNodeTypes-5TL1hyCN.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, p as AgentHostUserProject, r as AgentProbeProvider, s as AgentProbeSnapshot, t as AgentProviderProbeListInput, u as AgentProviderProbeListResult, x as AgentUsageQuota, y as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, z as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-5TL1hyCN.js';
|
|
7
7
|
export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
|
|
@@ -11,10 +11,10 @@ export { AgentGuiI18nProvider, agentGuiI18nModule, agentGuiI18nResources } from
|
|
|
11
11
|
export { agentGuiDockIconUrl, agentGuiDockIconUrls } from './dock-icons.js';
|
|
12
12
|
export { AgentActivityAdapter, AgentActivityMessage, AgentActivityNeedsAttentionItem, AgentActivitySnapshot, selectNeedsAttentionCount, selectNeedsAttentionItems } from '@tutti-os/agent-activity-core';
|
|
13
13
|
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AgentContextMentionProvider, AgentContextMentionProviderId } from './context-mention-provider.js';
|
|
14
|
+
export { ReferenceProvenanceCatalog as AgentGUIReferenceProvenanceFilterCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
14
15
|
export { preloadAgentMentionBrowse } from './mention-search.js';
|
|
15
16
|
import { PropsWithChildren, JSX } from 'react';
|
|
16
17
|
export { A as AgentPlanPromptAction, E as EngineStateStore, d as dispatchAgentPlanPromptAction, s as selectAgentPlanPromptTurn, u as useEngineSelector } from './agentPlanPromptDispatch-C7cCMjve.js';
|
|
17
|
-
export { ReferenceProvenanceCatalog as AgentGUIReferenceProvenanceFilterCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
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';
|
|
@@ -24,11 +24,11 @@ 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';
|
|
28
27
|
import '@tutti-os/workspace-user-project/i18n';
|
|
29
28
|
import '@tutti-os/workspace-user-project/ui';
|
|
30
29
|
import '@tutti-os/workspace-user-project/contracts';
|
|
31
30
|
import '@tutti-os/workspace-file-reference/react';
|
|
31
|
+
import '@tutti-os/ui-rich-text/service';
|
|
32
32
|
import '@tutti-os/ui-rich-text/types';
|
|
33
33
|
import '@tutti-os/workspace-external-core/contracts';
|
|
34
34
|
import '@tutti-os/ui-rich-text/at-panel';
|
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-GX5HPHPL.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-GCQYN7BR.js";
|
|
19
19
|
import "./chunk-TUWQV2MC.js";
|
|
20
20
|
import "./chunk-MHOYBRCY.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-PVTAFUDS.js";
|
|
22
22
|
import "./chunk-5HIF53K5.js";
|
|
23
23
|
import "./chunk-R2ZADXRB.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-2RSNLVOX.js";
|
|
25
|
+
import "./chunk-XNE2ROCP.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
27
|
import "./chunk-UP3ZDYTN.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-UARZZJJB.js";
|
|
29
29
|
import {
|
|
30
30
|
agentGUIAgentIsReady,
|
|
31
31
|
normalizeAgentGUIAgents,
|
|
@@ -41,11 +41,11 @@ import {
|
|
|
41
41
|
} from "./chunk-DXT4W2SU.js";
|
|
42
42
|
import {
|
|
43
43
|
preloadAgentMentionBrowse
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-J4TTEMRW.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-OBWM2RFE.js";
|
|
49
49
|
import "./chunk-5QPOMKMQ.js";
|
|
50
50
|
import {
|
|
51
51
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
@@ -53,13 +53,13 @@ import {
|
|
|
53
53
|
import {
|
|
54
54
|
dispatchAgentPlanPromptAction,
|
|
55
55
|
selectAgentPlanPromptTurn
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-PQJXWXTS.js";
|
|
57
57
|
import {
|
|
58
58
|
useEngineSelector
|
|
59
59
|
} from "./chunk-2RQM7PJN.js";
|
|
60
|
-
import "./chunk-
|
|
60
|
+
import "./chunk-YWHGCKMT.js";
|
|
61
61
|
import "./chunk-KPMQGPYU.js";
|
|
62
|
-
import "./chunk-
|
|
62
|
+
import "./chunk-QQRTUHCH.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-NE6H7S5Z.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-SZOTLVH6.js";
|
|
80
80
|
import "./chunk-PJP5BUU6.js";
|
|
81
81
|
import "./chunk-7KVZPJ3O.js";
|
|
82
|
-
import "./chunk-
|
|
82
|
+
import "./chunk-OQR3HXPF.js";
|
|
83
83
|
import "./chunk-MIJXEELH.js";
|
|
84
84
|
import {
|
|
85
85
|
getAgentCustomMentionKind,
|
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-J4TTEMRW.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-OBWM2RFE.js";
|
|
11
11
|
import "./chunk-5QPOMKMQ.js";
|
|
12
12
|
import "./chunk-RMQREVJY.js";
|
|
13
13
|
import "./chunk-YMXYBG7U.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-NE6H7S5Z.js";
|
|
15
15
|
import "./chunk-F5UR6EJG.js";
|
|
16
16
|
import "./chunk-EDNJMG5T.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-SZOTLVH6.js";
|
|
18
18
|
import "./chunk-PJP5BUU6.js";
|
|
19
19
|
import "./chunk-7KVZPJ3O.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-OQR3HXPF.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-GCQYN7BR.js";
|
|
18
18
|
import "../chunk-TUWQV2MC.js";
|
|
19
19
|
import "../chunk-MHOYBRCY.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-PVTAFUDS.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-OQR3HXPF.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-GCQYN7BR.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-PVTAFUDS.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-OQR3HXPF.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-PVTAFUDS.js";
|
|
5
|
+
import "../chunk-OQR3HXPF.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.130",
|
|
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.130",
|
|
136
|
+
"@tutti-os/ui-i18n-runtime": "0.0.130",
|
|
137
|
+
"@tutti-os/ui-react-hooks": "0.0.130",
|
|
138
|
+
"@tutti-os/ui-rich-text": "0.0.130",
|
|
139
|
+
"@tutti-os/ui-system": "0.0.130",
|
|
140
|
+
"@tutti-os/workbench-surface": "0.0.130",
|
|
141
|
+
"@tutti-os/workspace-external-core": "0.0.130",
|
|
142
|
+
"@tutti-os/workspace-file-manager": "0.0.130",
|
|
143
|
+
"@tutti-os/workspace-file-reference": "0.0.130",
|
|
144
|
+
"@tutti-os/workspace-issue-manager": "0.0.130",
|
|
145
|
+
"@tutti-os/workspace-user-project": "0.0.130",
|
|
146
146
|
"clsx": "^2.1.1",
|
|
147
147
|
"framer-motion": "^12.40.0",
|
|
148
148
|
"lodash": "^4.17.21",
|