@tutti-os/agent-gui 0.0.112 → 0.0.114
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-BP3qpvtu.d.ts → AgentGUI-D4jgPDg0.d.ts} +2 -2
- package/dist/{AgentRichTextReadonly-2XWSOTX4.js → AgentRichTextReadonly-KNPDB5ZJ.js} +5 -5
- package/dist/agent-conversation/index.d.ts +3 -3
- 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.d.ts +1 -1
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentConversationVM-D3Dn2LqN.d.ts → agentConversationVM-BD0-gg6C.d.ts} +1 -0
- package/dist/{agentGuiNodeTypes-diw3oP7y.d.ts → agentGuiNodeTypes-BebhwDeE.d.ts} +1 -1
- package/dist/app/renderer/agentactivity.css +1 -0
- package/dist/{chunk-FAJIWGIT.js → chunk-455YDWMS.js} +2 -2
- package/dist/{chunk-44HFASN6.js → chunk-BYE5CKEU.js} +3 -3
- package/dist/{chunk-7H4T7OZ4.js → chunk-CGPLB67C.js} +13 -13
- package/dist/chunk-CGPLB67C.js.map +1 -0
- package/dist/{chunk-FGWORVFI.js → chunk-CTSKSYMM.js} +2 -2
- package/dist/{chunk-P6SRATRQ.js → chunk-CY45OZEY.js} +2 -2
- package/dist/{chunk-3IYKN4ZT.js → chunk-DIFAX3KB.js} +4 -4
- package/dist/{chunk-VVDJHPV4.js → chunk-EM4RD5FQ.js} +687 -276
- package/dist/chunk-EM4RD5FQ.js.map +1 -0
- package/dist/{chunk-UKCQMTN3.js → chunk-FBPZXKQC.js} +2 -2
- package/dist/{chunk-C6DI6AJZ.js → chunk-HFU3FYXP.js} +4 -4
- package/dist/{chunk-JGPI7CC6.js → chunk-RATBQN2V.js} +2 -2
- package/dist/{chunk-VMZJPA5L.js → chunk-SFYWL6FT.js} +2 -2
- package/dist/{chunk-CZIOYBMC.js → chunk-W4KHK5HK.js} +17 -1
- package/dist/chunk-W4KHK5HK.js.map +1 -0
- package/dist/{chunk-5L5LHAJ3.js → chunk-WA5LSG5S.js} +4 -4
- package/dist/{chunk-RMTPZVKO.js → chunk-YKQAOIF2.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +16 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +5 -5
- 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-7H4T7OZ4.js.map +0 -1
- package/dist/chunk-CZIOYBMC.js.map +0 -1
- package/dist/chunk-VVDJHPV4.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-2XWSOTX4.js.map → AgentRichTextReadonly-KNPDB5ZJ.js.map} +0 -0
- /package/dist/{chunk-FAJIWGIT.js.map → chunk-455YDWMS.js.map} +0 -0
- /package/dist/{chunk-44HFASN6.js.map → chunk-BYE5CKEU.js.map} +0 -0
- /package/dist/{chunk-FGWORVFI.js.map → chunk-CTSKSYMM.js.map} +0 -0
- /package/dist/{chunk-P6SRATRQ.js.map → chunk-CY45OZEY.js.map} +0 -0
- /package/dist/{chunk-3IYKN4ZT.js.map → chunk-DIFAX3KB.js.map} +0 -0
- /package/dist/{chunk-UKCQMTN3.js.map → chunk-FBPZXKQC.js.map} +0 -0
- /package/dist/{chunk-C6DI6AJZ.js.map → chunk-HFU3FYXP.js.map} +0 -0
- /package/dist/{chunk-JGPI7CC6.js.map → chunk-RATBQN2V.js.map} +0 -0
- /package/dist/{chunk-VMZJPA5L.js.map → chunk-SFYWL6FT.js.map} +0 -0
- /package/dist/{chunk-5L5LHAJ3.js.map → chunk-WA5LSG5S.js.map} +0 -0
- /package/dist/{chunk-RMTPZVKO.js.map → chunk-YKQAOIF2.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-XJ34OIEQ.js";
|
|
8
8
|
import {
|
|
9
9
|
normalizeAgentSessionMentionTitle
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-SFYWL6FT.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveAgentMentionFileThumbnailUrl
|
|
13
13
|
} from "./chunk-LUGELG5V.js";
|
|
@@ -20,14 +20,14 @@ import {
|
|
|
20
20
|
import {
|
|
21
21
|
getOptionalAgentHostApi,
|
|
22
22
|
workspaceAgentProviderLabel
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-RATBQN2V.js";
|
|
24
24
|
import {
|
|
25
25
|
normalizeAgentTitleText
|
|
26
26
|
} from "./chunk-MIJXEELH.js";
|
|
27
27
|
import {
|
|
28
28
|
translate,
|
|
29
29
|
translateInUiLanguage
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-CTSKSYMM.js";
|
|
31
31
|
|
|
32
32
|
// agent-gui/agentGuiNode/AgentMentionLabels.ts
|
|
33
33
|
function agentMentionGroupLabel(groupId) {
|
|
@@ -2910,4 +2910,4 @@ export {
|
|
|
2910
2910
|
AgentMentionSearchController,
|
|
2911
2911
|
preloadAgentMentionBrowse
|
|
2912
2912
|
};
|
|
2913
|
-
//# sourceMappingURL=chunk-
|
|
2913
|
+
//# sourceMappingURL=chunk-WA5LSG5S.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getOptionalAgentHostApi,
|
|
8
8
|
useOptionalAgentHostApi
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RATBQN2V.js";
|
|
10
10
|
import {
|
|
11
11
|
managedAgentRoundedIconUrl
|
|
12
12
|
} from "./chunk-W6TO6K2X.js";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
translate,
|
|
18
18
|
useTranslation
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-CTSKSYMM.js";
|
|
20
20
|
import {
|
|
21
21
|
getAgentCustomMentionKind
|
|
22
22
|
} from "./chunk-D2JUDUYY.js";
|
|
@@ -3626,4 +3626,4 @@ export {
|
|
|
3626
3626
|
AgentMessageMarkdown,
|
|
3627
3627
|
CustomScrollArea
|
|
3628
3628
|
};
|
|
3629
|
-
//# sourceMappingURL=chunk-
|
|
3629
|
+
//# sourceMappingURL=chunk-YKQAOIF2.js.map
|
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-DIFAX3KB.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-WA5LSG5S.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-SFYWL6FT.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-FBPZXKQC.js";
|
|
19
19
|
import "../chunk-YMXYBG7U.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-RATBQN2V.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-CTSKSYMM.js";
|
|
27
|
+
import "../chunk-W4KHK5HK.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
|
@@ -683,6 +683,14 @@ declare const agentGuiI18nResources: {
|
|
|
683
683
|
readonly goalClearAction: "Delete goal";
|
|
684
684
|
readonly goalRemoved: "Goal removed";
|
|
685
685
|
readonly processing: "Planning next moves";
|
|
686
|
+
readonly turnProcessedSeconds: "Processed for {{seconds}}s";
|
|
687
|
+
readonly turnProcessedMinutes: "Processed for {{minutes}}m";
|
|
688
|
+
readonly turnProcessedMinutesSeconds: "Processed for {{minutes}}m {{seconds}}s";
|
|
689
|
+
readonly turnTotalSeconds: "Total {{seconds}}s";
|
|
690
|
+
readonly turnTotalMinutes: "Total {{minutes}}m";
|
|
691
|
+
readonly turnTotalMinutesSeconds: "Total {{minutes}}m {{seconds}}s";
|
|
692
|
+
readonly expandTurnWork: "Expand task details";
|
|
693
|
+
readonly collapseTurnWork: "Collapse task details";
|
|
686
694
|
readonly agentTargetRequired: "Select an available agent target before starting a session.";
|
|
687
695
|
readonly sessionActivationFailed: "The agent session could not be started.";
|
|
688
696
|
readonly promptImagesUnsupported: "This agent does not support image input with the current model.";
|
|
@@ -3205,6 +3213,14 @@ declare const agentGuiI18nResources: {
|
|
|
3205
3213
|
readonly goalClearAction: "删除目标";
|
|
3206
3214
|
readonly goalRemoved: "目标已移除";
|
|
3207
3215
|
readonly processing: "正在规划下一步";
|
|
3216
|
+
readonly turnProcessedSeconds: "已处理 {{seconds}} 秒";
|
|
3217
|
+
readonly turnProcessedMinutes: "已处理 {{minutes}} 分钟";
|
|
3218
|
+
readonly turnProcessedMinutesSeconds: "已处理 {{minutes}} 分 {{seconds}} 秒";
|
|
3219
|
+
readonly turnTotalSeconds: "总用时 {{seconds}} 秒";
|
|
3220
|
+
readonly turnTotalMinutes: "总用时 {{minutes}} 分钟";
|
|
3221
|
+
readonly turnTotalMinutesSeconds: "总用时 {{minutes}} 分 {{seconds}} 秒";
|
|
3222
|
+
readonly expandTurnWork: "展开任务详情";
|
|
3223
|
+
readonly collapseTurnWork: "收起任务详情";
|
|
3208
3224
|
readonly agentTargetRequired: "请先选择可用的 Agent 目标。";
|
|
3209
3225
|
readonly sessionActivationFailed: "Agent 会话启动失败。";
|
|
3210
3226
|
readonly promptImagesUnsupported: "当前模型不支持图片输入。";
|
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-D4jgPDg0.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-D4jgPDg0.js';
|
|
5
|
+
import { i as AgentHostInputApi } from './agentGuiNodeTypes-BebhwDeE.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-BebhwDeE.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';
|
|
@@ -21,7 +21,7 @@ import './workspace-query-cache.js';
|
|
|
21
21
|
import './agentFileMentionContracts-DY4Z70CN.js';
|
|
22
22
|
import '@tutti-os/workspace-file-manager/services';
|
|
23
23
|
import '@tutti-os/workspace-file-reference/core';
|
|
24
|
-
import './agentConversationVM-
|
|
24
|
+
import './agentConversationVM-BD0-gg6C.js';
|
|
25
25
|
import '@tutti-os/workspace-issue-manager/core';
|
|
26
26
|
import './workspaceAgentActivityListTypes-DZfS_HgG.js';
|
|
27
27
|
import '@tutti-os/workspace-user-project/i18n';
|
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-CGPLB67C.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-BYE5CKEU.js";
|
|
19
19
|
import "./chunk-AY5AFMT2.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-CY45OZEY.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-EM4RD5FQ.js";
|
|
25
|
+
import "./chunk-455YDWMS.js";
|
|
26
26
|
import "./chunk-VMQNG2KI.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-DIFAX3KB.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-WA5LSG5S.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-SFYWL6FT.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-HFU3FYXP.js";
|
|
56
56
|
import {
|
|
57
57
|
useEngineSelector
|
|
58
58
|
} from "./chunk-2RQM7PJN.js";
|
|
59
|
-
import "./chunk-
|
|
59
|
+
import "./chunk-YKQAOIF2.js";
|
|
60
60
|
import "./chunk-KPMQGPYU.js";
|
|
61
|
-
import "./chunk-
|
|
61
|
+
import "./chunk-FBPZXKQC.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-RATBQN2V.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-CTSKSYMM.js";
|
|
82
|
+
import "./chunk-W4KHK5HK.js";
|
|
83
83
|
import {
|
|
84
84
|
getAgentCustomMentionKind,
|
|
85
85
|
registerAgentCustomMentionKind,
|
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-WA5LSG5S.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-SFYWL6FT.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-RATBQN2V.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-CTSKSYMM.js";
|
|
21
|
+
import "./chunk-W4KHK5HK.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-BYE5CKEU.js";
|
|
18
18
|
import "../chunk-AY5AFMT2.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-CY45OZEY.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-W4KHK5HK.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-BYE5CKEU.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-CY45OZEY.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-W4KHK5HK.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-CY45OZEY.js";
|
|
5
5
|
import "../chunk-MIJXEELH.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-W4KHK5HK.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.114",
|
|
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.114",
|
|
132
|
+
"@tutti-os/ui-i18n-runtime": "0.0.114",
|
|
133
|
+
"@tutti-os/ui-react-hooks": "0.0.114",
|
|
134
|
+
"@tutti-os/ui-rich-text": "0.0.114",
|
|
135
|
+
"@tutti-os/ui-system": "0.0.114",
|
|
136
|
+
"@tutti-os/workbench-surface": "0.0.114",
|
|
137
|
+
"@tutti-os/workspace-external-core": "0.0.114",
|
|
138
|
+
"@tutti-os/workspace-file-manager": "0.0.114",
|
|
139
|
+
"@tutti-os/workspace-file-reference": "0.0.114",
|
|
140
|
+
"@tutti-os/workspace-issue-manager": "0.0.114",
|
|
141
|
+
"@tutti-os/workspace-user-project": "0.0.114",
|
|
142
142
|
"clsx": "^2.1.1",
|
|
143
143
|
"framer-motion": "^12.40.0",
|
|
144
144
|
"lodash": "^4.17.21",
|