@tutti-os/agent-gui 0.0.39 → 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.
- package/README.md +40 -0
- package/dist/{AgentMessageMarkdown-BVeh06AJ.d.ts → AgentMessageMarkdown-Cts0dAIm.d.ts} +4 -156
- package/dist/agent-conversation/index.d.ts +2 -1
- package/dist/agent-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/app/renderer/agentactivity.css +298 -21
- package/dist/{chunk-46IYJEZX.js → chunk-3PVSIL3H.js} +5 -5
- package/dist/{chunk-RE3AHBX6.js → chunk-3WZWZHAJ.js} +2 -2
- package/dist/{chunk-Y2DQJPTL.js → chunk-42WP3P5C.js} +2 -2
- package/dist/chunk-4K22O34C.js +123 -0
- package/dist/chunk-4K22O34C.js.map +1 -0
- package/dist/{chunk-Y5SE2XMU.js → chunk-5LVFYNIP.js} +5 -2
- package/dist/{chunk-Y5SE2XMU.js.map → chunk-5LVFYNIP.js.map} +1 -1
- package/dist/{chunk-C7ZZZXKB.js → chunk-5U4SXENC.js} +5 -5
- package/dist/{chunk-ZWJBG2JM.js → chunk-EFDGMXTB.js} +62 -7
- package/dist/chunk-EFDGMXTB.js.map +1 -0
- package/dist/{chunk-JNGYJ7GM.js → chunk-EU7RWKHE.js} +2 -2
- package/dist/{chunk-IXIGWLQY.js → chunk-F5DYXCY3.js} +1 -1
- package/dist/{chunk-IXIGWLQY.js.map → chunk-F5DYXCY3.js.map} +1 -1
- package/dist/{chunk-WJPEKD3F.js → chunk-LKOPLDPM.js} +5 -1
- package/dist/chunk-LKOPLDPM.js.map +1 -0
- package/dist/{chunk-3AXEEQMV.js → chunk-MUJYJDZH.js} +12 -11
- package/dist/chunk-MUJYJDZH.js.map +1 -0
- package/dist/{chunk-5HQDW73P.js → chunk-OLZP2EFK.js} +231 -46
- package/dist/chunk-OLZP2EFK.js.map +1 -0
- package/dist/{chunk-XL2EKJTQ.js → chunk-QIPMH6XO.js} +137 -37
- package/dist/chunk-QIPMH6XO.js.map +1 -0
- package/dist/{chunk-B2JKDZSR.js → chunk-TXXWUG2J.js} +1 -1
- package/dist/chunk-TXXWUG2J.js.map +1 -0
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +4 -0
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +134 -102
- package/dist/index.js +374 -154
- package/dist/index.js.map +1 -1
- package/dist/types-xMz0lJWt.d.ts +173 -0
- package/dist/workbench/contribution.d.ts +5 -0
- package/dist/workbench/contribution.js +5 -4
- package/dist/workbench/index.d.ts +11 -3
- package/dist/workbench/index.js +5 -4
- package/dist/workbench/launch.d.ts +1 -0
- package/dist/workbench/launch.js +2 -2
- package/dist/workbench/providerCatalog.d.ts +1 -0
- package/dist/workbench/state.d.ts +1 -0
- package/dist/workbench/state.js +2 -1
- package/dist/workbench/types.d.ts +6 -0
- package/dist/workbench/types.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/package.json +12 -12
- package/dist/chunk-3AXEEQMV.js.map +0 -1
- package/dist/chunk-5HQDW73P.js.map +0 -1
- package/dist/chunk-B2JKDZSR.js.map +0 -1
- package/dist/chunk-WJPEKD3F.js.map +0 -1
- package/dist/chunk-XL2EKJTQ.js.map +0 -1
- package/dist/chunk-ZWJBG2JM.js.map +0 -1
- /package/dist/{chunk-46IYJEZX.js.map → chunk-3PVSIL3H.js.map} +0 -0
- /package/dist/{chunk-RE3AHBX6.js.map → chunk-3WZWZHAJ.js.map} +0 -0
- /package/dist/{chunk-Y2DQJPTL.js.map → chunk-42WP3P5C.js.map} +0 -0
- /package/dist/{chunk-C7ZZZXKB.js.map → chunk-5U4SXENC.js.map} +0 -0
- /package/dist/{chunk-JNGYJ7GM.js.map → chunk-EU7RWKHE.js.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -4,8 +4,9 @@ import { m as WorkspaceAgentActivityListViewModel, g as AgentHostWorkspaceAgentS
|
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import { PropsWithChildren, JSX } from 'react';
|
|
6
6
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
7
|
-
import {
|
|
8
|
-
|
|
7
|
+
import { n as AgentProvider, c as AgentGUIProviderTargetRef, f as AgentHostAgentSessionComposerSettings, d as AgentHostActivateAgentSessionResult, l as AgentHostUpdateAgentSessionSettingsResult, j as AgentHostAgentSessionState, k as AgentHostUnactivateAgentSessionResult, A as AgentGUINodeData, P as Point, b as AgentGUIProviderTarget, N as NodeFrame, a as AgentGUIProvider } from './types-xMz0lJWt.js';
|
|
8
|
+
import { h as AgentProbeSnapshot, A as AgentGUINodeViewModel, f as AgentMessageMarkdownWorkspaceAppIcon, c as AgentHostInputApi } from './AgentMessageMarkdown-Cts0dAIm.js';
|
|
9
|
+
export { b as AgentHostApi, d as AgentHostRuntimeApi, e as AgentHostSelectFilesInput, g as AgentProbeProvider, i as AgentProviderProbeListInput, j as AgentProviderProbeListResult, k as AgentUsageQuota, l as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, m as WriteWorkspaceAgentReadStateInput } from './AgentMessageMarkdown-Cts0dAIm.js';
|
|
9
10
|
import { ReferenceLocateTarget, WorkspaceFileReferenceAdapter, WorkspaceFileReference } from '@tutti-os/workspace-file-reference/contracts';
|
|
10
11
|
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
11
12
|
import { W as WorkspaceLinkAction } from './workspaceLinkActions-C6POH38D.js';
|
|
@@ -41,6 +42,105 @@ declare function agentHostSnapshotFromAgentActivitySnapshot(snapshot: AgentActiv
|
|
|
41
42
|
*/
|
|
42
43
|
declare function projectCoreSessionStatus(status: string): string;
|
|
43
44
|
|
|
45
|
+
type AgentCustomModelEnabledByProvider<TProvider extends string> = Record<TProvider, boolean>;
|
|
46
|
+
type AgentCustomModelByProvider<TProvider extends string> = Record<TProvider, string>;
|
|
47
|
+
type AgentCustomModelOptionsByProvider<TProvider extends string> = Record<TProvider, string[]>;
|
|
48
|
+
|
|
49
|
+
type FocusNodeTargetZoom = number;
|
|
50
|
+
|
|
51
|
+
declare const UI_LANGUAGES: readonly ["en", "zh-CN"];
|
|
52
|
+
type UiLanguage = (typeof UI_LANGUAGES)[number];
|
|
53
|
+
declare const UI_THEMES: readonly ["system", "light", "dark"];
|
|
54
|
+
type UiTheme = (typeof UI_THEMES)[number];
|
|
55
|
+
|
|
56
|
+
declare const COMMAND_IDS: readonly ["commandCenter.toggle", "app.togglePrimarySidebar", "workspaceCanvas.createTerminal"];
|
|
57
|
+
type CommandId = (typeof COMMAND_IDS)[number];
|
|
58
|
+
type KeyChord = {
|
|
59
|
+
code: string;
|
|
60
|
+
altKey: boolean;
|
|
61
|
+
ctrlKey: boolean;
|
|
62
|
+
metaKey: boolean;
|
|
63
|
+
shiftKey: boolean;
|
|
64
|
+
};
|
|
65
|
+
type KeybindingOverrides = Partial<Record<CommandId, KeyChord | null>>;
|
|
66
|
+
|
|
67
|
+
declare const CANVAS_INPUT_MODES: readonly ["auto", "mouse", "trackpad"];
|
|
68
|
+
type CanvasInputMode = (typeof CANVAS_INPUT_MODES)[number];
|
|
69
|
+
declare const CANVAS_WHEEL_BEHAVIORS: readonly ["zoom", "pan"];
|
|
70
|
+
type CanvasWheelBehavior = (typeof CANVAS_WHEEL_BEHAVIORS)[number];
|
|
71
|
+
declare const CANVAS_WHEEL_ZOOM_MODIFIERS: readonly ["primary", "ctrl", "alt"];
|
|
72
|
+
type CanvasWheelZoomModifier = (typeof CANVAS_WHEEL_ZOOM_MODIFIERS)[number];
|
|
73
|
+
declare const STANDARD_WINDOW_SIZE_BUCKETS: readonly ["compact", "regular", "large"];
|
|
74
|
+
type StandardWindowSizeBucket = (typeof STANDARD_WINDOW_SIZE_BUCKETS)[number];
|
|
75
|
+
|
|
76
|
+
type QuickCommand = {
|
|
77
|
+
id: string;
|
|
78
|
+
title: string;
|
|
79
|
+
kind: "terminal";
|
|
80
|
+
command: string;
|
|
81
|
+
enabled: boolean;
|
|
82
|
+
pinned: boolean;
|
|
83
|
+
} | {
|
|
84
|
+
id: string;
|
|
85
|
+
title: string;
|
|
86
|
+
kind: "url";
|
|
87
|
+
url: string;
|
|
88
|
+
enabled: boolean;
|
|
89
|
+
pinned: boolean;
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
type QuickPhrase = {
|
|
93
|
+
id: string;
|
|
94
|
+
title: string;
|
|
95
|
+
content: string;
|
|
96
|
+
enabled: boolean;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
type AgentEnvRow = {
|
|
100
|
+
id: string;
|
|
101
|
+
key: string;
|
|
102
|
+
value: string;
|
|
103
|
+
enabled: boolean;
|
|
104
|
+
};
|
|
105
|
+
type AgentEnvByProvider = Record<AgentProvider, AgentEnvRow[]>;
|
|
106
|
+
|
|
107
|
+
type TerminalProfileId = string | null;
|
|
108
|
+
interface AgentSettings {
|
|
109
|
+
language: UiLanguage;
|
|
110
|
+
uiTheme: UiTheme;
|
|
111
|
+
isPrimarySidebarCollapsed: boolean;
|
|
112
|
+
defaultProvider: AgentProvider;
|
|
113
|
+
agentProviderOrder: AgentProvider[];
|
|
114
|
+
agentFullAccess: boolean;
|
|
115
|
+
defaultTerminalProfileId: TerminalProfileId;
|
|
116
|
+
customModelEnabledByProvider: AgentCustomModelEnabledByProvider<AgentProvider>;
|
|
117
|
+
customModelByProvider: AgentCustomModelByProvider<AgentProvider>;
|
|
118
|
+
customModelOptionsByProvider: AgentCustomModelOptionsByProvider<AgentProvider>;
|
|
119
|
+
quickCommands: QuickCommand[];
|
|
120
|
+
quickPhrases: QuickPhrase[];
|
|
121
|
+
agentEnvByProvider: AgentEnvByProvider;
|
|
122
|
+
focusNodeOnClick: boolean;
|
|
123
|
+
focusNodeTargetZoom: FocusNodeTargetZoom;
|
|
124
|
+
focusNodeUseVisibleCanvasCenter: boolean;
|
|
125
|
+
standbyBannerEnabled: boolean;
|
|
126
|
+
standbyBannerShowTask: boolean;
|
|
127
|
+
standbyBannerShowSpace: boolean;
|
|
128
|
+
standbyBannerShowBranch: boolean;
|
|
129
|
+
disableAppShortcutsWhenTerminalFocused: boolean;
|
|
130
|
+
keybindings: KeybindingOverrides;
|
|
131
|
+
canvasInputMode: CanvasInputMode;
|
|
132
|
+
canvasWheelBehavior: CanvasWheelBehavior;
|
|
133
|
+
canvasWheelZoomModifier: CanvasWheelZoomModifier;
|
|
134
|
+
standardWindowSizeBucket: StandardWindowSizeBucket;
|
|
135
|
+
defaultTerminalWindowScalePercent: number;
|
|
136
|
+
terminalFontSize: number;
|
|
137
|
+
terminalFontFamily: string | null;
|
|
138
|
+
uiFontSize: number;
|
|
139
|
+
avoidGroupingEdits: boolean;
|
|
140
|
+
updatePolicy: AppUpdatePolicy;
|
|
141
|
+
hideWorktreeMismatchDropWarning: boolean;
|
|
142
|
+
}
|
|
143
|
+
|
|
44
144
|
interface AgentActivityRuntimeListSessionMessagesInput {
|
|
45
145
|
afterVersion?: number;
|
|
46
146
|
beforeVersion?: number;
|
|
@@ -126,6 +226,11 @@ interface AgentActivityRuntimeActivateSessionInput {
|
|
|
126
226
|
mode: "existing" | "new";
|
|
127
227
|
openclawGatewayReady?: boolean;
|
|
128
228
|
provider?: string;
|
|
229
|
+
/**
|
|
230
|
+
* Opaque host-owned target reference. AgentGUI passes this through only; hosts
|
|
231
|
+
* must not treat it as authority and must re-authenticate before launch.
|
|
232
|
+
*/
|
|
233
|
+
providerTargetRef?: AgentGUIProviderTargetRef | null;
|
|
129
234
|
settings?: AgentHostAgentSessionComposerSettings;
|
|
130
235
|
title?: string;
|
|
131
236
|
visible?: boolean;
|
|
@@ -228,105 +333,6 @@ declare function getOptionalAgentActivityRuntime(): AgentActivityRuntime | null;
|
|
|
228
333
|
declare function resetAgentActivityRuntimeForTests(): void;
|
|
229
334
|
declare function setAgentActivityRuntimeForTests(runtime: AgentActivityRuntime | null): void;
|
|
230
335
|
|
|
231
|
-
type AgentCustomModelEnabledByProvider<TProvider extends string> = Record<TProvider, boolean>;
|
|
232
|
-
type AgentCustomModelByProvider<TProvider extends string> = Record<TProvider, string>;
|
|
233
|
-
type AgentCustomModelOptionsByProvider<TProvider extends string> = Record<TProvider, string[]>;
|
|
234
|
-
|
|
235
|
-
type FocusNodeTargetZoom = number;
|
|
236
|
-
|
|
237
|
-
declare const UI_LANGUAGES: readonly ["en", "zh-CN"];
|
|
238
|
-
type UiLanguage = (typeof UI_LANGUAGES)[number];
|
|
239
|
-
declare const UI_THEMES: readonly ["system", "light", "dark"];
|
|
240
|
-
type UiTheme = (typeof UI_THEMES)[number];
|
|
241
|
-
|
|
242
|
-
declare const COMMAND_IDS: readonly ["commandCenter.toggle", "app.togglePrimarySidebar", "workspaceCanvas.createTerminal"];
|
|
243
|
-
type CommandId = (typeof COMMAND_IDS)[number];
|
|
244
|
-
type KeyChord = {
|
|
245
|
-
code: string;
|
|
246
|
-
altKey: boolean;
|
|
247
|
-
ctrlKey: boolean;
|
|
248
|
-
metaKey: boolean;
|
|
249
|
-
shiftKey: boolean;
|
|
250
|
-
};
|
|
251
|
-
type KeybindingOverrides = Partial<Record<CommandId, KeyChord | null>>;
|
|
252
|
-
|
|
253
|
-
declare const CANVAS_INPUT_MODES: readonly ["auto", "mouse", "trackpad"];
|
|
254
|
-
type CanvasInputMode = (typeof CANVAS_INPUT_MODES)[number];
|
|
255
|
-
declare const CANVAS_WHEEL_BEHAVIORS: readonly ["zoom", "pan"];
|
|
256
|
-
type CanvasWheelBehavior = (typeof CANVAS_WHEEL_BEHAVIORS)[number];
|
|
257
|
-
declare const CANVAS_WHEEL_ZOOM_MODIFIERS: readonly ["primary", "ctrl", "alt"];
|
|
258
|
-
type CanvasWheelZoomModifier = (typeof CANVAS_WHEEL_ZOOM_MODIFIERS)[number];
|
|
259
|
-
declare const STANDARD_WINDOW_SIZE_BUCKETS: readonly ["compact", "regular", "large"];
|
|
260
|
-
type StandardWindowSizeBucket = (typeof STANDARD_WINDOW_SIZE_BUCKETS)[number];
|
|
261
|
-
|
|
262
|
-
type QuickCommand = {
|
|
263
|
-
id: string;
|
|
264
|
-
title: string;
|
|
265
|
-
kind: "terminal";
|
|
266
|
-
command: string;
|
|
267
|
-
enabled: boolean;
|
|
268
|
-
pinned: boolean;
|
|
269
|
-
} | {
|
|
270
|
-
id: string;
|
|
271
|
-
title: string;
|
|
272
|
-
kind: "url";
|
|
273
|
-
url: string;
|
|
274
|
-
enabled: boolean;
|
|
275
|
-
pinned: boolean;
|
|
276
|
-
};
|
|
277
|
-
|
|
278
|
-
type QuickPhrase = {
|
|
279
|
-
id: string;
|
|
280
|
-
title: string;
|
|
281
|
-
content: string;
|
|
282
|
-
enabled: boolean;
|
|
283
|
-
};
|
|
284
|
-
|
|
285
|
-
type AgentEnvRow = {
|
|
286
|
-
id: string;
|
|
287
|
-
key: string;
|
|
288
|
-
value: string;
|
|
289
|
-
enabled: boolean;
|
|
290
|
-
};
|
|
291
|
-
type AgentEnvByProvider = Record<AgentProvider, AgentEnvRow[]>;
|
|
292
|
-
|
|
293
|
-
type TerminalProfileId = string | null;
|
|
294
|
-
interface AgentSettings {
|
|
295
|
-
language: UiLanguage;
|
|
296
|
-
uiTheme: UiTheme;
|
|
297
|
-
isPrimarySidebarCollapsed: boolean;
|
|
298
|
-
defaultProvider: AgentProvider;
|
|
299
|
-
agentProviderOrder: AgentProvider[];
|
|
300
|
-
agentFullAccess: boolean;
|
|
301
|
-
defaultTerminalProfileId: TerminalProfileId;
|
|
302
|
-
customModelEnabledByProvider: AgentCustomModelEnabledByProvider<AgentProvider>;
|
|
303
|
-
customModelByProvider: AgentCustomModelByProvider<AgentProvider>;
|
|
304
|
-
customModelOptionsByProvider: AgentCustomModelOptionsByProvider<AgentProvider>;
|
|
305
|
-
quickCommands: QuickCommand[];
|
|
306
|
-
quickPhrases: QuickPhrase[];
|
|
307
|
-
agentEnvByProvider: AgentEnvByProvider;
|
|
308
|
-
focusNodeOnClick: boolean;
|
|
309
|
-
focusNodeTargetZoom: FocusNodeTargetZoom;
|
|
310
|
-
focusNodeUseVisibleCanvasCenter: boolean;
|
|
311
|
-
standbyBannerEnabled: boolean;
|
|
312
|
-
standbyBannerShowTask: boolean;
|
|
313
|
-
standbyBannerShowSpace: boolean;
|
|
314
|
-
standbyBannerShowBranch: boolean;
|
|
315
|
-
disableAppShortcutsWhenTerminalFocused: boolean;
|
|
316
|
-
keybindings: KeybindingOverrides;
|
|
317
|
-
canvasInputMode: CanvasInputMode;
|
|
318
|
-
canvasWheelBehavior: CanvasWheelBehavior;
|
|
319
|
-
canvasWheelZoomModifier: CanvasWheelZoomModifier;
|
|
320
|
-
standardWindowSizeBucket: StandardWindowSizeBucket;
|
|
321
|
-
defaultTerminalWindowScalePercent: number;
|
|
322
|
-
terminalFontSize: number;
|
|
323
|
-
terminalFontFamily: string | null;
|
|
324
|
-
uiFontSize: number;
|
|
325
|
-
avoidGroupingEdits: boolean;
|
|
326
|
-
updatePolicy: AppUpdatePolicy;
|
|
327
|
-
hideWorktreeMismatchDropWarning: boolean;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
336
|
interface DesktopSize {
|
|
331
337
|
width: number;
|
|
332
338
|
height: number;
|
|
@@ -340,6 +346,15 @@ interface WorkspaceDesktopAgentProbesState {
|
|
|
340
346
|
}
|
|
341
347
|
type WorkspaceDesktopAgentProbeDemandChange = (provider: AgentProvider | null, sourceId?: string) => void;
|
|
342
348
|
|
|
349
|
+
interface AgentGUIComposerDefaults {
|
|
350
|
+
model?: string;
|
|
351
|
+
permissionModeId?: string;
|
|
352
|
+
reasoningEffort?: string;
|
|
353
|
+
}
|
|
354
|
+
interface AgentGUIRememberComposerDefaultsInput {
|
|
355
|
+
provider: AgentGUINodeData["provider"];
|
|
356
|
+
defaults: AgentGUIComposerDefaults | null;
|
|
357
|
+
}
|
|
343
358
|
interface AgentGUIOpenSessionRequest {
|
|
344
359
|
agentSessionId: string;
|
|
345
360
|
sequence: number;
|
|
@@ -414,6 +429,8 @@ interface AgentGUINodeProps {
|
|
|
414
429
|
capabilityMenuState?: AgentComposerCapabilityMenuState;
|
|
415
430
|
onCapabilitySettingsRequest?: (capability: AgentComposerCapabilitySettingsTarget) => void;
|
|
416
431
|
onAgentProviderLogin?: (provider: AgentProvider) => void;
|
|
432
|
+
providerTargets?: readonly AgentGUIProviderTarget[];
|
|
433
|
+
defaultProviderTargetId?: string | null;
|
|
417
434
|
onWorkspaceFileReferencesAdded?: (input: {
|
|
418
435
|
provider: AgentProvider;
|
|
419
436
|
references: readonly WorkspaceFileReference[];
|
|
@@ -422,6 +439,7 @@ interface AgentGUINodeProps {
|
|
|
422
439
|
onClose: () => void;
|
|
423
440
|
onResize: (frame: NodeFrame) => void;
|
|
424
441
|
onUpdateNode: (updater: (current: AgentGUINodeData) => AgentGUINodeData) => void;
|
|
442
|
+
onRememberComposerDefaults?: (input: AgentGUIRememberComposerDefaultsInput) => void | Promise<void>;
|
|
425
443
|
isMaximized?: boolean;
|
|
426
444
|
isActive: boolean;
|
|
427
445
|
composerFocusRequestSequence?: number | null;
|
|
@@ -450,6 +468,20 @@ interface AgentGUIProps extends AgentGUINodeProps {
|
|
|
450
468
|
}
|
|
451
469
|
declare const AgentGUI: react.NamedExoticComponent<AgentGUIProps>;
|
|
452
470
|
|
|
471
|
+
declare const agentGUIDefaultTargetProviders: readonly ["codex", "claude-code", "nexight", "hermes", "gemini", "openclaw"];
|
|
472
|
+
declare function createLocalAgentGUIProviderTarget(provider: AgentGUIProvider): AgentGUIProviderTarget;
|
|
473
|
+
declare function createLocalAgentGUIProviderTargets(providers?: readonly AgentGUIProvider[]): AgentGUIProviderTarget[];
|
|
474
|
+
declare function localAgentGUIProviderTargetId(provider: AgentGUIProvider): string;
|
|
475
|
+
declare function normalizeAgentGUIProviderTargets(targets: readonly AgentGUIProviderTarget[] | null | undefined, options?: {
|
|
476
|
+
fallbackToLocal?: boolean;
|
|
477
|
+
}): AgentGUIProviderTarget[];
|
|
478
|
+
declare function resolveAgentGUIProviderTarget(input: {
|
|
479
|
+
defaultProviderTargetId?: string | null;
|
|
480
|
+
provider: AgentGUIProvider;
|
|
481
|
+
providerTargetId?: string | null;
|
|
482
|
+
providerTargets: readonly AgentGUIProviderTarget[];
|
|
483
|
+
}): AgentGUIProviderTarget;
|
|
484
|
+
|
|
453
485
|
declare const agentGuiDockIconUrl: string;
|
|
454
486
|
declare const agentGuiDockIconUrls: {
|
|
455
487
|
readonly "claude-code": string;
|
|
@@ -491,4 +523,4 @@ interface AgentActivityHostProviderProps extends PropsWithChildren {
|
|
|
491
523
|
}
|
|
492
524
|
declare function AgentActivityHostProvider({ agentActivityRuntime, agentHostApi, children }: AgentActivityHostProviderProps): JSX.Element;
|
|
493
525
|
|
|
494
|
-
export { AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeRetainSessionEventsInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentActivityRuntimeWarmupOpenclawGatewayInput, type AgentActivitySnapshotProjection, AgentContextMentionProvider, AgentGUI, type AgentGUIProps, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, getAgentActivityRuntime, getOptionalAgentActivityRuntime, projectCoreSessionStatus, resetAgentActivityRuntimeForTests, resolveAgentGUIExpandedWindowFrame, setAgentActivityRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useOptionalAgentActivityRuntime };
|
|
526
|
+
export { AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeRetainSessionEventsInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentActivityRuntimeWarmupOpenclawGatewayInput, type AgentActivitySnapshotProjection, AgentContextMentionProvider, AgentGUI, type AgentGUIProps, AgentGUIProvider, AgentGUIProviderTarget, AgentGUIProviderTargetRef, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, createLocalAgentGUIProviderTarget, createLocalAgentGUIProviderTargets, getAgentActivityRuntime, getOptionalAgentActivityRuntime, localAgentGUIProviderTargetId, normalizeAgentGUIProviderTargets, projectCoreSessionStatus, resetAgentActivityRuntimeForTests, resolveAgentGUIExpandedWindowFrame, resolveAgentGUIProviderTarget, setAgentActivityRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useOptionalAgentActivityRuntime };
|