@tutti-os/agent-gui 0.0.40 → 0.0.41

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 (40) hide show
  1. package/dist/{AgentMessageMarkdown-GDgLA-im.d.ts → AgentMessageMarkdown-Cts0dAIm.d.ts} +1 -0
  2. package/dist/agent-conversation/index.d.ts +1 -1
  3. package/dist/agent-conversation/index.js +4 -4
  4. package/dist/agent-message-center/index.js +6 -6
  5. package/dist/agent-message-center/index.js.map +1 -1
  6. package/dist/app/renderer/agentactivity.css +298 -21
  7. package/dist/{chunk-UUM2GZXH.js → chunk-3PVSIL3H.js} +4 -4
  8. package/dist/{chunk-RE3AHBX6.js → chunk-3WZWZHAJ.js} +2 -2
  9. package/dist/{chunk-Y2DQJPTL.js → chunk-42WP3P5C.js} +2 -2
  10. package/dist/{chunk-Y5SE2XMU.js → chunk-5LVFYNIP.js} +5 -2
  11. package/dist/{chunk-Y5SE2XMU.js.map → chunk-5LVFYNIP.js.map} +1 -1
  12. package/dist/{chunk-EQ4RSPQE.js → chunk-5U4SXENC.js} +4 -4
  13. package/dist/{chunk-WJPEKD3F.js → chunk-LKOPLDPM.js} +5 -1
  14. package/dist/chunk-LKOPLDPM.js.map +1 -0
  15. package/dist/{chunk-DO7D7OOL.js → chunk-MUJYJDZH.js} +11 -10
  16. package/dist/chunk-MUJYJDZH.js.map +1 -0
  17. package/dist/{chunk-WC34LVH6.js → chunk-OLZP2EFK.js} +230 -45
  18. package/dist/chunk-OLZP2EFK.js.map +1 -0
  19. package/dist/{chunk-R7XH3C4Y.js → chunk-QIPMH6XO.js} +135 -35
  20. package/dist/chunk-QIPMH6XO.js.map +1 -0
  21. package/dist/context-mention-palette/index.js +5 -5
  22. package/dist/i18n/index.d.ts +4 -0
  23. package/dist/i18n/index.js +1 -1
  24. package/dist/index.d.ts +12 -2
  25. package/dist/index.js +136 -102
  26. package/dist/index.js.map +1 -1
  27. package/dist/workbench/contribution.d.ts +4 -0
  28. package/dist/workbench/contribution.js +1 -1
  29. package/dist/workbench/index.d.ts +10 -3
  30. package/dist/workbench/index.js +1 -1
  31. package/dist/workspace-agent-generated-files.js +2 -2
  32. package/package.json +12 -12
  33. package/dist/chunk-DO7D7OOL.js.map +0 -1
  34. package/dist/chunk-R7XH3C4Y.js.map +0 -1
  35. package/dist/chunk-WC34LVH6.js.map +0 -1
  36. package/dist/chunk-WJPEKD3F.js.map +0 -1
  37. /package/dist/{chunk-UUM2GZXH.js.map → chunk-3PVSIL3H.js.map} +0 -0
  38. /package/dist/{chunk-RE3AHBX6.js.map → chunk-3WZWZHAJ.js.map} +0 -0
  39. /package/dist/{chunk-Y2DQJPTL.js.map → chunk-42WP3P5C.js.map} +0 -0
  40. /package/dist/{chunk-EQ4RSPQE.js.map → chunk-5U4SXENC.js.map} +0 -0
@@ -17,10 +17,14 @@ interface AgentGuiWorkbenchNewConversationDetail {
17
17
  }
18
18
  interface AgentGuiWorkbenchContributionCopy {
19
19
  collapseConversationRail: string;
20
+ close: string;
20
21
  expandConversationRail: string;
21
22
  fallbackAgentLabel: string;
23
+ maximize: string;
24
+ minimize: string;
22
25
  newConversation: string;
23
26
  nodeTitle: string;
27
+ restore: string;
24
28
  }
25
29
  type AgentGuiWorkbenchContributionCopyOverrides = Partial<AgentGuiWorkbenchContributionCopy>;
26
30
  declare const agentGuiWorkbenchDefaultCopy: AgentGuiWorkbenchContributionCopy;
@@ -8,7 +8,7 @@ import {
8
8
  createAgentGuiWorkbenchContribution,
9
9
  resolveAgentGuiWorkbenchContributionCopy,
10
10
  resolveAgentGuiWorkbenchDefaultLaunchFrame
11
- } from "../chunk-R7XH3C4Y.js";
11
+ } from "../chunk-QIPMH6XO.js";
12
12
  import "../chunk-EU7RWKHE.js";
13
13
  import "../chunk-EFDGMXTB.js";
14
14
  import "../chunk-22L4VWUR.js";
@@ -3,27 +3,34 @@ export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProvi
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';
5
5
  import { HTMLAttributes, ReactNode } from 'react';
6
+ import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tutti-os/workbench-surface';
6
7
  export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
7
- import '@tutti-os/workbench-surface';
8
8
  import '../types-xMz0lJWt.js';
9
9
 
10
10
  interface AgentGuiWorkbenchHeaderCopy {
11
11
  collapseConversationRail: string;
12
+ close?: string;
12
13
  expandConversationRail: string;
13
14
  fallbackAgentLabel: string;
15
+ maximize?: string;
16
+ minimize?: string;
14
17
  newConversation: string;
18
+ restore?: string;
15
19
  }
16
20
  interface AgentGuiWorkbenchHeaderProps extends HTMLAttributes<HTMLElement> {
17
21
  copy: AgentGuiWorkbenchHeaderCopy;
18
22
  defaultActions?: ReactNode;
23
+ displayMode?: WorkbenchDisplayMode;
24
+ iconUrl?: string;
19
25
  isConversationRailAutoCollapsed: boolean;
20
26
  isConversationRailCollapsed: boolean;
27
+ conversationRailWidthPx?: number | null;
21
28
  conversationTitle?: string | null;
22
- iconUrl?: string | null;
23
29
  onCreateConversation?: () => void;
24
30
  onToggleConversationRail: (nextCollapsed: boolean) => void;
25
31
  title?: string;
32
+ windowActions?: Pick<WorkbenchHostNodeHeaderWindowActions, "close" | "minimize" | "toggleDisplayMode">;
26
33
  }
27
- declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationTitle, iconUrl, onCreateConversation, onToggleConversationRail, title, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
34
+ declare function AgentGuiWorkbenchHeader({ className, copy, defaultActions: _defaultActions, displayMode, iconUrl, isConversationRailAutoCollapsed, isConversationRailCollapsed, conversationRailWidthPx, conversationTitle, onCreateConversation, onToggleConversationRail, title, windowActions, ...headerProps }: AgentGuiWorkbenchHeaderProps): ReactNode;
28
35
 
29
36
  export { AgentGuiWorkbenchHeader, type AgentGuiWorkbenchHeaderCopy, type AgentGuiWorkbenchHeaderProps };
@@ -6,7 +6,7 @@ import {
6
6
  agentGuiWorkbenchDefaultNodeFrame,
7
7
  createAgentGuiWorkbenchContribution,
8
8
  resolveAgentGuiWorkbenchContributionCopy
9
- } from "../chunk-R7XH3C4Y.js";
9
+ } from "../chunk-QIPMH6XO.js";
10
10
  import {
11
11
  agentGuiWorkbenchDockEntryId,
12
12
  agentGuiWorkbenchInstanceId,
@@ -4,14 +4,14 @@ import {
4
4
  resolveWorkspaceAgentActivityStatus,
5
5
  resolveWorkspaceAgentActivityTitle,
6
6
  reuseWorkspaceAgentActivityListViewModelIfUnchanged
7
- } from "./chunk-Y5SE2XMU.js";
7
+ } from "./chunk-5LVFYNIP.js";
8
8
  import "./chunk-IBIMGLCD.js";
9
9
  import "./chunk-Y35GDLP2.js";
10
10
  import {
11
11
  workspaceAgentProviderLabel
12
12
  } from "./chunk-TYGL25EL.js";
13
13
  import "./chunk-GCBDIQDX.js";
14
- import "./chunk-WJPEKD3F.js";
14
+ import "./chunk-LKOPLDPM.js";
15
15
  export {
16
16
  buildWorkspaceAgentActivityListViewModel,
17
17
  collectWorkspaceAgentGeneratedFiles,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
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.40",
86
- "@tutti-os/ui-i18n-runtime": "0.0.40",
87
- "@tutti-os/ui-rich-text": "0.0.40",
88
- "@tutti-os/ui-react-hooks": "0.0.40",
89
- "@tutti-os/ui-system": "0.0.40",
90
- "@tutti-os/workbench-surface": "0.0.40",
91
- "@tutti-os/workspace-external-core": "0.0.40",
92
- "@tutti-os/workspace-file-manager": "0.0.40",
93
- "@tutti-os/workspace-file-reference": "0.0.40",
94
- "@tutti-os/workspace-issue-manager": "0.0.40",
95
- "@tutti-os/workspace-user-project": "0.0.40",
85
+ "@tutti-os/agent-activity-core": "0.0.41",
86
+ "@tutti-os/ui-i18n-runtime": "0.0.41",
87
+ "@tutti-os/ui-rich-text": "0.0.41",
88
+ "@tutti-os/ui-react-hooks": "0.0.41",
89
+ "@tutti-os/ui-system": "0.0.41",
90
+ "@tutti-os/workbench-surface": "0.0.41",
91
+ "@tutti-os/workspace-external-core": "0.0.41",
92
+ "@tutti-os/workspace-file-manager": "0.0.41",
93
+ "@tutti-os/workspace-file-reference": "0.0.41",
94
+ "@tutti-os/workspace-issue-manager": "0.0.41",
95
+ "@tutti-os/workspace-user-project": "0.0.41",
96
96
  "@tanstack/react-virtual": "^3.13.12",
97
97
  "@tiptap/core": "^3.11.1",
98
98
  "@tiptap/pm": "^3.23.6",