@tutti-os/agent-gui 0.0.70 → 0.0.71

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
- import { d as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-CmLUy5Jt.js';
1
+ import { d as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-C0oBQn-F.js';
2
2
  import '@tutti-os/agent-activity-core';
3
- import './types-DZ79b8Zn.js';
3
+ import './types-CrwMqBm1.js';
4
4
  import './workspaceAgentActivityListViewModel-DJvAqZso.js';
5
5
  import './agentConversationVM-DPAgUJlR.js';
6
6
  import '@tutti-os/workspace-user-project/contracts';
@@ -170,6 +170,9 @@ interface AgentGUIProviderTarget {
170
170
  disabled?: boolean;
171
171
  unavailableReason?: string;
172
172
  }
173
+ interface AgentGUIProviderRailAllPresentation {
174
+ iconUrl?: string | null;
175
+ }
173
176
  /**
174
177
  * How the provider rail composes the target list.
175
178
  * - "catalog" (default): host-provided targets are augmented with the static
@@ -203,4 +206,4 @@ interface NodeFrame {
203
206
  size: Size;
204
207
  }
205
208
 
206
- export type { AgentGUINodeData as A, NodeFrame as N, Point as P, AgentGUIProvider as a, AgentGUIProviderRailMode as b, AgentGUIProviderReadinessGate as c, AgentGUIProviderReadinessGateAction as d, AgentGUIProviderReadinessGateStatus as e, AgentGUIProviderTarget as f, AgentGUIProviderTargetBadge as g, AgentGUIProviderTargetRef as h, AgentHostActivateAgentSessionResult as i, AgentHostAgentSessionCommand as j, AgentHostAgentSessionComposerSettings as k, AgentHostAgentSessionPermissionConfig as l, AgentHostAgentSessionReasoningEffort as m, AgentHostAgentSessionSpeed as n, AgentHostAgentSessionState as o, AgentHostUnactivateAgentSessionResult as p, AgentHostUpdateAgentSessionSettingsResult as q, AgentPromptContentBlock as r, AgentProvider as s };
209
+ export type { AgentGUINodeData as A, NodeFrame as N, Point as P, AgentGUIProvider as a, AgentGUIProviderRailAllPresentation as b, AgentGUIProviderRailMode as c, AgentGUIProviderReadinessGate as d, AgentGUIProviderReadinessGateAction as e, AgentGUIProviderReadinessGateStatus as f, AgentGUIProviderTarget as g, AgentGUIProviderTargetBadge as h, AgentGUIProviderTargetRef as i, AgentHostActivateAgentSessionResult as j, AgentHostAgentSessionCommand as k, AgentHostAgentSessionComposerSettings as l, AgentHostAgentSessionPermissionConfig as m, AgentHostAgentSessionReasoningEffort as n, AgentHostAgentSessionSpeed as o, AgentHostAgentSessionState as p, AgentHostUnactivateAgentSessionResult as q, AgentHostUpdateAgentSessionSettingsResult as r, AgentPromptContentBlock as s, AgentProvider as t };
@@ -1,7 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { WorkbenchFrame, WorkbenchHostNodeBodyContext, WorkbenchHostLaunchRequest, WorkbenchHostDockEntry, WorkbenchContribution } from '@tutti-os/workbench-surface';
3
3
  import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchState } from './types.js';
4
- import { f as AgentGUIProviderTarget, h as AgentGUIProviderTargetRef } from '../types-DZ79b8Zn.js';
4
+ import { g as AgentGUIProviderTarget, i as AgentGUIProviderTargetRef } from '../types-CrwMqBm1.js';
5
5
 
6
6
  declare const agentGuiWorkbenchDefaultNodeFrame: WorkbenchFrame;
7
7
  declare const agentGuiWorkbenchDefaultUsableWidthRatio = 0.8;
@@ -6,7 +6,7 @@ import { HTMLAttributes, ReactNode } from 'react';
6
6
  import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tutti-os/workbench-surface';
7
7
  export { AgentGuiSessionTitleFormatOptions, AgentGuiWorkbenchSessionTitleResult, ResolveAgentGuiWorkbenchSessionTitleInput, formatAgentGuiConversationPlainTitle, formatAgentGuiSessionPlainTitle, resolveAgentGuiWorkbenchSessionTitle } from './sessionTitle.js';
8
8
  export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
9
- import '../types-DZ79b8Zn.js';
9
+ import '../types-CrwMqBm1.js';
10
10
  import '@tutti-os/agent-activity-core';
11
11
  import '../uiSettings-BQS9r2eo.js';
12
12
 
@@ -1,6 +1,6 @@
1
1
  import { WorkbenchHostLaunchRequest } from '@tutti-os/workbench-surface';
2
2
  import { agentGuiWorkbenchOpenSessionActivationType, AgentGuiWorkbenchPrefillPromptPayload, agentGuiWorkbenchPrefillPromptActivationType, AgentGuiWorkbenchProvider } from './types.js';
3
- import '../types-DZ79b8Zn.js';
3
+ import '../types-CrwMqBm1.js';
4
4
 
5
5
  type AgentGuiWorkbenchLaunchRequestInput = Pick<WorkbenchHostLaunchRequest, "payload" | "typeId"> & {
6
6
  dockEntryId?: string | null;
@@ -1,5 +1,5 @@
1
1
  import { AgentGuiWorkbenchProvider } from './types.js';
2
- import '../types-DZ79b8Zn.js';
2
+ import '../types-CrwMqBm1.js';
3
3
 
4
4
  declare const agentGuiWorkbenchProviders: readonly ["claude-code", "codex", "cursor", "tutti-agent", "opencode", "hermes", "gemini", "openclaw"];
5
5
  declare const agentGuiWorkbenchDefaultDockProviders: readonly ["codex", "claude-code", "tutti-agent"];
@@ -1,7 +1,7 @@
1
1
  import { AgentActivitySnapshot } from '@tutti-os/agent-activity-core';
2
2
  import { U as UiLanguage } from '../uiSettings-BQS9r2eo.js';
3
3
  import { AgentGuiWorkbenchProvider } from './types.js';
4
- import '../types-DZ79b8Zn.js';
4
+ import '../types-CrwMqBm1.js';
5
5
 
6
6
  interface AgentGuiSessionTitleFormatOptions {
7
7
  fallbackAgentLabel?: string;
@@ -1,6 +1,6 @@
1
1
  import { WorkbenchHostExternalStateSource, WorkbenchHostExternalStateLookupInput } from '@tutti-os/workbench-surface';
2
2
  import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState } from './types.js';
3
- import '../types-DZ79b8Zn.js';
3
+ import '../types-CrwMqBm1.js';
4
4
 
5
5
  type AgentGuiWorkbenchStateLookupRequest = Pick<WorkbenchHostExternalStateLookupInput, "instanceId" | "typeId"> & Partial<Pick<WorkbenchHostExternalStateLookupInput, "nodeId">>;
6
6
  declare function createDefaultAgentGuiWorkbenchNodeState(provider?: AgentGuiWorkbenchProvider): AgentGuiWorkbenchNodeState;
@@ -1,4 +1,4 @@
1
- import { h as AgentGUIProviderTargetRef } from '../types-DZ79b8Zn.js';
1
+ import { i as AgentGUIProviderTargetRef } from '../types-CrwMqBm1.js';
2
2
 
3
3
  type AgentGuiWorkbenchProvider = "claude-code" | "codex" | "tutti-agent" | "cursor" | "nexight" | "gemini" | "hermes" | "openclaw" | "opencode";
4
4
  declare const agentGuiWorkbenchOpenSessionActivationType = "agent-gui:open-session";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -94,17 +94,17 @@
94
94
  },
95
95
  "dependencies": {
96
96
  "@monaco-editor/react": "^4.7.0",
97
- "@tutti-os/agent-activity-core": "0.0.70",
98
- "@tutti-os/ui-i18n-runtime": "0.0.70",
99
- "@tutti-os/ui-rich-text": "0.0.70",
100
- "@tutti-os/ui-react-hooks": "0.0.70",
101
- "@tutti-os/ui-system": "0.0.70",
102
- "@tutti-os/workbench-surface": "0.0.70",
103
- "@tutti-os/workspace-external-core": "0.0.70",
104
- "@tutti-os/workspace-file-manager": "0.0.70",
105
- "@tutti-os/workspace-file-reference": "0.0.70",
106
- "@tutti-os/workspace-issue-manager": "0.0.70",
107
- "@tutti-os/workspace-user-project": "0.0.70",
97
+ "@tutti-os/agent-activity-core": "0.0.71",
98
+ "@tutti-os/ui-i18n-runtime": "0.0.71",
99
+ "@tutti-os/ui-rich-text": "0.0.71",
100
+ "@tutti-os/ui-react-hooks": "0.0.71",
101
+ "@tutti-os/ui-system": "0.0.71",
102
+ "@tutti-os/workbench-surface": "0.0.71",
103
+ "@tutti-os/workspace-external-core": "0.0.71",
104
+ "@tutti-os/workspace-file-manager": "0.0.71",
105
+ "@tutti-os/workspace-file-reference": "0.0.71",
106
+ "@tutti-os/workspace-issue-manager": "0.0.71",
107
+ "@tutti-os/workspace-user-project": "0.0.71",
108
108
  "@tanstack/react-virtual": "^3.13.12",
109
109
  "@tiptap/core": "^3.11.1",
110
110
  "@tiptap/pm": "^3.23.6",
@@ -135,8 +135,8 @@
135
135
  "typescript": "^5.8.3",
136
136
  "vite": "^6.4.2",
137
137
  "vitest": "^4.0.13",
138
- "@tutti-os/client-tuttid-ts": "0.0.0",
139
- "@tutti-os/config-tsconfig": "0.0.0"
138
+ "@tutti-os/config-tsconfig": "0.0.0",
139
+ "@tutti-os/client-tuttid-ts": "0.0.0"
140
140
  },
141
141
  "peerDependencies": {
142
142
  "react": "^19.1.0",