@tutti-os/agent-gui 0.0.14 → 0.0.16

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 (69) hide show
  1. package/dist/AgentMentionSearchController-DqssJ2-b.d.ts +218 -0
  2. package/dist/agent-conversation/index.d.ts +4 -2
  3. package/dist/agent-conversation/index.js +5 -4
  4. package/dist/agent-conversation/index.js.map +1 -1
  5. package/dist/agent-message-center/index.d.ts +3 -2
  6. package/dist/agent-message-center/index.js +547 -287
  7. package/dist/agent-message-center/index.js.map +1 -1
  8. package/dist/app/renderer/agentactivity.css +177 -17
  9. package/dist/{chunk-GZHQPPK2.js → chunk-267VY3EJ.js} +130 -43
  10. package/dist/chunk-267VY3EJ.js.map +1 -0
  11. package/dist/{chunk-KEKPOVQD.js → chunk-CABHBFYH.js} +2 -2
  12. package/dist/{chunk-HSXDSFKB.js → chunk-EKATXC3W.js} +2 -2
  13. package/dist/{chunk-RLPVFX7V.js → chunk-FJYH2ZPX.js} +196 -322
  14. package/dist/chunk-FJYH2ZPX.js.map +1 -0
  15. package/dist/{chunk-ASAZDEQE.js → chunk-GWR6WGZY.js} +72 -22
  16. package/dist/chunk-GWR6WGZY.js.map +1 -0
  17. package/dist/{chunk-YXSO4ITT.js → chunk-HIREVEZM.js} +1 -1
  18. package/dist/chunk-HIREVEZM.js.map +1 -0
  19. package/dist/{chunk-VDNMTW2E.js → chunk-IXIGWLQY.js} +1 -1
  20. package/dist/chunk-IXIGWLQY.js.map +1 -0
  21. package/dist/{chunk-ZO3SZCIX.js → chunk-JNGYJ7GM.js} +6 -3
  22. package/dist/chunk-JNGYJ7GM.js.map +1 -0
  23. package/dist/{chunk-MU2LODEV.js → chunk-KWPL3JYS.js} +131 -13
  24. package/dist/chunk-KWPL3JYS.js.map +1 -0
  25. package/dist/{chunk-WME2V26J.js → chunk-LW2S255I.js} +21 -36
  26. package/dist/chunk-LW2S255I.js.map +1 -0
  27. package/dist/{chunk-3YZX5EUC.js → chunk-LWRYYGPZ.js} +610 -480
  28. package/dist/chunk-LWRYYGPZ.js.map +1 -0
  29. package/dist/{chunk-GEXHKJK5.js → chunk-MUZMBEFO.js} +35 -17
  30. package/dist/chunk-MUZMBEFO.js.map +1 -0
  31. package/dist/chunk-O5TUTXHT.js +196 -0
  32. package/dist/chunk-O5TUTXHT.js.map +1 -0
  33. package/dist/{chunk-FSTZDNRM.js → chunk-SIDWRR5I.js} +281 -183
  34. package/dist/chunk-SIDWRR5I.js.map +1 -0
  35. package/dist/context-mention-palette/index.d.ts +11 -170
  36. package/dist/context-mention-palette/index.js +7 -6
  37. package/dist/context-mention-provider.d.ts +6 -1
  38. package/dist/context-mention-provider.js +1 -1
  39. package/dist/i18n/index.d.ts +277 -179
  40. package/dist/i18n/index.js +1 -1
  41. package/dist/index.d.ts +56 -3
  42. package/dist/index.js +2706 -1700
  43. package/dist/index.js.map +1 -1
  44. package/dist/workbench/contribution.d.ts +7 -1
  45. package/dist/workbench/contribution.js +6 -4
  46. package/dist/workbench/index.d.ts +5 -2
  47. package/dist/workbench/index.js +6 -4
  48. package/dist/workbench/launch.d.ts +2 -0
  49. package/dist/workbench/launch.js +2 -2
  50. package/dist/workbench/state.d.ts +3 -2
  51. package/dist/workbench/state.js +1 -1
  52. package/dist/workbench/types.d.ts +3 -0
  53. package/dist/workbench/types.js +1 -1
  54. package/dist/workspace-agent-generated-files.js +2 -2
  55. package/dist/{workspaceLinkActions-BlLN8Pvz.d.ts → workspaceLinkActions-Mjktl_Be.d.ts} +3 -0
  56. package/package.json +15 -13
  57. package/dist/chunk-3YZX5EUC.js.map +0 -1
  58. package/dist/chunk-ASAZDEQE.js.map +0 -1
  59. package/dist/chunk-FSTZDNRM.js.map +0 -1
  60. package/dist/chunk-GEXHKJK5.js.map +0 -1
  61. package/dist/chunk-GZHQPPK2.js.map +0 -1
  62. package/dist/chunk-MU2LODEV.js.map +0 -1
  63. package/dist/chunk-RLPVFX7V.js.map +0 -1
  64. package/dist/chunk-VDNMTW2E.js.map +0 -1
  65. package/dist/chunk-WME2V26J.js.map +0 -1
  66. package/dist/chunk-YXSO4ITT.js.map +0 -1
  67. package/dist/chunk-ZO3SZCIX.js.map +0 -1
  68. /package/dist/{chunk-KEKPOVQD.js.map → chunk-CABHBFYH.js.map} +0 -0
  69. /package/dist/{chunk-HSXDSFKB.js.map → chunk-EKATXC3W.js.map} +0 -0
@@ -6,14 +6,19 @@ declare const agentGuiWorkbenchDefaultNodeFrame: WorkbenchFrame;
6
6
  declare const agentGuiWorkbenchDefaultUsableHeightRatio = 0.7;
7
7
  declare const agentGuiWorkbenchCompactVisibleAreaRatio = 0.9;
8
8
  declare const AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT = "tutti:agent-gui-workbench-conversation-rail-toggle";
9
+ declare const AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT = "tutti:agent-gui-workbench-new-conversation";
9
10
  interface AgentGuiWorkbenchConversationRailToggleDetail {
10
11
  conversationRailCollapsed: boolean;
11
12
  instanceId: string;
12
13
  }
14
+ interface AgentGuiWorkbenchNewConversationDetail {
15
+ instanceId: string;
16
+ }
13
17
  interface AgentGuiWorkbenchContributionCopy {
14
18
  collapseConversationRail: string;
15
19
  expandConversationRail: string;
16
20
  fallbackAgentLabel: string;
21
+ newConversation: string;
17
22
  nodeTitle: string;
18
23
  }
19
24
  type AgentGuiWorkbenchContributionCopyOverrides = Partial<AgentGuiWorkbenchContributionCopy>;
@@ -31,6 +36,7 @@ interface CreateAgentGuiWorkbenchContributionInput {
31
36
  id?: string;
32
37
  renderBody(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
33
38
  renderPreview?(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
39
+ resolveDockPopupTitle?: (state: AgentGuiWorkbenchState | null) => string | null;
34
40
  resolveDockEntryVisibility?: (provider: AgentGuiWorkbenchProvider) => WorkbenchHostDockEntry["visibility"];
35
41
  workspaceId: string;
36
42
  }
@@ -41,4 +47,4 @@ declare function resolveAgentGuiWorkbenchDefaultLaunchFrame(input: {
41
47
  }): WorkbenchFrame;
42
48
  declare function resolveAgentGuiWorkbenchContributionCopy(copy?: AgentGuiWorkbenchContributionCopyOverrides): AgentGuiWorkbenchContributionCopy;
43
49
 
44
- export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, type AgentGuiWorkbenchContributionCopy, type AgentGuiWorkbenchContributionCopyOverrides, type AgentGuiWorkbenchConversationRailToggleDetail, type AgentGuiWorkbenchRenderBodyHelpers, type CreateAgentGuiWorkbenchContributionInput, agentGuiWorkbenchCompactVisibleAreaRatio, agentGuiWorkbenchDefaultCopy, agentGuiWorkbenchDefaultNodeFrame, agentGuiWorkbenchDefaultUsableHeightRatio, createAgentGuiWorkbenchContribution, resolveAgentGuiWorkbenchContributionCopy, resolveAgentGuiWorkbenchDefaultLaunchFrame };
50
+ export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, type AgentGuiWorkbenchContributionCopy, type AgentGuiWorkbenchContributionCopyOverrides, type AgentGuiWorkbenchConversationRailToggleDetail, type AgentGuiWorkbenchNewConversationDetail, type AgentGuiWorkbenchRenderBodyHelpers, type CreateAgentGuiWorkbenchContributionInput, agentGuiWorkbenchCompactVisibleAreaRatio, agentGuiWorkbenchDefaultCopy, agentGuiWorkbenchDefaultNodeFrame, agentGuiWorkbenchDefaultUsableHeightRatio, createAgentGuiWorkbenchContribution, resolveAgentGuiWorkbenchContributionCopy, resolveAgentGuiWorkbenchDefaultLaunchFrame };
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
3
+ AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT,
3
4
  agentGuiWorkbenchCompactVisibleAreaRatio,
4
5
  agentGuiWorkbenchDefaultCopy,
5
6
  agentGuiWorkbenchDefaultNodeFrame,
@@ -7,15 +8,16 @@ import {
7
8
  createAgentGuiWorkbenchContribution,
8
9
  resolveAgentGuiWorkbenchContributionCopy,
9
10
  resolveAgentGuiWorkbenchDefaultLaunchFrame
10
- } from "../chunk-ASAZDEQE.js";
11
- import "../chunk-ZO3SZCIX.js";
12
- import "../chunk-GEXHKJK5.js";
11
+ } from "../chunk-GWR6WGZY.js";
12
+ import "../chunk-JNGYJ7GM.js";
13
+ import "../chunk-MUZMBEFO.js";
13
14
  import "../chunk-22L4VWUR.js";
14
- import "../chunk-VDNMTW2E.js";
15
+ import "../chunk-IXIGWLQY.js";
15
16
  import "../chunk-Q75AK47T.js";
16
17
  import "../chunk-MTFSQWZ6.js";
17
18
  export {
18
19
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
20
+ AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT,
19
21
  agentGuiWorkbenchCompactVisibleAreaRatio,
20
22
  agentGuiWorkbenchDefaultCopy,
21
23
  agentGuiWorkbenchDefaultNodeFrame,
@@ -1,4 +1,4 @@
1
- export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, AgentGuiWorkbenchContributionCopy, AgentGuiWorkbenchContributionCopyOverrides, AgentGuiWorkbenchConversationRailToggleDetail, AgentGuiWorkbenchRenderBodyHelpers, CreateAgentGuiWorkbenchContributionInput, agentGuiWorkbenchDefaultCopy, agentGuiWorkbenchDefaultNodeFrame, createAgentGuiWorkbenchContribution, resolveAgentGuiWorkbenchContributionCopy } from './contribution.js';
1
+ export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, AgentGuiWorkbenchContributionCopy, AgentGuiWorkbenchContributionCopyOverrides, AgentGuiWorkbenchConversationRailToggleDetail, AgentGuiWorkbenchNewConversationDetail, AgentGuiWorkbenchRenderBodyHelpers, CreateAgentGuiWorkbenchContributionInput, agentGuiWorkbenchDefaultCopy, agentGuiWorkbenchDefaultNodeFrame, createAgentGuiWorkbenchContribution, resolveAgentGuiWorkbenchContributionCopy } from './contribution.js';
2
2
  export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProviders, agentGuiWorkbenchDockSuppressedProviders, agentGuiWorkbenchProviderLabels, agentGuiWorkbenchProviders, isAgentGuiWorkbenchComingSoonProvider, isAgentGuiWorkbenchDefaultDockProvider, isAgentGuiWorkbenchDockSuppressedProvider, isAgentGuiWorkbenchProvider, normalizeAgentGuiWorkbenchProvider, resolveAgentGuiWorkbenchProviderLabel } from './providerCatalog.js';
3
3
  export { AgentGuiWorkbenchLaunchDescriptor, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchInstanceId, agentGuiWorkbenchProviderFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, createAgentGuiWorkbenchDraftLaunchRequest, createAgentGuiWorkbenchInstanceId, createAgentGuiWorkbenchLaunchDescriptor, createAgentGuiWorkbenchSessionLaunchRequest } from './launch.js';
4
4
  export { agentGuiWorkbenchProviderFromInstanceId, areAgentGuiWorkbenchNodeStatesEqual, areAgentGuiWorkbenchStatesEqual, createAgentGuiWorkbenchNodeStateSource, createDefaultAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchState, projectAgentGuiWorkbenchState } from './state.js';
@@ -10,15 +10,18 @@ interface AgentGuiWorkbenchHeaderCopy {
10
10
  collapseConversationRail: string;
11
11
  expandConversationRail: string;
12
12
  fallbackAgentLabel: string;
13
+ newConversation: string;
13
14
  }
14
15
  interface AgentGuiWorkbenchHeaderProps extends HTMLAttributes<HTMLElement> {
15
16
  copy: AgentGuiWorkbenchHeaderCopy;
16
17
  defaultActions?: ReactNode;
17
18
  isConversationRailAutoCollapsed: boolean;
18
19
  isConversationRailCollapsed: boolean;
20
+ conversationTitle?: string | null;
21
+ onCreateConversation?: () => void;
19
22
  onToggleConversationRail: (nextCollapsed: boolean) => void;
20
23
  title?: string;
21
24
  }
22
- declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions, isConversationRailAutoCollapsed, isConversationRailCollapsed, onToggleConversationRail, title, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
25
+ declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationTitle, onCreateConversation, onToggleConversationRail, title, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
23
26
 
24
27
  export { AgentGuiWorkbenchHeader, type AgentGuiWorkbenchHeaderCopy, type AgentGuiWorkbenchHeaderProps };
@@ -1,11 +1,12 @@
1
1
  import {
2
2
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
3
+ AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT,
3
4
  AgentGuiWorkbenchHeader,
4
5
  agentGuiWorkbenchDefaultCopy,
5
6
  agentGuiWorkbenchDefaultNodeFrame,
6
7
  createAgentGuiWorkbenchContribution,
7
8
  resolveAgentGuiWorkbenchContributionCopy
8
- } from "../chunk-ASAZDEQE.js";
9
+ } from "../chunk-GWR6WGZY.js";
9
10
  import {
10
11
  agentGuiWorkbenchDockEntryId,
11
12
  agentGuiWorkbenchInstanceId,
@@ -16,7 +17,7 @@ import {
16
17
  createAgentGuiWorkbenchInstanceId,
17
18
  createAgentGuiWorkbenchLaunchDescriptor,
18
19
  createAgentGuiWorkbenchSessionLaunchRequest
19
- } from "../chunk-ZO3SZCIX.js";
20
+ } from "../chunk-JNGYJ7GM.js";
20
21
  import {
21
22
  agentGuiWorkbenchProviderFromInstanceId,
22
23
  areAgentGuiWorkbenchNodeStatesEqual,
@@ -26,7 +27,7 @@ import {
26
27
  normalizeAgentGuiWorkbenchNodeState,
27
28
  normalizeAgentGuiWorkbenchState,
28
29
  projectAgentGuiWorkbenchState
29
- } from "../chunk-GEXHKJK5.js";
30
+ } from "../chunk-MUZMBEFO.js";
30
31
  import {
31
32
  agentGuiWorkbenchComingSoonProviders,
32
33
  agentGuiWorkbenchDefaultDockProviders,
@@ -43,11 +44,12 @@ import {
43
44
  import {
44
45
  agentGuiWorkbenchOpenSessionActivationType,
45
46
  agentGuiWorkbenchPrefillPromptActivationType
46
- } from "../chunk-VDNMTW2E.js";
47
+ } from "../chunk-IXIGWLQY.js";
47
48
  import "../chunk-Q75AK47T.js";
48
49
  import "../chunk-MTFSQWZ6.js";
49
50
  export {
50
51
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
52
+ AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT,
51
53
  AgentGuiWorkbenchHeader,
52
54
  agentGuiWorkbenchComingSoonProviders,
53
55
  agentGuiWorkbenchDefaultCopy,
@@ -26,6 +26,7 @@ declare function createAgentGuiWorkbenchSessionLaunchRequest(input: {
26
26
  typeId: string;
27
27
  };
28
28
  declare function createAgentGuiWorkbenchDraftLaunchRequest(input: {
29
+ autoSubmit?: boolean;
29
30
  draftPrompt: string;
30
31
  provider: unknown;
31
32
  userProjectPath?: string | null;
@@ -33,6 +34,7 @@ declare function createAgentGuiWorkbenchDraftLaunchRequest(input: {
33
34
  dockEntryId: string;
34
35
  payload: {
35
36
  userProjectPath?: string | undefined;
37
+ autoSubmit?: boolean | undefined;
36
38
  draftPrompt: string;
37
39
  provider: AgentGuiWorkbenchProvider;
38
40
  };
@@ -8,11 +8,11 @@ import {
8
8
  createAgentGuiWorkbenchInstanceId,
9
9
  createAgentGuiWorkbenchLaunchDescriptor,
10
10
  createAgentGuiWorkbenchSessionLaunchRequest
11
- } from "../chunk-ZO3SZCIX.js";
11
+ } from "../chunk-JNGYJ7GM.js";
12
12
  import "../chunk-22L4VWUR.js";
13
13
  import {
14
14
  agentGuiWorkbenchPrefillPromptActivationType
15
- } from "../chunk-VDNMTW2E.js";
15
+ } from "../chunk-IXIGWLQY.js";
16
16
  export {
17
17
  agentGuiWorkbenchDockEntryId,
18
18
  agentGuiWorkbenchInstanceId,
@@ -1,6 +1,7 @@
1
1
  import { WorkbenchHostExternalStateSource, WorkbenchHostExternalStateLookupInput } from '@tutti-os/workbench-surface';
2
2
  import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState } from './types.js';
3
3
 
4
+ type AgentGuiWorkbenchStateLookupRequest = Pick<WorkbenchHostExternalStateLookupInput, "instanceId" | "typeId"> & Partial<Pick<WorkbenchHostExternalStateLookupInput, "nodeId">>;
4
5
  declare function createDefaultAgentGuiWorkbenchNodeState(provider?: AgentGuiWorkbenchProvider): AgentGuiWorkbenchNodeState;
5
6
  declare function normalizeAgentGuiWorkbenchState(state: unknown): AgentGuiWorkbenchState;
6
7
  declare function projectAgentGuiWorkbenchState(state: AgentGuiWorkbenchNodeState): AgentGuiWorkbenchState;
@@ -13,8 +14,8 @@ declare function createAgentGuiWorkbenchNodeStateSource(input: {
13
14
  workspaceId: string;
14
15
  }): {
15
16
  externalStateSource: WorkbenchHostExternalStateSource<AgentGuiWorkbenchState | null, AgentGuiWorkbenchWorkspaceState>;
16
- readNodeState: (request: Pick<WorkbenchHostExternalStateLookupInput, "instanceId" | "typeId">) => AgentGuiWorkbenchState | null;
17
- writeNodeState: (request: Pick<WorkbenchHostExternalStateLookupInput, "instanceId" | "typeId"> & {
17
+ readNodeState: (request: AgentGuiWorkbenchStateLookupRequest) => AgentGuiWorkbenchState | null;
18
+ writeNodeState: (request: AgentGuiWorkbenchStateLookupRequest & {
18
19
  state: AgentGuiWorkbenchState;
19
20
  }) => void;
20
21
  };
@@ -7,7 +7,7 @@ import {
7
7
  normalizeAgentGuiWorkbenchNodeState,
8
8
  normalizeAgentGuiWorkbenchState,
9
9
  projectAgentGuiWorkbenchState
10
- } from "../chunk-GEXHKJK5.js";
10
+ } from "../chunk-MUZMBEFO.js";
11
11
  import "../chunk-22L4VWUR.js";
12
12
  export {
13
13
  agentGuiWorkbenchProviderFromInstanceId,
@@ -2,6 +2,7 @@ type AgentGuiWorkbenchProvider = "claude-code" | "codex" | "nexight" | "gemini"
2
2
  declare const agentGuiWorkbenchOpenSessionActivationType = "agent-gui:open-session";
3
3
  declare const agentGuiWorkbenchPrefillPromptActivationType = "agent-gui:prefill-prompt";
4
4
  interface AgentGuiWorkbenchPrefillPromptPayload {
5
+ autoSubmit?: boolean;
5
6
  draftPrompt: string;
6
7
  userProjectPath?: string | null;
7
8
  }
@@ -19,6 +20,7 @@ interface AgentGuiWorkbenchNodeState {
19
20
  conversationRailCollapsed?: boolean | null;
20
21
  conversationRailWidthPx?: number | null;
21
22
  lastActiveAgentSessionId: string | null;
23
+ /** @deprecated Conversation titles are derived from the active session id. */
22
24
  lastActiveConversationTitle?: string | null;
23
25
  provider: AgentGuiWorkbenchProvider;
24
26
  }
@@ -28,6 +30,7 @@ interface AgentGuiWorkbenchState {
28
30
  conversationRailCollapsed?: boolean | null;
29
31
  conversationRailWidthPx?: number | null;
30
32
  lastActiveAgentSessionId: string | null;
33
+ /** @deprecated Conversation titles are derived from the active session id. */
31
34
  lastActiveConversationTitle?: string | null;
32
35
  }
33
36
  interface AgentGuiWorkbenchWorkspaceState {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  agentGuiWorkbenchOpenSessionActivationType,
3
3
  agentGuiWorkbenchPrefillPromptActivationType
4
- } from "../chunk-VDNMTW2E.js";
4
+ } from "../chunk-IXIGWLQY.js";
5
5
  export {
6
6
  agentGuiWorkbenchOpenSessionActivationType,
7
7
  agentGuiWorkbenchPrefillPromptActivationType
@@ -4,14 +4,14 @@ import {
4
4
  resolveWorkspaceAgentActivityStatus,
5
5
  resolveWorkspaceAgentActivityTitle,
6
6
  reuseWorkspaceAgentActivityListViewModelIfUnchanged
7
- } from "./chunk-KEKPOVQD.js";
7
+ } from "./chunk-CABHBFYH.js";
8
8
  import "./chunk-IBIMGLCD.js";
9
9
  import "./chunk-XJ34OIEQ.js";
10
10
  import {
11
11
  workspaceAgentProviderLabel
12
12
  } from "./chunk-TYGL25EL.js";
13
13
  import "./chunk-GCBDIQDX.js";
14
- import "./chunk-FSTZDNRM.js";
14
+ import "./chunk-SIDWRR5I.js";
15
15
  export {
16
16
  buildWorkspaceAgentActivityListViewModel,
17
17
  collectWorkspaceAgentGeneratedFiles,
@@ -50,6 +50,9 @@ interface OpenWorkspaceAppLinkAction {
50
50
  type: "open-workspace-app";
51
51
  workspaceId: string;
52
52
  appId: string;
53
+ conversationId?: string | null;
54
+ messageId?: string | null;
55
+ summaryTaskId?: string | null;
53
56
  source: WorkspaceLinkActionSource;
54
57
  }
55
58
  type WorkspaceLinkAction = OpenWorkspaceFileLinkAction | OpenWorkspaceUrlLinkAction | OpenAgentSessionLinkAction | OpenWorkspaceIssueLinkAction | OpenWorkspaceAppLinkAction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -82,17 +82,17 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@monaco-editor/react": "^4.7.0",
85
- "@tutti-os/agent-activity-core": "0.0.14",
86
- "@tutti-os/ui-i18n-runtime": "0.0.14",
87
- "@tutti-os/ui-rich-text": "0.0.14",
88
- "@tutti-os/ui-react-hooks": "0.0.14",
89
- "@tutti-os/ui-system": "0.0.14",
90
- "@tutti-os/workbench-surface": "0.0.14",
91
- "@tutti-os/workspace-external-core": "0.0.14",
92
- "@tutti-os/workspace-file-manager": "0.0.14",
93
- "@tutti-os/workspace-file-reference": "0.0.14",
94
- "@tutti-os/workspace-issue-manager": "0.0.14",
95
- "@tutti-os/workspace-user-project": "0.0.14",
85
+ "@tutti-os/agent-activity-core": "0.0.16",
86
+ "@tutti-os/ui-i18n-runtime": "0.0.16",
87
+ "@tutti-os/ui-rich-text": "0.0.16",
88
+ "@tutti-os/ui-react-hooks": "0.0.16",
89
+ "@tutti-os/ui-system": "0.0.16",
90
+ "@tutti-os/workbench-surface": "0.0.16",
91
+ "@tutti-os/workspace-external-core": "0.0.16",
92
+ "@tutti-os/workspace-file-manager": "0.0.16",
93
+ "@tutti-os/workspace-file-reference": "0.0.16",
94
+ "@tutti-os/workspace-issue-manager": "0.0.16",
95
+ "@tutti-os/workspace-user-project": "0.0.16",
96
96
  "@tanstack/react-virtual": "^3.13.12",
97
97
  "@tiptap/core": "^3.11.1",
98
98
  "@tiptap/pm": "^3.23.6",
@@ -100,6 +100,7 @@
100
100
  "@tiptap/starter-kit": "^3.11.1",
101
101
  "@tiptap/suggestion": "^3.11.1",
102
102
  "clsx": "^2.1.1",
103
+ "lodash": "^4.17.21",
103
104
  "framer-motion": "^12.40.0",
104
105
  "lucide-react": "^0.511.0",
105
106
  "react-markdown": "^10.1.0",
@@ -113,6 +114,7 @@
113
114
  "devDependencies": {
114
115
  "@testing-library/jest-dom": "^6.9.1",
115
116
  "@testing-library/react": "^16.3.0",
117
+ "@types/lodash": "^4.17.24",
116
118
  "@types/node": "^24.0.1",
117
119
  "@types/react": "^19.1.6",
118
120
  "@types/react-dom": "^19.1.5",
@@ -136,7 +138,7 @@
136
138
  "scripts": {
137
139
  "build": "tsup --config tsup.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons",
138
140
  "test": "vitest run --environment jsdom",
139
- "typecheck": "tsc --noEmit -p tsconfig.json"
141
+ "typecheck": "node ../../../tools/scripts/run-tsgo-typecheck.mjs"
140
142
  },
141
143
  "typesVersions": {
142
144
  "*": {