@tutti-os/agent-gui 0.0.70 → 0.0.72
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 +4 -0
- package/dist/{AgentMentionSearchController-Po0KQLcL.d.ts → AgentMentionSearchController-DD_WOred.d.ts} +1 -0
- package/dist/agent-conversation/index.d.ts +3 -3
- package/dist/agent-conversation/index.js +6 -6
- package/dist/agent-message-center/index.d.ts +2 -1
- package/dist/agent-message-center/index.js +12 -10
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/{agentGuiNodeTypes-CmLUy5Jt.d.ts → agentGuiNodeTypes-aJ3AX7u2.d.ts} +40 -19
- package/dist/app/renderer/agentactivity.css +156 -1
- package/dist/{chunk-KTIHLBCN.js → chunk-2I2WRI4F.js} +248 -4
- package/dist/chunk-2I2WRI4F.js.map +1 -0
- package/dist/{chunk-DXENDZEF.js → chunk-3PKRGSMH.js} +2 -2
- package/dist/{chunk-QDWV5VTD.js → chunk-466AWJTS.js} +6 -31
- package/dist/chunk-466AWJTS.js.map +1 -0
- package/dist/{chunk-SG6A35BU.js → chunk-5H6NINJY.js} +2 -2
- package/dist/{chunk-SC3PS7AT.js → chunk-C7K3EFGI.js} +2 -2
- package/dist/{chunk-DGNKXT3Q.js → chunk-G6BVEY7I.js} +69 -3
- package/dist/chunk-G6BVEY7I.js.map +1 -0
- package/dist/{chunk-KS35VKHM.js → chunk-GDFQXJMG.js} +1 -1
- package/dist/chunk-GDFQXJMG.js.map +1 -0
- package/dist/{chunk-WWY6MYMU.js → chunk-IVIXKAEH.js} +19 -9
- package/dist/chunk-IVIXKAEH.js.map +1 -0
- package/dist/{chunk-IZX2YQXY.js → chunk-KWQ4N4IZ.js} +117 -8
- package/dist/chunk-KWQ4N4IZ.js.map +1 -0
- package/dist/{chunk-ISQCYEUJ.js → chunk-OBJRIQPX.js} +411 -62
- package/dist/chunk-OBJRIQPX.js.map +1 -0
- package/dist/{chunk-QJ42HQ24.js → chunk-Q6AWM3RH.js} +4 -4
- package/dist/{chunk-MVPSFOJZ.js → chunk-SVGIWXNK.js} +2 -2
- package/dist/{chunk-Y3C5EHSW.js → chunk-SZF52NMJ.js} +173 -12
- package/dist/chunk-SZF52NMJ.js.map +1 -0
- package/dist/{chunk-FTSEVC6O.js → chunk-XZF4QNT4.js} +2 -2
- package/dist/context-mention-palette/index.d.ts +2 -2
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +68 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +106 -103
- package/dist/index.js +2216 -1322
- package/dist/index.js.map +1 -1
- package/dist/queued-prompt-runtime.d.ts +2 -2
- package/dist/{types-DZ79b8Zn.d.ts → types-CrwMqBm1.d.ts} +4 -1
- package/dist/workbench/contribution.d.ts +8 -2
- package/dist/workbench/contribution.js +4 -4
- package/dist/workbench/index.d.ts +1 -1
- package/dist/workbench/index.js +5 -7
- package/dist/workbench/launch.d.ts +1 -1
- package/dist/workbench/providerCatalog.d.ts +1 -1
- package/dist/workbench/sessionTitle.d.ts +1 -1
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.d.ts +1 -1
- package/dist/workbench/state.js +1 -2
- package/dist/workbench/types.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/dist/{workspaceLinkActions-Bjy_XfBm.d.ts → workspaceLinkActions-DS9LWqzI.d.ts} +1 -1
- package/package.json +12 -12
- package/dist/chunk-DGNKXT3Q.js.map +0 -1
- package/dist/chunk-ISQCYEUJ.js.map +0 -1
- package/dist/chunk-IZX2YQXY.js.map +0 -1
- package/dist/chunk-KS35VKHM.js.map +0 -1
- package/dist/chunk-KTIHLBCN.js.map +0 -1
- package/dist/chunk-N37A62BK.js +0 -250
- package/dist/chunk-N37A62BK.js.map +0 -1
- package/dist/chunk-NROZAN34.js +0 -173
- package/dist/chunk-NROZAN34.js.map +0 -1
- package/dist/chunk-QDWV5VTD.js.map +0 -1
- package/dist/chunk-WWY6MYMU.js.map +0 -1
- package/dist/chunk-Y3C5EHSW.js.map +0 -1
- /package/dist/{chunk-DXENDZEF.js.map → chunk-3PKRGSMH.js.map} +0 -0
- /package/dist/{chunk-SG6A35BU.js.map → chunk-5H6NINJY.js.map} +0 -0
- /package/dist/{chunk-SC3PS7AT.js.map → chunk-C7K3EFGI.js.map} +0 -0
- /package/dist/{chunk-QJ42HQ24.js.map → chunk-Q6AWM3RH.js.map} +0 -0
- /package/dist/{chunk-MVPSFOJZ.js.map → chunk-SVGIWXNK.js.map} +0 -0
- /package/dist/{chunk-FTSEVC6O.js.map → chunk-XZF4QNT4.js.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { AgentActivityNeedsAttentionItem, AgentActivitySnapshot, AgentActivityCancelSessionInput, AgentActivityCancelSessionResult, AgentActivityGoalControlInput, AgentActivityGoalControlResult, AgentActivityCreateSessionInput, AgentActivitySession, AgentActivityDeleteSessionInput, AgentActivityDeleteSessionResult, AgentActivitySendInput, AgentActivityMessageOrder, AgentActivityMessagePage, AgentActivitySendInputResult, AgentActivitySubmitInteractiveInput, AgentActivitySnapshotListener } from '@tutti-os/agent-activity-core';
|
|
1
|
+
import { AgentActivityNeedsAttentionItem, AgentActivitySnapshot, AgentActivityCancelSessionInput, AgentActivityCancelSessionResult, AgentActivityGoalControlInput, AgentActivityGoalControlResult, AgentActivityCreateSessionInput, AgentActivitySession, AgentActivityDeleteSessionInput, AgentActivityDeleteSessionResult, AgentActivitySendInput, AgentActivityMessageOrder, AgentActivityMessagePage, AgentActivitySendInputResult, AgentActivityRenameSessionInput, AgentActivitySubmitInteractiveInput, AgentActivitySnapshotListener } from '@tutti-os/agent-activity-core';
|
|
2
2
|
export { AgentActivityAdapter, AgentActivityController, AgentActivityMessage, AgentActivityNeedsAttentionItem, AgentActivitySnapshot, selectNeedsAttentionCount, selectNeedsAttentionItems } from '@tutti-os/agent-activity-core';
|
|
3
3
|
import { m as WorkspaceAgentActivityListViewModel, g as AgentHostWorkspaceAgentSession, f as AgentHostWorkspaceAgentMessage, l as AgentHostWorkspaceAgentSnapshot, B as BuildWorkspaceAgentActivityListOptions, d as AgentHostRuntimeOpenclawGatewayWarmupResult, c as AgentHostManagedAgentsState } from './workspaceAgentActivityListViewModel-DJvAqZso.js';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import { ReactNode, PropsWithChildren, JSX, HTMLAttributes } from 'react';
|
|
6
|
+
import { m as AgentProbeSnapshot, b as AgentComposerDraft, p as AgentSessionCommand, e as AgentGUIProviderSkillOption, c as AgentGUIComposerSettingsVM, f as AgentGUIQueuedPromptVM, d as AgentGUINodeViewModel, i as AgentHostInputApi } from './agentGuiNodeTypes-aJ3AX7u2.js';
|
|
7
|
+
export { A as AGENT_PASTED_TEXT_BLOCK_KIND, a as AGENT_PASTED_TEXT_MENTION_KIND, g as AgentHostApi, h as AgentHostApplyWorkspaceGitPatchInput, j as AgentHostRuntimeApi, k as AgentHostSelectFilesInput, l as AgentProbeProvider, n as AgentProviderProbeListInput, o as AgentProviderProbeListResult, q as AgentUsageQuota, r as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, s as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-aJ3AX7u2.js';
|
|
6
8
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
7
|
-
import {
|
|
8
|
-
export {
|
|
9
|
-
import { k as AgentProbeSnapshot, A as AgentComposerDraft, n as AgentSessionCommand, c as AgentGUIProviderSkillOption, a as AgentGUIComposerSettingsVM, d as AgentGUIQueuedPromptVM, b as AgentGUINodeViewModel, g as AgentHostInputApi } from './agentGuiNodeTypes-CmLUy5Jt.js';
|
|
10
|
-
export { e as AgentHostApi, f as AgentHostApplyWorkspaceGitPatchInput, h as AgentHostRuntimeApi, i as AgentHostSelectFilesInput, j as AgentProbeProvider, l as AgentProviderProbeListInput, m as AgentProviderProbeListResult, o as AgentUsageQuota, p as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, q as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-CmLUy5Jt.js';
|
|
9
|
+
import { t as AgentProvider, l as AgentHostAgentSessionComposerSettings, j as AgentHostActivateAgentSessionResult, r as AgentHostUpdateAgentSessionSettingsResult, p as AgentHostAgentSessionState, q as AgentHostUnactivateAgentSessionResult, A as AgentGUINodeData, a as AgentGUIProvider, g as AgentGUIProviderTarget, s as AgentPromptContentBlock, P as Point, b as AgentGUIProviderRailAllPresentation, c as AgentGUIProviderRailMode, d as AgentGUIProviderReadinessGate, N as NodeFrame, h as AgentGUIProviderTargetBadge } from './types-CrwMqBm1.js';
|
|
10
|
+
export { e as AgentGUIProviderReadinessGateAction, f as AgentGUIProviderReadinessGateStatus, i as AgentGUIProviderTargetRef } from './types-CrwMqBm1.js';
|
|
11
11
|
import { WorkspaceFileEntry } from '@tutti-os/workspace-file-manager/services';
|
|
12
12
|
import { WorkspaceFileReference, ReferenceLocateTarget, WorkspaceFileReferenceAdapter } from '@tutti-os/workspace-file-reference/contracts';
|
|
13
13
|
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
14
14
|
import { U as UiLanguage, a as UiTheme } from './uiSettings-BQS9r2eo.js';
|
|
15
|
-
import { W as WorkspaceLinkAction } from './workspaceLinkActions-
|
|
15
|
+
import { W as WorkspaceLinkAction } from './workspaceLinkActions-DS9LWqzI.js';
|
|
16
16
|
import { b as AgentConversationPromptVM } from './agentConversationVM-DPAgUJlR.js';
|
|
17
17
|
import { WorkspaceUserProjectI18nRuntime } from '@tutti-os/workspace-user-project/i18n';
|
|
18
18
|
import { WorkspaceUserProjectSelectChangeAction } from '@tutti-os/workspace-user-project/ui';
|
|
19
19
|
import { WorkspaceUserProject } from '@tutti-os/workspace-user-project/contracts';
|
|
20
20
|
import { A as AgentMessageMarkdownWorkspaceAppIcon } from './AgentMessageMarkdown-DeYPURtF.js';
|
|
21
|
-
import { A as AgentContextMentionItem } from './AgentMentionSearchController-
|
|
22
|
-
export { p as preloadAgentMentionBrowse } from './AgentMentionSearchController-
|
|
21
|
+
import { A as AgentContextMentionItem } from './AgentMentionSearchController-DD_WOred.js';
|
|
22
|
+
export { p as preloadAgentMentionBrowse } from './AgentMentionSearchController-DD_WOred.js';
|
|
23
23
|
import { AgentContextMentionProvider } from './context-mention-provider.js';
|
|
24
24
|
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AgentContextMentionProviderId } from './context-mention-provider.js';
|
|
25
25
|
import { AgentQueuedPromptRuntime, AgentQueuedPromptQueueSnapshot } from './queued-prompt-runtime.js';
|
|
@@ -88,6 +88,100 @@ declare function registerAgentCustomMentionKind(definition: AgentCustomMentionKi
|
|
|
88
88
|
declare function getAgentCustomMentionKind(kind: string): AgentCustomMentionKindDefinition | undefined;
|
|
89
89
|
declare function resetAgentCustomMentionKindsForTests(): void;
|
|
90
90
|
|
|
91
|
+
type AgentCustomModelEnabledByProvider<TProvider extends string> = Record<TProvider, boolean>;
|
|
92
|
+
type AgentCustomModelByProvider<TProvider extends string> = Record<TProvider, string>;
|
|
93
|
+
type AgentCustomModelOptionsByProvider<TProvider extends string> = Record<TProvider, string[]>;
|
|
94
|
+
|
|
95
|
+
type FocusNodeTargetZoom = number;
|
|
96
|
+
|
|
97
|
+
declare const COMMAND_IDS: readonly ["commandCenter.toggle", "app.togglePrimarySidebar", "workspaceCanvas.createTerminal"];
|
|
98
|
+
type CommandId = (typeof COMMAND_IDS)[number];
|
|
99
|
+
type KeyChord = {
|
|
100
|
+
code: string;
|
|
101
|
+
altKey: boolean;
|
|
102
|
+
ctrlKey: boolean;
|
|
103
|
+
metaKey: boolean;
|
|
104
|
+
shiftKey: boolean;
|
|
105
|
+
};
|
|
106
|
+
type KeybindingOverrides = Partial<Record<CommandId, KeyChord | null>>;
|
|
107
|
+
|
|
108
|
+
declare const CANVAS_INPUT_MODES: readonly ["auto", "mouse", "trackpad"];
|
|
109
|
+
type CanvasInputMode = (typeof CANVAS_INPUT_MODES)[number];
|
|
110
|
+
declare const CANVAS_WHEEL_BEHAVIORS: readonly ["zoom", "pan"];
|
|
111
|
+
type CanvasWheelBehavior = (typeof CANVAS_WHEEL_BEHAVIORS)[number];
|
|
112
|
+
declare const CANVAS_WHEEL_ZOOM_MODIFIERS: readonly ["primary", "ctrl", "alt"];
|
|
113
|
+
type CanvasWheelZoomModifier = (typeof CANVAS_WHEEL_ZOOM_MODIFIERS)[number];
|
|
114
|
+
declare const STANDARD_WINDOW_SIZE_BUCKETS: readonly ["compact", "regular", "large"];
|
|
115
|
+
type StandardWindowSizeBucket = (typeof STANDARD_WINDOW_SIZE_BUCKETS)[number];
|
|
116
|
+
|
|
117
|
+
type QuickCommand = {
|
|
118
|
+
id: string;
|
|
119
|
+
title: string;
|
|
120
|
+
kind: "terminal";
|
|
121
|
+
command: string;
|
|
122
|
+
enabled: boolean;
|
|
123
|
+
pinned: boolean;
|
|
124
|
+
} | {
|
|
125
|
+
id: string;
|
|
126
|
+
title: string;
|
|
127
|
+
kind: "url";
|
|
128
|
+
url: string;
|
|
129
|
+
enabled: boolean;
|
|
130
|
+
pinned: boolean;
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
type QuickPhrase = {
|
|
134
|
+
id: string;
|
|
135
|
+
title: string;
|
|
136
|
+
content: string;
|
|
137
|
+
enabled: boolean;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
type AgentEnvRow = {
|
|
141
|
+
id: string;
|
|
142
|
+
key: string;
|
|
143
|
+
value: string;
|
|
144
|
+
enabled: boolean;
|
|
145
|
+
};
|
|
146
|
+
type AgentEnvByProvider = Record<AgentProvider, AgentEnvRow[]>;
|
|
147
|
+
|
|
148
|
+
type TerminalProfileId = string | null;
|
|
149
|
+
interface AgentSettings {
|
|
150
|
+
language: UiLanguage;
|
|
151
|
+
uiTheme: UiTheme;
|
|
152
|
+
isPrimarySidebarCollapsed: boolean;
|
|
153
|
+
defaultProvider: AgentProvider;
|
|
154
|
+
agentProviderOrder: AgentProvider[];
|
|
155
|
+
agentFullAccess: boolean;
|
|
156
|
+
defaultTerminalProfileId: TerminalProfileId;
|
|
157
|
+
customModelEnabledByProvider: AgentCustomModelEnabledByProvider<AgentProvider>;
|
|
158
|
+
customModelByProvider: AgentCustomModelByProvider<AgentProvider>;
|
|
159
|
+
customModelOptionsByProvider: AgentCustomModelOptionsByProvider<AgentProvider>;
|
|
160
|
+
quickCommands: QuickCommand[];
|
|
161
|
+
quickPhrases: QuickPhrase[];
|
|
162
|
+
agentEnvByProvider: AgentEnvByProvider;
|
|
163
|
+
focusNodeOnClick: boolean;
|
|
164
|
+
focusNodeTargetZoom: FocusNodeTargetZoom;
|
|
165
|
+
focusNodeUseVisibleCanvasCenter: boolean;
|
|
166
|
+
standbyBannerEnabled: boolean;
|
|
167
|
+
standbyBannerShowTask: boolean;
|
|
168
|
+
standbyBannerShowSpace: boolean;
|
|
169
|
+
standbyBannerShowBranch: boolean;
|
|
170
|
+
disableAppShortcutsWhenTerminalFocused: boolean;
|
|
171
|
+
keybindings: KeybindingOverrides;
|
|
172
|
+
canvasInputMode: CanvasInputMode;
|
|
173
|
+
canvasWheelBehavior: CanvasWheelBehavior;
|
|
174
|
+
canvasWheelZoomModifier: CanvasWheelZoomModifier;
|
|
175
|
+
standardWindowSizeBucket: StandardWindowSizeBucket;
|
|
176
|
+
defaultTerminalWindowScalePercent: number;
|
|
177
|
+
terminalFontSize: number;
|
|
178
|
+
terminalFontFamily: string | null;
|
|
179
|
+
uiFontSize: number;
|
|
180
|
+
avoidGroupingEdits: boolean;
|
|
181
|
+
updatePolicy: AppUpdatePolicy;
|
|
182
|
+
hideWorktreeMismatchDropWarning: boolean;
|
|
183
|
+
}
|
|
184
|
+
|
|
91
185
|
interface AgentActivityRuntimeListSessionMessagesInput {
|
|
92
186
|
afterVersion?: number;
|
|
93
187
|
beforeVersion?: number;
|
|
@@ -332,6 +426,7 @@ interface AgentActivityRuntime {
|
|
|
332
426
|
uploadPromptContent?(input: AgentActivityRuntimeUploadPromptContentInput): Promise<AgentActivityRuntimeUploadPromptContentResult>;
|
|
333
427
|
readSessionAttachment?(input: AgentActivityRuntimeReadSessionAttachmentInput): Promise<AgentActivityRuntimeSessionAttachment>;
|
|
334
428
|
readPromptAsset?(input: AgentActivityRuntimeReadPromptAssetInput): Promise<AgentActivityRuntimePromptAsset>;
|
|
429
|
+
renameSession(input: AgentActivityRenameSessionInput): Promise<AgentActivitySession>;
|
|
335
430
|
setSessionPinned(input: AgentActivityRuntimeSetSessionPinnedInput): Promise<AgentActivitySession>;
|
|
336
431
|
trackSettingsProjectChange?(input: AgentActivityRuntimeTrackSettingsProjectChangeInput): Promise<void>;
|
|
337
432
|
trackDraftComposerSettingsChange?(input: AgentActivityRuntimeTrackDraftComposerSettingsChangeInput): Promise<void>;
|
|
@@ -353,100 +448,6 @@ declare function getOptionalAgentActivityRuntime(): AgentActivityRuntime | null;
|
|
|
353
448
|
declare function resetAgentActivityRuntimeForTests(): void;
|
|
354
449
|
declare function setAgentActivityRuntimeForTests(runtime: AgentActivityRuntime | null): void;
|
|
355
450
|
|
|
356
|
-
type AgentCustomModelEnabledByProvider<TProvider extends string> = Record<TProvider, boolean>;
|
|
357
|
-
type AgentCustomModelByProvider<TProvider extends string> = Record<TProvider, string>;
|
|
358
|
-
type AgentCustomModelOptionsByProvider<TProvider extends string> = Record<TProvider, string[]>;
|
|
359
|
-
|
|
360
|
-
type FocusNodeTargetZoom = number;
|
|
361
|
-
|
|
362
|
-
declare const COMMAND_IDS: readonly ["commandCenter.toggle", "app.togglePrimarySidebar", "workspaceCanvas.createTerminal"];
|
|
363
|
-
type CommandId = (typeof COMMAND_IDS)[number];
|
|
364
|
-
type KeyChord = {
|
|
365
|
-
code: string;
|
|
366
|
-
altKey: boolean;
|
|
367
|
-
ctrlKey: boolean;
|
|
368
|
-
metaKey: boolean;
|
|
369
|
-
shiftKey: boolean;
|
|
370
|
-
};
|
|
371
|
-
type KeybindingOverrides = Partial<Record<CommandId, KeyChord | null>>;
|
|
372
|
-
|
|
373
|
-
declare const CANVAS_INPUT_MODES: readonly ["auto", "mouse", "trackpad"];
|
|
374
|
-
type CanvasInputMode = (typeof CANVAS_INPUT_MODES)[number];
|
|
375
|
-
declare const CANVAS_WHEEL_BEHAVIORS: readonly ["zoom", "pan"];
|
|
376
|
-
type CanvasWheelBehavior = (typeof CANVAS_WHEEL_BEHAVIORS)[number];
|
|
377
|
-
declare const CANVAS_WHEEL_ZOOM_MODIFIERS: readonly ["primary", "ctrl", "alt"];
|
|
378
|
-
type CanvasWheelZoomModifier = (typeof CANVAS_WHEEL_ZOOM_MODIFIERS)[number];
|
|
379
|
-
declare const STANDARD_WINDOW_SIZE_BUCKETS: readonly ["compact", "regular", "large"];
|
|
380
|
-
type StandardWindowSizeBucket = (typeof STANDARD_WINDOW_SIZE_BUCKETS)[number];
|
|
381
|
-
|
|
382
|
-
type QuickCommand = {
|
|
383
|
-
id: string;
|
|
384
|
-
title: string;
|
|
385
|
-
kind: "terminal";
|
|
386
|
-
command: string;
|
|
387
|
-
enabled: boolean;
|
|
388
|
-
pinned: boolean;
|
|
389
|
-
} | {
|
|
390
|
-
id: string;
|
|
391
|
-
title: string;
|
|
392
|
-
kind: "url";
|
|
393
|
-
url: string;
|
|
394
|
-
enabled: boolean;
|
|
395
|
-
pinned: boolean;
|
|
396
|
-
};
|
|
397
|
-
|
|
398
|
-
type QuickPhrase = {
|
|
399
|
-
id: string;
|
|
400
|
-
title: string;
|
|
401
|
-
content: string;
|
|
402
|
-
enabled: boolean;
|
|
403
|
-
};
|
|
404
|
-
|
|
405
|
-
type AgentEnvRow = {
|
|
406
|
-
id: string;
|
|
407
|
-
key: string;
|
|
408
|
-
value: string;
|
|
409
|
-
enabled: boolean;
|
|
410
|
-
};
|
|
411
|
-
type AgentEnvByProvider = Record<AgentProvider, AgentEnvRow[]>;
|
|
412
|
-
|
|
413
|
-
type TerminalProfileId = string | null;
|
|
414
|
-
interface AgentSettings {
|
|
415
|
-
language: UiLanguage;
|
|
416
|
-
uiTheme: UiTheme;
|
|
417
|
-
isPrimarySidebarCollapsed: boolean;
|
|
418
|
-
defaultProvider: AgentProvider;
|
|
419
|
-
agentProviderOrder: AgentProvider[];
|
|
420
|
-
agentFullAccess: boolean;
|
|
421
|
-
defaultTerminalProfileId: TerminalProfileId;
|
|
422
|
-
customModelEnabledByProvider: AgentCustomModelEnabledByProvider<AgentProvider>;
|
|
423
|
-
customModelByProvider: AgentCustomModelByProvider<AgentProvider>;
|
|
424
|
-
customModelOptionsByProvider: AgentCustomModelOptionsByProvider<AgentProvider>;
|
|
425
|
-
quickCommands: QuickCommand[];
|
|
426
|
-
quickPhrases: QuickPhrase[];
|
|
427
|
-
agentEnvByProvider: AgentEnvByProvider;
|
|
428
|
-
focusNodeOnClick: boolean;
|
|
429
|
-
focusNodeTargetZoom: FocusNodeTargetZoom;
|
|
430
|
-
focusNodeUseVisibleCanvasCenter: boolean;
|
|
431
|
-
standbyBannerEnabled: boolean;
|
|
432
|
-
standbyBannerShowTask: boolean;
|
|
433
|
-
standbyBannerShowSpace: boolean;
|
|
434
|
-
standbyBannerShowBranch: boolean;
|
|
435
|
-
disableAppShortcutsWhenTerminalFocused: boolean;
|
|
436
|
-
keybindings: KeybindingOverrides;
|
|
437
|
-
canvasInputMode: CanvasInputMode;
|
|
438
|
-
canvasWheelBehavior: CanvasWheelBehavior;
|
|
439
|
-
canvasWheelZoomModifier: CanvasWheelZoomModifier;
|
|
440
|
-
standardWindowSizeBucket: StandardWindowSizeBucket;
|
|
441
|
-
defaultTerminalWindowScalePercent: number;
|
|
442
|
-
terminalFontSize: number;
|
|
443
|
-
terminalFontFamily: string | null;
|
|
444
|
-
uiFontSize: number;
|
|
445
|
-
avoidGroupingEdits: boolean;
|
|
446
|
-
updatePolicy: AppUpdatePolicy;
|
|
447
|
-
hideWorktreeMismatchDropWarning: boolean;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
451
|
interface DesktopSize {
|
|
451
452
|
width: number;
|
|
452
453
|
height: number;
|
|
@@ -587,6 +588,7 @@ interface AgentComposerProps {
|
|
|
587
588
|
workspaceAppIcons?: readonly AgentMessageMarkdownWorkspaceAppIcon[];
|
|
588
589
|
selectedProviderTarget?: AgentGUIProviderTarget | null;
|
|
589
590
|
providerTargets?: readonly AgentGUIProviderTarget[];
|
|
591
|
+
handoffProviderTargets?: readonly AgentGUIProviderTarget[];
|
|
590
592
|
providerSelectReadonly?: boolean;
|
|
591
593
|
onProviderSelect?: (input: {
|
|
592
594
|
provider: AgentGUIProvider;
|
|
@@ -922,6 +924,7 @@ interface AgentGUINodeProps {
|
|
|
922
924
|
accountMenuState?: AgentGUIAccountMenuState | null;
|
|
923
925
|
providerTargets?: readonly AgentGUIProviderTarget[];
|
|
924
926
|
providerTargetsLoading?: boolean;
|
|
927
|
+
providerRailAllPresentation?: AgentGUIProviderRailAllPresentation | null;
|
|
925
928
|
/**
|
|
926
929
|
* Controls how the provider rail composes its list. "catalog" (default) adds
|
|
927
930
|
* the static local catalog + placeholders + coming-soon; "exact" renders only
|
|
@@ -1060,4 +1063,4 @@ interface AgentActivityHostProviderProps extends PropsWithChildren {
|
|
|
1060
1063
|
}
|
|
1061
1064
|
declare function AgentActivityHostProvider({ agentActivityRuntime, agentHostApi, children }: AgentActivityHostProviderProps): JSX.Element;
|
|
1062
1065
|
|
|
1063
|
-
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, type AgentCustomMentionChipContext, type AgentCustomMentionIdentity, type AgentCustomMentionKindDefinition, type AgentCustomMentionPresentation, AgentGUI, type AgentGUIAccountMenuState, type AgentGUIProps, AgentGUIProvider, type AgentGUIProviderRailEmptyRenderer, AgentGUIProviderRailMode, AgentGUIProviderReadinessGate, AgentGUIProviderTarget, AgentGUIProviderTargetBadge, type AgentGUISidebarFooterContext, type AgentGUISidebarFooterRenderer, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, AgentQueuedPromptQueueSnapshot, AgentQueuedPromptRuntime, AgentQueuedPromptRuntimeProvider, type AgentQueuedPromptRuntimeProviderProps, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, createLocalAgentGUIProviderTarget, createLocalAgentGUIProviderTargets, createSharedAgentGUIProviderTarget, getAgentActivityRuntime, getAgentCustomMentionKind, getOptionalAgentActivityRuntime, localAgentGUIAgentTargetId, localAgentGUIProviderTargetId, normalizeAgentGUIProviderTargets, projectCoreSessionStatus, registerAgentCustomMentionKind, resetAgentActivityRuntimeForTests, resetAgentCustomMentionKindsForTests, resetAgentQueuedPromptRuntimeForTests, resolveAgentGUIExpandedWindowFrame, resolveAgentGUIProviderTarget, setAgentActivityRuntimeForTests, setAgentQueuedPromptRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useAgentQueuedPromptRuntime, useAgentQueuedPromptSessionSnapshot, useOptionalAgentActivityRuntime };
|
|
1066
|
+
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, type AgentCustomMentionChipContext, type AgentCustomMentionIdentity, type AgentCustomMentionKindDefinition, type AgentCustomMentionPresentation, AgentGUI, type AgentGUIAccountMenuState, type AgentGUIProps, AgentGUIProvider, AgentGUIProviderRailAllPresentation, type AgentGUIProviderRailEmptyRenderer, AgentGUIProviderRailMode, AgentGUIProviderReadinessGate, AgentGUIProviderTarget, AgentGUIProviderTargetBadge, type AgentGUISidebarFooterContext, type AgentGUISidebarFooterRenderer, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, AgentQueuedPromptQueueSnapshot, AgentQueuedPromptRuntime, AgentQueuedPromptRuntimeProvider, type AgentQueuedPromptRuntimeProviderProps, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, createLocalAgentGUIProviderTarget, createLocalAgentGUIProviderTargets, createSharedAgentGUIProviderTarget, getAgentActivityRuntime, getAgentCustomMentionKind, getOptionalAgentActivityRuntime, localAgentGUIAgentTargetId, localAgentGUIProviderTargetId, normalizeAgentGUIProviderTargets, projectCoreSessionStatus, registerAgentCustomMentionKind, resetAgentActivityRuntimeForTests, resetAgentCustomMentionKindsForTests, resetAgentQueuedPromptRuntimeForTests, resolveAgentGUIExpandedWindowFrame, resolveAgentGUIProviderTarget, setAgentActivityRuntimeForTests, setAgentQueuedPromptRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useAgentQueuedPromptRuntime, useAgentQueuedPromptSessionSnapshot, useOptionalAgentActivityRuntime };
|