@tutti-os/agent-gui 0.0.205 → 0.0.206
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 +12 -0
- package/dist/{AgentRichTextReadonly-YU6STDUX.js → AgentRichTextReadonly-DFWY2WYO.js} +5 -5
- package/dist/agent-conversation/index.js +8 -8
- package/dist/agent-env/index.d.ts +8 -1
- package/dist/agent-env/index.js +1 -1
- package/dist/agent-gui.d.ts +13 -0
- package/dist/agent-gui.js +16 -16
- package/dist/agent-message-center/index.js +6 -6
- package/dist/agents.js +1 -1
- package/dist/{chunk-CX6XXG6R.js → chunk-3MVSOLX3.js} +2 -2
- package/dist/chunk-3MVSOLX3.js.map +1 -0
- package/dist/{chunk-JXFOFJYI.js → chunk-5RZVXSQQ.js} +2 -2
- package/dist/{chunk-VDTG6M6K.js → chunk-6LXC5BME.js} +4 -4
- package/dist/{chunk-GJZEMI6Z.js → chunk-CCFYCSBK.js} +551 -538
- package/dist/chunk-CCFYCSBK.js.map +1 -0
- package/dist/{chunk-UEBPMWKS.js → chunk-CKUR2VKA.js} +2 -2
- package/dist/{chunk-X5V6P2EB.js → chunk-DKRX5IZS.js} +4 -4
- package/dist/{chunk-K5AOJ5DO.js → chunk-FWR5BZYR.js} +2 -2
- package/dist/{chunk-XD5NTTFJ.js → chunk-HXAOFFZJ.js} +2 -2
- package/dist/{chunk-4OJSSUEU.js → chunk-JRYR2EA5.js} +4 -4
- package/dist/{chunk-CXC3ROXQ.js → chunk-JZ6KUUDY.js} +34 -17
- package/dist/chunk-JZ6KUUDY.js.map +1 -0
- package/dist/{chunk-RJMCV7OR.js → chunk-M2VRYG7U.js} +18 -6
- package/dist/chunk-M2VRYG7U.js.map +1 -0
- package/dist/{chunk-FHCARLIO.js → chunk-RAO2PI3T.js} +4 -4
- package/dist/{chunk-STOGLKFA.js → chunk-RTKIOE4R.js} +1594 -1543
- package/dist/chunk-RTKIOE4R.js.map +1 -0
- package/dist/{chunk-EOGTJQID.js → chunk-THRBLO2B.js} +2 -2
- package/dist/{chunk-GWKXYGUN.js → chunk-V2MU37VN.js} +2 -2
- package/dist/{chunk-ZTRTBLLP.js → chunk-VGPFDVSK.js} +3 -3
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +17 -5
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +551 -9
- package/dist/index.js +24 -16
- package/dist/index.js.map +1 -1
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.js +4 -4
- package/dist/workbench/index.js +4 -4
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-CX6XXG6R.js.map +0 -1
- package/dist/chunk-CXC3ROXQ.js.map +0 -1
- package/dist/chunk-GJZEMI6Z.js.map +0 -1
- package/dist/chunk-RJMCV7OR.js.map +0 -1
- package/dist/chunk-STOGLKFA.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-YU6STDUX.js.map → AgentRichTextReadonly-DFWY2WYO.js.map} +0 -0
- /package/dist/{chunk-JXFOFJYI.js.map → chunk-5RZVXSQQ.js.map} +0 -0
- /package/dist/{chunk-VDTG6M6K.js.map → chunk-6LXC5BME.js.map} +0 -0
- /package/dist/{chunk-UEBPMWKS.js.map → chunk-CKUR2VKA.js.map} +0 -0
- /package/dist/{chunk-X5V6P2EB.js.map → chunk-DKRX5IZS.js.map} +0 -0
- /package/dist/{chunk-K5AOJ5DO.js.map → chunk-FWR5BZYR.js.map} +0 -0
- /package/dist/{chunk-XD5NTTFJ.js.map → chunk-HXAOFFZJ.js.map} +0 -0
- /package/dist/{chunk-4OJSSUEU.js.map → chunk-JRYR2EA5.js.map} +0 -0
- /package/dist/{chunk-FHCARLIO.js.map → chunk-RAO2PI3T.js.map} +0 -0
- /package/dist/{chunk-EOGTJQID.js.map → chunk-THRBLO2B.js.map} +0 -0
- /package/dist/{chunk-GWKXYGUN.js.map → chunk-V2MU37VN.js.map} +0 -0
- /package/dist/{chunk-ZTRTBLLP.js.map → chunk-VGPFDVSK.js.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -8,12 +8,12 @@ export { AgentActivityAdapter, AgentActivityMessage, AgentActivityNeedsAttention
|
|
|
8
8
|
import { WorkspaceUserProjectService, WorkspaceUserProject } from '@tutti-os/workspace-user-project/contracts';
|
|
9
9
|
import { WorkspaceFileReference, ReferenceLocateTarget, WorkspaceFileReferenceAdapter, ReferenceProvenanceCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
10
10
|
export { ReferenceProvenanceCatalog as AgentGUIReferenceProvenanceFilterCatalog } from '@tutti-os/workspace-file-reference/contracts';
|
|
11
|
-
import { WorkspaceFileEntry } from '@tutti-os/workspace-file-manager/services';
|
|
12
|
-
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
13
|
-
import { WorkspaceIssueMentionMode } from '@tutti-os/workspace-issue-manager/core';
|
|
14
11
|
import { WorkspaceUserProjectI18nRuntime } from '@tutti-os/workspace-user-project/i18n';
|
|
12
|
+
import { WorkspaceIssueMentionMode } from '@tutti-os/workspace-issue-manager/core';
|
|
15
13
|
import { WorkspaceUserProjectSelectChangeAction } from '@tutti-os/workspace-user-project/ui';
|
|
16
14
|
import { ReferenceProvenanceFilterSnapshot, ReferenceProvenanceFilterController } from '@tutti-os/workspace-file-reference/react';
|
|
15
|
+
import { WorkspaceFileEntry } from '@tutti-os/workspace-file-manager/services';
|
|
16
|
+
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
17
17
|
import { RichTextMentionService } from '@tutti-os/ui-rich-text/service';
|
|
18
18
|
import { RichTextTriggerProvider, RichTextTriggerQueryInput } from '@tutti-os/ui-rich-text/types';
|
|
19
19
|
import { TuttiExternalAtProviderId } from '@tutti-os/workspace-external-core/contracts';
|
|
@@ -1859,6 +1859,7 @@ interface AgentMessageMarkdownWorkspaceAppIcon {
|
|
|
1859
1859
|
workspaceId?: string | null;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
|
+
type AgentGUIMembershipAccessState = "free" | "active" | "inactive" | "unknown";
|
|
1862
1863
|
interface AgentGUIAccountMenuState {
|
|
1863
1864
|
user: {
|
|
1864
1865
|
userId: string;
|
|
@@ -1867,6 +1868,11 @@ interface AgentGUIAccountMenuState {
|
|
|
1867
1868
|
avatar?: string | null;
|
|
1868
1869
|
} | null;
|
|
1869
1870
|
membershipLabel: string;
|
|
1871
|
+
/**
|
|
1872
|
+
* Normalized by the Commerce domain. Hosts must not infer access from
|
|
1873
|
+
* provider-specific tier/status strings.
|
|
1874
|
+
*/
|
|
1875
|
+
membershipAccess?: AgentGUIMembershipAccessState;
|
|
1870
1876
|
creditsLabel: string | null;
|
|
1871
1877
|
loading: boolean;
|
|
1872
1878
|
error: string | null;
|
|
@@ -2229,6 +2235,48 @@ type AgentComposerDraftContent = [
|
|
|
2229
2235
|
/** One atomic, unsent composer message. */
|
|
2230
2236
|
type AgentComposerDraft = AgentComposerDraftContent;
|
|
2231
2237
|
type AgentComposerDraftFile = Omit<AgentComposerRegularFileBlock, "type" | "kind">;
|
|
2238
|
+
/**
|
|
2239
|
+
* Built-in glyph for a home-suggestion category chip. Keeps the localized data
|
|
2240
|
+
* free of any component references so it can live in the i18n label bundle.
|
|
2241
|
+
*/
|
|
2242
|
+
type AgentHomeSuggestionIcon = "write" | "code" | "research" | "handoff" | "breakdown" | "review" | "interaction" | "about" | "import";
|
|
2243
|
+
/**
|
|
2244
|
+
* Host-level action a chip can trigger. A chip may carry an action alongside a
|
|
2245
|
+
* `prompt` — both fire on click (the prompt fills, then the action runs).
|
|
2246
|
+
* `import-session` opens the external-agent session import wizard.
|
|
2247
|
+
*/
|
|
2248
|
+
type AgentHomeSuggestionAction = "import-session";
|
|
2249
|
+
interface AgentHomeSuggestionItem {
|
|
2250
|
+
id: string;
|
|
2251
|
+
/** Text shown in the suggestion row. */
|
|
2252
|
+
label: string;
|
|
2253
|
+
/**
|
|
2254
|
+
* Prompt inserted into the composer when the suggestion is chosen. Defaults
|
|
2255
|
+
* to `label` when omitted so short labels can double as the prompt.
|
|
2256
|
+
*/
|
|
2257
|
+
prompt?: string;
|
|
2258
|
+
}
|
|
2259
|
+
interface AgentHomeSuggestionCategory {
|
|
2260
|
+
id: string;
|
|
2261
|
+
/** Chip / card header label. */
|
|
2262
|
+
label: string;
|
|
2263
|
+
icon?: AgentHomeSuggestionIcon;
|
|
2264
|
+
/**
|
|
2265
|
+
* Suggestions revealed in an expandable card when the chip is chosen. Omit
|
|
2266
|
+
* (or leave empty) for a direct-fill chip that uses `prompt` instead.
|
|
2267
|
+
*/
|
|
2268
|
+
items?: AgentHomeSuggestionItem[];
|
|
2269
|
+
/**
|
|
2270
|
+
* When set, the chip fills the composer with this prompt immediately on click
|
|
2271
|
+
* instead of expanding a card of `items`.
|
|
2272
|
+
*/
|
|
2273
|
+
prompt?: string;
|
|
2274
|
+
/**
|
|
2275
|
+
* When set, the chip triggers a host action on click instead of filling the
|
|
2276
|
+
* composer or expanding `items`.
|
|
2277
|
+
*/
|
|
2278
|
+
action?: AgentHomeSuggestionAction;
|
|
2279
|
+
}
|
|
2232
2280
|
interface AgentGUIComposerModelPlanVM {
|
|
2233
2281
|
id: string;
|
|
2234
2282
|
name: string;
|
|
@@ -3162,13 +3210,17 @@ declare const agentGuiI18nResources: {
|
|
|
3162
3210
|
readonly visibleErrorConfigTimeout: "{{provider}} couldn't apply session settings before the request timed out. Try again in a moment.";
|
|
3163
3211
|
readonly visibleErrorStreamDisconnected: "{{provider}}'s response was interrupted before it completed. Try again in a moment.";
|
|
3164
3212
|
readonly visibleErrorConcurrencyLimit: "{{provider}} is handling too many requests right now. Try again after another task finishes.";
|
|
3165
|
-
readonly
|
|
3213
|
+
readonly visibleErrorInsufficientCreditsFree: "Your available credits are exhausted. Upgrade your membership for more credits";
|
|
3214
|
+
readonly visibleErrorInsufficientCreditsActive: "Your Tutti credits are insufficient. Recharge credits to continue";
|
|
3215
|
+
readonly visibleErrorInsufficientCreditsUnknown: "Your Tutti credits are insufficient. Review credit options to continue";
|
|
3166
3216
|
readonly visibleErrorActionInstall: "Connect";
|
|
3167
3217
|
readonly visibleErrorActionUpgrade: "Upgrade";
|
|
3168
3218
|
readonly visibleErrorActionRelogin: "Sign in";
|
|
3169
3219
|
readonly visibleErrorActionCheckNetwork: "Check network";
|
|
3170
3220
|
readonly visibleErrorActionDetect: "Open setup";
|
|
3171
|
-
readonly
|
|
3221
|
+
readonly visibleErrorActionUpgradeMembership: "Upgrade membership";
|
|
3222
|
+
readonly visibleErrorActionRechargeCredits: "Recharge credits";
|
|
3223
|
+
readonly visibleErrorActionViewCreditPlans: "View credit options";
|
|
3172
3224
|
readonly systemNoticeTransportRetry: "Agent connection interrupted. Reconnecting...";
|
|
3173
3225
|
readonly systemNoticeTransportFallback: "Agent switched to HTTPS transport";
|
|
3174
3226
|
readonly systemNoticePlanImplementationPendingConfirmation: "Plan implementation is awaiting confirmation";
|
|
@@ -3404,6 +3456,8 @@ declare const agentGuiI18nResources: {
|
|
|
3404
3456
|
readonly accountMenuTitle: "Tutti Agent";
|
|
3405
3457
|
readonly accountMenuMember: "Membership";
|
|
3406
3458
|
readonly accountMenuUpgrade: "Upgrade";
|
|
3459
|
+
readonly accountMenuRecharge: "Recharge credits";
|
|
3460
|
+
readonly accountMenuViewPlans: "View credit options";
|
|
3407
3461
|
readonly accountMenuCreditsBalance: "Credits";
|
|
3408
3462
|
readonly accountMenuAccountCenter: "Account center";
|
|
3409
3463
|
readonly accountMenuSettings: "Settings";
|
|
@@ -5968,13 +6022,17 @@ declare const agentGuiI18nResources: {
|
|
|
5968
6022
|
readonly visibleErrorConfigTimeout: "{{provider}} 在请求超时前未能应用会话设置。请稍后重试。";
|
|
5969
6023
|
readonly visibleErrorStreamDisconnected: "{{provider}} 的响应在完成前被中断。请稍后重试。";
|
|
5970
6024
|
readonly visibleErrorConcurrencyLimit: "{{provider}} 当前处理的请求过多。请在其他任务完成后再试。";
|
|
5971
|
-
readonly
|
|
6025
|
+
readonly visibleErrorInsufficientCreditsFree: "您账户下可用的积分额度已耗尽,升级会员获取更多额度";
|
|
6026
|
+
readonly visibleErrorInsufficientCreditsActive: "Tutti 积分不足,充值积分后可继续使用";
|
|
6027
|
+
readonly visibleErrorInsufficientCreditsUnknown: "Tutti 积分不足,请查看积分方案后继续";
|
|
5972
6028
|
readonly visibleErrorActionInstall: "去连接";
|
|
5973
6029
|
readonly visibleErrorActionUpgrade: "去升级";
|
|
5974
6030
|
readonly visibleErrorActionRelogin: "登录";
|
|
5975
6031
|
readonly visibleErrorActionCheckNetwork: "检测网络";
|
|
5976
6032
|
readonly visibleErrorActionDetect: "打开检测";
|
|
5977
|
-
readonly
|
|
6033
|
+
readonly visibleErrorActionUpgradeMembership: "升级会员";
|
|
6034
|
+
readonly visibleErrorActionRechargeCredits: "充值积分";
|
|
6035
|
+
readonly visibleErrorActionViewCreditPlans: "查看积分方案";
|
|
5978
6036
|
readonly systemNoticeTransportRetry: "Agent 连接中断,正在重连";
|
|
5979
6037
|
readonly systemNoticeTransportFallback: "Agent 已切换到 HTTPS 传输";
|
|
5980
6038
|
readonly systemNoticePlanImplementationPendingConfirmation: "计划实现正在等待确认";
|
|
@@ -6547,7 +6605,9 @@ declare const agentGuiI18nResources: {
|
|
|
6547
6605
|
readonly newConversation: "新建会话";
|
|
6548
6606
|
readonly accountMenuTitle: "Tutti Agent";
|
|
6549
6607
|
readonly accountMenuMember: "会员";
|
|
6550
|
-
readonly accountMenuUpgrade: "
|
|
6608
|
+
readonly accountMenuUpgrade: "升级会员";
|
|
6609
|
+
readonly accountMenuRecharge: "充值积分";
|
|
6610
|
+
readonly accountMenuViewPlans: "查看积分方案";
|
|
6551
6611
|
readonly accountMenuCreditsBalance: "积分余额";
|
|
6552
6612
|
readonly accountMenuAccountCenter: "账号中心";
|
|
6553
6613
|
readonly accountMenuSettings: "设置";
|
|
@@ -8549,6 +8609,11 @@ interface OpenAgentEnvPanelInput {
|
|
|
8549
8609
|
focus?: AgentEnvPanelFocus | null;
|
|
8550
8610
|
}
|
|
8551
8611
|
|
|
8612
|
+
interface AgentGUICommercePresentation {
|
|
8613
|
+
membershipAccess?: AgentGUIMembershipAccessState;
|
|
8614
|
+
planUrl?: string | null;
|
|
8615
|
+
}
|
|
8616
|
+
|
|
8552
8617
|
type TuttiModePlanWorkflowStatus = "pending_review" | "in_progress" | "accepted" | "rejected" | "completed" | "failed" | "canceled";
|
|
8553
8618
|
type TuttiModePlanCheckpointKind = "configuration_review" | "task_review";
|
|
8554
8619
|
type TuttiModePlanCheckpointStatus = "pending" | "accepted" | "rejected" | "superseded" | "canceled";
|
|
@@ -8799,6 +8864,60 @@ interface TuttiModePlanReviewRuntime {
|
|
|
8799
8864
|
planIssues?: TuttiPlanIssueSource;
|
|
8800
8865
|
}
|
|
8801
8866
|
|
|
8867
|
+
interface TuttiPlanIssuePanelLabels {
|
|
8868
|
+
openIssue: string;
|
|
8869
|
+
stopExecution: string;
|
|
8870
|
+
listView: string;
|
|
8871
|
+
boardView: string;
|
|
8872
|
+
parallelizable: string;
|
|
8873
|
+
autoAccept: string;
|
|
8874
|
+
accept: string;
|
|
8875
|
+
rework: string;
|
|
8876
|
+
dependencies: string;
|
|
8877
|
+
stageParallel: (index: string, count: string) => string;
|
|
8878
|
+
stageSequential: (index: string) => string;
|
|
8879
|
+
summary: (done: string, total: string, running: string) => string;
|
|
8880
|
+
statusNotStarted: string;
|
|
8881
|
+
statusRunning: string;
|
|
8882
|
+
statusPendingAcceptance: string;
|
|
8883
|
+
statusCompleted: string;
|
|
8884
|
+
statusFailed: string;
|
|
8885
|
+
statusCanceled: string;
|
|
8886
|
+
}
|
|
8887
|
+
|
|
8888
|
+
interface TuttiModePlanPanelLabels {
|
|
8889
|
+
tasks: string;
|
|
8890
|
+
priority: string;
|
|
8891
|
+
priorityHigh: string;
|
|
8892
|
+
priorityMedium: string;
|
|
8893
|
+
priorityLow: string;
|
|
8894
|
+
agentTarget: string;
|
|
8895
|
+
model: string;
|
|
8896
|
+
permissionMode: string;
|
|
8897
|
+
reasoningEffort: string;
|
|
8898
|
+
parallelizable: string;
|
|
8899
|
+
autoAccept: string;
|
|
8900
|
+
notSpecified: string;
|
|
8901
|
+
assignmentOptionsLoading: string;
|
|
8902
|
+
}
|
|
8903
|
+
|
|
8904
|
+
interface TuttiWorkflowDockLabels {
|
|
8905
|
+
cancel: string;
|
|
8906
|
+
collapse: string;
|
|
8907
|
+
errorTitle: string;
|
|
8908
|
+
expand: string;
|
|
8909
|
+
issueDone(done: string, total: string): string;
|
|
8910
|
+
issueFailed(count: string): string;
|
|
8911
|
+
issuePendingAcceptance(count: string): string;
|
|
8912
|
+
issueRunning(count: string): string;
|
|
8913
|
+
materializingHint: string;
|
|
8914
|
+
materializingTitle: string;
|
|
8915
|
+
retry: string;
|
|
8916
|
+
reviewHint: string;
|
|
8917
|
+
reviewHintReplan: string;
|
|
8918
|
+
reviewTitle: string;
|
|
8919
|
+
}
|
|
8920
|
+
|
|
8802
8921
|
type AgentMentionReferenceTargetResolver = (item: AgentContextMentionItem) => ReferenceLocateTarget | null;
|
|
8803
8922
|
interface AgentWorkspaceReferenceInitialTargetInput {
|
|
8804
8923
|
activeConversation: AgentGUINodeViewModel["rail"]["activeConversation"];
|
|
@@ -8812,6 +8931,387 @@ interface AgentGUIConversationRailLayout {
|
|
|
8812
8931
|
leftPanelWidthPx: number;
|
|
8813
8932
|
resizing: boolean;
|
|
8814
8933
|
}
|
|
8934
|
+
interface AgentGUIViewLabels {
|
|
8935
|
+
initialPlaceholder: string;
|
|
8936
|
+
followupPlaceholder: string;
|
|
8937
|
+
installRequiredPlaceholder: string;
|
|
8938
|
+
installRequiredAction: string;
|
|
8939
|
+
providerGateCheckingTitle: string;
|
|
8940
|
+
providerGateCheckingDescription: string;
|
|
8941
|
+
providerGateCheckingAgentsDescription: string;
|
|
8942
|
+
providerGateInstallTitle: string;
|
|
8943
|
+
providerGateInstallDescription: string;
|
|
8944
|
+
providerGateInstallAction: string;
|
|
8945
|
+
providerGateLoginTitle: string;
|
|
8946
|
+
providerGateLoginDescription: string;
|
|
8947
|
+
providerGateLoginAction: string;
|
|
8948
|
+
providerGateComingSoonTitle: string;
|
|
8949
|
+
providerGateComingSoonDescription: string;
|
|
8950
|
+
providerGateComingSoonAction: string;
|
|
8951
|
+
providerGateUnavailableTitle: string;
|
|
8952
|
+
providerGateUnavailableDescription: string;
|
|
8953
|
+
providerGateRetryAction: string;
|
|
8954
|
+
providerGatePendingInstall: string;
|
|
8955
|
+
providerGatePendingLogin: string;
|
|
8956
|
+
providerGatePendingRefresh: string;
|
|
8957
|
+
collaboratorSessionReadOnlyPlaceholder: string;
|
|
8958
|
+
send: string;
|
|
8959
|
+
modelLabel: string;
|
|
8960
|
+
modelSelectionLabel: string;
|
|
8961
|
+
modelContextWindowSuffix: string;
|
|
8962
|
+
modelTooltipVersionLabel: string;
|
|
8963
|
+
defaultModel: string;
|
|
8964
|
+
loadingOptions: string;
|
|
8965
|
+
inheritedUnavailable: string;
|
|
8966
|
+
reasoningLabel: string;
|
|
8967
|
+
reasoningDegreeLabel: string;
|
|
8968
|
+
reasoningOptionDefault: string;
|
|
8969
|
+
reasoningOptionMinimal: string;
|
|
8970
|
+
reasoningOptionLow: string;
|
|
8971
|
+
reasoningOptionMedium: string;
|
|
8972
|
+
reasoningOptionHigh: string;
|
|
8973
|
+
reasoningOptionXHigh: string;
|
|
8974
|
+
reasoningOptionMax: string;
|
|
8975
|
+
reasoningOptionUltra: string;
|
|
8976
|
+
speedLabel: string;
|
|
8977
|
+
speedSelectionLabel: string;
|
|
8978
|
+
speedOptionStandard: string;
|
|
8979
|
+
speedOptionStandardDescription: string;
|
|
8980
|
+
speedOptionFast: string;
|
|
8981
|
+
speedOptionFastDescription: string;
|
|
8982
|
+
permissionLabel: string;
|
|
8983
|
+
permissionModeReadOnly: string;
|
|
8984
|
+
permissionModeAuto: string;
|
|
8985
|
+
permissionModeFullAccess: string;
|
|
8986
|
+
permissionModeChangeUnavailableDuringTurn: string;
|
|
8987
|
+
modelDescriptions: {
|
|
8988
|
+
frontierComplexCoding: string;
|
|
8989
|
+
everydayCoding: string;
|
|
8990
|
+
smallFastCostEfficient: string;
|
|
8991
|
+
codingOptimized: string;
|
|
8992
|
+
ultraFastCoding: string;
|
|
8993
|
+
professionalLongRunning: string;
|
|
8994
|
+
};
|
|
8995
|
+
planModeLabel: string;
|
|
8996
|
+
normalModeLabel?: string;
|
|
8997
|
+
normalModeDescription?: string;
|
|
8998
|
+
tuttiModeLabel: string;
|
|
8999
|
+
tuttiModeDescription: string;
|
|
9000
|
+
tuttiModeRemove: string;
|
|
9001
|
+
tuttiBudgetTitle: string;
|
|
9002
|
+
tuttiBudgetIntensityLabel: string;
|
|
9003
|
+
tuttiBudgetPreviewTitle: string;
|
|
9004
|
+
tuttiBudgetPreviewHint: string;
|
|
9005
|
+
tuttiBudgetPreviewCost: string;
|
|
9006
|
+
tuttiBudgetPreviewBalance: string;
|
|
9007
|
+
tuttiBudgetPreviewPowerful: string;
|
|
9008
|
+
tuttiBudgetModelStrengthLabel: string;
|
|
9009
|
+
tuttiBudgetModelStrengthCost: string;
|
|
9010
|
+
tuttiBudgetModelStrengthBalance: string;
|
|
9011
|
+
tuttiBudgetModelStrengthPowerful: string;
|
|
9012
|
+
tuttiBudgetAgentCountLabel: string;
|
|
9013
|
+
tuttiBudgetAgentCountCost: string;
|
|
9014
|
+
tuttiBudgetAgentCountBalance: string;
|
|
9015
|
+
tuttiBudgetAgentCountPowerful: string;
|
|
9016
|
+
tuttiBudgetConfirm: string;
|
|
9017
|
+
tuttiBudgetCancel: string;
|
|
9018
|
+
tuttiModeUpdateFailed: string;
|
|
9019
|
+
tuttiModeUpdateUncertain: string;
|
|
9020
|
+
tuttiModePlanPanel: TuttiModePlanPanelLabels;
|
|
9021
|
+
tuttiWorkflowDock: TuttiWorkflowDockLabels;
|
|
9022
|
+
tuttiModePlanIssuePanel: TuttiPlanIssuePanelLabels;
|
|
9023
|
+
tuttiModePlanSendAccept: string;
|
|
9024
|
+
tuttiModePlanSendRequestChanges: string;
|
|
9025
|
+
/** Auto feedback for an empty send after the intensity diverged. */
|
|
9026
|
+
tuttiModePlanReplanFeedback: (from: string, to: string) => string;
|
|
9027
|
+
/** Appended to typed feedback when the intensity diverged. */
|
|
9028
|
+
tuttiModePlanReplanFeedbackSuffix: (to: string) => string;
|
|
9029
|
+
tuttiModePlanLoadFailed: string;
|
|
9030
|
+
tuttiModePlanRetry: string;
|
|
9031
|
+
/** Accepted plan whose Issue creation durably failed; message is the cause. */
|
|
9032
|
+
tuttiModePlanIssueCreateFailed: (message: string) => string;
|
|
9033
|
+
planModeDescription?: string;
|
|
9034
|
+
planModeOnLabel: string;
|
|
9035
|
+
planModeOffLabel: string;
|
|
9036
|
+
planUnavailable: string;
|
|
9037
|
+
queuedLabel: string;
|
|
9038
|
+
queuePausedByUserLabel: string;
|
|
9039
|
+
sendQueuedPromptNext: string;
|
|
9040
|
+
editQueuedPrompt: string;
|
|
9041
|
+
deleteQueuedPrompt: string;
|
|
9042
|
+
queuedPromptMoreActions: string;
|
|
9043
|
+
stop: string;
|
|
9044
|
+
stopping: string;
|
|
9045
|
+
noRunningResponse: string;
|
|
9046
|
+
empty: string;
|
|
9047
|
+
emptyForProvider?: (provider: string) => string;
|
|
9048
|
+
emptyProvider?: string;
|
|
9049
|
+
emptyProviderForProvider?: (provider: string) => string;
|
|
9050
|
+
/** Starter-prompt suggestion categories shown under the new-session composer. */
|
|
9051
|
+
homeSuggestions?: readonly AgentHomeSuggestionCategory[];
|
|
9052
|
+
/** Accessible label for the button that dismisses an expanded suggestion category. */
|
|
9053
|
+
homeSuggestionsClose?: string;
|
|
9054
|
+
conversations: string;
|
|
9055
|
+
newConversation: string;
|
|
9056
|
+
accountMenuTitle: string;
|
|
9057
|
+
accountMenuMember: string;
|
|
9058
|
+
accountMenuUpgrade: string;
|
|
9059
|
+
accountMenuRecharge: string;
|
|
9060
|
+
accountMenuViewPlans: string;
|
|
9061
|
+
accountMenuCreditsBalance: string;
|
|
9062
|
+
accountMenuAccountCenter: string;
|
|
9063
|
+
accountMenuSettings: string;
|
|
9064
|
+
accountMenuFree: string;
|
|
9065
|
+
accountMenuSignIn: string;
|
|
9066
|
+
accountMenuSignOut: string;
|
|
9067
|
+
accountMenuCopyUserId: string;
|
|
9068
|
+
accountMenuLoading: string;
|
|
9069
|
+
accountMenuUnavailable: string;
|
|
9070
|
+
accountMenuDataUnavailable: string;
|
|
9071
|
+
accountRewardToastTitle: string;
|
|
9072
|
+
accountRewardToastCreditsUnit: string;
|
|
9073
|
+
accountRewardToastDescription: string;
|
|
9074
|
+
accountRewardToastClose: string;
|
|
9075
|
+
agentConfig: string;
|
|
9076
|
+
agentSettingsMenu: string;
|
|
9077
|
+
agentEnvSetup: string;
|
|
9078
|
+
manageAgents: string;
|
|
9079
|
+
manageAgentsTitle: string;
|
|
9080
|
+
manageAgentsDescription: string;
|
|
9081
|
+
manageAgentsAvailable: string;
|
|
9082
|
+
manageAgentsDisabled: string;
|
|
9083
|
+
manageAgentsNoAvailable: string;
|
|
9084
|
+
manageAgentsNoDisabled: string;
|
|
9085
|
+
manageAgentsKeepOneAvailable: string;
|
|
9086
|
+
manageAgentsRunningBlocked: (agent: string) => string;
|
|
9087
|
+
removeAgentFromSidebar: (agent: string) => string;
|
|
9088
|
+
addAgentToSidebar: (agent: string) => string;
|
|
9089
|
+
dragAgentToReorder: (agent: string) => string;
|
|
9090
|
+
noConversations: string;
|
|
9091
|
+
emptyProjectConversations: string;
|
|
9092
|
+
conversationFilterAll: string;
|
|
9093
|
+
conversationFilterCodex: string;
|
|
9094
|
+
conversationFilterClaudeCode: string;
|
|
9095
|
+
conversationFilterTutti: string;
|
|
9096
|
+
providerSwitchLabel: string;
|
|
9097
|
+
sharedAgentOwnerSeparator: string;
|
|
9098
|
+
startConversation: string;
|
|
9099
|
+
selectConversation: string;
|
|
9100
|
+
loadingConversations: string;
|
|
9101
|
+
loadingConversation: string;
|
|
9102
|
+
scrollToBottom: string;
|
|
9103
|
+
searchNoConversations: string;
|
|
9104
|
+
searchFailed: string;
|
|
9105
|
+
retrySearch: string;
|
|
9106
|
+
conversationUnavailable: string;
|
|
9107
|
+
fallbackAgentTitle: string;
|
|
9108
|
+
untitledConversationTitle: string;
|
|
9109
|
+
searchPlaceholder: string;
|
|
9110
|
+
sectionConversations: string;
|
|
9111
|
+
sectionToday: string;
|
|
9112
|
+
sectionPinned: string;
|
|
9113
|
+
sectionYesterday: string;
|
|
9114
|
+
sectionEarlier: string;
|
|
9115
|
+
projectSectionEdit: string;
|
|
9116
|
+
projectSectionMoreActions: string;
|
|
9117
|
+
projectSectionViewFiles: string;
|
|
9118
|
+
pinProject: string;
|
|
9119
|
+
unpinProject: string;
|
|
9120
|
+
pinnedProjectAccessibleName: (projectLabel: string) => string;
|
|
9121
|
+
projectRailCreateProject: string;
|
|
9122
|
+
projectRailLinkExistingProject: string;
|
|
9123
|
+
removeProject: string;
|
|
9124
|
+
removeProjectConfirmDescription: (projectLabel: string) => string;
|
|
9125
|
+
removeProjectConfirmTitle: string;
|
|
9126
|
+
batchDeleteProjectSessions: string;
|
|
9127
|
+
batchDeleteProjectSessionsTitle: string;
|
|
9128
|
+
batchDeleteProjectSessionsBody: (count: number, project: string) => string;
|
|
9129
|
+
batchDeleteProjectSessionsConfirm: string;
|
|
9130
|
+
conversationsSectionMoreActions: string;
|
|
9131
|
+
batchDeleteConversations: string;
|
|
9132
|
+
batchDeleteConversationsTitle: string;
|
|
9133
|
+
batchDeleteConversationsBody: (count: number) => string;
|
|
9134
|
+
batchDeleteConversationsConfirm: string;
|
|
9135
|
+
approvalRequired: string;
|
|
9136
|
+
fileChangeApprovalRequired: string;
|
|
9137
|
+
approvalUnavailable: string;
|
|
9138
|
+
authRequired: string;
|
|
9139
|
+
authLogin: string;
|
|
9140
|
+
activatingSession: string;
|
|
9141
|
+
cancellingSession: string;
|
|
9142
|
+
retryActivation: string;
|
|
9143
|
+
continueInNewConversation: string;
|
|
9144
|
+
goalLabel: string;
|
|
9145
|
+
goalTitleActive: string;
|
|
9146
|
+
goalTitlePaused: string;
|
|
9147
|
+
goalTitleBlocked: string;
|
|
9148
|
+
goalTitleUsageLimited: string;
|
|
9149
|
+
goalTitleBudgetLimited: string;
|
|
9150
|
+
goalTitleComplete: string;
|
|
9151
|
+
goalBudgetUsage: (used: number, budget: number) => string;
|
|
9152
|
+
goalClearHint: string;
|
|
9153
|
+
goalEditAction: string;
|
|
9154
|
+
goalPauseAction: string;
|
|
9155
|
+
goalResumeAction: string;
|
|
9156
|
+
goalClearAction: string;
|
|
9157
|
+
goalRemoved: string;
|
|
9158
|
+
processing: string;
|
|
9159
|
+
turnSummary: string;
|
|
9160
|
+
userMessageLocator: string;
|
|
9161
|
+
planLead: string;
|
|
9162
|
+
planModes: Array<{
|
|
9163
|
+
id: string;
|
|
9164
|
+
label: string;
|
|
9165
|
+
description: string;
|
|
9166
|
+
}>;
|
|
9167
|
+
stayInPlan: string;
|
|
9168
|
+
sendFeedback: string;
|
|
9169
|
+
feedbackPlaceholder: string;
|
|
9170
|
+
previousQuestion: string;
|
|
9171
|
+
nextQuestion: string;
|
|
9172
|
+
submitAnswers: string;
|
|
9173
|
+
answerPlaceholder: string;
|
|
9174
|
+
waitingForAnswer: string;
|
|
9175
|
+
thinkingLabel: string;
|
|
9176
|
+
toolCallsLabel: (count: number) => string;
|
|
9177
|
+
openConversationWindow: string;
|
|
9178
|
+
showMoreConversations: string;
|
|
9179
|
+
showLessConversations: string;
|
|
9180
|
+
deleteSession: string;
|
|
9181
|
+
pinSession: string;
|
|
9182
|
+
moreSessionActions: string;
|
|
9183
|
+
copyAsMarkdown: string;
|
|
9184
|
+
copyAsReference: string;
|
|
9185
|
+
conversationCopyImage: string;
|
|
9186
|
+
conversationCopyImagesOmitted: string;
|
|
9187
|
+
conversationCopyInProgress: string;
|
|
9188
|
+
conversationCopyMentionPrefix: string;
|
|
9189
|
+
conversationCopyFile: string;
|
|
9190
|
+
conversationCopyPreviousMessages: string;
|
|
9191
|
+
copiedToClipboard: string;
|
|
9192
|
+
copyFailed: string;
|
|
9193
|
+
sessionActionUnavailable: string;
|
|
9194
|
+
renameSession: string;
|
|
9195
|
+
renameSessionTitle: string;
|
|
9196
|
+
renameSessionDescription: string;
|
|
9197
|
+
renameSessionPlaceholder: string;
|
|
9198
|
+
renameSessionSave: string;
|
|
9199
|
+
unpinSession: string;
|
|
9200
|
+
markSessionUnread: string;
|
|
9201
|
+
deleteSessionTitle: string;
|
|
9202
|
+
deleteSessionBody: string;
|
|
9203
|
+
deleteSessionConfirm: string;
|
|
9204
|
+
cancel: string;
|
|
9205
|
+
conversationRailResizeAria: string;
|
|
9206
|
+
relativeTimeJustNow: string;
|
|
9207
|
+
relativeTimeMinutes: (count: number) => string;
|
|
9208
|
+
relativeTimeHours: (count: number) => string;
|
|
9209
|
+
relativeTimeDays: (count: number) => string;
|
|
9210
|
+
relativeTimeMonths: (count: number) => string;
|
|
9211
|
+
relativeTimeYears: (count: number) => string;
|
|
9212
|
+
slashCommandPalette: string;
|
|
9213
|
+
skillPickerPalette: string;
|
|
9214
|
+
slashPaletteCommandsGroup: string;
|
|
9215
|
+
slashPaletteCapabilitiesGroup: string;
|
|
9216
|
+
slashPaletteCapabilitiesLoading: string;
|
|
9217
|
+
slashPaletteSkillsGroup: string;
|
|
9218
|
+
slashPalettePluginsGroup: string;
|
|
9219
|
+
slashPaletteConnectorsGroup: string;
|
|
9220
|
+
slashPaletteMcpGroup: string;
|
|
9221
|
+
slashCommandCompactLabel: string;
|
|
9222
|
+
slashCommandContextLabel: string;
|
|
9223
|
+
slashCommandFastLabel: string;
|
|
9224
|
+
slashCommandGoalLabel: string;
|
|
9225
|
+
slashCommandInitLabel: string;
|
|
9226
|
+
slashCommandPlanLabel: string;
|
|
9227
|
+
slashCommandReviewLabel: string;
|
|
9228
|
+
slashCommandStatusLabel: string;
|
|
9229
|
+
slashCommandUsageLabel: string;
|
|
9230
|
+
slashCommandCompactDescription: string;
|
|
9231
|
+
slashCommandContextDescription: string;
|
|
9232
|
+
slashCommandFastDescription: string;
|
|
9233
|
+
slashCommandGoalDescription: string;
|
|
9234
|
+
slashCommandInitDescription: string;
|
|
9235
|
+
slashCommandPlanDescription: string;
|
|
9236
|
+
slashCommandReviewDescription: string;
|
|
9237
|
+
slashCommandStatusDescription: string;
|
|
9238
|
+
slashCommandUsageDescription: string;
|
|
9239
|
+
browserUseCapabilityLabel: string;
|
|
9240
|
+
browserUseCapabilityDescription: string;
|
|
9241
|
+
browserUseCapabilityDescriptionAutoConnect: string;
|
|
9242
|
+
browserUseCapabilityDescriptionIsolated: string;
|
|
9243
|
+
browserUseCapabilitySettingsLabel: string;
|
|
9244
|
+
browserUseCapabilitySettingsDescription: string;
|
|
9245
|
+
capabilityInlineSettingsLabel: string;
|
|
9246
|
+
computerUseCapabilityLabel: string;
|
|
9247
|
+
computerUseCapabilityDescription: string;
|
|
9248
|
+
computerUseCapabilitySetupRequiredDescription: string;
|
|
9249
|
+
computerUseCapabilityAuthorizationRequiredDescription: string;
|
|
9250
|
+
computerUseCapabilityAuthorizationUnknownDescription: string;
|
|
9251
|
+
computerUseCapabilitySettingsLabel: string;
|
|
9252
|
+
computerUseCapabilitySettingsDescription: string;
|
|
9253
|
+
slashStatusTitle: string;
|
|
9254
|
+
slashStatusSession: string;
|
|
9255
|
+
slashStatusBaseUrl: string;
|
|
9256
|
+
slashStatusContext: string;
|
|
9257
|
+
slashStatusLimits: string;
|
|
9258
|
+
slashStatusAccount: string;
|
|
9259
|
+
slashStatusClose: string;
|
|
9260
|
+
slashStatusContextValue: (input: {
|
|
9261
|
+
percentLeft: number;
|
|
9262
|
+
usedTokens: string;
|
|
9263
|
+
totalTokens: string;
|
|
9264
|
+
}) => string;
|
|
9265
|
+
slashStatusContextUnavailable: string;
|
|
9266
|
+
slashStatusLimitsUnavailable: string;
|
|
9267
|
+
slashStatusEmptyValue: string;
|
|
9268
|
+
slashStatusUsageJustUpdated: string;
|
|
9269
|
+
slashStatusUsageMinutesAgo: (count: number) => string;
|
|
9270
|
+
slashStatusUsageHoursAgo: (count: number) => string;
|
|
9271
|
+
slashStatusUsageUpdating: string;
|
|
9272
|
+
slashStatusUsageRefreshFailed: string;
|
|
9273
|
+
slashStatusUsageRefreshAria: string;
|
|
9274
|
+
usageChipLabel: (input: {
|
|
9275
|
+
percent: number;
|
|
9276
|
+
}) => string;
|
|
9277
|
+
usageTooltipLabel: string;
|
|
9278
|
+
usagePopoverTitle: string;
|
|
9279
|
+
usageContextWindowLabel: string;
|
|
9280
|
+
usageTokensLabel: string;
|
|
9281
|
+
usageLimitsLabel: string;
|
|
9282
|
+
usageCompactAction: string;
|
|
9283
|
+
planImplementationLead: string;
|
|
9284
|
+
planImplementationConfirm: string;
|
|
9285
|
+
planImplementationFeedbackPlaceholder: string;
|
|
9286
|
+
planImplementationSend: string;
|
|
9287
|
+
planImplementationSkip: string;
|
|
9288
|
+
fileMentionPalette: string;
|
|
9289
|
+
fileMentionLoading: string;
|
|
9290
|
+
fileMentionEmpty: string;
|
|
9291
|
+
fileMentionError: string;
|
|
9292
|
+
fileMentionTabHint: string;
|
|
9293
|
+
fileDropHint: string;
|
|
9294
|
+
mentionPalette: string;
|
|
9295
|
+
removeMention: string;
|
|
9296
|
+
addReference: string;
|
|
9297
|
+
addContent: string;
|
|
9298
|
+
referenceWorkspaceFiles: string;
|
|
9299
|
+
handoffConversation: string;
|
|
9300
|
+
handoffConversationTooltip: string;
|
|
9301
|
+
handoffConversationMenu: string;
|
|
9302
|
+
handoffTargetDeviceSource: (deviceLabel: string) => string;
|
|
9303
|
+
handoffTargetSelf: string;
|
|
9304
|
+
handoffTargetShared: string;
|
|
9305
|
+
projectLocked: string;
|
|
9306
|
+
projectMissingDescription: string;
|
|
9307
|
+
syncPending: string;
|
|
9308
|
+
syncSynced: string;
|
|
9309
|
+
syncFailed: string;
|
|
9310
|
+
promptTipsPrefix: string;
|
|
9311
|
+
promptTips: readonly AgentComposerPromptTip[];
|
|
9312
|
+
reviewPicker: AgentComposerProps["labels"]["reviewPicker"];
|
|
9313
|
+
quickPrompts: AgentComposerProps["labels"]["quickPrompts"];
|
|
9314
|
+
}
|
|
8815
9315
|
interface AgentGUISidebarFooterContext {
|
|
8816
9316
|
currentUserId?: string | null;
|
|
8817
9317
|
activeConversation: AgentGUINodeViewModel["rail"]["activeConversation"];
|
|
@@ -9050,6 +9550,8 @@ interface AgentGUINodeHostCapabilities {
|
|
|
9050
9550
|
*/
|
|
9051
9551
|
capabilityControlsReadOnly?: boolean;
|
|
9052
9552
|
accountMenuState?: AgentGUIAccountMenuState | null;
|
|
9553
|
+
/** Host-owned Commerce projection used by account and error presentation. */
|
|
9554
|
+
commercePresentation?: AgentGUICommercePresentation | null;
|
|
9053
9555
|
agentTargets?: readonly AgentGUIAgentTarget[];
|
|
9054
9556
|
agentTargetsLoading?: boolean;
|
|
9055
9557
|
/** Launch-only targets for active-conversation handoff. */
|
|
@@ -9162,6 +9664,46 @@ interface AgentHandoffMenuProps {
|
|
|
9162
9664
|
*/
|
|
9163
9665
|
declare function AgentHandoffMenu({ align, contentClassName, disabled, iconOnly, isolateTriggerEvents, labels, onSelect, targets, testId, triggerClassName, triggerLabel }: AgentHandoffMenuProps): JSX.Element;
|
|
9164
9666
|
|
|
9667
|
+
interface AgentGUIAccountMenuLabels {
|
|
9668
|
+
title: string;
|
|
9669
|
+
member: string;
|
|
9670
|
+
upgradeMembership: string;
|
|
9671
|
+
rechargeCredits: string;
|
|
9672
|
+
viewCreditPlans: string;
|
|
9673
|
+
creditsBalance: string;
|
|
9674
|
+
accountCenter: string;
|
|
9675
|
+
settings: string;
|
|
9676
|
+
free: string;
|
|
9677
|
+
signIn: string;
|
|
9678
|
+
signOut: string;
|
|
9679
|
+
copyUserId: string;
|
|
9680
|
+
loading: string;
|
|
9681
|
+
unavailable: string;
|
|
9682
|
+
dataUnavailable: string;
|
|
9683
|
+
}
|
|
9684
|
+
interface AgentGUIAccountMenuProps {
|
|
9685
|
+
state: AgentGUIAccountMenuState;
|
|
9686
|
+
labels: AgentGUIAccountMenuLabels;
|
|
9687
|
+
trigger: ReactNode;
|
|
9688
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
9689
|
+
align?: "start" | "center" | "end";
|
|
9690
|
+
sideOffset?: number;
|
|
9691
|
+
testId?: string;
|
|
9692
|
+
}
|
|
9693
|
+
declare function AgentGUIAccountMenu({ state, labels, trigger, side, align, sideOffset, testId }: AgentGUIAccountMenuProps): React.JSX.Element;
|
|
9694
|
+
declare function AgentGUIAccountAvatar({ state, children, label }: {
|
|
9695
|
+
state: AgentGUIAccountMenuState;
|
|
9696
|
+
children: ReactNode;
|
|
9697
|
+
label: string;
|
|
9698
|
+
}): React.JSX.Element;
|
|
9699
|
+
declare function agentGUIAccountInitials(label: string): string;
|
|
9700
|
+
|
|
9701
|
+
interface AgentGUIAccountRewardToastProps {
|
|
9702
|
+
toast: NonNullable<AgentGUIAccountMenuState["registrationCreditsToast"]>;
|
|
9703
|
+
labels: Pick<AgentGUIViewLabels, "accountRewardToastTitle" | "accountRewardToastCreditsUnit" | "accountRewardToastDescription" | "accountRewardToastClose">;
|
|
9704
|
+
}
|
|
9705
|
+
declare const AgentGUIAccountRewardToast: react.NamedExoticComponent<AgentGUIAccountRewardToastProps>;
|
|
9706
|
+
|
|
9165
9707
|
declare function normalizeAgentGUIAgents(agents: readonly AgentGUIAgent[] | null | undefined): AgentGUIAgent[];
|
|
9166
9708
|
declare function agentGUIAgentIsReady(agent: AgentGUIAgent): boolean;
|
|
9167
9709
|
declare function resolveAgentGUISelectedDirectoryAgent(input: {
|
|
@@ -9308,4 +9850,4 @@ declare function dispatchAgentPlanPromptAction(input: {
|
|
|
9308
9850
|
workspaceId: string;
|
|
9309
9851
|
}): boolean;
|
|
9310
9852
|
|
|
9311
|
-
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AGENT_CONVERSATION_RAIL_RUNTIME_METHODS, AGENT_GUI_DETAIL_MIN_WIDTH_PX, AGENT_GUI_EXPANDED_TARGET_WIDTH_PX, AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX, AGENT_PASTED_TEXT_BLOCK_KIND, AGENT_PASTED_TEXT_MENTION_KIND, AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeDeleteSessionsBatchInput, type AgentActivityRuntimeDeleteSessionsBatchResult, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeSessionSectionDeletionCandidates, type AgentActivityRuntimeSessionSectionScopeInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUpdateSessionSettingsResult, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentComposerDraftFile, type AgentContextMentionProvider, type AgentContextMentionProviderId, type AgentConversationBatchDeletionCapability, type AgentConversationRailRuntime, type AgentConversationRailRuntimeSource, type AgentCustomMentionChipContext, type AgentCustomMentionIdentity, type AgentCustomMentionKindDefinition, type AgentCustomMentionPresentation, type AgentExternalPromptEntryResolution, type AgentExternalPromptEntryResolver, type AgentExternalPromptFilePreparationErrorCode, type AgentExternalPromptFilePreparationResult, type AgentExternalPromptFilePreparer, AgentGUI, type AgentGUIAccountMenuState, type AgentGUIAgent, type AgentGUIAgentAvailability, type AgentGUIAgentAvailabilityAction, type AgentGUIAgentAvailabilityStatus, type AgentGUIAgentDirectoryPort, type AgentGUIAgentDirectorySnapshot, type AgentGUIAgentDirectoryStatus, type AgentGUIAgentOwner, type AgentGUIAgentOwnership, type AgentGUIAgentTarget, type AgentGUIAgentTargetBadge, type AgentGUIAgentTargetRef, type AgentGUIAgentsEmptyRenderer, type AgentGUIAllAgentsPresentation, type AgentGUIComposerAppendRequest, type AgentGUIComposerContentType, type AgentGUIComposerFocusMethod, type AgentGUIConversationRailLayout, type AgentGUIEngagementContext, type AgentGUIEngagementEvent, type AgentGUIEngagementEventSink, type AgentGUIHomeSuggestionId, type AgentGUIProps, type AgentGUIProvider, type AgentGUIProviderRailAllPresentation, type AgentGUIProviderRailMode, type AgentGUIProviderReadinessGate, type AgentGUIProviderReadinessGateAction, type AgentGUIProviderReadinessGateStatus, type AgentGUIProviderUnavailableStateContext, type AgentGUIProviderUnavailableStateRenderer, type AgentGUISidebarFooterContext, type AgentGUISidebarFooterRenderer, type AgentGUITargetConnectionSource, type AgentGUITargetConnectionState, type AgentGUITargetConnectionStatus, type AgentGuiI18nLocale, AgentGuiI18nProvider, AgentHandoffMenu, type AgentHandoffMenuLabels, type AgentHandoffMenuProps, type AgentHostAgentTargetAuthenticatedAccount, type AgentHostAgentTargetSetupSnapshot, type AgentHostAgentTargetSetupState, type AgentHostAgentTargetSetupWatch, type AgentHostApi, type AgentHostApplyWorkspaceGitPatchInput, type AgentHostInputApi, type AgentHostQuickPrompt, type AgentHostQuickPromptSnapshot, type AgentHostQuickPromptsApi, type AgentHostRuntimeApi, type AgentHostSelectFilesInput, type AgentHostUserProject, type AgentPlanPromptAction, type AgentPreparedExternalPromptFile, type AgentProbeProvider, type AgentProbeSnapshot, type AgentProviderProbeListInput, type AgentProviderProbeListResult, type AgentStatusController, type AgentStatusControllerOptions, type AgentStatusControllerSnapshot, type AgentStatusFrame, type AgentStatusQuery, type AgentStatusRequestPhase, type AgentStatusRequestReason, type AgentStatusSectionState, type AgentStatusSelectionKey, type AgentStatusSource, type AgentStatusSourceError, type AgentStatusStreamObserver, type AgentStatusValue, type AgentUsageQuota, type AgentUsageSnapshot, type CreateAgentSessionHandoffPromptInput, type CreateAgentSessionMarkdownLinkInput, type EngineStateStore, type PersistWriteResult, type ReadWorkspaceAgentReadStateInput, type TuttiModePlanAssignmentAgentDetail, type TuttiModePlanAssignmentAgentOption, type TuttiModePlanAssignmentOptionsSource, type TuttiModePlanReviewRuntime, type TuttiModePlanReviewSnapshot, type TuttiModePlanTaskAssignmentInput, type TuttiPlanIssueMaterializationFailure, type TuttiPlanIssueQueryResult, type TuttiPlanIssueSnapshot, type TuttiPlanIssueSource, type TuttiPlanIssueTaskSnapshot, type WorkspaceAgentReadStateSnapshot, type WriteWorkspaceAgentReadStateInput, agentGUIAgentIsReady, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentGuiI18nModule, agentGuiI18nResources, createAgentConversationRailRuntime, createAgentSessionHandoffPrompt, createAgentSessionMarkdownLink, createAgentStatusController, createLocalAgentGUIAgentTarget, createLocalAgentGUIAgentTargets, createSharedAgentGUIAgentTarget, dispatchAgentPlanPromptAction, getAgentCustomMentionKind, inspectAgentConversationBatchDeletionCapability, localAgentGUIAgentTargetId, normalizeAgentGUIAgentTargets, normalizeAgentGUIAgents, preloadAgentMentionBrowse, projectAgentGUIAgentsToTargets, registerAgentCustomMentionKind, resetAgentActivityRuntimeForTests, resetAgentCustomMentionKindsForTests, resolveAgentGUIAgentTarget, resolveAgentGUIExpandedWindowFrame, resolveAgentGUISelectedDirectoryAgent, selectAgentPlanPromptTurn, selectAgentStatusControllerSnapshot, setAgentActivityRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useEngineSelector, useOptionalAgentActivityRuntime };
|
|
9853
|
+
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AGENT_CONVERSATION_RAIL_RUNTIME_METHODS, AGENT_GUI_DETAIL_MIN_WIDTH_PX, AGENT_GUI_EXPANDED_TARGET_WIDTH_PX, AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX, AGENT_PASTED_TEXT_BLOCK_KIND, AGENT_PASTED_TEXT_MENTION_KIND, AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeDeleteSessionsBatchInput, type AgentActivityRuntimeDeleteSessionsBatchResult, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeSessionSectionDeletionCandidates, type AgentActivityRuntimeSessionSectionScopeInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUpdateSessionSettingsResult, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentComposerDraftFile, type AgentContextMentionProvider, type AgentContextMentionProviderId, type AgentConversationBatchDeletionCapability, type AgentConversationRailRuntime, type AgentConversationRailRuntimeSource, type AgentCustomMentionChipContext, type AgentCustomMentionIdentity, type AgentCustomMentionKindDefinition, type AgentCustomMentionPresentation, type AgentExternalPromptEntryResolution, type AgentExternalPromptEntryResolver, type AgentExternalPromptFilePreparationErrorCode, type AgentExternalPromptFilePreparationResult, type AgentExternalPromptFilePreparer, AgentGUI, AgentGUIAccountAvatar, AgentGUIAccountMenu, type AgentGUIAccountMenuLabels, type AgentGUIAccountMenuProps, type AgentGUIAccountMenuState, AgentGUIAccountRewardToast, type AgentGUIAgent, type AgentGUIAgentAvailability, type AgentGUIAgentAvailabilityAction, type AgentGUIAgentAvailabilityStatus, type AgentGUIAgentDirectoryPort, type AgentGUIAgentDirectorySnapshot, type AgentGUIAgentDirectoryStatus, type AgentGUIAgentOwner, type AgentGUIAgentOwnership, type AgentGUIAgentTarget, type AgentGUIAgentTargetBadge, type AgentGUIAgentTargetRef, type AgentGUIAgentsEmptyRenderer, type AgentGUIAllAgentsPresentation, type AgentGUICommercePresentation, type AgentGUIComposerAppendRequest, type AgentGUIComposerContentType, type AgentGUIComposerFocusMethod, type AgentGUIConversationRailLayout, type AgentGUIEngagementContext, type AgentGUIEngagementEvent, type AgentGUIEngagementEventSink, type AgentGUIHomeSuggestionId, type AgentGUIMembershipAccessState, type AgentGUIProps, type AgentGUIProvider, type AgentGUIProviderRailAllPresentation, type AgentGUIProviderRailMode, type AgentGUIProviderReadinessGate, type AgentGUIProviderReadinessGateAction, type AgentGUIProviderReadinessGateStatus, type AgentGUIProviderUnavailableStateContext, type AgentGUIProviderUnavailableStateRenderer, type AgentGUISidebarFooterContext, type AgentGUISidebarFooterRenderer, type AgentGUITargetConnectionSource, type AgentGUITargetConnectionState, type AgentGUITargetConnectionStatus, type AgentGuiI18nLocale, AgentGuiI18nProvider, AgentHandoffMenu, type AgentHandoffMenuLabels, type AgentHandoffMenuProps, type AgentHostAgentTargetAuthenticatedAccount, type AgentHostAgentTargetSetupSnapshot, type AgentHostAgentTargetSetupState, type AgentHostAgentTargetSetupWatch, type AgentHostApi, type AgentHostApplyWorkspaceGitPatchInput, type AgentHostInputApi, type AgentHostQuickPrompt, type AgentHostQuickPromptSnapshot, type AgentHostQuickPromptsApi, type AgentHostRuntimeApi, type AgentHostSelectFilesInput, type AgentHostUserProject, type AgentPlanPromptAction, type AgentPreparedExternalPromptFile, type AgentProbeProvider, type AgentProbeSnapshot, type AgentProviderProbeListInput, type AgentProviderProbeListResult, type AgentStatusController, type AgentStatusControllerOptions, type AgentStatusControllerSnapshot, type AgentStatusFrame, type AgentStatusQuery, type AgentStatusRequestPhase, type AgentStatusRequestReason, type AgentStatusSectionState, type AgentStatusSelectionKey, type AgentStatusSource, type AgentStatusSourceError, type AgentStatusStreamObserver, type AgentStatusValue, type AgentUsageQuota, type AgentUsageSnapshot, type CreateAgentSessionHandoffPromptInput, type CreateAgentSessionMarkdownLinkInput, type EngineStateStore, type PersistWriteResult, type ReadWorkspaceAgentReadStateInput, type TuttiModePlanAssignmentAgentDetail, type TuttiModePlanAssignmentAgentOption, type TuttiModePlanAssignmentOptionsSource, type TuttiModePlanReviewRuntime, type TuttiModePlanReviewSnapshot, type TuttiModePlanTaskAssignmentInput, type TuttiPlanIssueMaterializationFailure, type TuttiPlanIssueQueryResult, type TuttiPlanIssueSnapshot, type TuttiPlanIssueSource, type TuttiPlanIssueTaskSnapshot, type WorkspaceAgentReadStateSnapshot, type WriteWorkspaceAgentReadStateInput, agentGUIAccountInitials, agentGUIAgentIsReady, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentGuiI18nModule, agentGuiI18nResources, createAgentConversationRailRuntime, createAgentSessionHandoffPrompt, createAgentSessionMarkdownLink, createAgentStatusController, createLocalAgentGUIAgentTarget, createLocalAgentGUIAgentTargets, createSharedAgentGUIAgentTarget, dispatchAgentPlanPromptAction, getAgentCustomMentionKind, inspectAgentConversationBatchDeletionCapability, localAgentGUIAgentTargetId, normalizeAgentGUIAgentTargets, normalizeAgentGUIAgents, preloadAgentMentionBrowse, projectAgentGUIAgentsToTargets, registerAgentCustomMentionKind, resetAgentActivityRuntimeForTests, resetAgentCustomMentionKindsForTests, resolveAgentGUIAgentTarget, resolveAgentGUIExpandedWindowFrame, resolveAgentGUISelectedDirectoryAgent, selectAgentPlanPromptTurn, selectAgentStatusControllerSnapshot, setAgentActivityRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useEngineSelector, useOptionalAgentActivityRuntime };
|