@tutti-os/agent-gui 0.0.5 → 0.0.7

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.
@@ -4,6 +4,7 @@ import { AgentGuiWorkbenchState, AgentGuiWorkbenchProvider } from './types.js';
4
4
 
5
5
  declare const agentGuiWorkbenchDefaultNodeFrame: WorkbenchFrame;
6
6
  declare const agentGuiWorkbenchDefaultUsableHeightRatio = 0.7;
7
+ declare const agentGuiWorkbenchCompactVisibleAreaRatio = 0.9;
7
8
  declare const AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT = "nextop:agent-gui-workbench-conversation-rail-toggle";
8
9
  interface AgentGuiWorkbenchConversationRailToggleDetail {
9
10
  conversationRailCollapsed: boolean;
@@ -29,6 +30,7 @@ interface CreateAgentGuiWorkbenchContributionInput {
29
30
  frame?: WorkbenchFrame;
30
31
  id?: string;
31
32
  renderBody(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
33
+ renderPreview?(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
32
34
  resolveDockEntryVisibility?: (provider: AgentGuiWorkbenchProvider) => WorkbenchHostDockEntry["visibility"];
33
35
  workspaceId: string;
34
36
  }
@@ -39,4 +41,4 @@ declare function resolveAgentGuiWorkbenchDefaultLaunchFrame(input: {
39
41
  }): WorkbenchFrame;
40
42
  declare function resolveAgentGuiWorkbenchContributionCopy(copy?: AgentGuiWorkbenchContributionCopyOverrides): AgentGuiWorkbenchContributionCopy;
41
43
 
42
- export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, type AgentGuiWorkbenchContributionCopy, type AgentGuiWorkbenchContributionCopyOverrides, type AgentGuiWorkbenchConversationRailToggleDetail, type AgentGuiWorkbenchRenderBodyHelpers, type CreateAgentGuiWorkbenchContributionInput, agentGuiWorkbenchDefaultCopy, agentGuiWorkbenchDefaultNodeFrame, agentGuiWorkbenchDefaultUsableHeightRatio, createAgentGuiWorkbenchContribution, resolveAgentGuiWorkbenchContributionCopy, resolveAgentGuiWorkbenchDefaultLaunchFrame };
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 };
@@ -1,12 +1,13 @@
1
1
  import {
2
2
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
3
+ agentGuiWorkbenchCompactVisibleAreaRatio,
3
4
  agentGuiWorkbenchDefaultCopy,
4
5
  agentGuiWorkbenchDefaultNodeFrame,
5
6
  agentGuiWorkbenchDefaultUsableHeightRatio,
6
7
  createAgentGuiWorkbenchContribution,
7
8
  resolveAgentGuiWorkbenchContributionCopy,
8
9
  resolveAgentGuiWorkbenchDefaultLaunchFrame
9
- } from "../chunk-C63Z2JWT.js";
10
+ } from "../chunk-4RB33ETE.js";
10
11
  import "../chunk-3735XYFZ.js";
11
12
  import "../chunk-GEXHKJK5.js";
12
13
  import "../chunk-22L4VWUR.js";
@@ -15,6 +16,7 @@ import "../chunk-GYG57VTA.js";
15
16
  import "../chunk-ZU3FKYMG.js";
16
17
  export {
17
18
  AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
19
+ agentGuiWorkbenchCompactVisibleAreaRatio,
18
20
  agentGuiWorkbenchDefaultCopy,
19
21
  agentGuiWorkbenchDefaultNodeFrame,
20
22
  agentGuiWorkbenchDefaultUsableHeightRatio,
@@ -5,7 +5,7 @@ import {
5
5
  agentGuiWorkbenchDefaultNodeFrame,
6
6
  createAgentGuiWorkbenchContribution,
7
7
  resolveAgentGuiWorkbenchContributionCopy
8
- } from "../chunk-C63Z2JWT.js";
8
+ } from "../chunk-4RB33ETE.js";
9
9
  import {
10
10
  agentGuiWorkbenchDockEntryId,
11
11
  agentGuiWorkbenchInstanceId,
@@ -4,12 +4,12 @@ import {
4
4
  resolveWorkspaceAgentActivityStatus,
5
5
  resolveWorkspaceAgentActivityTitle,
6
6
  reuseWorkspaceAgentActivityListViewModelIfUnchanged
7
- } from "./chunk-7ICAFTA2.js";
7
+ } from "./chunk-DHOAJJ3K.js";
8
8
  import {
9
9
  workspaceAgentProviderLabel
10
10
  } from "./chunk-3D5VTIKP.js";
11
11
  import "./chunk-GCBDIQDX.js";
12
- import "./chunk-BHCCGKOP.js";
12
+ import "./chunk-ZAVQMGAX.js";
13
13
  export {
14
14
  buildWorkspaceAgentActivityListViewModel,
15
15
  collectWorkspaceAgentGeneratedFiles,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -70,15 +70,15 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "@monaco-editor/react": "^4.7.0",
73
- "@tutti-os/agent-activity-core": "0.0.5",
74
- "@tutti-os/ui-i18n-runtime": "0.0.5",
75
- "@tutti-os/ui-react-hooks": "0.0.5",
76
- "@tutti-os/ui-system": "0.0.5",
77
- "@tutti-os/workbench-surface": "0.0.5",
78
- "@tutti-os/workspace-file-manager": "0.0.5",
79
- "@tutti-os/workspace-file-reference": "0.0.5",
80
- "@tutti-os/workspace-issue-manager": "0.0.5",
81
- "@tutti-os/workspace-user-project": "0.0.5",
73
+ "@tutti-os/agent-activity-core": "0.0.7",
74
+ "@tutti-os/ui-i18n-runtime": "0.0.7",
75
+ "@tutti-os/ui-react-hooks": "0.0.7",
76
+ "@tutti-os/ui-system": "0.0.7",
77
+ "@tutti-os/workbench-surface": "0.0.7",
78
+ "@tutti-os/workspace-file-manager": "0.0.7",
79
+ "@tutti-os/workspace-file-reference": "0.0.7",
80
+ "@tutti-os/workspace-issue-manager": "0.0.7",
81
+ "@tutti-os/workspace-user-project": "0.0.7",
82
82
  "@tanstack/react-virtual": "^3.13.12",
83
83
  "@tiptap/core": "^3.11.1",
84
84
  "@tiptap/pm": "^3.23.6",