@tutti-os/agent-gui 0.0.119 → 0.0.121

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.
Files changed (60) hide show
  1. package/README.md +11 -1
  2. package/dist/{AgentGUI-CYveF1B2.d.ts → AgentGUI-D-Ktaq3h.d.ts} +4 -2
  3. package/dist/{AgentRichTextReadonly-AY36C7TV.js → AgentRichTextReadonly-P5WHSY4B.js} +5 -5
  4. package/dist/agent-conversation/index.d.ts +2 -2
  5. package/dist/agent-conversation/index.js +7 -7
  6. package/dist/agent-gui.d.ts +3 -3
  7. package/dist/agent-gui.js +15 -15
  8. package/dist/agent-message-center/index.js +6 -6
  9. package/dist/{agentGuiNodeTypes-D3rwGeMS.d.ts → agentGuiNodeTypes-DedIWrEI.d.ts} +1 -1
  10. package/dist/agents.d.ts +1 -1
  11. package/dist/agents.js +1 -1
  12. package/dist/{chunk-T3UX55MU.js → chunk-53PHARWE.js} +4 -4
  13. package/dist/{chunk-VLPWO73G.js → chunk-AAWKGMN6.js} +2 -2
  14. package/dist/{chunk-EPNL55ZQ.js → chunk-FLI7ZUPB.js} +2 -2
  15. package/dist/{chunk-NNIXG27Q.js → chunk-HUTNLVPK.js} +4 -4
  16. package/dist/{chunk-HSKELKXR.js → chunk-IFAS3RD4.js} +5 -5
  17. package/dist/{chunk-EVB5GEYF.js → chunk-K2FNTLHK.js} +4 -4
  18. package/dist/{chunk-DVXXZWYX.js → chunk-KACVD2GZ.js} +5 -1
  19. package/dist/chunk-KACVD2GZ.js.map +1 -0
  20. package/dist/{chunk-GJJGS2IX.js → chunk-KHQEUEIJ.js} +3 -3
  21. package/dist/{chunk-II3W3UEJ.js → chunk-LGLNCL6D.js} +4 -4
  22. package/dist/{chunk-2BVN2IMI.js → chunk-OKGXHKJ2.js} +2 -2
  23. package/dist/{chunk-AMO3EB7V.js → chunk-RN7DI3Y2.js} +2 -3
  24. package/dist/{chunk-UV3UQAS2.js → chunk-T2NICA5D.js} +3 -1
  25. package/dist/chunk-T2NICA5D.js.map +1 -0
  26. package/dist/{chunk-WZ4UX6OO.js → chunk-UXHMICBV.js} +79 -55
  27. package/dist/chunk-UXHMICBV.js.map +1 -0
  28. package/dist/{chunk-DXXKHL4G.js → chunk-XXACYFIR.js} +2 -2
  29. package/dist/{chunk-5G3OFCWH.js → chunk-ZCNZ53CF.js} +2 -2
  30. package/dist/context-mention-palette/index.js +7 -7
  31. package/dist/{contribution-BlemXneM.d.ts → contribution-yc4CGJmy.d.ts} +1 -1
  32. package/dist/i18n/index.d.ts +4 -0
  33. package/dist/i18n/index.js +2 -2
  34. package/dist/index.d.ts +6 -6
  35. package/dist/index.js +15 -15
  36. package/dist/index.js.map +1 -1
  37. package/dist/mention-search.js +5 -5
  38. package/dist/{types-COIp0SYP.d.ts → types-BicfRVrV.d.ts} +5 -1
  39. package/dist/workbench/contribution.d.ts +2 -2
  40. package/dist/workbench/contribution.js +4 -4
  41. package/dist/workbench/index.d.ts +2 -2
  42. package/dist/workbench/index.js +4 -4
  43. package/dist/workbench/sessionTitle.js +2 -2
  44. package/package.json +14 -14
  45. package/dist/chunk-DVXXZWYX.js.map +0 -1
  46. package/dist/chunk-UV3UQAS2.js.map +0 -1
  47. package/dist/chunk-WZ4UX6OO.js.map +0 -1
  48. /package/dist/{AgentRichTextReadonly-AY36C7TV.js.map → AgentRichTextReadonly-P5WHSY4B.js.map} +0 -0
  49. /package/dist/{chunk-T3UX55MU.js.map → chunk-53PHARWE.js.map} +0 -0
  50. /package/dist/{chunk-VLPWO73G.js.map → chunk-AAWKGMN6.js.map} +0 -0
  51. /package/dist/{chunk-EPNL55ZQ.js.map → chunk-FLI7ZUPB.js.map} +0 -0
  52. /package/dist/{chunk-NNIXG27Q.js.map → chunk-HUTNLVPK.js.map} +0 -0
  53. /package/dist/{chunk-HSKELKXR.js.map → chunk-IFAS3RD4.js.map} +0 -0
  54. /package/dist/{chunk-EVB5GEYF.js.map → chunk-K2FNTLHK.js.map} +0 -0
  55. /package/dist/{chunk-GJJGS2IX.js.map → chunk-KHQEUEIJ.js.map} +0 -0
  56. /package/dist/{chunk-II3W3UEJ.js.map → chunk-LGLNCL6D.js.map} +0 -0
  57. /package/dist/{chunk-2BVN2IMI.js.map → chunk-OKGXHKJ2.js.map} +0 -0
  58. /package/dist/{chunk-AMO3EB7V.js.map → chunk-RN7DI3Y2.js.map} +0 -0
  59. /package/dist/{chunk-DXXKHL4G.js.map → chunk-XXACYFIR.js.map} +0 -0
  60. /package/dist/{chunk-5G3OFCWH.js.map → chunk-ZCNZ53CF.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
6
6
  setCurrentAgentGuiI18nRuntime,
7
7
  translate,
8
8
  translateInUiLanguage
9
- } from "./chunk-DVXXZWYX.js";
9
+ } from "./chunk-KACVD2GZ.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-5G3OFCWH.js.map
71
+ //# sourceMappingURL=chunk-ZCNZ53CF.js.map
@@ -3,27 +3,27 @@ import {
3
3
  AgentFileMentionPalette,
4
4
  flattenAgentMentionPaletteEntries,
5
5
  groupStartKeys
6
- } from "../chunk-II3W3UEJ.js";
6
+ } from "../chunk-LGLNCL6D.js";
7
7
  import {
8
8
  AgentMentionSearchController
9
- } from "../chunk-T3UX55MU.js";
9
+ } from "../chunk-53PHARWE.js";
10
10
  import "../chunk-USIFGHT3.js";
11
11
  import "../chunk-XJ34OIEQ.js";
12
12
  import "../chunk-R7AXDQCA.js";
13
- import "../chunk-EPNL55ZQ.js";
13
+ import "../chunk-FLI7ZUPB.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-DXXKHL4G.js";
18
+ import "../chunk-XXACYFIR.js";
19
19
  import "../chunk-YMXYBG7U.js";
20
- import "../chunk-2BVN2IMI.js";
20
+ import "../chunk-OKGXHKJ2.js";
21
21
  import "../chunk-F5UR6EJG.js";
22
22
  import "../chunk-W6TO6K2X.js";
23
- import "../chunk-5G3OFCWH.js";
23
+ import "../chunk-ZCNZ53CF.js";
24
24
  import "../chunk-PJP5BUU6.js";
25
25
  import "../chunk-7KVZPJ3O.js";
26
- import "../chunk-DVXXZWYX.js";
26
+ import "../chunk-KACVD2GZ.js";
27
27
  import "../chunk-MIJXEELH.js";
28
28
  import "../chunk-D2JUDUYY.js";
29
29
  import "../chunk-6CUELYIF.js";
@@ -1,7 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { AgentSessionEngineState, AgentSessionEngine } from '@tutti-os/agent-activity-core';
3
3
  import { WorkbenchFrame, WorkbenchHostDockEntry, WorkbenchHostLaunchRequest, WorkbenchHostNodeBodyContext, WorkbenchContribution } from '@tutti-os/workbench-surface';
4
- import { A as AgentGUIAgent, d as AgentGUIAgentDirectoryPort } from './types-COIp0SYP.js';
4
+ import { A as AgentGUIAgent, d as AgentGUIAgentDirectoryPort } from './types-BicfRVrV.js';
5
5
  import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchState } from './workbench/types.js';
6
6
 
7
7
  interface AgentGuiWorkbenchConversationIdentity {
@@ -595,6 +595,8 @@ declare const agentGuiI18nResources: {
595
595
  readonly handoffConversation: "Handoff";
596
596
  readonly handoffConversationTooltip: "Hand off to another agent";
597
597
  readonly handoffConversationMenu: "Choose an agent for handoff";
598
+ readonly handoffTargetSelf: "My Agent";
599
+ readonly handoffTargetShared: "Shared Agent";
598
600
  readonly startConversation: "Start session";
599
601
  readonly selectConversation: "Select a session";
600
602
  readonly loadingConversations: "Loading sessions...";
@@ -3172,6 +3174,8 @@ declare const agentGuiI18nResources: {
3172
3174
  readonly handoffConversation: "Handoff";
3173
3175
  readonly handoffConversationTooltip: "交接给其他 Agent";
3174
3176
  readonly handoffConversationMenu: "选择要交接的 Agent";
3177
+ readonly handoffTargetSelf: "我的 Agent";
3178
+ readonly handoffTargetShared: "共享 Agent";
3175
3179
  readonly startConversation: "开始会话";
3176
3180
  readonly selectConversation: "选择一个会话";
3177
3181
  readonly loadingConversations: "正在加载会话...";
@@ -6,8 +6,8 @@ import {
6
6
  translate,
7
7
  translateInUiLanguage,
8
8
  useTranslation
9
- } from "../chunk-5G3OFCWH.js";
10
- import "../chunk-DVXXZWYX.js";
9
+ } from "../chunk-ZCNZ53CF.js";
10
+ import "../chunk-KACVD2GZ.js";
11
11
  export {
12
12
  AgentGuiI18nProvider,
13
13
  agentGuiI18nModule,
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
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-CYveF1B2.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-CYveF1B2.js';
5
- import { m as AgentHostInputApi } from './agentGuiNodeTypes-D3rwGeMS.js';
6
- export { a as AgentComposerDraftFile, g as AgentHostAgentTargetAuthenticatedAccount, h as AgentHostAgentTargetSetupSnapshot, i as AgentHostAgentTargetSetupState, j as AgentHostAgentTargetSetupWatch, k as AgentHostApi, l as AgentHostApplyWorkspaceGitPatchInput, n as AgentHostRuntimeApi, o as AgentHostSelectFilesInput, q as AgentProbeProvider, r as AgentProbeSnapshot, s as AgentProviderProbeListInput, t as AgentProviderProbeListResult, w as AgentUsageQuota, x as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, y as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-D3rwGeMS.js';
3
+ import { A as AgentActivityRuntime } from './AgentGUI-D-Ktaq3h.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-D-Ktaq3h.js';
5
+ import { m as AgentHostInputApi } from './agentGuiNodeTypes-DedIWrEI.js';
6
+ export { a as AgentComposerDraftFile, g as AgentHostAgentTargetAuthenticatedAccount, h as AgentHostAgentTargetSetupSnapshot, i as AgentHostAgentTargetSetupState, j as AgentHostAgentTargetSetupWatch, k as AgentHostApi, l as AgentHostApplyWorkspaceGitPatchInput, n as AgentHostRuntimeApi, o as AgentHostSelectFilesInput, q as AgentProbeProvider, r as AgentProbeSnapshot, s as AgentProviderProbeListInput, t as AgentProviderProbeListResult, w as AgentUsageQuota, x as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, y as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-DedIWrEI.js';
7
7
  export { agentGUIAgentIsReady, normalizeAgentGUIAgents, resolveAgentGUISelectedDirectoryAgent } from './agents.js';
8
- import { n as AgentGUIProvider, h as AgentGUIAgentTarget, i as AgentGUIAgentTargetBadge } from './types-COIp0SYP.js';
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-COIp0SYP.js';
8
+ import { o as AgentGUIProvider, i as AgentGUIAgentTarget, j as AgentGUIAgentTargetBadge } from './types-BicfRVrV.js';
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, h as AgentGUIAgentOwnership, k as AgentGUIAgentTargetRef, l as AgentGUIAllAgentsPresentation, m as AgentGUIHomeSuggestionId, p as AgentGUIProviderRailAllPresentation, q as AgentGUIProviderRailMode, r as AgentGUIProviderReadinessGate, s as AgentGUIProviderReadinessGateAction, t as AgentGUIProviderReadinessGateStatus } from './types-BicfRVrV.js';
10
10
  export { AgentGuiI18nProvider, agentGuiI18nModule, agentGuiI18nResources } from './i18n/index.js';
11
11
  export { agentGuiDockIconUrl, agentGuiDockIconUrls } from './dock-icons.js';
12
12
  export { AgentActivityAdapter, AgentActivityMessage, AgentActivityNeedsAttentionItem, AgentActivitySnapshot, selectNeedsAttentionCount, selectNeedsAttentionItems } from '@tutti-os/agent-activity-core';
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  localAgentGUIAgentTargetId,
8
8
  normalizeAgentGUIAgentTargets,
9
9
  resolveAgentGUIAgentTarget
10
- } from "./chunk-WZ4UX6OO.js";
10
+ } from "./chunk-UXHMICBV.js";
11
11
  import "./chunk-A4WCTHWS.js";
12
12
  import {
13
13
  AGENT_GUI_DETAIL_MIN_WIDTH_PX,
@@ -15,22 +15,22 @@ import {
15
15
  AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
16
16
  resolveAgentGUIExpandedWindowFrame,
17
17
  shouldAutoCollapseAgentGUIConversationRail
18
- } from "./chunk-NNIXG27Q.js";
18
+ } from "./chunk-HUTNLVPK.js";
19
19
  import "./chunk-TUWQV2MC.js";
20
20
  import "./chunk-MHOYBRCY.js";
21
- import "./chunk-AMO3EB7V.js";
21
+ import "./chunk-RN7DI3Y2.js";
22
22
  import "./chunk-5HIF53K5.js";
23
23
  import "./chunk-R2ZADXRB.js";
24
- import "./chunk-HSKELKXR.js";
25
- import "./chunk-VLPWO73G.js";
24
+ import "./chunk-IFAS3RD4.js";
25
+ import "./chunk-AAWKGMN6.js";
26
26
  import "./chunk-VMQNG2KI.js";
27
27
  import "./chunk-UP3ZDYTN.js";
28
- import "./chunk-II3W3UEJ.js";
28
+ import "./chunk-LGLNCL6D.js";
29
29
  import {
30
30
  agentGUIAgentIsReady,
31
31
  normalizeAgentGUIAgents,
32
32
  resolveAgentGUISelectedDirectoryAgent
33
- } from "./chunk-UV3UQAS2.js";
33
+ } from "./chunk-T2NICA5D.js";
34
34
  import {
35
35
  AGENT_PASTED_TEXT_BLOCK_KIND,
36
36
  AGENT_PASTED_TEXT_MENTION_KIND
@@ -41,11 +41,11 @@ import {
41
41
  } from "./chunk-L2GENUG3.js";
42
42
  import {
43
43
  preloadAgentMentionBrowse
44
- } from "./chunk-T3UX55MU.js";
44
+ } from "./chunk-53PHARWE.js";
45
45
  import "./chunk-USIFGHT3.js";
46
46
  import "./chunk-XJ34OIEQ.js";
47
47
  import "./chunk-R7AXDQCA.js";
48
- import "./chunk-EPNL55ZQ.js";
48
+ import "./chunk-FLI7ZUPB.js";
49
49
  import "./chunk-LUGELG5V.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-EVB5GEYF.js";
56
+ } from "./chunk-K2FNTLHK.js";
57
57
  import {
58
58
  useEngineSelector
59
59
  } from "./chunk-2RQM7PJN.js";
60
- import "./chunk-GJJGS2IX.js";
60
+ import "./chunk-KHQEUEIJ.js";
61
61
  import "./chunk-KPMQGPYU.js";
62
- import "./chunk-DXXKHL4G.js";
62
+ import "./chunk-XXACYFIR.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-2BVN2IMI.js";
72
+ } from "./chunk-OKGXHKJ2.js";
73
73
  import "./chunk-F5UR6EJG.js";
74
74
  import "./chunk-W6TO6K2X.js";
75
75
  import {
76
76
  AgentGuiI18nProvider,
77
77
  agentGuiI18nModule,
78
78
  agentGuiI18nResources
79
- } from "./chunk-5G3OFCWH.js";
79
+ } from "./chunk-ZCNZ53CF.js";
80
80
  import "./chunk-PJP5BUU6.js";
81
81
  import "./chunk-7KVZPJ3O.js";
82
- import "./chunk-DVXXZWYX.js";
82
+ import "./chunk-KACVD2GZ.js";
83
83
  import "./chunk-MIJXEELH.js";
84
84
  import {
85
85
  getAgentCustomMentionKind,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../index.ts"],"sourcesContent":["export {\n getAgentCustomMentionKind,\n registerAgentCustomMentionKind,\n resetAgentCustomMentionKindsForTests,\n type AgentCustomMentionChipContext,\n type AgentCustomMentionIdentity,\n type AgentCustomMentionKindDefinition,\n type AgentCustomMentionPresentation\n} from \"./shared/agentCustomMentionKinds\";\nexport {\n AGENT_PASTED_TEXT_BLOCK_KIND,\n AGENT_PASTED_TEXT_MENTION_KIND\n} from \"./shared/pastedTextKinds\";\nexport { AgentGUI } from \"./AgentGUI\";\nexport type {\n AgentGUIProps,\n AgentGUIReferenceProvenanceFilterCatalog\n} from \"./AgentGUI\";\nexport type { AgentGUIComposerAppendRequest } from \"./agent-gui/agentGuiNode/controller/useAgentGUIComposerAppendRequest\";\nexport type { AgentComposerDraftFile } from \"./agent-gui/agentGuiNode/model/agentGuiNodeTypes\";\nexport type { AgentGUIAccountMenuState } from \"./agent-gui/agentGuiNode/accountMenuState\";\nexport type {\n AgentGUIComposerContentType,\n AgentGUIComposerFocusMethod,\n AgentGUIEngagementContext,\n AgentGUIEngagementEvent,\n AgentGUIEngagementEventSink\n} from \"./agent-gui/agentGuiNode/engagement/agentGUIEngagement.types\";\nexport {\n agentGUIAgentIsReady,\n normalizeAgentGUIAgents,\n resolveAgentGUISelectedDirectoryAgent\n} from \"./agents\";\nexport {\n agentGUIDefaultTargetProviders,\n createLocalAgentGUIAgentTarget,\n createLocalAgentGUIAgentTargets,\n createSharedAgentGUIAgentTarget,\n localAgentGUIAgentTargetId,\n normalizeAgentGUIAgentTargets,\n resolveAgentGUIAgentTarget\n} from \"./agentTargets\";\nexport type {\n AgentGUIAgent,\n AgentGUIAgentDirectoryPort,\n AgentGUIAgentDirectorySnapshot,\n AgentGUIAgentDirectoryStatus,\n AgentGUIAgentAvailability,\n AgentGUIAgentAvailabilityAction,\n AgentGUIAgentAvailabilityStatus,\n AgentGUIAgentOwner,\n AgentGUIHomeSuggestionId,\n AgentGUIAllAgentsPresentation,\n AgentGUIProvider,\n AgentGUIProviderRailAllPresentation,\n AgentGUIProviderRailMode,\n AgentGUIProviderReadinessGate,\n AgentGUIProviderReadinessGateAction,\n AgentGUIProviderReadinessGateStatus,\n AgentGUIAgentTarget,\n AgentGUIAgentTargetBadge,\n AgentGUIAgentTargetRef\n} from \"./types\";\nexport {\n AgentGuiI18nProvider,\n agentGuiI18nModule,\n agentGuiI18nResources\n} from \"./i18n/index\";\nexport type { AgentGuiI18nLocale } from \"./i18n/index\";\nexport { agentGuiDockIconUrl, agentGuiDockIconUrls } from \"./dockIcons\";\nexport {\n AGENT_GUI_DETAIL_MIN_WIDTH_PX,\n AGENT_GUI_EXPANDED_TARGET_WIDTH_PX,\n AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,\n resolveAgentGUIExpandedWindowFrame,\n shouldAutoCollapseAgentGUIConversationRail\n} from \"./agent-gui/agentGuiNode/model/agentGuiRailLayout\";\nexport type {\n AgentGUIAgentsEmptyRenderer,\n AgentGUIProviderUnavailableStateContext,\n AgentGUIProviderUnavailableStateRenderer,\n AgentGUISidebarFooterContext,\n AgentGUISidebarFooterRenderer\n} from \"./agent-gui/agentGuiNode/AgentGUINodeView\";\nexport {\n AGENT_CONTEXT_MENTION_PROVIDER_IDS,\n type AgentContextMentionProviderId,\n type AgentContextMentionProvider\n} from \"./agent-gui/agentGuiNode/agentContextMentionProvider\";\nexport { preloadAgentMentionBrowse } from \"./agent-gui/agentGuiNode/AgentMentionSearchController\";\nexport { AgentActivityHostProvider } from \"./agentActivityHost\";\nexport type { AgentActivityHostProviderProps } from \"./agentActivityHost\";\nexport { useEngineSelector } from \"./shared/engine/useEngineSelector\";\nexport type { EngineStateStore } from \"./shared/engine/useEngineSelector\";\nexport {\n dispatchAgentPlanPromptAction,\n selectAgentPlanPromptTurn\n} from \"./shared/agentConversation/agentPlanPromptDispatch\";\nexport type { AgentPlanPromptAction } from \"./shared/agentConversation/agentPlanPromptDispatch\";\nexport {\n AgentActivityRuntimeProvider,\n resetAgentActivityRuntimeForTests,\n setAgentActivityRuntimeForTests,\n useAgentActivitySnapshot,\n useAgentActivityRuntime,\n useOptionalAgentActivityRuntime\n} from \"./agentActivityRuntime\";\nexport type {\n AgentActivityRuntime,\n AgentActivityRuntimeListSessionMessagesInput,\n AgentActivityRuntimeProviderProps,\n AgentActivityRuntimePromptContentBlock,\n AgentActivityRuntimeDeleteSessionsBatchInput,\n AgentActivityRuntimeDeleteSessionsBatchResult,\n AgentActivityRuntimeSessionSectionDeletionCandidates,\n AgentActivityRuntimeSessionSectionScopeInput,\n AgentActivityRuntimeSetSessionPinnedInput,\n AgentActivityRuntimeUploadPromptContentInput,\n AgentActivityRuntimeUploadPromptContentResult,\n AgentActivityRuntimeUpdateSessionSettingsInput,\n AgentActivityRuntimeUpdateSessionSettingsResult\n} from \"./agentActivityRuntime\";\nexport type {\n AgentHostApi,\n AgentHostAgentTargetAuthenticatedAccount,\n AgentHostAgentTargetSetupSnapshot,\n AgentHostAgentTargetSetupState,\n AgentHostAgentTargetSetupWatch,\n AgentHostApplyWorkspaceGitPatchInput,\n AgentHostInputApi,\n AgentHostSelectFilesInput,\n AgentHostRuntimeApi,\n AgentProviderProbeListInput,\n AgentProviderProbeListResult\n} from \"./host/agentHostApi\";\nexport type {\n AgentProbeProvider,\n AgentProbeSnapshot,\n PersistWriteResult,\n ReadWorkspaceAgentReadStateInput,\n AgentUsageQuota,\n AgentUsageSnapshot,\n WorkspaceAgentReadStateSnapshot,\n WriteWorkspaceAgentReadStateInput\n} from \"./shared/contracts/dto\";\nexport {\n selectNeedsAttentionCount,\n selectNeedsAttentionItems\n} from \"@tutti-os/agent-activity-core\";\nexport type {\n AgentActivityAdapter,\n AgentActivityMessage,\n AgentActivityNeedsAttentionItem,\n AgentActivitySnapshot\n} from \"@tutti-os/agent-activity-core\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiJA;AAAA,EACE;AAAA,EACA;AAAA,OACK;","names":[]}
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["export {\n getAgentCustomMentionKind,\n registerAgentCustomMentionKind,\n resetAgentCustomMentionKindsForTests,\n type AgentCustomMentionChipContext,\n type AgentCustomMentionIdentity,\n type AgentCustomMentionKindDefinition,\n type AgentCustomMentionPresentation\n} from \"./shared/agentCustomMentionKinds\";\nexport {\n AGENT_PASTED_TEXT_BLOCK_KIND,\n AGENT_PASTED_TEXT_MENTION_KIND\n} from \"./shared/pastedTextKinds\";\nexport { AgentGUI } from \"./AgentGUI\";\nexport type {\n AgentGUIProps,\n AgentGUIReferenceProvenanceFilterCatalog\n} from \"./AgentGUI\";\nexport type { AgentGUIComposerAppendRequest } from \"./agent-gui/agentGuiNode/controller/useAgentGUIComposerAppendRequest\";\nexport type { AgentComposerDraftFile } from \"./agent-gui/agentGuiNode/model/agentGuiNodeTypes\";\nexport type { AgentGUIAccountMenuState } from \"./agent-gui/agentGuiNode/accountMenuState\";\nexport type {\n AgentGUIComposerContentType,\n AgentGUIComposerFocusMethod,\n AgentGUIEngagementContext,\n AgentGUIEngagementEvent,\n AgentGUIEngagementEventSink\n} from \"./agent-gui/agentGuiNode/engagement/agentGUIEngagement.types\";\nexport {\n agentGUIAgentIsReady,\n normalizeAgentGUIAgents,\n resolveAgentGUISelectedDirectoryAgent\n} from \"./agents\";\nexport {\n agentGUIDefaultTargetProviders,\n createLocalAgentGUIAgentTarget,\n createLocalAgentGUIAgentTargets,\n createSharedAgentGUIAgentTarget,\n localAgentGUIAgentTargetId,\n normalizeAgentGUIAgentTargets,\n resolveAgentGUIAgentTarget\n} from \"./agentTargets\";\nexport type {\n AgentGUIAgent,\n AgentGUIAgentDirectoryPort,\n AgentGUIAgentDirectorySnapshot,\n AgentGUIAgentDirectoryStatus,\n AgentGUIAgentAvailability,\n AgentGUIAgentAvailabilityAction,\n AgentGUIAgentAvailabilityStatus,\n AgentGUIAgentOwner,\n AgentGUIAgentOwnership,\n AgentGUIHomeSuggestionId,\n AgentGUIAllAgentsPresentation,\n AgentGUIProvider,\n AgentGUIProviderRailAllPresentation,\n AgentGUIProviderRailMode,\n AgentGUIProviderReadinessGate,\n AgentGUIProviderReadinessGateAction,\n AgentGUIProviderReadinessGateStatus,\n AgentGUIAgentTarget,\n AgentGUIAgentTargetBadge,\n AgentGUIAgentTargetRef\n} from \"./types\";\nexport {\n AgentGuiI18nProvider,\n agentGuiI18nModule,\n agentGuiI18nResources\n} from \"./i18n/index\";\nexport type { AgentGuiI18nLocale } from \"./i18n/index\";\nexport { agentGuiDockIconUrl, agentGuiDockIconUrls } from \"./dockIcons\";\nexport {\n AGENT_GUI_DETAIL_MIN_WIDTH_PX,\n AGENT_GUI_EXPANDED_TARGET_WIDTH_PX,\n AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,\n resolveAgentGUIExpandedWindowFrame,\n shouldAutoCollapseAgentGUIConversationRail\n} from \"./agent-gui/agentGuiNode/model/agentGuiRailLayout\";\nexport type {\n AgentGUIAgentsEmptyRenderer,\n AgentGUIProviderUnavailableStateContext,\n AgentGUIProviderUnavailableStateRenderer,\n AgentGUISidebarFooterContext,\n AgentGUISidebarFooterRenderer\n} from \"./agent-gui/agentGuiNode/AgentGUINodeView\";\nexport {\n AGENT_CONTEXT_MENTION_PROVIDER_IDS,\n type AgentContextMentionProviderId,\n type AgentContextMentionProvider\n} from \"./agent-gui/agentGuiNode/agentContextMentionProvider\";\nexport { preloadAgentMentionBrowse } from \"./agent-gui/agentGuiNode/AgentMentionSearchController\";\nexport { AgentActivityHostProvider } from \"./agentActivityHost\";\nexport type { AgentActivityHostProviderProps } from \"./agentActivityHost\";\nexport { useEngineSelector } from \"./shared/engine/useEngineSelector\";\nexport type { EngineStateStore } from \"./shared/engine/useEngineSelector\";\nexport {\n dispatchAgentPlanPromptAction,\n selectAgentPlanPromptTurn\n} from \"./shared/agentConversation/agentPlanPromptDispatch\";\nexport type { AgentPlanPromptAction } from \"./shared/agentConversation/agentPlanPromptDispatch\";\nexport {\n AgentActivityRuntimeProvider,\n resetAgentActivityRuntimeForTests,\n setAgentActivityRuntimeForTests,\n useAgentActivitySnapshot,\n useAgentActivityRuntime,\n useOptionalAgentActivityRuntime\n} from \"./agentActivityRuntime\";\nexport type {\n AgentActivityRuntime,\n AgentActivityRuntimeListSessionMessagesInput,\n AgentActivityRuntimeProviderProps,\n AgentActivityRuntimePromptContentBlock,\n AgentActivityRuntimeDeleteSessionsBatchInput,\n AgentActivityRuntimeDeleteSessionsBatchResult,\n AgentActivityRuntimeSessionSectionDeletionCandidates,\n AgentActivityRuntimeSessionSectionScopeInput,\n AgentActivityRuntimeSetSessionPinnedInput,\n AgentActivityRuntimeUploadPromptContentInput,\n AgentActivityRuntimeUploadPromptContentResult,\n AgentActivityRuntimeUpdateSessionSettingsInput,\n AgentActivityRuntimeUpdateSessionSettingsResult\n} from \"./agentActivityRuntime\";\nexport type {\n AgentHostApi,\n AgentHostAgentTargetAuthenticatedAccount,\n AgentHostAgentTargetSetupSnapshot,\n AgentHostAgentTargetSetupState,\n AgentHostAgentTargetSetupWatch,\n AgentHostApplyWorkspaceGitPatchInput,\n AgentHostInputApi,\n AgentHostSelectFilesInput,\n AgentHostRuntimeApi,\n AgentProviderProbeListInput,\n AgentProviderProbeListResult\n} from \"./host/agentHostApi\";\nexport type {\n AgentProbeProvider,\n AgentProbeSnapshot,\n PersistWriteResult,\n ReadWorkspaceAgentReadStateInput,\n AgentUsageQuota,\n AgentUsageSnapshot,\n WorkspaceAgentReadStateSnapshot,\n WriteWorkspaceAgentReadStateInput\n} from \"./shared/contracts/dto\";\nexport {\n selectNeedsAttentionCount,\n selectNeedsAttentionItems\n} from \"@tutti-os/agent-activity-core\";\nexport type {\n AgentActivityAdapter,\n AgentActivityMessage,\n AgentActivityNeedsAttentionItem,\n AgentActivitySnapshot\n} from \"@tutti-os/agent-activity-core\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkJA;AAAA,EACE;AAAA,EACA;AAAA,OACK;","names":[]}
@@ -3,21 +3,21 @@ import {
3
3
  MAX_BROWSE_CACHE_ENTRIES,
4
4
  preloadAgentMentionBrowse,
5
5
  resetAgentMentionSearchBrowseCacheForTests
6
- } from "./chunk-T3UX55MU.js";
6
+ } from "./chunk-53PHARWE.js";
7
7
  import "./chunk-USIFGHT3.js";
8
8
  import "./chunk-XJ34OIEQ.js";
9
9
  import "./chunk-R7AXDQCA.js";
10
- import "./chunk-EPNL55ZQ.js";
10
+ import "./chunk-FLI7ZUPB.js";
11
11
  import "./chunk-LUGELG5V.js";
12
12
  import "./chunk-JM24HADP.js";
13
13
  import "./chunk-YMXYBG7U.js";
14
- import "./chunk-2BVN2IMI.js";
14
+ import "./chunk-OKGXHKJ2.js";
15
15
  import "./chunk-F5UR6EJG.js";
16
16
  import "./chunk-W6TO6K2X.js";
17
- import "./chunk-5G3OFCWH.js";
17
+ import "./chunk-ZCNZ53CF.js";
18
18
  import "./chunk-PJP5BUU6.js";
19
19
  import "./chunk-7KVZPJ3O.js";
20
- import "./chunk-DVXXZWYX.js";
20
+ import "./chunk-KACVD2GZ.js";
21
21
  import "./chunk-MIJXEELH.js";
22
22
  import "./chunk-D2JUDUYY.js";
23
23
  import "./chunk-6CUELYIF.js";
@@ -83,6 +83,8 @@ interface AgentGUIAgentOwner {
83
83
  name?: string | null;
84
84
  avatarUrl?: string | null;
85
85
  }
86
+ /** Host-authoritative ownership classification for Agent directory entries. */
87
+ type AgentGUIAgentOwnership = "self" | "shared";
86
88
  /**
87
89
  * Host-projected entry from the workspace `/agents` directory.
88
90
  *
@@ -97,6 +99,7 @@ interface AgentGUIAgent {
97
99
  heroImageUrl?: string | null;
98
100
  description?: string | null;
99
101
  owner?: AgentGUIAgentOwner | null;
102
+ ownership?: AgentGUIAgentOwnership | null;
100
103
  availability: AgentGUIAgentAvailability;
101
104
  provider: AgentGUIProvider;
102
105
  setupKind?: "target_runtime" | null;
@@ -135,6 +138,7 @@ interface AgentGUIAgentTarget {
135
138
  heroImageUrl?: string | null;
136
139
  badge?: AgentGUIAgentTargetBadge | null;
137
140
  ownerLabel?: string;
141
+ ownership?: AgentGUIAgentOwnership;
138
142
  availability?: AgentGUIAgentAvailability;
139
143
  disabled?: boolean;
140
144
  unavailableReason?: string;
@@ -175,4 +179,4 @@ interface NodeFrame {
175
179
  size: Size;
176
180
  }
177
181
 
178
- export type { AgentGUIAgent as A, NodeFrame as N, Point as P, AgentGUIAgentAvailability as a, AgentGUIAgentAvailabilityAction as b, AgentGUIAgentAvailabilityStatus as c, AgentGUIAgentDirectoryPort as d, AgentGUIAgentDirectorySnapshot as e, AgentGUIAgentDirectoryStatus as f, AgentGUIAgentOwner as g, AgentGUIAgentTarget as h, AgentGUIAgentTargetBadge as i, AgentGUIAgentTargetRef as j, AgentGUIAllAgentsPresentation as k, AgentGUIHomeSuggestionId as l, AgentGUINodeData as m, AgentGUIProvider as n, AgentGUIProviderRailAllPresentation as o, AgentGUIProviderRailMode as p, AgentGUIProviderReadinessGate as q, AgentGUIProviderReadinessGateAction as r, AgentGUIProviderReadinessGateStatus as s, AgentHostAgentSessionCommand as t, AgentHostAgentSessionComposerSettings as u, AgentHostAgentSessionPermissionConfig as v, AgentHostAgentSessionReasoningEffort as w, AgentHostAgentSessionSpeed as x, AgentHostUnactivateAgentSessionResult as y, AgentPromptContentBlock as z };
182
+ export type { AgentGUIAgent as A, AgentPromptContentBlock as B, NodeFrame as N, Point as P, AgentGUIAgentAvailability as a, AgentGUIAgentAvailabilityAction as b, AgentGUIAgentAvailabilityStatus as c, AgentGUIAgentDirectoryPort as d, AgentGUIAgentDirectorySnapshot as e, AgentGUIAgentDirectoryStatus as f, AgentGUIAgentOwner as g, AgentGUIAgentOwnership as h, AgentGUIAgentTarget as i, AgentGUIAgentTargetBadge as j, AgentGUIAgentTargetRef as k, AgentGUIAllAgentsPresentation as l, AgentGUIHomeSuggestionId as m, AgentGUINodeData as n, AgentGUIProvider as o, AgentGUIProviderRailAllPresentation as p, AgentGUIProviderRailMode as q, AgentGUIProviderReadinessGate as r, AgentGUIProviderReadinessGateAction as s, AgentGUIProviderReadinessGateStatus as t, AgentHostAgentSessionCommand as u, AgentHostAgentSessionComposerSettings as v, AgentHostAgentSessionPermissionConfig as w, AgentHostAgentSessionReasoningEffort as x, AgentHostAgentSessionSpeed as y, AgentHostUnactivateAgentSessionResult as z };
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '@tutti-os/agent-activity-core';
3
3
  import '@tutti-os/workbench-surface';
4
- export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, b as AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, j as agentGuiWorkbenchCompactVisibleAreaRatio, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, n as agentGuiWorkbenchDefaultUsableHeightRatio, o as agentGuiWorkbenchDefaultUsableWidthRatio, p as agentGuiWorkbenchNewWindowCascadeOffset, q as agentGuiWorkbenchProviderRailWidthPx, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, w as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution-BlemXneM.js';
4
+ export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, b as AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, j as agentGuiWorkbenchCompactVisibleAreaRatio, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, n as agentGuiWorkbenchDefaultUsableHeightRatio, o as agentGuiWorkbenchDefaultUsableWidthRatio, p as agentGuiWorkbenchNewWindowCascadeOffset, q as agentGuiWorkbenchProviderRailWidthPx, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, w as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution-yc4CGJmy.js';
5
5
  import './types.js';
6
- import '../types-COIp0SYP.js';
6
+ import '../types-BicfRVrV.js';
@@ -14,17 +14,17 @@ import {
14
14
  resolveAgentGuiUnifiedDockLaunchPayload,
15
15
  resolveAgentGuiWorkbenchContributionCopy,
16
16
  resolveAgentGuiWorkbenchDefaultLaunchFrame
17
- } from "../chunk-NNIXG27Q.js";
17
+ } from "../chunk-HUTNLVPK.js";
18
18
  import "../chunk-TUWQV2MC.js";
19
19
  import "../chunk-MHOYBRCY.js";
20
- import "../chunk-AMO3EB7V.js";
20
+ import "../chunk-RN7DI3Y2.js";
21
21
  import "../chunk-5HIF53K5.js";
22
22
  import "../chunk-R2ZADXRB.js";
23
- import "../chunk-UV3UQAS2.js";
23
+ import "../chunk-T2NICA5D.js";
24
24
  import "../chunk-L2GENUG3.js";
25
25
  import "../chunk-2RQM7PJN.js";
26
26
  import "../chunk-7KVZPJ3O.js";
27
- import "../chunk-DVXXZWYX.js";
27
+ import "../chunk-KACVD2GZ.js";
28
28
  import "../chunk-MIJXEELH.js";
29
29
  import "../chunk-6CUELYIF.js";
30
30
  import "../chunk-YNSXUEIR.js";
@@ -1,4 +1,4 @@
1
- export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, k as agentGuiWorkbenchConversationIdentitiesEqual, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, v as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution-BlemXneM.js';
1
+ export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AgentGuiWorkbenchContributionCopy, d as AgentGuiWorkbenchContributionCopyOverrides, e as AgentGuiWorkbenchConversationIdentity, f as AgentGuiWorkbenchConversationRailToggleDetail, g as AgentGuiWorkbenchNewConversationDetail, h as AgentGuiWorkbenchProviderAvailability, i as AgentGuiWorkbenchRenderBodyHelpers, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, k as agentGuiWorkbenchConversationIdentitiesEqual, l as agentGuiWorkbenchDefaultCopy, m as agentGuiWorkbenchDefaultNodeFrame, r as buildAgentGuiDockEntries, s as createAgentGuiWorkbenchContribution, t as resolveAgentGuiUnifiedDockLaunchPayload, u as resolveAgentGuiWorkbenchContributionCopy, v as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution-yc4CGJmy.js';
2
2
  export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProviders, agentGuiWorkbenchDockSuppressedProviders, agentGuiWorkbenchProviderLabels, agentGuiWorkbenchProviders, isAgentGuiWorkbenchComingSoonProvider, isAgentGuiWorkbenchDefaultDockProvider, isAgentGuiWorkbenchDockSuppressedProvider, isAgentGuiWorkbenchProvider, normalizeAgentGuiWorkbenchProvider, resolveAgentGuiWorkbenchProviderLabel } from './providerCatalog.js';
3
3
  export { AgentGuiWorkbenchLaunchDescriptor, AgentGuiWorkbenchReusePolicy, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchDockIdentityFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, agentGuiWorkbenchUnifiedDockEntryId, createAgentGuiWorkbenchDraftLaunchRequest, createAgentGuiWorkbenchInstanceId, createAgentGuiWorkbenchLaunchDescriptor, createAgentGuiWorkbenchSessionLaunchRequest, resolveAgentGuiWorkbenchLaunchDockEntryId } from './launch.js';
4
4
  export { areAgentGuiWorkbenchNodeStatesEqual, areAgentGuiWorkbenchStatesEqual, createAgentGuiWorkbenchNodeStateSource, createDefaultAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchState, projectAgentGuiWorkbenchState } from './state.js';
@@ -7,7 +7,7 @@ import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tut
7
7
  export { AgentGuiWorkbenchSessionTitleResult, ResolveAgentGuiWorkbenchHeaderTitleInput, ResolveAgentGuiWorkbenchSessionTitleInput, resolveAgentGuiWorkbenchHeaderTitle, resolveAgentGuiWorkbenchSessionTitle } from './sessionTitle.js';
8
8
  export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
9
9
  import '@tutti-os/agent-activity-core';
10
- import '../types-COIp0SYP.js';
10
+ import '../types-BicfRVrV.js';
11
11
 
12
12
  interface AgentGuiWorkbenchHeaderCopy {
13
13
  collapseConversationRail: string;
@@ -10,7 +10,7 @@ import {
10
10
  resolveAgentGuiUnifiedDockLaunchPayload,
11
11
  resolveAgentGuiWorkbenchContributionCopy,
12
12
  resolveAgentGuiWorkbenchConversationIdentity
13
- } from "../chunk-NNIXG27Q.js";
13
+ } from "../chunk-HUTNLVPK.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-AMO3EB7V.js";
33
+ } from "../chunk-RN7DI3Y2.js";
34
34
  import {
35
35
  areAgentGuiWorkbenchNodeStatesEqual,
36
36
  areAgentGuiWorkbenchStatesEqual,
@@ -53,11 +53,11 @@ import {
53
53
  normalizeAgentGuiWorkbenchProvider,
54
54
  resolveAgentGuiWorkbenchProviderLabel
55
55
  } from "../chunk-R2ZADXRB.js";
56
- import "../chunk-UV3UQAS2.js";
56
+ import "../chunk-T2NICA5D.js";
57
57
  import "../chunk-L2GENUG3.js";
58
58
  import "../chunk-2RQM7PJN.js";
59
59
  import "../chunk-7KVZPJ3O.js";
60
- import "../chunk-DVXXZWYX.js";
60
+ import "../chunk-KACVD2GZ.js";
61
61
  import "../chunk-MIJXEELH.js";
62
62
  import "../chunk-6CUELYIF.js";
63
63
  import "../chunk-YNSXUEIR.js";
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  resolveAgentGuiWorkbenchHeaderTitle,
3
3
  resolveAgentGuiWorkbenchSessionTitle
4
- } from "../chunk-AMO3EB7V.js";
5
- import "../chunk-DVXXZWYX.js";
4
+ } from "../chunk-RN7DI3Y2.js";
5
+ import "../chunk-KACVD2GZ.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.119",
3
+ "version": "0.0.121",
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.119",
136
- "@tutti-os/ui-i18n-runtime": "0.0.119",
137
- "@tutti-os/ui-react-hooks": "0.0.119",
138
- "@tutti-os/ui-rich-text": "0.0.119",
139
- "@tutti-os/ui-system": "0.0.119",
140
- "@tutti-os/workbench-surface": "0.0.119",
141
- "@tutti-os/workspace-external-core": "0.0.119",
142
- "@tutti-os/workspace-file-manager": "0.0.119",
143
- "@tutti-os/workspace-file-reference": "0.0.119",
144
- "@tutti-os/workspace-issue-manager": "0.0.119",
145
- "@tutti-os/workspace-user-project": "0.0.119",
135
+ "@tutti-os/agent-activity-core": "0.0.121",
136
+ "@tutti-os/ui-i18n-runtime": "0.0.121",
137
+ "@tutti-os/ui-react-hooks": "0.0.121",
138
+ "@tutti-os/ui-rich-text": "0.0.121",
139
+ "@tutti-os/ui-system": "0.0.121",
140
+ "@tutti-os/workbench-surface": "0.0.121",
141
+ "@tutti-os/workspace-external-core": "0.0.121",
142
+ "@tutti-os/workspace-file-manager": "0.0.121",
143
+ "@tutti-os/workspace-file-reference": "0.0.121",
144
+ "@tutti-os/workspace-issue-manager": "0.0.121",
145
+ "@tutti-os/workspace-user-project": "0.0.121",
146
146
  "clsx": "^2.1.1",
147
147
  "framer-motion": "^12.40.0",
148
148
  "lodash": "^4.17.21",
@@ -170,8 +170,8 @@
170
170
  "typescript": "^5.8.3",
171
171
  "vite": "^6.4.2",
172
172
  "vitest": "^4.0.13",
173
- "@tutti-os/config-tsconfig": "0.0.0",
174
- "@tutti-os/client-tuttid-ts": "0.0.0"
173
+ "@tutti-os/client-tuttid-ts": "0.0.0",
174
+ "@tutti-os/config-tsconfig": "0.0.0"
175
175
  },
176
176
  "peerDependencies": {
177
177
  "react": "^19.1.0",