@tutti-os/agent-gui 0.0.154 → 0.0.156

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.
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { AgentSessionEngineState, AgentSessionEngine } from '@tutti-os/agent-activity-core';
3
- import { WorkbenchFrame, WorkbenchHostDockEntry, WorkbenchHostLaunchRequest, WorkbenchHostNodeBodyContext, WorkbenchContribution } from '@tutti-os/workbench-surface';
3
+ import { WorkbenchFrame, WorkbenchHostDockEntry, WorkbenchHostDockPopupItemInput, WorkbenchDockPreviewContent, WorkbenchHostLaunchRequest, WorkbenchHostNodeBodyContext, WorkbenchContribution } from '@tutti-os/workbench-surface';
4
4
  import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchState } from './workbench/types.js';
5
5
 
6
6
  /**
@@ -132,6 +132,15 @@ declare function resolveAgentGuiWorkbenchDefaultLaunchFrame(input: {
132
132
  request: Pick<WorkbenchHostLaunchRequest, "layoutConstraints" | "surfaceSize">;
133
133
  }): WorkbenchFrame;
134
134
  declare function resolveAgentGuiWorkbenchContributionCopy(copy?: AgentGuiWorkbenchContributionCopyOverrides): AgentGuiWorkbenchContributionCopy;
135
+ declare function createAgentGuiWorkbenchPreviewContent(input: {
136
+ agentDirectory: AgentGUIAgentDirectoryPort;
137
+ item: WorkbenchHostDockPopupItemInput;
138
+ label?: string;
139
+ provider?: AgentGuiWorkbenchProvider;
140
+ renderPreview: NonNullable<CreateAgentGuiWorkbenchContributionInput["renderPreview"]>;
141
+ resolveDockPopupIdentity?: CreateAgentGuiWorkbenchContributionInput["resolveDockPopupIdentity"];
142
+ resolveDockPopupTitle?: CreateAgentGuiWorkbenchContributionInput["resolveDockPopupTitle"];
143
+ }): WorkbenchDockPreviewContent;
135
144
 
136
145
  declare const AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT = "tutti:agent-gui-workbench-conversation-rail-toggle";
137
146
  declare const AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT = "tutti:agent-gui-workbench-new-conversation";
@@ -197,4 +206,4 @@ interface CreateAgentGuiWorkbenchContributionInput {
197
206
  }
198
207
  declare function createAgentGuiWorkbenchContribution(input: CreateAgentGuiWorkbenchContributionInput): WorkbenchContribution;
199
208
 
200
- export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT as A, type BuildAgentGuiDockEntriesInput as B, type CreateAgentGuiWorkbenchContributionInput as C, resolveAgentGuiUnifiedDockLaunchPayload as D, resolveAgentGuiWorkbenchContributionCopy as E, resolveAgentGuiWorkbenchConversationIdentity as F, resolveAgentGuiWorkbenchDefaultLaunchFrame as G, AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT as a, AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT as b, AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT as c, type AgentGuiWorkbenchContributionCopy as d, type AgentGuiWorkbenchContributionCopyOverrides as e, type AgentGuiWorkbenchConversationIdentity as f, type AgentGuiWorkbenchConversationRailToggleDetail as g, type AgentGuiWorkbenchNewConversationDetail as h, type AgentGuiWorkbenchProviderAvailability as i, type AgentGuiWorkbenchRenderBodyHelpers as j, type AgentGuiWorkbenchSessionAction as k, type AgentGuiWorkbenchSessionActionDetail as l, type AgentGuiWorkbenchSessionActionRequest as m, type AgentGuiWorkbenchSessionMenuCopy as n, agentGuiWorkbenchCompactVisibleAreaRatio as o, agentGuiWorkbenchConversationIdentitiesEqual as p, agentGuiWorkbenchDefaultCopy as q, agentGuiWorkbenchDefaultNodeFrame as r, agentGuiWorkbenchDefaultUsableHeightRatio as s, agentGuiWorkbenchDefaultUsableWidthRatio as t, agentGuiWorkbenchNewWindowCascadeOffset as u, agentGuiWorkbenchProviderRailWidthPx as v, buildAgentGuiDockEntries as w, createAgentGuiWorkbenchContribution as x, dispatchAgentGuiWorkbenchSessionAction as y, isAgentGuiWorkbenchSessionAction as z };
209
+ export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT as A, type BuildAgentGuiDockEntriesInput as B, type CreateAgentGuiWorkbenchContributionInput as C, isAgentGuiWorkbenchSessionAction as D, resolveAgentGuiUnifiedDockLaunchPayload as E, resolveAgentGuiWorkbenchContributionCopy as F, resolveAgentGuiWorkbenchConversationIdentity as G, resolveAgentGuiWorkbenchDefaultLaunchFrame as H, AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT as a, AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT as b, AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT as c, type AgentGuiWorkbenchContributionCopy as d, type AgentGuiWorkbenchContributionCopyOverrides as e, type AgentGuiWorkbenchConversationIdentity as f, type AgentGuiWorkbenchConversationRailToggleDetail as g, type AgentGuiWorkbenchNewConversationDetail as h, type AgentGuiWorkbenchProviderAvailability as i, type AgentGuiWorkbenchRenderBodyHelpers as j, type AgentGuiWorkbenchSessionAction as k, type AgentGuiWorkbenchSessionActionDetail as l, type AgentGuiWorkbenchSessionActionRequest as m, type AgentGuiWorkbenchSessionMenuCopy as n, agentGuiWorkbenchCompactVisibleAreaRatio as o, agentGuiWorkbenchConversationIdentitiesEqual as p, agentGuiWorkbenchDefaultCopy as q, agentGuiWorkbenchDefaultNodeFrame as r, agentGuiWorkbenchDefaultUsableHeightRatio as s, agentGuiWorkbenchDefaultUsableWidthRatio as t, agentGuiWorkbenchNewWindowCascadeOffset as u, agentGuiWorkbenchProviderRailWidthPx as v, buildAgentGuiDockEntries as w, createAgentGuiWorkbenchContribution as x, createAgentGuiWorkbenchPreviewContent as y, dispatchAgentGuiWorkbenchSessionAction as z };
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  localAgentGUIAgentTargetId,
9
9
  normalizeAgentGUIAgentTargets,
10
10
  resolveAgentGUIAgentTarget
11
- } from "./chunk-FGAKY5YL.js";
11
+ } from "./chunk-M66OSHIF.js";
12
12
  import "./chunk-A4WCTHWS.js";
13
13
  import {
14
14
  AGENT_GUI_DETAIL_MIN_WIDTH_PX,
@@ -16,7 +16,7 @@ import {
16
16
  AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
17
17
  resolveAgentGUIExpandedWindowFrame,
18
18
  shouldAutoCollapseAgentGUIConversationRail
19
- } from "./chunk-OSOJX2OE.js";
19
+ } from "./chunk-IFOIUN2O.js";
20
20
  import "./chunk-HBJJY2AC.js";
21
21
  import "./chunk-TUWQV2MC.js";
22
22
  import "./chunk-MHOYBRCY.js";
@@ -1,5 +1,5 @@
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 AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, k as AgentGuiWorkbenchSessionAction, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, n as AgentGuiWorkbenchSessionMenuCopy, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, o as agentGuiWorkbenchCompactVisibleAreaRatio, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, s as agentGuiWorkbenchDefaultUsableHeightRatio, t as agentGuiWorkbenchDefaultUsableWidthRatio, u as agentGuiWorkbenchNewWindowCascadeOffset, v as agentGuiWorkbenchProviderRailWidthPx, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as dispatchAgentGuiWorkbenchSessionAction, z as isAgentGuiWorkbenchSessionAction, D as resolveAgentGuiUnifiedDockLaunchPayload, E as resolveAgentGuiWorkbenchContributionCopy, G as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution-CC2DVyUV.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 AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, k as AgentGuiWorkbenchSessionAction, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, n as AgentGuiWorkbenchSessionMenuCopy, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, o as agentGuiWorkbenchCompactVisibleAreaRatio, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, s as agentGuiWorkbenchDefaultUsableHeightRatio, t as agentGuiWorkbenchDefaultUsableWidthRatio, u as agentGuiWorkbenchNewWindowCascadeOffset, v as agentGuiWorkbenchProviderRailWidthPx, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as createAgentGuiWorkbenchPreviewContent, z as dispatchAgentGuiWorkbenchSessionAction, D as isAgentGuiWorkbenchSessionAction, E as resolveAgentGuiUnifiedDockLaunchPayload, F as resolveAgentGuiWorkbenchContributionCopy, H as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution--lqIXGqn.js';
5
5
  import './types.js';
@@ -12,12 +12,13 @@ import {
12
12
  agentGuiWorkbenchProviderRailWidthPx,
13
13
  buildAgentGuiDockEntries,
14
14
  createAgentGuiWorkbenchContribution,
15
+ createAgentGuiWorkbenchPreviewContent,
15
16
  dispatchAgentGuiWorkbenchSessionAction,
16
17
  isAgentGuiWorkbenchSessionAction,
17
18
  resolveAgentGuiUnifiedDockLaunchPayload,
18
19
  resolveAgentGuiWorkbenchContributionCopy,
19
20
  resolveAgentGuiWorkbenchDefaultLaunchFrame
20
- } from "../chunk-OSOJX2OE.js";
21
+ } from "../chunk-IFOIUN2O.js";
21
22
  import "../chunk-HBJJY2AC.js";
22
23
  import "../chunk-TUWQV2MC.js";
23
24
  import "../chunk-MHOYBRCY.js";
@@ -45,6 +46,7 @@ export {
45
46
  agentGuiWorkbenchProviderRailWidthPx,
46
47
  buildAgentGuiDockEntries,
47
48
  createAgentGuiWorkbenchContribution,
49
+ createAgentGuiWorkbenchPreviewContent,
48
50
  dispatchAgentGuiWorkbenchSessionAction,
49
51
  isAgentGuiWorkbenchSessionAction,
50
52
  resolveAgentGuiUnifiedDockLaunchPayload,
@@ -1,14 +1,21 @@
1
- import { n as AgentGuiWorkbenchSessionMenuCopy, k as AgentGuiWorkbenchSessionAction } from '../contribution-CC2DVyUV.js';
2
- export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, p as agentGuiWorkbenchConversationIdentitiesEqual, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as dispatchAgentGuiWorkbenchSessionAction, z as isAgentGuiWorkbenchSessionAction, D as resolveAgentGuiUnifiedDockLaunchPayload, E as resolveAgentGuiWorkbenchContributionCopy, F as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution-CC2DVyUV.js';
1
+ import { n as AgentGuiWorkbenchSessionMenuCopy, k as AgentGuiWorkbenchSessionAction } from '../contribution--lqIXGqn.js';
2
+ export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, p as agentGuiWorkbenchConversationIdentitiesEqual, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as createAgentGuiWorkbenchPreviewContent, z as dispatchAgentGuiWorkbenchSessionAction, D as isAgentGuiWorkbenchSessionAction, E as resolveAgentGuiUnifiedDockLaunchPayload, F as resolveAgentGuiWorkbenchContributionCopy, G as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution--lqIXGqn.js';
3
3
  export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProviders, agentGuiWorkbenchDockSuppressedProviders, agentGuiWorkbenchProviderLabels, agentGuiWorkbenchProviders, isAgentGuiWorkbenchComingSoonProvider, isAgentGuiWorkbenchDefaultDockProvider, isAgentGuiWorkbenchDockSuppressedProvider, isAgentGuiWorkbenchProvider, normalizeAgentGuiWorkbenchProvider, resolveAgentGuiWorkbenchProviderLabel } from './providerCatalog.js';
4
4
  export { AgentGuiWorkbenchLaunchDescriptor, AgentGuiWorkbenchReusePolicy, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchDockIdentityFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, agentGuiWorkbenchUnifiedDockEntryId, createAgentGuiWorkbenchDraftLaunchRequest, createAgentGuiWorkbenchInstanceId, createAgentGuiWorkbenchLaunchDescriptor, createAgentGuiWorkbenchSessionLaunchRequest, resolveAgentGuiWorkbenchLaunchDockEntryId } from './launch.js';
5
5
  export { areAgentGuiWorkbenchNodeStatesEqual, areAgentGuiWorkbenchStatesEqual, createAgentGuiWorkbenchNodeStateSource, createDefaultAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchState, projectAgentGuiWorkbenchState } from './state.js';
6
- import { HTMLAttributes, ReactNode } from 'react';
6
+ import { ReactNode, HTMLAttributes } from 'react';
7
7
  import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tutti-os/workbench-surface';
8
8
  export { AgentGuiWorkbenchSessionTitleResult, ResolveAgentGuiWorkbenchHeaderTitleInput, ResolveAgentGuiWorkbenchSessionTitleInput, resolveAgentGuiWorkbenchHeaderTitle, resolveAgentGuiWorkbenchSessionTitle } from './sessionTitle.js';
9
9
  export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
10
10
  import '@tutti-os/agent-activity-core';
11
11
 
12
+ interface AgentGuiWorkbenchSessionMenuAdditionalAction {
13
+ id: string;
14
+ label: string;
15
+ icon?: ReactNode;
16
+ onSelect: () => void;
17
+ }
18
+
12
19
  interface AgentGuiWorkbenchHeaderCopy {
13
20
  collapseConversationRail: string;
14
21
  close?: string;
@@ -36,6 +43,7 @@ interface AgentGuiWorkbenchHeaderProps extends HTMLAttributes<HTMLElement> {
36
43
  providerRailWidthPx?: number | null;
37
44
  primaryAccessory?: ReactNode;
38
45
  secondaryAccessory?: ReactNode;
46
+ sessionMenuAdditionalActions?: readonly AgentGuiWorkbenchSessionMenuAdditionalAction[];
39
47
  sessionMenuActions?: readonly AgentGuiWorkbenchSessionAction[];
40
48
  conversationTitle?: string | null;
41
49
  conversationTitleDisplayPrompt?: string | null;
@@ -50,6 +58,6 @@ interface AgentGuiWorkbenchHeaderProps extends HTMLAttributes<HTMLElement> {
50
58
  title?: string;
51
59
  windowActions?: Pick<WorkbenchHostNodeHeaderWindowActions, "close" | "minimize" | "toggleDisplayMode">;
52
60
  }
53
- declare function AgentGuiWorkbenchHeader({ className, copy, agentTitle, defaultActions: _defaultActions, displayMode, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationRailWidthPx, conversationIconUrl, conversationIconFallbackUrl, hasConversation, providerRailWidthPx, primaryAccessory, secondaryAccessory, sessionMenuActions, conversationTitle, conversationTitleDisplayPrompt, nodeId, onCreateConversation, onOpenDetachedWindow, onSessionAction, onToggleConversationRail, showAppTitle, showConversationRailToggle, showWindowControls, title: _title, windowActions, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
61
+ declare function AgentGuiWorkbenchHeader({ className, copy, agentTitle, defaultActions: _defaultActions, displayMode, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationRailWidthPx, conversationIconUrl, conversationIconFallbackUrl, hasConversation, providerRailWidthPx, primaryAccessory, secondaryAccessory, sessionMenuAdditionalActions, sessionMenuActions, conversationTitle, conversationTitleDisplayPrompt, nodeId, onCreateConversation, onOpenDetachedWindow, onSessionAction, onToggleConversationRail, showAppTitle, showConversationRailToggle, showWindowControls, title: _title, windowActions, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
54
62
 
55
- export { AgentGuiWorkbenchHeader, type AgentGuiWorkbenchHeaderCopy, type AgentGuiWorkbenchHeaderProps, AgentGuiWorkbenchSessionAction, AgentGuiWorkbenchSessionMenuCopy };
63
+ export { AgentGuiWorkbenchHeader, type AgentGuiWorkbenchHeaderCopy, type AgentGuiWorkbenchHeaderProps, AgentGuiWorkbenchSessionAction, type AgentGuiWorkbenchSessionMenuAdditionalAction, AgentGuiWorkbenchSessionMenuCopy };
@@ -8,12 +8,13 @@ import {
8
8
  agentGuiWorkbenchDefaultNodeFrame,
9
9
  buildAgentGuiDockEntries,
10
10
  createAgentGuiWorkbenchContribution,
11
+ createAgentGuiWorkbenchPreviewContent,
11
12
  dispatchAgentGuiWorkbenchSessionAction,
12
13
  isAgentGuiWorkbenchSessionAction,
13
14
  resolveAgentGuiUnifiedDockLaunchPayload,
14
15
  resolveAgentGuiWorkbenchContributionCopy,
15
16
  resolveAgentGuiWorkbenchConversationIdentity
16
- } from "../chunk-OSOJX2OE.js";
17
+ } from "../chunk-IFOIUN2O.js";
17
18
  import {
18
19
  areAgentGuiWorkbenchNodeStatesEqual,
19
20
  areAgentGuiWorkbenchStatesEqual,
@@ -92,6 +93,7 @@ export {
92
93
  createAgentGuiWorkbenchInstanceId,
93
94
  createAgentGuiWorkbenchLaunchDescriptor,
94
95
  createAgentGuiWorkbenchNodeStateSource,
96
+ createAgentGuiWorkbenchPreviewContent,
95
97
  createAgentGuiWorkbenchSessionLaunchRequest,
96
98
  createDefaultAgentGuiWorkbenchNodeState,
97
99
  dispatchAgentGuiWorkbenchSessionAction,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.154",
3
+ "version": "0.0.156",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -144,18 +144,18 @@
144
144
  "@tiptap/react": "^3.11.1",
145
145
  "@tiptap/starter-kit": "^3.11.1",
146
146
  "@tiptap/suggestion": "^3.11.1",
147
- "@tutti-os/agent-activity-core": "0.0.154",
148
- "@tutti-os/browser-node": "0.0.154",
149
- "@tutti-os/ui-i18n-runtime": "0.0.154",
150
- "@tutti-os/ui-react-hooks": "0.0.154",
151
- "@tutti-os/ui-rich-text": "0.0.154",
152
- "@tutti-os/ui-system": "0.0.154",
153
- "@tutti-os/workbench-surface": "0.0.154",
154
- "@tutti-os/workspace-external-core": "0.0.154",
155
- "@tutti-os/workspace-file-manager": "0.0.154",
156
- "@tutti-os/workspace-file-reference": "0.0.154",
157
- "@tutti-os/workspace-issue-manager": "0.0.154",
158
- "@tutti-os/workspace-user-project": "0.0.154",
147
+ "@tutti-os/agent-activity-core": "0.0.156",
148
+ "@tutti-os/browser-node": "0.0.156",
149
+ "@tutti-os/ui-i18n-runtime": "0.0.156",
150
+ "@tutti-os/ui-react-hooks": "0.0.156",
151
+ "@tutti-os/ui-rich-text": "0.0.156",
152
+ "@tutti-os/ui-system": "0.0.156",
153
+ "@tutti-os/workbench-surface": "0.0.156",
154
+ "@tutti-os/workspace-external-core": "0.0.156",
155
+ "@tutti-os/workspace-file-manager": "0.0.156",
156
+ "@tutti-os/workspace-file-reference": "0.0.156",
157
+ "@tutti-os/workspace-issue-manager": "0.0.156",
158
+ "@tutti-os/workspace-user-project": "0.0.156",
159
159
  "clsx": "^2.1.1",
160
160
  "framer-motion": "^12.40.0",
161
161
  "lodash": "^4.17.21",