@tutti-os/agent-gui 0.0.212 → 0.0.213

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.
Files changed (56) hide show
  1. package/README.md +19 -13
  2. package/dist/{AgentRichTextReadonly-WWU4ZF7W.js → AgentRichTextReadonly-TASIMIK4.js} +5 -5
  3. package/dist/agent-conversation/index.js +8 -8
  4. package/dist/agent-env/index.d.ts +1 -8
  5. package/dist/agent-env/index.js +1 -1
  6. package/dist/agent-gui.d.ts +19 -49
  7. package/dist/agent-gui.js +15 -15
  8. package/dist/agent-message-center/index.js +6 -6
  9. package/dist/app/renderer/agentactivity.css +0 -30
  10. package/dist/{chunk-POU5WZNH.js → chunk-2HYADTQP.js} +2 -2
  11. package/dist/{chunk-JVVLKTLR.js → chunk-7SSORDQY.js} +4 -4
  12. package/dist/{chunk-BGNYUYLP.js → chunk-AD2RTSMS.js} +2 -2
  13. package/dist/{chunk-GXXPUEX6.js → chunk-BYHNJQYH.js} +2 -2
  14. package/dist/{chunk-RNBZBBI7.js → chunk-FEUU4YMY.js} +24 -25
  15. package/dist/chunk-FEUU4YMY.js.map +1 -0
  16. package/dist/{chunk-7LSLB7CN.js → chunk-G2QO6HPB.js} +2 -2
  17. package/dist/{chunk-FRSV66P3.js → chunk-ISC67YBJ.js} +4 -4
  18. package/dist/{chunk-YJ27WHM3.js → chunk-L4E2Y52A.js} +2 -2
  19. package/dist/{chunk-WSIGQG7C.js → chunk-LQKLBDBK.js} +3 -3
  20. package/dist/{chunk-JZ6KUUDY.js → chunk-N4HLBSMJ.js} +2 -32
  21. package/dist/chunk-N4HLBSMJ.js.map +1 -0
  22. package/dist/{chunk-62LWOH3P.js → chunk-QVLEP54U.js} +1 -49
  23. package/dist/chunk-QVLEP54U.js.map +1 -0
  24. package/dist/{chunk-4IJYTGS2.js → chunk-RLFO3NJV.js} +1535 -1976
  25. package/dist/chunk-RLFO3NJV.js.map +1 -0
  26. package/dist/{chunk-4DAJ5SVX.js → chunk-XERDRMSF.js} +4 -4
  27. package/dist/{chunk-JUL7J4VN.js → chunk-YBIT37P5.js} +2 -2
  28. package/dist/{chunk-5UOJCDLE.js → chunk-ZNHMWCO4.js} +3 -3
  29. package/dist/context-mention-palette/index.js +7 -7
  30. package/dist/i18n/index.d.ts +0 -48
  31. package/dist/i18n/index.js +2 -2
  32. package/dist/index.d.ts +33 -617
  33. package/dist/index.js +15 -23
  34. package/dist/index.js.map +1 -1
  35. package/dist/mention-search.js +5 -5
  36. package/dist/workbench/contribution.js +3 -3
  37. package/dist/workbench/index.js +3 -3
  38. package/dist/workbench/sessionTitle.js +2 -2
  39. package/package.json +17 -17
  40. package/dist/app/renderer/assets/commercial/registration-credits-bg.png +0 -0
  41. package/dist/chunk-4IJYTGS2.js.map +0 -1
  42. package/dist/chunk-62LWOH3P.js.map +0 -1
  43. package/dist/chunk-JZ6KUUDY.js.map +0 -1
  44. package/dist/chunk-RNBZBBI7.js.map +0 -1
  45. /package/dist/{AgentRichTextReadonly-WWU4ZF7W.js.map → AgentRichTextReadonly-TASIMIK4.js.map} +0 -0
  46. /package/dist/{chunk-POU5WZNH.js.map → chunk-2HYADTQP.js.map} +0 -0
  47. /package/dist/{chunk-JVVLKTLR.js.map → chunk-7SSORDQY.js.map} +0 -0
  48. /package/dist/{chunk-BGNYUYLP.js.map → chunk-AD2RTSMS.js.map} +0 -0
  49. /package/dist/{chunk-GXXPUEX6.js.map → chunk-BYHNJQYH.js.map} +0 -0
  50. /package/dist/{chunk-7LSLB7CN.js.map → chunk-G2QO6HPB.js.map} +0 -0
  51. /package/dist/{chunk-FRSV66P3.js.map → chunk-ISC67YBJ.js.map} +0 -0
  52. /package/dist/{chunk-YJ27WHM3.js.map → chunk-L4E2Y52A.js.map} +0 -0
  53. /package/dist/{chunk-WSIGQG7C.js.map → chunk-LQKLBDBK.js.map} +0 -0
  54. /package/dist/{chunk-4DAJ5SVX.js.map → chunk-XERDRMSF.js.map} +0 -0
  55. /package/dist/{chunk-JUL7J4VN.js.map → chunk-YBIT37P5.js.map} +0 -0
  56. /package/dist/{chunk-5UOJCDLE.js.map → chunk-ZNHMWCO4.js.map} +0 -0
package/dist/index.d.ts CHANGED
@@ -8,13 +8,13 @@ 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 { WorkspaceUserProjectI18nRuntime } from '@tutti-os/workspace-user-project/i18n';
12
- import { WorkspaceIssueMentionMode } from '@tutti-os/workspace-issue-manager/core';
13
- import { WorkspaceUserProjectSelectChangeAction } from '@tutti-os/workspace-user-project/ui';
14
- import { ReferenceProvenanceFilterSnapshot, ReferenceProvenanceFilterController } from '@tutti-os/workspace-file-reference/react';
15
11
  import { WorkspaceFileEntry } from '@tutti-os/workspace-file-manager/services';
16
12
  import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
17
13
  import { ReferenceSourcePickerProps } from '@tutti-os/workspace-file-reference/ui';
14
+ import { WorkspaceIssueMentionMode } from '@tutti-os/workspace-issue-manager/core';
15
+ import { WorkspaceUserProjectI18nRuntime } from '@tutti-os/workspace-user-project/i18n';
16
+ import { WorkspaceUserProjectSelectChangeAction } from '@tutti-os/workspace-user-project/ui';
17
+ import { ReferenceProvenanceFilterSnapshot, ReferenceProvenanceFilterController } from '@tutti-os/workspace-file-reference/react';
18
18
  import { RichTextMentionService } from '@tutti-os/ui-rich-text/service';
19
19
  import { RichTextTriggerProvider, RichTextTriggerQueryInput } from '@tutti-os/ui-rich-text/types';
20
20
  import { TuttiExternalAtProviderId } from '@tutti-os/workspace-external-core/contracts';
@@ -1860,49 +1860,6 @@ interface AgentMessageMarkdownWorkspaceAppIcon {
1860
1860
  workspaceId?: string | null;
1861
1861
  }
1862
1862
 
1863
- type AgentGUIMembershipAccessState = "free" | "active" | "inactive" | "unknown";
1864
- interface AgentGUIAccountMenuState {
1865
- user: {
1866
- userId: string;
1867
- name?: string | null;
1868
- email?: string | null;
1869
- avatar?: string | null;
1870
- } | null;
1871
- membershipLabel: string;
1872
- /**
1873
- * Host-provided membership tier icon URL shown next to the membership
1874
- * label. Optional; the badge renders label text only when absent.
1875
- */
1876
- membershipIconUrl?: string | null;
1877
- /**
1878
- * Normalized by the Commerce domain. Hosts must not infer access from
1879
- * provider-specific tier/status strings.
1880
- */
1881
- membershipAccess?: AgentGUIMembershipAccessState;
1882
- creditsLabel: string | null;
1883
- loading: boolean;
1884
- error: string | null;
1885
- partialError?: boolean;
1886
- registrationCreditsToast?: {
1887
- id: string;
1888
- creditsLabel: string;
1889
- visible: boolean;
1890
- autoDismissMs?: number;
1891
- onDismiss(): void;
1892
- } | null;
1893
- links: {
1894
- planUrl: string;
1895
- usageUrl: string;
1896
- settingsUrl: string;
1897
- };
1898
- onOpenChange(open: boolean): void;
1899
- onLogin(): void;
1900
- onLogout?(): void;
1901
- onSettings?(): void;
1902
- onCopyUserId?(): void | Promise<void>;
1903
- onOpenExternal(url: string): void;
1904
- }
1905
-
1906
1863
  type AgentSessionCommand = AgentHostAgentSessionCommand;
1907
1864
  type AgentSessionComposerSettings = AgentHostAgentSessionComposerSettings;
1908
1865
  type AgentSessionPermissionConfig = AgentHostAgentSessionPermissionConfig;
@@ -2246,48 +2203,6 @@ type AgentComposerDraftContent = [
2246
2203
  /** One atomic, unsent composer message. */
2247
2204
  type AgentComposerDraft = AgentComposerDraftContent;
2248
2205
  type AgentComposerDraftFile = Omit<AgentComposerRegularFileBlock, "type" | "kind">;
2249
- /**
2250
- * Built-in glyph for a home-suggestion category chip. Keeps the localized data
2251
- * free of any component references so it can live in the i18n label bundle.
2252
- */
2253
- type AgentHomeSuggestionIcon = "write" | "code" | "research" | "handoff" | "breakdown" | "review" | "interaction" | "about" | "import";
2254
- /**
2255
- * Host-level action a chip can trigger. A chip may carry an action alongside a
2256
- * `prompt` — both fire on click (the prompt fills, then the action runs).
2257
- * `import-session` opens the external-agent session import wizard.
2258
- */
2259
- type AgentHomeSuggestionAction = "import-session";
2260
- interface AgentHomeSuggestionItem {
2261
- id: string;
2262
- /** Text shown in the suggestion row. */
2263
- label: string;
2264
- /**
2265
- * Prompt inserted into the composer when the suggestion is chosen. Defaults
2266
- * to `label` when omitted so short labels can double as the prompt.
2267
- */
2268
- prompt?: string;
2269
- }
2270
- interface AgentHomeSuggestionCategory {
2271
- id: string;
2272
- /** Chip / card header label. */
2273
- label: string;
2274
- icon?: AgentHomeSuggestionIcon;
2275
- /**
2276
- * Suggestions revealed in an expandable card when the chip is chosen. Omit
2277
- * (or leave empty) for a direct-fill chip that uses `prompt` instead.
2278
- */
2279
- items?: AgentHomeSuggestionItem[];
2280
- /**
2281
- * When set, the chip fills the composer with this prompt immediately on click
2282
- * instead of expanding a card of `items`.
2283
- */
2284
- prompt?: string;
2285
- /**
2286
- * When set, the chip triggers a host action on click instead of filling the
2287
- * composer or expanding `items`.
2288
- */
2289
- action?: AgentHomeSuggestionAction;
2290
- }
2291
2206
  interface AgentGUIComposerModelPlanVM {
2292
2207
  id: string;
2293
2208
  name: string;
@@ -3225,17 +3140,12 @@ declare const agentGuiI18nResources: {
3225
3140
  readonly visibleErrorConfigTimeout: "{{provider}} couldn't apply session settings before the request timed out. Try again in a moment.";
3226
3141
  readonly visibleErrorStreamDisconnected: "{{provider}}'s response was interrupted before it completed. Try again in a moment.";
3227
3142
  readonly visibleErrorConcurrencyLimit: "{{provider}} is handling too many requests right now. Try again after another task finishes.";
3228
- readonly visibleErrorInsufficientCreditsFree: "Your available credits are exhausted. Upgrade your membership for more credits";
3229
- readonly visibleErrorInsufficientCreditsActive: "Your Tutti credits are insufficient. Recharge credits to continue";
3230
3143
  readonly visibleErrorInsufficientCreditsUnknown: "Your Tutti credits are insufficient. Review credit options to continue";
3231
3144
  readonly visibleErrorActionInstall: "Connect";
3232
3145
  readonly visibleErrorActionUpgrade: "Upgrade";
3233
3146
  readonly visibleErrorActionRelogin: "Sign in";
3234
3147
  readonly visibleErrorActionCheckNetwork: "Check network";
3235
3148
  readonly visibleErrorActionDetect: "Open setup";
3236
- readonly visibleErrorActionUpgradeMembership: "Upgrade membership";
3237
- readonly visibleErrorActionRechargeCredits: "Recharge credits";
3238
- readonly visibleErrorActionViewCreditPlans: "View credit options";
3239
3149
  readonly systemNoticeTransportRetry: "Agent connection interrupted. Reconnecting...";
3240
3150
  readonly systemNoticeTransportFallback: "Agent switched to HTTPS transport";
3241
3151
  readonly systemNoticePlanImplementationPendingConfirmation: "Plan implementation is awaiting confirmation";
@@ -3468,25 +3378,6 @@ declare const agentGuiI18nResources: {
3468
3378
  };
3469
3379
  readonly conversations: "Sessions";
3470
3380
  readonly newConversation: "New session";
3471
- readonly accountMenuTitle: "Tutti Agent";
3472
- readonly accountMenuMember: "Membership";
3473
- readonly accountMenuUpgrade: "Upgrade";
3474
- readonly accountMenuRecharge: "Recharge credits";
3475
- readonly accountMenuViewPlans: "View credit options";
3476
- readonly accountMenuCreditsBalance: "Credits";
3477
- readonly accountMenuAccountCenter: "Account center";
3478
- readonly accountMenuSettings: "Settings";
3479
- readonly accountMenuFree: "Free";
3480
- readonly accountMenuSignIn: "Sign in";
3481
- readonly accountMenuSignOut: "Sign out";
3482
- readonly accountMenuCopyUserId: "Copy user ID";
3483
- readonly accountMenuLoading: "Loading";
3484
- readonly accountMenuUnavailable: "--";
3485
- readonly accountMenuDataUnavailable: "Some account data is unavailable";
3486
- readonly accountRewardToastTitle: "New user credits";
3487
- readonly accountRewardToastCreditsUnit: "credits";
3488
- readonly accountRewardToastDescription: "Added to account balance";
3489
- readonly accountRewardToastClose: "Close credits reward notification";
3490
3381
  readonly agentConfig: "Check & Settings";
3491
3382
  readonly agentSettingsMenu: "Settings";
3492
3383
  readonly agentEnvSetup: "Environment Check";
@@ -6035,17 +5926,12 @@ declare const agentGuiI18nResources: {
6035
5926
  readonly visibleErrorConfigTimeout: "{{provider}} 在请求超时前未能应用会话设置。请稍后重试。";
6036
5927
  readonly visibleErrorStreamDisconnected: "{{provider}} 的响应在完成前被中断。请稍后重试。";
6037
5928
  readonly visibleErrorConcurrencyLimit: "{{provider}} 当前处理的请求过多。请在其他任务完成后再试。";
6038
- readonly visibleErrorInsufficientCreditsFree: "您账户下可用的积分额度已耗尽,升级会员获取更多额度";
6039
- readonly visibleErrorInsufficientCreditsActive: "Tutti 积分不足,充值积分后可继续使用";
6040
5929
  readonly visibleErrorInsufficientCreditsUnknown: "Tutti 积分不足,请查看积分方案后继续";
6041
5930
  readonly visibleErrorActionInstall: "去连接";
6042
5931
  readonly visibleErrorActionUpgrade: "去升级";
6043
5932
  readonly visibleErrorActionRelogin: "登录";
6044
5933
  readonly visibleErrorActionCheckNetwork: "检测网络";
6045
5934
  readonly visibleErrorActionDetect: "打开检测";
6046
- readonly visibleErrorActionUpgradeMembership: "升级会员";
6047
- readonly visibleErrorActionRechargeCredits: "充值积分";
6048
- readonly visibleErrorActionViewCreditPlans: "查看积分方案";
6049
5935
  readonly systemNoticeTransportRetry: "Agent 连接中断,正在重连";
6050
5936
  readonly systemNoticeTransportFallback: "Agent 已切换到 HTTPS 传输";
6051
5937
  readonly systemNoticePlanImplementationPendingConfirmation: "计划实现正在等待确认";
@@ -6614,25 +6500,6 @@ declare const agentGuiI18nResources: {
6614
6500
  };
6615
6501
  readonly conversations: "会话";
6616
6502
  readonly newConversation: "新建会话";
6617
- readonly accountMenuTitle: "Tutti Agent";
6618
- readonly accountMenuMember: "会员";
6619
- readonly accountMenuUpgrade: "升级";
6620
- readonly accountMenuRecharge: "充值积分";
6621
- readonly accountMenuViewPlans: "查看积分方案";
6622
- readonly accountMenuCreditsBalance: "积分余额";
6623
- readonly accountMenuAccountCenter: "账号中心";
6624
- readonly accountMenuSettings: "设置";
6625
- readonly accountMenuFree: "Free";
6626
- readonly accountMenuSignIn: "登录";
6627
- readonly accountMenuSignOut: "退出登录";
6628
- readonly accountMenuCopyUserId: "复制用户 ID";
6629
- readonly accountMenuLoading: "加载中";
6630
- readonly accountMenuUnavailable: "--";
6631
- readonly accountMenuDataUnavailable: "部分账号数据暂不可用";
6632
- readonly accountRewardToastTitle: "新用户积分到账";
6633
- readonly accountRewardToastCreditsUnit: "积分";
6634
- readonly accountRewardToastDescription: "已加入账户余额";
6635
- readonly accountRewardToastClose: "关闭积分到账提示";
6636
6503
  readonly agentConfig: "检测与设置";
6637
6504
  readonly agentSettingsMenu: "设置";
6638
6505
  readonly agentEnvSetup: "环境检测";
@@ -8618,10 +8485,30 @@ interface OpenAgentEnvPanelInput {
8618
8485
  focus?: AgentEnvPanelFocus | null;
8619
8486
  }
8620
8487
 
8621
- interface AgentGUICommercePresentation {
8622
- membershipAccess?: AgentGUIMembershipAccessState;
8623
- planUrl?: string | null;
8488
+ /**
8489
+ * Run-failure codes actually emitted by the daemon runtime classifier
8490
+ * (packages/agent/daemon/runtime/visible_error.go `visibleFailureCode`). These
8491
+ * are the codes the conversation error card really receives — unlike the
8492
+ * aspirational `CODEX_*` codes, which the run pipeline never produces.
8493
+ *
8494
+ * Keep this union aligned with the Go switch in `visibleFailureCode`.
8495
+ */
8496
+ type AgentRunErrorCode = "auth_required" | "cli_not_found" | "cli_version_unsupported" | "network_error" | "runtime_unavailable" | "request_timed_out" | "provider_config_timeout" | "provider_stream_disconnected" | "provider_concurrency_limit" | "insufficient_credits" | "quota_or_rate_limit" | "process_exited" | "provider_error" | "unknown";
8497
+ interface AgentVisibleErrorOverride {
8498
+ message: string;
8499
+ /** Provider ids for which this product-owned override is valid. */
8500
+ providers: readonly string[];
8501
+ action?: {
8502
+ label: string;
8503
+ url: string;
8504
+ } | null;
8624
8505
  }
8506
+ /**
8507
+ * Product-owned structured errors whose copy may be supplied by a Host.
8508
+ * Environment/runtime errors remain canonical AgentGUI policy.
8509
+ */
8510
+ type AgentVisibleErrorOverrideCode = "insufficient_credits";
8511
+ type AgentVisibleErrorOverrides = Partial<Record<AgentVisibleErrorOverrideCode, AgentVisibleErrorOverride>>;
8625
8512
 
8626
8513
  type TuttiModePlanWorkflowStatus = "pending_review" | "in_progress" | "accepted" | "rejected" | "completed" | "failed" | "canceled";
8627
8514
  type TuttiModePlanCheckpointKind = "configuration_review" | "task_review";
@@ -8873,60 +8760,6 @@ interface TuttiModePlanReviewRuntime {
8873
8760
  planIssues?: TuttiPlanIssueSource;
8874
8761
  }
8875
8762
 
8876
- interface TuttiPlanIssuePanelLabels {
8877
- openIssue: string;
8878
- stopExecution: string;
8879
- listView: string;
8880
- boardView: string;
8881
- parallelizable: string;
8882
- autoAccept: string;
8883
- accept: string;
8884
- rework: string;
8885
- dependencies: string;
8886
- stageParallel: (index: string, count: string) => string;
8887
- stageSequential: (index: string) => string;
8888
- summary: (done: string, total: string, running: string) => string;
8889
- statusNotStarted: string;
8890
- statusRunning: string;
8891
- statusPendingAcceptance: string;
8892
- statusCompleted: string;
8893
- statusFailed: string;
8894
- statusCanceled: string;
8895
- }
8896
-
8897
- interface TuttiModePlanPanelLabels {
8898
- tasks: string;
8899
- priority: string;
8900
- priorityHigh: string;
8901
- priorityMedium: string;
8902
- priorityLow: string;
8903
- agentTarget: string;
8904
- model: string;
8905
- permissionMode: string;
8906
- reasoningEffort: string;
8907
- parallelizable: string;
8908
- autoAccept: string;
8909
- notSpecified: string;
8910
- assignmentOptionsLoading: string;
8911
- }
8912
-
8913
- interface TuttiWorkflowDockLabels {
8914
- cancel: string;
8915
- collapse: string;
8916
- errorTitle: string;
8917
- expand: string;
8918
- issueDone(done: string, total: string): string;
8919
- issueFailed(count: string): string;
8920
- issuePendingAcceptance(count: string): string;
8921
- issueRunning(count: string): string;
8922
- materializingHint: string;
8923
- materializingTitle: string;
8924
- retry: string;
8925
- reviewHint: string;
8926
- reviewHintReplan: string;
8927
- reviewTitle: string;
8928
- }
8929
-
8930
8763
  type AgentMentionReferenceTargetResolver = (item: AgentContextMentionItem) => ReferenceLocateTarget | null;
8931
8764
  interface AgentWorkspaceReferenceInitialTargetInput {
8932
8765
  activeConversation: AgentGUINodeViewModel["rail"]["activeConversation"];
@@ -8940,385 +8773,6 @@ interface AgentGUIConversationRailLayout {
8940
8773
  leftPanelWidthPx: number;
8941
8774
  resizing: boolean;
8942
8775
  }
8943
- interface AgentGUIViewLabels {
8944
- initialPlaceholder: string;
8945
- followupPlaceholder: string;
8946
- installRequiredPlaceholder: string;
8947
- installRequiredAction: string;
8948
- providerGateCheckingTitle: string;
8949
- providerGateCheckingDescription: string;
8950
- providerGateCheckingAgentsDescription: string;
8951
- providerGateInstallTitle: string;
8952
- providerGateInstallDescription: string;
8953
- providerGateInstallAction: string;
8954
- providerGateLoginTitle: string;
8955
- providerGateLoginDescription: string;
8956
- providerGateLoginAction: string;
8957
- providerGateComingSoonTitle: string;
8958
- providerGateComingSoonDescription: string;
8959
- providerGateComingSoonAction: string;
8960
- providerGateUnavailableTitle: string;
8961
- providerGateUnavailableDescription: string;
8962
- providerGateRetryAction: string;
8963
- providerGatePendingInstall: string;
8964
- providerGatePendingLogin: string;
8965
- providerGatePendingRefresh: string;
8966
- collaboratorSessionReadOnlyPlaceholder: string;
8967
- send: string;
8968
- modelLabel: string;
8969
- modelSelectionLabel: string;
8970
- modelContextWindowSuffix: string;
8971
- modelTooltipVersionLabel: string;
8972
- defaultModel: string;
8973
- loadingOptions: string;
8974
- inheritedUnavailable: string;
8975
- reasoningLabel: string;
8976
- reasoningDegreeLabel: string;
8977
- reasoningOptionDefault: string;
8978
- reasoningOptionMinimal: string;
8979
- reasoningOptionLow: string;
8980
- reasoningOptionMedium: string;
8981
- reasoningOptionHigh: string;
8982
- reasoningOptionXHigh: string;
8983
- reasoningOptionMax: string;
8984
- reasoningOptionUltra: string;
8985
- speedLabel: string;
8986
- speedSelectionLabel: string;
8987
- speedOptionStandard: string;
8988
- speedOptionStandardDescription: string;
8989
- speedOptionFast: string;
8990
- speedOptionFastDescription: string;
8991
- permissionLabel: string;
8992
- permissionModeReadOnly: string;
8993
- permissionModeAuto: string;
8994
- permissionModeFullAccess: string;
8995
- permissionModeChangeUnavailableDuringTurn: string;
8996
- modelDescriptions: {
8997
- frontierComplexCoding: string;
8998
- everydayCoding: string;
8999
- smallFastCostEfficient: string;
9000
- codingOptimized: string;
9001
- ultraFastCoding: string;
9002
- professionalLongRunning: string;
9003
- };
9004
- planModeLabel: string;
9005
- normalModeLabel?: string;
9006
- normalModeDescription?: string;
9007
- tuttiModeLabel: string;
9008
- tuttiModeDescription: string;
9009
- tuttiModeRemove: string;
9010
- tuttiBudgetTitle: string;
9011
- tuttiBudgetIntensityLabel: string;
9012
- tuttiBudgetPreviewTitle: string;
9013
- tuttiBudgetPreviewHint: string;
9014
- tuttiBudgetPreviewCost: string;
9015
- tuttiBudgetPreviewBalance: string;
9016
- tuttiBudgetPreviewPowerful: string;
9017
- tuttiBudgetModelStrengthLabel: string;
9018
- tuttiBudgetModelStrengthCost: string;
9019
- tuttiBudgetModelStrengthBalance: string;
9020
- tuttiBudgetModelStrengthPowerful: string;
9021
- tuttiBudgetAgentCountLabel: string;
9022
- tuttiBudgetAgentCountCost: string;
9023
- tuttiBudgetAgentCountBalance: string;
9024
- tuttiBudgetAgentCountPowerful: string;
9025
- tuttiModeUpdateFailed: string;
9026
- tuttiModeUpdateUncertain: string;
9027
- tuttiModePlanPanel: TuttiModePlanPanelLabels;
9028
- tuttiWorkflowDock: TuttiWorkflowDockLabels;
9029
- tuttiModePlanIssuePanel: TuttiPlanIssuePanelLabels;
9030
- tuttiModePlanSendAccept: string;
9031
- tuttiModePlanSendRequestChanges: string;
9032
- /** Auto feedback for an empty send after the intensity diverged. */
9033
- tuttiModePlanReplanFeedback: (from: string, to: string) => string;
9034
- /** Appended to typed feedback when the intensity diverged. */
9035
- tuttiModePlanReplanFeedbackSuffix: (to: string) => string;
9036
- tuttiModePlanLoadFailed: string;
9037
- tuttiModePlanRetry: string;
9038
- /** Accepted plan whose Issue creation durably failed; message is the cause. */
9039
- tuttiModePlanIssueCreateFailed: (message: string) => string;
9040
- planModeDescription?: string;
9041
- planModeOnLabel: string;
9042
- planModeOffLabel: string;
9043
- planUnavailable: string;
9044
- queuedLabel: string;
9045
- queuePausedByUserLabel: string;
9046
- sendQueuedPromptNext: string;
9047
- editQueuedPrompt: string;
9048
- deleteQueuedPrompt: string;
9049
- queuedPromptMoreActions: string;
9050
- stop: string;
9051
- stopping: string;
9052
- noRunningResponse: string;
9053
- empty: string;
9054
- emptyForProvider?: (provider: string) => string;
9055
- emptyProvider?: string;
9056
- emptyProviderForProvider?: (provider: string) => string;
9057
- /** Starter-prompt suggestion categories shown under the new-session composer. */
9058
- homeSuggestions?: readonly AgentHomeSuggestionCategory[];
9059
- /** Accessible label for the button that dismisses an expanded suggestion category. */
9060
- homeSuggestionsClose?: string;
9061
- conversations: string;
9062
- newConversation: string;
9063
- accountMenuTitle: string;
9064
- accountMenuMember: string;
9065
- accountMenuUpgrade: string;
9066
- accountMenuRecharge: string;
9067
- accountMenuViewPlans: string;
9068
- accountMenuCreditsBalance: string;
9069
- accountMenuAccountCenter: string;
9070
- accountMenuSettings: string;
9071
- accountMenuFree: string;
9072
- accountMenuSignIn: string;
9073
- accountMenuSignOut: string;
9074
- accountMenuCopyUserId: string;
9075
- accountMenuLoading: string;
9076
- accountMenuUnavailable: string;
9077
- accountMenuDataUnavailable: string;
9078
- accountRewardToastTitle: string;
9079
- accountRewardToastCreditsUnit: string;
9080
- accountRewardToastDescription: string;
9081
- accountRewardToastClose: string;
9082
- agentConfig: string;
9083
- agentSettingsMenu: string;
9084
- agentEnvSetup: string;
9085
- manageAgents: string;
9086
- manageAgentsTitle: string;
9087
- manageAgentsDescription: string;
9088
- manageAgentsAvailable: string;
9089
- manageAgentsDisabled: string;
9090
- manageAgentsNoAvailable: string;
9091
- manageAgentsNoDisabled: string;
9092
- manageAgentsKeepOneAvailable: string;
9093
- manageAgentsRunningBlocked: (agent: string) => string;
9094
- removeAgentFromSidebar: (agent: string) => string;
9095
- addAgentToSidebar: (agent: string) => string;
9096
- dragAgentToReorder: (agent: string) => string;
9097
- noConversations: string;
9098
- emptyProjectConversations: string;
9099
- conversationFilterAll: string;
9100
- conversationFilterCodex: string;
9101
- conversationFilterClaudeCode: string;
9102
- conversationFilterTutti: string;
9103
- providerSwitchLabel: string;
9104
- sharedAgentOwnerSeparator: string;
9105
- startConversation: string;
9106
- selectConversation: string;
9107
- loadingConversations: string;
9108
- loadingConversation: string;
9109
- scrollToBottom: string;
9110
- searchNoConversations: string;
9111
- searchFailed: string;
9112
- retrySearch: string;
9113
- conversationUnavailable: string;
9114
- fallbackAgentTitle: string;
9115
- untitledConversationTitle: string;
9116
- searchPlaceholder: string;
9117
- sectionConversations: string;
9118
- sectionToday: string;
9119
- sectionPinned: string;
9120
- sectionYesterday: string;
9121
- sectionEarlier: string;
9122
- projectSectionEdit: string;
9123
- projectSectionMoreActions: string;
9124
- projectSectionViewFiles: string;
9125
- pinProject: string;
9126
- unpinProject: string;
9127
- pinnedProjectAccessibleName: (projectLabel: string) => string;
9128
- projectRailCreateProject: string;
9129
- projectRailLinkExistingProject: string;
9130
- removeProject: string;
9131
- removeProjectConfirmDescription: (projectLabel: string) => string;
9132
- removeProjectConfirmTitle: string;
9133
- batchDeleteProjectSessions: string;
9134
- batchDeleteProjectSessionsTitle: string;
9135
- batchDeleteProjectSessionsBody: (count: number, project: string) => string;
9136
- batchDeleteProjectSessionsConfirm: string;
9137
- conversationsSectionMoreActions: string;
9138
- batchDeleteConversations: string;
9139
- batchDeleteConversationsTitle: string;
9140
- batchDeleteConversationsBody: (count: number) => string;
9141
- batchDeleteConversationsConfirm: string;
9142
- approvalRequired: string;
9143
- fileChangeApprovalRequired: string;
9144
- approvalUnavailable: string;
9145
- authRequired: string;
9146
- authLogin: string;
9147
- activatingSession: string;
9148
- cancellingSession: string;
9149
- retryActivation: string;
9150
- continueInNewConversation: string;
9151
- goalLabel: string;
9152
- goalTitleActive: string;
9153
- goalTitlePaused: string;
9154
- goalTitleBlocked: string;
9155
- goalTitleUsageLimited: string;
9156
- goalTitleBudgetLimited: string;
9157
- goalTitleComplete: string;
9158
- goalBudgetUsage: (used: number, budget: number) => string;
9159
- goalClearHint: string;
9160
- goalEditAction: string;
9161
- goalPauseAction: string;
9162
- goalResumeAction: string;
9163
- goalClearAction: string;
9164
- goalRemoved: string;
9165
- processing: string;
9166
- turnSummary: string;
9167
- userMessageLocator: string;
9168
- planLead: string;
9169
- planModes: Array<{
9170
- id: string;
9171
- label: string;
9172
- description: string;
9173
- }>;
9174
- stayInPlan: string;
9175
- sendFeedback: string;
9176
- feedbackPlaceholder: string;
9177
- previousQuestion: string;
9178
- nextQuestion: string;
9179
- submitAnswers: string;
9180
- answerPlaceholder: string;
9181
- waitingForAnswer: string;
9182
- thinkingLabel: string;
9183
- toolCallsLabel: (count: number) => string;
9184
- openConversationWindow: string;
9185
- showMoreConversations: string;
9186
- showLessConversations: string;
9187
- deleteSession: string;
9188
- pinSession: string;
9189
- moreSessionActions: string;
9190
- copyAsMarkdown: string;
9191
- copyAsReference: string;
9192
- conversationCopyImage: string;
9193
- conversationCopyImagesOmitted: string;
9194
- conversationCopyInProgress: string;
9195
- conversationCopyMentionPrefix: string;
9196
- conversationCopyFile: string;
9197
- conversationCopyPreviousMessages: string;
9198
- copiedToClipboard: string;
9199
- copyFailed: string;
9200
- sessionActionUnavailable: string;
9201
- renameSession: string;
9202
- renameSessionTitle: string;
9203
- renameSessionDescription: string;
9204
- renameSessionPlaceholder: string;
9205
- renameSessionSave: string;
9206
- unpinSession: string;
9207
- markSessionUnread: string;
9208
- deleteSessionTitle: string;
9209
- deleteSessionBody: string;
9210
- deleteSessionConfirm: string;
9211
- cancel: string;
9212
- conversationRailResizeAria: string;
9213
- relativeTimeJustNow: string;
9214
- relativeTimeMinutes: (count: number) => string;
9215
- relativeTimeHours: (count: number) => string;
9216
- relativeTimeDays: (count: number) => string;
9217
- relativeTimeMonths: (count: number) => string;
9218
- relativeTimeYears: (count: number) => string;
9219
- slashCommandPalette: string;
9220
- skillPickerPalette: string;
9221
- slashPaletteCommandsGroup: string;
9222
- slashPaletteCapabilitiesGroup: string;
9223
- slashPaletteCapabilitiesLoading: string;
9224
- slashPaletteSkillsGroup: string;
9225
- slashPalettePluginsGroup: string;
9226
- slashPaletteConnectorsGroup: string;
9227
- slashPaletteMcpGroup: string;
9228
- slashCommandCompactLabel: string;
9229
- slashCommandContextLabel: string;
9230
- slashCommandFastLabel: string;
9231
- slashCommandGoalLabel: string;
9232
- slashCommandInitLabel: string;
9233
- slashCommandPlanLabel: string;
9234
- slashCommandReviewLabel: string;
9235
- slashCommandStatusLabel: string;
9236
- slashCommandUsageLabel: string;
9237
- slashCommandCompactDescription: string;
9238
- slashCommandContextDescription: string;
9239
- slashCommandFastDescription: string;
9240
- slashCommandGoalDescription: string;
9241
- slashCommandInitDescription: string;
9242
- slashCommandPlanDescription: string;
9243
- slashCommandReviewDescription: string;
9244
- slashCommandStatusDescription: string;
9245
- slashCommandUsageDescription: string;
9246
- browserUseCapabilityLabel: string;
9247
- browserUseCapabilityDescription: string;
9248
- browserUseCapabilityDescriptionAutoConnect: string;
9249
- browserUseCapabilityDescriptionIsolated: string;
9250
- browserUseCapabilitySettingsLabel: string;
9251
- browserUseCapabilitySettingsDescription: string;
9252
- capabilityInlineSettingsLabel: string;
9253
- computerUseCapabilityLabel: string;
9254
- computerUseCapabilityDescription: string;
9255
- computerUseCapabilitySetupRequiredDescription: string;
9256
- computerUseCapabilityAuthorizationRequiredDescription: string;
9257
- computerUseCapabilityAuthorizationUnknownDescription: string;
9258
- computerUseCapabilitySettingsLabel: string;
9259
- computerUseCapabilitySettingsDescription: string;
9260
- slashStatusTitle: string;
9261
- slashStatusSession: string;
9262
- slashStatusBaseUrl: string;
9263
- slashStatusContext: string;
9264
- slashStatusLimits: string;
9265
- slashStatusAccount: string;
9266
- slashStatusClose: string;
9267
- slashStatusContextValue: (input: {
9268
- percentLeft: number;
9269
- usedTokens: string;
9270
- totalTokens: string;
9271
- }) => string;
9272
- slashStatusContextUnavailable: string;
9273
- slashStatusLimitsUnavailable: string;
9274
- slashStatusEmptyValue: string;
9275
- slashStatusUsageJustUpdated: string;
9276
- slashStatusUsageMinutesAgo: (count: number) => string;
9277
- slashStatusUsageHoursAgo: (count: number) => string;
9278
- slashStatusUsageUpdating: string;
9279
- slashStatusUsageRefreshFailed: string;
9280
- slashStatusUsageRefreshAria: string;
9281
- usageChipLabel: (input: {
9282
- percent: number;
9283
- }) => string;
9284
- usageTooltipLabel: string;
9285
- usagePopoverTitle: string;
9286
- usageContextWindowLabel: string;
9287
- usageTokensLabel: string;
9288
- usageLimitsLabel: string;
9289
- usageCompactAction: string;
9290
- planImplementationLead: string;
9291
- planImplementationConfirm: string;
9292
- planImplementationFeedbackPlaceholder: string;
9293
- planImplementationSend: string;
9294
- planImplementationSkip: string;
9295
- fileMentionPalette: string;
9296
- fileMentionLoading: string;
9297
- fileMentionEmpty: string;
9298
- fileMentionError: string;
9299
- fileMentionTabHint: string;
9300
- fileDropHint: string;
9301
- mentionPalette: string;
9302
- removeMention: string;
9303
- addReference: string;
9304
- addContent: string;
9305
- referenceWorkspaceFiles: string;
9306
- handoffConversation: string;
9307
- handoffConversationTooltip: string;
9308
- handoffConversationMenu: string;
9309
- handoffTargetDeviceSource: (deviceLabel: string) => string;
9310
- handoffTargetSelf: string;
9311
- handoffTargetShared: string;
9312
- projectLocked: string;
9313
- projectMissingDescription: string;
9314
- syncPending: string;
9315
- syncSynced: string;
9316
- syncFailed: string;
9317
- promptTipsPrefix: string;
9318
- promptTips: readonly AgentComposerPromptTip[];
9319
- reviewPicker: AgentComposerProps["labels"]["reviewPicker"];
9320
- quickPrompts: AgentComposerProps["labels"]["quickPrompts"];
9321
- }
9322
8776
  interface AgentGUISidebarFooterContext {
9323
8777
  currentUserId?: string | null;
9324
8778
  activeConversation: AgentGUINodeViewModel["rail"]["activeConversation"];
@@ -9557,9 +9011,11 @@ interface AgentGUINodeHostCapabilities {
9557
9011
  * preventing this host from mutating device-owned capability settings.
9558
9012
  */
9559
9013
  capabilityControlsReadOnly?: boolean;
9560
- accountMenuState?: AgentGUIAccountMenuState | null;
9561
- /** Host-owned Commerce projection used by account and error presentation. */
9562
- commercePresentation?: AgentGUICommercePresentation | null;
9014
+ /**
9015
+ * Host-owned product copy and external action for structured run errors.
9016
+ * AgentGUI owns the generic card; product domains own product semantics.
9017
+ */
9018
+ visibleErrorPresentationOverrides?: AgentVisibleErrorOverrides | null;
9563
9019
  agentTargets?: readonly AgentGUIAgentTarget[];
9564
9020
  agentTargetsLoading?: boolean;
9565
9021
  /** Launch-only targets for active-conversation handoff. */
@@ -9672,46 +9128,6 @@ interface AgentHandoffMenuProps {
9672
9128
  */
9673
9129
  declare function AgentHandoffMenu({ align, contentClassName, disabled, iconOnly, isolateTriggerEvents, labels, onSelect, targets, testId, triggerClassName, triggerLabel }: AgentHandoffMenuProps): JSX.Element;
9674
9130
 
9675
- interface AgentGUIAccountMenuLabels {
9676
- title: string;
9677
- member: string;
9678
- upgradeMembership: string;
9679
- rechargeCredits: string;
9680
- viewCreditPlans: string;
9681
- creditsBalance: string;
9682
- accountCenter: string;
9683
- settings: string;
9684
- free: string;
9685
- signIn: string;
9686
- signOut: string;
9687
- copyUserId: string;
9688
- loading: string;
9689
- unavailable: string;
9690
- dataUnavailable: string;
9691
- }
9692
- interface AgentGUIAccountMenuProps {
9693
- state: AgentGUIAccountMenuState;
9694
- labels: AgentGUIAccountMenuLabels;
9695
- trigger: ReactNode;
9696
- side?: "top" | "right" | "bottom" | "left";
9697
- align?: "start" | "center" | "end";
9698
- sideOffset?: number;
9699
- testId?: string;
9700
- }
9701
- declare function AgentGUIAccountMenu({ state, labels, trigger, side, align, sideOffset, testId }: AgentGUIAccountMenuProps): React.JSX.Element;
9702
- declare function AgentGUIAccountAvatar({ state, children, label }: {
9703
- state: AgentGUIAccountMenuState;
9704
- children: ReactNode;
9705
- label: string;
9706
- }): React.JSX.Element;
9707
- declare function agentGUIAccountInitials(label: string): string;
9708
-
9709
- interface AgentGUIAccountRewardToastProps {
9710
- toast: NonNullable<AgentGUIAccountMenuState["registrationCreditsToast"]>;
9711
- labels: Pick<AgentGUIViewLabels, "accountRewardToastTitle" | "accountRewardToastCreditsUnit" | "accountRewardToastDescription" | "accountRewardToastClose">;
9712
- }
9713
- declare const AgentGUIAccountRewardToast: react.NamedExoticComponent<AgentGUIAccountRewardToastProps>;
9714
-
9715
9131
  declare function normalizeAgentGUIAgents(agents: readonly AgentGUIAgent[] | null | undefined): AgentGUIAgent[];
9716
9132
  declare function agentGUIAgentIsReady(agent: AgentGUIAgent): boolean;
9717
9133
  declare function resolveAgentGUISelectedDirectoryAgent(input: {
@@ -9858,4 +9274,4 @@ declare function dispatchAgentPlanPromptAction(input: {
9858
9274
  workspaceId: string;
9859
9275
  }): boolean;
9860
9276
 
9861
- 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 };
9277
+ 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 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 AgentRunErrorCode, 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 AgentVisibleErrorOverride, type AgentVisibleErrorOverrideCode, type AgentVisibleErrorOverrides, 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 };