t3code-cli 0.14.0 → 0.14.2
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 +1 -0
- package/dist/application.d.ts +2 -2
- package/dist/application.js +1 -1
- package/dist/auth.d.ts +1 -1
- package/dist/auth.js +1 -1
- package/dist/bin.js +551 -265
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +1 -1
- package/dist/client-runtime/authorization.d.ts +1 -1
- package/dist/client-runtime/authorization.js +1 -1
- package/dist/client-runtime/connection.d.ts +1 -1
- package/dist/client-runtime/connection.js +1 -1
- package/dist/client-runtime/environment.d.ts +5 -1
- package/dist/client-runtime/environment.js +1 -1
- package/dist/client-runtime/errors.js +1 -1
- package/dist/client-runtime/operations/projects.d.ts +2 -2
- package/dist/client-runtime/operations/projects.js +2 -2
- package/dist/client-runtime/operations.d.ts +2 -2
- package/dist/client-runtime/operations.js +2 -2
- package/dist/client-runtime/platform.d.ts +1 -1
- package/dist/client-runtime/platform.js +1 -1
- package/dist/client-runtime/relay.d.ts +5 -1
- package/dist/client-runtime/relay.js +1 -1
- package/dist/client-runtime/rpc.d.ts +2 -2
- package/dist/client-runtime/rpc.js +2 -2
- package/dist/client-runtime/state/assets.d.ts +17 -11
- package/dist/client-runtime/state/assets.js +1 -1
- package/dist/client-runtime/state/auth.d.ts +1 -1
- package/dist/client-runtime/state/auth.js +1 -1
- package/dist/client-runtime/state/connections.js +1 -1
- package/dist/client-runtime/state/entities.d.ts +1 -1
- package/dist/client-runtime/state/entities.js +1 -1
- package/dist/client-runtime/state/filesystem.d.ts +1 -1
- package/dist/client-runtime/state/filesystem.js +1 -1
- package/dist/client-runtime/state/git.d.ts +5 -5
- package/dist/client-runtime/state/git.js +1 -1
- package/dist/client-runtime/state/models.d.ts +1 -1
- package/dist/client-runtime/state/models.js +1 -1
- package/dist/client-runtime/state/orchestration.d.ts +42 -2
- package/dist/client-runtime/state/orchestration.js +13 -1
- package/dist/client-runtime/state/presentation.d.ts +9 -3
- package/dist/client-runtime/state/presentation.js +1 -1
- package/dist/client-runtime/state/preview.d.ts +55 -48
- package/dist/client-runtime/state/preview.js +1 -1
- package/dist/client-runtime/state/project-grouping.d.ts +26 -2
- package/dist/client-runtime/state/project-grouping.js +83 -3
- package/dist/client-runtime/state/projects.d.ts +24 -18
- package/dist/client-runtime/state/projects.js +1 -1
- package/dist/client-runtime/state/relay.d.ts +1 -1
- package/dist/client-runtime/state/relay.js +1 -1
- package/dist/client-runtime/state/review.d.ts +16 -1
- package/dist/client-runtime/state/review.js +27 -6
- package/dist/client-runtime/state/runtime.d.ts +2 -2
- package/dist/client-runtime/state/runtime.js +2 -2
- package/dist/client-runtime/state/server.d.ts +299 -172
- package/dist/client-runtime/state/server.js +192 -16
- package/dist/client-runtime/state/session.d.ts +65 -7
- package/dist/client-runtime/state/session.js +32 -3
- package/dist/client-runtime/state/shell.d.ts +41 -7
- package/dist/client-runtime/state/shell.js +1 -1
- package/dist/client-runtime/state/source-control.d.ts +2 -2
- package/dist/client-runtime/state/source-control.js +1 -1
- package/dist/client-runtime/state/subagentRuntime.d.ts +145 -0
- package/dist/client-runtime/state/subagentRuntime.js +521 -0
- package/dist/client-runtime/state/terminal.d.ts +17 -17
- package/dist/client-runtime/state/terminal.js +1 -1
- package/dist/client-runtime/state/thread-search.d.ts +23 -0
- package/dist/client-runtime/state/thread-search.js +38 -0
- package/dist/client-runtime/state/thread-settled.d.ts +28 -3
- package/dist/client-runtime/state/thread-settled.js +74 -2
- package/dist/client-runtime/state/thread-sort.d.ts +59 -2
- package/dist/client-runtime/state/thread-sort.js +128 -2
- package/dist/client-runtime/state/threads.d.ts +115 -3
- package/dist/client-runtime/state/threads.js +309 -28
- package/dist/client-runtime/state/vcs.d.ts +14 -14
- package/dist/client-runtime/state/vcs.js +1 -1
- package/dist/config.d.ts +1 -1
- package/dist/config.js +1 -1
- package/dist/connection.d.ts +1 -1
- package/dist/connection.js +1 -1
- package/dist/contracts.d.ts +1 -1
- package/dist/contracts.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +1 -1
- package/dist/orchestration.d.ts +144 -1
- package/dist/orchestration.js +1 -1
- package/dist/preview.d.ts +1 -1
- package/dist/preview.js +1 -1
- package/dist/rpc.d.ts +883 -351
- package/dist/rpc.js +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/dist/shared/DrainableWorker.js +1 -1
- package/dist/shared/KeyedCoalescingWorker.js +1 -1
- package/dist/shared/Net.js +1 -1
- package/dist/shared/advertisedEndpoint.d.ts +1 -1
- package/dist/shared/advertisedEndpoint.js +1 -1
- package/dist/shared/agentAwareness.d.ts +1 -1
- package/dist/shared/backgroundActivitySettings.d.ts +1 -1
- package/dist/shared/composerInlineTokens.js +1 -1
- package/dist/shared/connectAuth.js +1 -1
- package/dist/shared/devHome.js +1 -1
- package/dist/shared/dpop.js +1 -1
- package/dist/shared/git.d.ts +1 -1
- package/dist/shared/httpObservability.js +1 -1
- package/dist/shared/httpReadiness.js +1 -1
- package/dist/shared/keybindings.d.ts +2 -2
- package/dist/shared/keybindings.js +15 -1
- package/dist/shared/model.d.ts +1 -1
- package/dist/shared/oauthScope.js +1 -1
- package/dist/shared/observability.d.ts +8 -1
- package/dist/shared/observability.js +49 -5
- package/dist/shared/path.js +1 -1
- package/dist/shared/preview.js +1 -1
- package/dist/shared/previewViewport.d.ts +1 -1
- package/dist/shared/previewViewport.js +1 -1
- package/dist/shared/projectFavicon.d.ts +2 -1
- package/dist/shared/projectFavicon.js +13 -1
- package/dist/shared/projectScripts.d.ts +1 -1
- package/dist/shared/relayAuth.js +1 -1
- package/dist/shared/relayClient.d.ts +1 -1
- package/dist/shared/relayClient.js +1 -1
- package/dist/shared/relayJwt.js +1 -1
- package/dist/shared/relayTracing.js +1 -1
- package/dist/shared/relayUrl.js +1 -1
- package/dist/shared/remote.js +1 -1
- package/dist/shared/schemaYaml.js +3 -3
- package/dist/shared/semver.js +1 -1
- package/dist/shared/serverSettings.d.ts +1 -1
- package/dist/shared/serverSettings.js +1 -1
- package/dist/shared/shell.d.ts +6 -1
- package/dist/shared/shell.js +42 -4
- package/dist/shared/sourceControl.d.ts +1 -1
- package/dist/shared/t3ProjectFile.d.ts +9 -1
- package/dist/shared/t3ProjectFile.js +12 -2
- package/dist/shared/terminalLabels.d.ts +1 -1
- package/dist/shared/threadEnvMode.d.ts +29 -0
- package/dist/shared/threadEnvMode.js +24 -0
- package/dist/shared/toolActivity.d.ts +1 -1
- package/dist/shared/usageFormat.d.ts +21 -0
- package/dist/shared/usageFormat.js +90 -0
- package/dist/shared/usageMerge.d.ts +67 -0
- package/dist/shared/usageMerge.js +218 -0
- package/dist/shared.d.ts +4472 -668
- package/dist/shared.js +16867 -16273
- package/dist/t3tools.d.ts +2 -2
- package/dist/t3tools.js +2 -2
- package/package.json +5 -5
- package/src/application/index.ts +1 -0
- package/src/application/service.ts +5 -1
- package/src/application/threads.ts +43 -1
- package/src/bin.ts +10 -7
- package/src/cli/app.ts +2 -0
- package/src/cli/format/thread.ts +23 -1
- package/src/cli/search.ts +48 -0
- package/src/config/persist/schema.ts +1 -1
- package/src/orchestration/layer.ts +6 -0
- package/src/orchestration/service.ts +5 -0
- package/src/rpc/error.ts +2 -0
- package/src/rpc/operation.ts +2 -0
- package/src/rpc/ws-group.ts +2 -0
package/dist/t3tools.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $C as EnvironmentCloudEndpointUnavailableError, $S as VcsStatusLocalResult, $T as ThreadId, $_ as OrchestrationMessageRole, $b as TerminalRestartInput, $c as ResourceMonitorSampleNowCommand, $d as ProviderRuntimeErrorEvent, $f as RuntimeContentStreamKind, $g as OpenCodeSettings, $h as PickedElementPayload, $l as ServerProcessDiagnosticsResult, $m as DesktopPreviewTabState, $p as ProviderInstanceRef, $s as WsServerUpdateProviderRpc, $u as MAX_WHEN_EXPRESSION_DEPTH, $v as ThreadSessionStopRequestedPayload, $w as AuthClientPresentationMetadata, $x as VcsError, $y as PreviewAutomationStatus, AC as AdvertisedEndpointProvider, AS as GitPullRequestMaterializationError, AT as ClientActivityReportInput, A_ as ModelSelection, Ab as PreviewSessionLookupError, Ac as WsVcsRemoveWorktreeRpc, Ad as CanonicalItemType, Af as ProviderRuntimeThreadRealtimeStartedEvent, Ag as DEFAULT_BACKGROUND_ACTIVITY_PROFILE, Ah as DesktopUpdateActionResult, Al as isExternalLauncherError, Am as DesktopPreviewAutomationScrollInputSchema, Ap as ToolDeniedPayload, As as WsPreviewReportStatusRpc, Au as ServerSignalProcessResult, Av as ProjectionPendingApprovalStatus, Aw as RepositoryIdentityLocator, Ax as AssetProjectFaviconNotFoundError, Ay as PreviewAutomationHostFocus, BC as RelayClientInstallProgressEventSchema, BS as TextGenerationError, BT as EventId, B_ as OrchestrationEvent, Bb as TerminalCloseInput, Bc as RESOURCE_MONITOR_PROTOCOL_VERSION, Bd as McpOauthCompletedPayload, Bf as ProviderRuntimeTurnAbortedEvent, Bg as DEFAULT_SIDEBAR_THREAD_SORT_ORDER, Bh as DesktopUpdateStatus, Bl as ServerConfigStreamEvent, Bm as DesktopPreviewPointerEvent, Bp as TurnStartedPayload, Bs as WsServerGetConfigRpc, Bu as isProviderAvailable, Bv as ThreadActivityAppendedPayload, Bw as AuthAccessStreamError, Bx as AssetWorkspaceRootNormalizationError, By as PreviewAutomationRecordingArtifact, CC as SourceControlRepositoryInfo, CS as GitActionProgressPhase, CT as ServerAuthPolicy, C_ as ClientOrchestrationCommand, Cb as PreviewNavStatus, Cc as WsTerminalWriteRpc, Cd as ProviderOptionSelection, Cf as ProviderRuntimeTaskProgressEvent, Cg as ClaudeSettings, Ch as DesktopSshPasswordPromptCancelledResultSchema, Cl as ExternalLauncherBrowserSpawnError, Cm as DesktopPreviewAnnotationTheme, Cp as ThreadRealtimeErrorPayload, Cs as WsPreviewAutomationFocusHostRpc, Cu as ServerProviders, Cv as ProjectCreatedPayload, Cw as EnvironmentConnectionState, Cx as ProjectWriteFileResult, Cy as PreviewAutomationConsoleEntry, DC as AdvertisedEndpoint, DS as GitManagerServiceError, DT as BackgroundScope, D_ as DispatchResult, Db as PreviewRenderedViewportSize, Dc as WsVcsListRefsRpc, Dd as AccountRateLimitsUpdatedPayload, Df as ProviderRuntimeThreadRealtimeClosedEvent, Dg as CodexSettings, Dh as DesktopSshPasswordPromptResolutionInputSchema, Dl as ExternalLauncherUnknownEditorError, Dm as DesktopPreviewAutomationClickInputSchema, Dp as ThreadStateChangedPayload, Ds as WsPreviewNavigateRpc, Du as ServerSelfUpdateInput, Dv as ProjectScriptIcon, Dw as ExecutionEnvironmentPlatformArch, Dx as AssetCreateUrlResult, Dy as PreviewAutomationEvaluateInput, EC as VcsDiscoveryItem, ES as GitManagerError, ET as BackgroundPolicySnapshot, E_ as DEFAULT_RUNTIME_MODE, Eb as PreviewRefreshInput, Ec as WsVcsInitRpc, Ed as SelectProviderOptionDescriptor, Ef as ProviderRuntimeThreadRealtimeAudioDeltaEvent, Eg as ClientSettingsSchema, Eh as DesktopSshPasswordPromptRequestSchema, El as ExternalLauncherError, Em as DesktopPreviewArtifactInputSchema, Ep as ThreadStartedPayload, Es as WsPreviewListRpc, Eu as ServerSelfUpdateError, Ev as ProjectScript, Ew as ExecutionEnvironmentPlatform, Ex as AssetCreateUrlInput, Ey as PreviewAutomationError, FC as DesktopBackendBootstrap, FS as GitRunStackedActionResult, FT as ApprovalRequestId, F_ as OrchestrationCheckpointStatus, Fb as PreviewViewportSize, Fc as DesktopHostTelemetryMessage, Fd as FilesPersistedPayload, Ff as ProviderRuntimeToolDeniedEvent, Fg as DEFAULT_SERVER_SETTINGS, Fh as DesktopUpdateCheckResultSchema, Fl as ServerConfig, Fm as DesktopPreviewColorSchemeSchema, Fp as TurnCompletedPayload, Fs as WsProjectsWriteFileRpc, Fu as ServerTraceDiagnosticsResult, Fv as ProviderRequestKind, Fw as ServerSelfUpdateMethod, Fx as AssetWorkspaceAssetNotFoundError, Fy as PreviewAutomationNetworkEntry, GC as AuthClientSessionRevokeResult, GS as VcsInitInput, GT as PositiveInt, G_ as OrchestrationGetFullThreadDiffResult, Gb as TerminalError, Gc as ResourceMonitorConfigureCommand, Gd as ProviderRuntimeAccountRateLimitsUpdatedEvent, Gf as ProviderRuntimeTurnProposedDeltaEvent, Gg as GrokSettings, Gh as DesktopWslStateSchema, Gl as ServerConfigUpdatedPayload, Gm as DesktopPreviewRecordingFrameSchema, Gp as isToolLifecycleItemType, Gs as WsServerGetTraceDiagnosticsRpc, Gu as KeybindingWhen, Gv as ThreadDeletedPayload, Gw as AuthAccessTokenResult, Gx as FilesystemBrowseResult, Gy as PreviewAutomationResizeInput, HC as RelayClientInstallProgressStageSchema, HS as VcsCreateRefResult, HT as MessageId, H_ as OrchestrationEventType, Hb as TerminalCwdNotDirectoryError, Hc as ResourceAttributionSnapshot, Hd as ModelReroutedPayload, Hf as ProviderRuntimeTurnDiffUpdatedEvent, Hg as DEFAULT_UNIFIED_SETTINGS, Hh as DesktopWslDistro, Hl as ServerConfigStreamProviderStatusesEvent, Hm as DesktopPreviewRecordingArtifact, Hp as UserInputQuestionOption, Hs as WsServerGetProcessResourceHistoryRpc, Hu as KeybindingRule, Hv as ThreadArchivedPayload, Hw as AuthAccessStreamPairingLinkRemovedEvent, Hx as FilesystemBrowseError, Hy as PreviewAutomationRemoteUnavailableError, IC as RelayClientInstallFailedError, IS as GitRunStackedActionToast, IT as AuthSessionId, I_ as OrchestrationCheckpointSummary, Ib as DEFAULT_TERMINAL_ID, Ic as DesktopHostTelemetrySnapshot, Id as HookCompletedPayload, If as ProviderRuntimeToolKind, Ig as DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Ih as DesktopUpdateReleaseNote, Il as ServerConfigIssue, Im as DesktopPreviewConfigInputSchema, Ip as TurnDiffUpdatedPayload, Is as WsReviewGetDiffPreviewRpc, Iu as ServerTraceDiagnosticsSpanOccurrence, Iv as ProviderSandboxMode, Iw as AuthAccessReadScope, Ix as AssetWorkspaceContextNotFoundError, Iy as PreviewAutomationNoAvailableHostError, JC as EnvironmentAuthHttpApi, JS as VcsPullInput, JT as RpcClientId, J_ as OrchestrationGetTurnDiffInput, Jb as TerminalMetadataStreamEvent, Jc as ResourceMonitorExternalProcess, Jd as ProviderRuntimeApprovalResolvedEvent, Jf as ProviderRuntimeUserInputRequestedEvent, Jg as MAX_SIDEBAR_THREAD_PREVIEW_COUNT, Jh as PRIMARY_LOCAL_ENVIRONMENT_ID, Jl as ServerLifecycleStreamReadyEvent, Jm as DesktopPreviewScreenshotArtifact, Jp as ProviderInstanceConfigMap, Js as WsServerRemoveKeybindingRpc, Ju as KeybindingsConfigError, Jv as ThreadMetaUpdatedPayload, Jw as AuthAdministrativeScopes, Jx as ReviewDiffPreviewResult, Jy as PreviewAutomationResultTooLargeError, KC as AuthOtherClientSessionsRevokeResult, KS as VcsListRefsInput, KT as ProjectId, K_ as OrchestrationGetSnapshotError, Kb as TerminalEvent, Kc as ResourceMonitorErrorEvent, Kd as ProviderRuntimeAccountUpdatedEvent, Kf as ProviderRuntimeTurnStartedEvent, Kg as MAX_GLASS_OPACITY, Kh as EnvironmentApi, Kl as ServerLifecycleReadyPayload, Km as DesktopPreviewRecordingSaveInputSchema, Kp as ProviderDriverKind, Ks as WsServerProbeRpc, Ku as KeybindingWhenNode, Kv as ThreadInteractionModeSetPayload, Kw as AuthAccessTokenType, Kx as ReviewDiffPreviewError, Ky as PreviewAutomationResizeResult, LC as RelayClientInstallFailureReason, LS as GitRunStackedActionToastCta, LT as CheckpointRef, L_ as OrchestrationCommand, Lb as TerminalAttachInput, Lc as DesktopTelemetryControlMessage, Ld as HookProgressPayload, Lf as ProviderRuntimeToolProgressEvent, Lg as DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, Lh as DesktopUpdateReleaseNoteSchema, Ll as ServerConfigKeybindingsUpdatedPayload, Lm as DesktopPreviewNavStatus, Lp as TurnPlanUpdatedPayload, Ls as WsRpcGroup, Lu as ServerTraceDiagnosticsSpanSummary, Lv as ProviderSessionRuntimeStatus, Lw as AuthAccessSnapshot, Lx as AssetWorkspaceContextResolutionError, Ly as PreviewAutomationOpenInput, MC as AdvertisedEndpointReachability, MS as GitResolvePullRequestResult, MT as HostPowerSnapshot, M_ as OrchestrationActorKind, Mb as PreviewTabId, Mc as DesktopElectronProcessMetric, Md as ConfigWarningPayload, Mf as ProviderRuntimeThreadStateChangedEvent, Mg as DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, Mh as DesktopUpdateChannel, Ml as T3ProjectFileScript, Mm as DesktopPreviewAutomationWaitForInputSchema, Mp as ToolProgressPayload, Ms as WsProjectsListEntriesRpc, Mu as ServerTraceDiagnosticsFailureSummary, Mv as ProviderApprovalDecision, Mw as ScopedThreadRef, Mx as AssetResource, My as PreviewAutomationInvalidSelectorError, NC as AdvertisedEndpointSource, NS as GitResolvedPullRequest, NT as HostPowerSource, N_ as OrchestrationAggregateKind, Nb as PreviewViewportPresetId, Nc as DesktopElectronProcessType, Nd as ContentDeltaPayload, Nf as ProviderRuntimeThreadTokenUsageUpdatedEvent, Ng as DEFAULT_GLASS_OPACITY, Nh as DesktopUpdateChannelSchema, Nl as T3_PROJECT_FILE_NAME, Nm as DesktopPreviewBridge, Np as ToolSummaryPayload, Ns as WsProjectsReadFileRpc, Nu as ServerTraceDiagnosticsLogEvent, Nv as ProviderApprovalPolicy, Nw as ScopedThreadSessionRef, Nx as AssetSigningKeyLoadError, Ny as PreviewAutomationMalformedResponseError, OC as AdvertisedEndpointCompatibility, OS as GitPreparePullRequestThreadInput, OT as ClientActivityClientId, O_ as DispatchableClientOrchestrationCommand, Ob as PreviewReportStatusInput, Oc as WsVcsPullRpc, Od as AccountUpdatedPayload, Of as ProviderRuntimeThreadRealtimeErrorEvent, Og as CursorSettings, Oh as DesktopTheme, Ol as ExternalLauncherUnsupportedEditorError, Om as DesktopPreviewAutomationEvaluateInputSchema, Op as ThreadTokenUsageSnapshot, Os as WsPreviewOpenRpc, Ou as ServerSelfUpdateResult, Ov as ProjectionCheckpointRow, Ow as ExecutionEnvironmentPlatformOs, Ox as AssetPreviewTypeValidationError, Oy as PreviewAutomationExecutionError, PC as AdvertisedEndpointStatus, PS as GitRunStackedActionInput, PT as HostPowerThermalState, P_ as OrchestrationCheckpointFile, Pb as PreviewViewportSetting, Pc as DesktopHostTelemetryHello, Pd as DeprecationNoticePayload, Pf as ProviderRuntimeToolCompletedEvent, Pg as DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, Ph as DesktopUpdateCheckResult, Pl as T3_PROJECT_FILE_SCHEMA_URL, Pm as DesktopPreviewColorScheme, Pp as TurnAbortedPayload, Ps as WsProjectsSearchEntriesRpc, Pu as ServerTraceDiagnosticsRecentFailure, Pv as ProviderInteractionMode, Pw as ServerSelfUpdateCapability, Px as AssetWorkspaceAssetInspectionError, Py as PreviewAutomationNavigateInput, QC as EnvironmentAuthenticatedPrincipal, QS as VcsStatusInput, QT as RuntimeTaskId, Q_ as OrchestrationMessage, Qb as TerminalResizeInput, Qc as ResourceMonitorReadHistoryCommand, Qd as ProviderRuntimeDeprecationNoticeEvent, Qf as RequestResolvedPayload, Qg as ObservabilitySettings, Qh as PickFolderOptionsSchema, Ql as ServerProcessDiagnosticsEntry, Qm as DesktopPreviewTabInputSchema, Qp as ProviderInstanceId, Qs as WsServerSignalProcessRpc, Qu as MAX_SCRIPT_ID_LENGTH, Qv as ThreadSessionSetPayload, Qw as AuthClientMetadataDeviceType, Qx as VcsDriverKind, Qy as PreviewAutomationSnapshot, RC as RelayClientInstallFailureReasonSchema, RS as GitRunStackedActionToastRunAction, RT as CommandId, R_ as OrchestrationCommandReceiptStatus, Rb as TerminalAttachStreamEvent, Rc as DesktopTelemetrySetDiagnosticsDemand, Rd as HookStartedPayload, Rf as ProviderRuntimeToolStartedEvent, Rg as DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, Rh as DesktopUpdateState, Rl as ServerConfigProviderStatusesPayload, Rm as DesktopPreviewNavStatusSchema, Rp as TurnProposedCompletedPayload, Rs as WsServerDiscoverSourceControlRpc, Ru as ServerUpsertKeybindingInput, Rv as ProviderUserInputAnswers, Rw as AuthAccessStreamClientRemovedEvent, Rx as AssetWorkspacePathValidationError, Ry as PreviewAutomationOperation, SC as SourceControlRepositoryError, SS as GitActionProgressKind, ST as ServerAuthDescriptor, S_ as ChatImageAttachment, Sb as PreviewListResult, Sc as WsTerminalRestartRpc, Sd as ProviderOptionDescriptorType, Sf as ProviderRuntimeTaskCompletedEvent, Sg as BackgroundActivitySettings, Sh as DesktopSshHttpBaseUrlInputSchema, Sl as EditorLaunchStyle, Sm as DesktopEnvironmentBootstrapSchema, Sp as ThreadRealtimeClosedPayload, Ss as WsPreviewAutomationConnectRpc, Su as ServerProviderVersionAdvisoryStatus, Sv as ProjectCreateCommand, Sw as EnvironmentSessionPrincipalShape, Sx as ProjectWriteFileInput, Sy as PreviewAutomationConnectionId, TC as SourceControlRepositoryVisibility, TS as GitCommandError, TT as BackgroundBooleanState, T_ as DEFAULT_PROVIDER_INTERACTION_MODE, Tb as PreviewOpenInput, Tc as WsVcsCreateWorktreeRpc, Td as ProviderOptionSelections, Tf as ProviderRuntimeThreadMetadataUpdatedEvent, Tg as ClientSettingsPatch, Th as DesktopSshPasswordPromptRequest, Tl as ExternalLauncherEditorSpawnError, Tm as DesktopPreviewAnnotationThemeSchema, Tp as ThreadRealtimeStartedPayload, Ts as WsPreviewCloseRpc, Tu as ServerRemoveKeybindingResult, Tv as ProjectMetaUpdatedPayload, Tw as ExecutionEnvironmentDescriptor, Tx as AssetAttachmentNotFoundError, Ty as PreviewAutomationElement, UC as RelayClientStatus, US as VcsCreateWorktreeInput, UT as NonNegativeInt, U_ as OrchestrationGetFullThreadDiffError, Ub as TerminalCwdNotFoundError, Uc as ResourceMonitorCapabilities, Ud as ProviderRefs, Uf as ProviderRuntimeTurnPlanUpdatedEvent, Ug as EnvironmentIdentificationMode, Uh as DesktopWslDistroSchema, Ul as ServerConfigStreamSettingsUpdatedEvent, Um as DesktopPreviewRecordingArtifactSchema, Up as UserInputRequestedPayload, Us as WsServerGetResourceTelemetryHistoryRpc, Uu as KeybindingShortcut, Uv as ThreadCheckpointRevertRequestedPayload, Uw as AuthAccessStreamPairingLinkUpsertedEvent, Ux as FilesystemBrowseFailure, Uy as PreviewAutomationRequest, VC as RelayClientInstallProgressStage, VS as VcsCreateRefInput, VT as IsoDateTime, V_ as OrchestrationEventMetadata, Vb as TerminalCwdError, Vc as ResourceAttributionEntry, Vd as McpStatusUpdatedPayload, Vf as ProviderRuntimeTurnCompletedEvent, Vg as DEFAULT_TIMESTAMP_FORMAT, Vh as DesktopUpdateStatusSchema, Vl as ServerConfigStreamKeybindingsUpdatedEvent, Vm as DesktopPreviewPointerEventSchema, Vp as UserInputQuestion, Vs as WsServerGetProcessDiagnosticsRpc, Vu as KeybindingCommand, Vv as ThreadApprovalResponseRequestedPayload, Vw as AuthAccessStreamEvent, Vx as FilesystemBrowseEntry, Vy as PreviewAutomationRecordingStatus, WC as RelayClientStatusSchema, WS as VcsCreateWorktreeResult, WT as PortSchema, W_ as OrchestrationGetFullThreadDiffInput, Wb as TerminalCwdStatError, Wc as ResourceMonitorCommand, Wd as ProviderRequestId, Wf as ProviderRuntimeTurnProposedCompletedEvent, Wg as GlassOpacity, Wh as DesktopWslState, Wl as ServerConfigStreamSnapshotEvent, Wm as DesktopPreviewRecordingFrame, Wp as UserInputResolvedPayload, Ws as WsServerGetSettingsRpc, Wu as KeybindingValue, Wv as ThreadCreatedPayload, Ww as AuthAccessStreamSnapshotEvent, Wx as FilesystemBrowseInput, Wy as PreviewAutomationRequestQueueClosedError, XC as EnvironmentAuthInvalidReason, XS as VcsRef, XT as RuntimeRequestId, X_ as OrchestrationLatestTurn, Xb as TerminalOpenInput, Xc as ResourceMonitorHistoryChunkEvent, Xd as ProviderRuntimeConfigWarningEvent, Xf as ProviderRuntimeWarningEvent, Xg as MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Xh as PersistedSavedEnvironmentRecordSchema, Xl as ServerLifecycleWelcomePayload, Xm as DesktopPreviewSetColorSchemeInputSchema, Xp as ProviderInstanceEnvironmentVariable, Xs as WsServerReportHostPowerStateRpc, Xu as MAX_KEYBINDING_VALUE_LENGTH, Xv as ThreadRevertedPayload, Xw as AuthBrowserSessionResult, Xx as ReviewDiffPreviewSourceKind, Xy as PreviewAutomationSetColorSchemeInput, YC as EnvironmentAuthInvalidError, YS as VcsPullResult, YT as RuntimeItemId, Y_ as OrchestrationGetTurnDiffResult, Yb as TerminalNotRunningError, Yc as ResourceMonitorHelloEvent, Yd as ProviderRuntimeAuthStatusEvent, Yf as ProviderRuntimeUserInputResolvedEvent, Yg as MIN_GLASS_OPACITY, Yh as PersistedSavedEnvironmentRecord, Yl as ServerLifecycleStreamWelcomeEvent, Ym as DesktopPreviewScreenshotArtifactSchema, Yp as ProviderInstanceEnvironment, Ys as WsServerReportClientActivityRpc, Yu as MAX_KEYBINDINGS_COUNT, Yv as ThreadProposedPlanUpsertedPayload, Yw as AuthBrowserSessionRequest, Yx as ReviewDiffPreviewSource, Yy as PreviewAutomationScrollInput, ZC as EnvironmentAuthenticatedAuth, ZS as VcsRemoveWorktreeInput, ZT as RuntimeSessionId, Z_ as OrchestrationLatestTurnState, Zb as TerminalResizeError, Zc as ResourceMonitorProcessSample, Zd as ProviderRuntimeContentDeltaEvent, Zf as RequestOpenedPayload, Zg as MIN_SIDEBAR_THREAD_PREVIEW_COUNT, Zh as PickFolderOptions, Zl as ServerObservability, Zm as DesktopPreviewTabIdSchema, Zp as ProviderInstanceEnvironmentVariableName, Zs as WsServerRetryResourceTelemetryRpc, Zu as MAX_KEYBINDING_WHEN_LENGTH, Zv as ThreadRuntimeModeSetPayload, Zw as AuthClientMetadata, Zx as VcsDriverCapabilities, Zy as PreviewAutomationSetColorSchemeResult, _C as SourceControlProviderKind, _S as VcsRemote, _T as AuthTokenExchangeGrantType, __ as UnifiedSettings, _b as PreviewCloseInput, _c as WsTerminalAttachRpc, _d as ModelCapabilities, _f as ProviderRuntimeRequestResolvedEvent, _g as PreviewAnnotationStyleChange, _h as DesktopSshEnvironmentEnsureResultSchema, _l as ResourceTelemetrySnapshot, _m as DesktopAppStageLabelSchema, _p as TaskCompletedPayload, _s as WsOrchestrationGetArchivedShellSnapshotRpc, _u as ServerProviderUpdateInput, _v as OrchestrationThreadShell, _w as EnvironmentRequestInvalidError, _x as ProjectReadFileResult, _y as PreviewAutomationActionEvent, aC as ChangeRequest, aS as VcsProcessErrorContext, aT as AuthOrchestrationOperateScope, a_ as ServerSettingsError, ab as PreviewAutomationTypeInput, ac as WsSourceControlLookupRepositoryRpc, ad as ResolvedKeybindingsConfig, af as ProviderRuntimeHookCompletedEvent, ag as PreviewAnnotationPayload, ah as DesktopRuntimeInfo, al as ResourceTelemetryAggregate, am as ProviderRespondToUserInputInput, ap as RuntimePlanStep, au as ServerProcessSignal, av as OrchestrationRpcSchemas, aw as EnvironmentHttpBadRequestError, ax as TerminalThreadInput, ay as ThreadTurnStartBootstrap, bC as SourceControlPublishStatus, bS as VcsUnsupportedOperationError, bT as EnvironmentAuthorizationError, b_ as ChatAttachment, bb as PreviewInvalidUrlError, bc as WsTerminalOpenRpc, bd as ProviderOptionChoice, bf as ProviderRuntimeSessionStartedEvent, bg as BackgroundActivityProfile, bh as DesktopSshHostSource, bl as EDITORS, bm as DesktopDiscoveredSshHostSchema, bp as ThreadMetadataUpdatedPayload, bs as WsOrchestrationSubscribeShellRpc, bu as ServerProviderUpdatedPayload, bv as PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, bw as EnvironmentResourceNotFoundReason, bx as ProjectSearchEntriesResult, by as PreviewAutomationClientId, cC as SourceControlCloneRepositoryInput, cS as VcsProcessExitFailureKind, cT as AuthPairingLink, c_ as SidebarAutoSettleAfterDays, cb as PreviewAutomationWaitForInput, cc as WsSubscribeBackgroundPolicyRpc, cd as THREAD_KEYBINDING_COMMANDS, cf as ProviderRuntimeItemCompletedEvent, cg as PreviewAnnotationPointSchema, ch as DesktopServerExposureModeSchema, cl as ResourceTelemetryHistory, cm as ProviderSessionStartInput, cp as RuntimeSessionState, cs as WS_METHODS, cu as ServerProviderAuthStatus, cv as OrchestrationShellSnapshot, cw as EnvironmentHttpForbiddenError, cx as ProjectEntriesFailure, cy as ThreadUnarchivedPayload, dC as SourceControlDiscoveryStatus, dS as VcsProcessOutputReadError, dT as AuthReviewWriteScope, d_ as SidebarThreadPreviewCount, db as DiscoveredLocalServerList, dc as WsSubscribeResourceTelemetryRpc, dd as BooleanProviderOptionDescriptor, df as ProviderRuntimeMcpOauthCompletedEvent, dg as PreviewAnnotationRegionTarget, dh as DesktopSshBearerBootstrapInputSchema, dl as ResourceTelemetryIoSemantics, dm as ContextMenuItem, dp as RuntimeWarningPayload, ds as WsCloudInstallRelayClientRpc, du as ServerProviderModel, dv as OrchestrationSubscribeShellInput, dw as EnvironmentInternalError, dx as ProjectFileOperation, dy as TurnCountRange, eC as VcsStatusRemoteResult, eE as TrimmedNonEmptyString, eS as VcsFreshness, eT as AuthClientSession, e_ as ProviderSettingsFormAnnotation, eb as PreviewAutomationStreamEvent, ec as WsServerUpdateServerRpc, ed as MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, ef as ProviderRuntimeEvent, eg as PickedElementPayloadSchema, eh as DesktopPreviewTabStateSchema, el as ResourceMonitorSetExternalProcessesCommand, em as defaultInstanceIdForDriver, ep as RuntimeErrorClass, eu as ServerProcessResourceHistoryBucket, ev as OrchestrationProject, ew as EnvironmentCloudLinkStateResult, ex as TerminalSessionInput, ey as ThreadSettledPayload, fC as SourceControlProviderAuth, fS as VcsProcessSpawnError, fT as AuthRevokeClientSessionInput, f_ as SidebarThreadSortOrder, fb as FILL_PREVIEW_VIEWPORT, fc as WsSubscribeServerConfigRpc, fd as DEFAULT_MODEL, ff as ProviderRuntimeMcpStatusUpdatedEvent, fg as PreviewAnnotationRegionTargetSchema, fh as DesktopSshBearerRequestInputSchema, fl as ResourceTelemetryProcess, fm as ContextMenuItemSchema, fp as SessionConfiguredPayload, fs as WsFilesystemBrowseRpc, fu as ServerProviderSkill, fv as OrchestrationSubscribeThreadInput, fw as EnvironmentInternalErrorReason, fx as ProjectListEntriesError, fy as UploadChatAttachment, gC as SourceControlProviderInfo, gS as VcsProcessTimeoutFailure, gT as AuthTerminalOperateScope, g_ as TimestampFormat, gb as PREVIEW_VIEWPORT_PRESET_IDS, gc as WsSubscribeVcsStatusRpc, gd as MODEL_SLUG_ALIASES_BY_PROVIDER, gf as ProviderRuntimeRequestOpenedEvent, gg as PreviewAnnotationStrokeTargetSchema, gh as DesktopSshEnvironmentEnsureOptionsSchema, gl as ResourceTelemetryRetryResult, gm as DesktopAppStageLabel, gp as TOOL_LIFECYCLE_ITEM_TYPES, gs as WsOrchestrationDispatchCommandRpc, gu as ServerProviderUpdateError, gv as OrchestrationThreadDetailSnapshot, gw as EnvironmentOrchestrationHttpApi, gx as ProjectReadFileInput, gy as PREVIEW_AUTOMATION_V1_OPERATIONS, hC as SourceControlProviderError, hS as VcsProcessTimeoutError, hT as AuthStandardClientScopes, h_ as ThreadEnvMode, hb as PREVIEW_VIEWPORT_MIN_DIMENSION, hc as WsSubscribeTerminalMetadataRpc, hd as DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, hf as ProviderRuntimeModelReroutedEvent, hg as PreviewAnnotationStrokeTarget, hh as DesktopSshEnvironmentEnsureInputSchema, hl as ResourceTelemetryProcessSummary, hm as DesktopAppBrandingSchema, hp as SessionStateChangedPayload, hs as WsGitRunStackedActionRpc, hu as ServerProviderState, hv as OrchestrationThreadActivityTone, hw as EnvironmentOperationForbiddenReason, hx as ProjectReadFileError, hy as PREVIEW_AUTOMATION_OPERATIONS, iC as VcsSwitchRefResult, iS as VcsOutputDecodeError, iT as AuthEnvironmentScopes, i_ as ServerSettings, ib as PreviewAutomationTimeoutError, ic as WsSourceControlCloneRepositoryRpc, id as ResolvedKeybindingRule, if as ProviderRuntimeFilesPersistedEvent, ig as PreviewAnnotationElementTargetSchema, ih as DesktopRuntimeArchSchema, il as ResourceMonitorSnapshotEvent, im as ProviderRespondToRequestInput, ip as RuntimeItemStatus, iu as ServerProcessResourceHistorySummary, iv as OrchestrationReadModel, iw as EnvironmentHttpApi, ix as TerminalSummary, iy as ThreadTurnInterruptRequestedPayload, jC as AdvertisedEndpointProviderKind, jS as GitPullRequestRefInput, jT as ClientKind, j_ as ORCHESTRATION_WS_METHODS, jb as PreviewSessionSnapshot, jc as WsVcsSwitchRefRpc, jd as CanonicalRequestType, jf as ProviderRuntimeThreadStartedEvent, jg as DEFAULT_CLIENT_SETTINGS, jh as DesktopUpdateActionResultSchema, jl as T3ProjectFile, jm as DesktopPreviewAutomationTypeInputSchema, jp as ToolLifecycleItemType, js as WsPreviewResizeRpc, ju as ServerTraceDiagnosticsErrorKind, jv as ProjectionThreadTurnStatus, jw as ScopedProjectRef, jx as AssetProjectFaviconResolutionError, jy as PreviewAutomationHostIdentity, kC as AdvertisedEndpointHostedHttpsCompatibility, kS as GitPreparePullRequestThreadResult, kT as ClientActivityLease, k_ as InternalOrchestrationCommand, kb as PreviewResizeInput, kc as WsVcsRefreshStatusRpc, kd as AuthStatusPayload, kf as ProviderRuntimeThreadRealtimeItemAddedEvent, kg as DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, kh as DesktopThemeSchema, kl as LaunchEditorInput, km as DesktopPreviewAutomationPressInputSchema, kp as ThreadTokenUsageUpdatedPayload, ks as WsPreviewRefreshRpc, ku as ServerSignalProcessInput, kv as ProjectionPendingApprovalDecision, kw as RepositoryIdentity, kx as AssetProjectFaviconInspectionError, ky as PreviewAutomationHost, lC as SourceControlCloneRepositoryResult, lS as VcsProcessMissingExitCodeError, lT as AuthRelayReadScope, l_ as SidebarProjectGroupingMode, lb as PreviewUrlResolution, lc as WsSubscribeDiscoveredLocalServersRpc, ld as ThreadJumpKeybindingCommand, lf as ProviderRuntimeItemStartedEvent, lg as PreviewAnnotationRect, lh as DesktopServerExposureState, ll as ResourceTelemetryHistoryBucket, lm as ProviderStopSessionInput, lp as RuntimeThreadState, ls as WsAssetsCreateUrlRpc, lu as ServerProviderAvailability, lv as OrchestrationShellStreamEvent, lw as EnvironmentHttpInternalServerError, lx as ProjectEntry, ly as ThreadUnsettledPayload, mC as SourceControlProviderDiscoveryItem, mS as VcsProcessStdinWriteError, mT as AuthSessionState, m_ as SourceControlWritingStyleSettings, mb as PREVIEW_VIEWPORT_MAX_DIMENSION, mc as WsSubscribeTerminalEventsRpc, md as DEFAULT_TEXT_GENERATION_MODEL, mf as ProviderRuntimeMessageDeltaEvent, mg as PreviewAnnotationScreenshotSchema, mh as DesktopSshEnvironmentBootstrapSchema, ml as ResourceTelemetryProcessIdentity, mm as DesktopAppBranding, mp as SessionStartedPayload, ms as WsGitResolvePullRequestRpc, mu as ServerProviderSlashCommandInput, mv as OrchestrationThreadActivity, mw as EnvironmentOperationForbiddenError, mx as ProjectListEntriesResult, my as BrowserNavigationTarget, nC as VcsStatusStreamEvent, nE as TurnId, nS as VcsListRemotesResult, nT as AuthEnvironmentBootstrapTokenType, n_ as ProviderSettingsFormSchemaAnnotation, nb as PreviewAutomationTabTargetInput, nc as WsServerUpsertKeybindingRpc, nd as ModelPickerJumpKeybindingCommand, nf as ProviderRuntimeEventType, ng as PickedElementStackFrameSchema, nh as DesktopPreviewWebviewConfigSchema, nl as ResourceMonitorSetStreamingCommand, nm as ProviderEvent, np as RuntimeEventRaw, nu as ServerProcessResourceHistoryInput, nv as OrchestrationProposedPlan, nw as EnvironmentCloudRelayConfigResult, nx as TerminalSessionSnapshot, ny as ThreadTurnDiff, oC as ChangeRequestState, oS as VcsProcessExitError, oT as AuthOrchestrationReadScope, o_ as ServerSettingsOperation, ob as PreviewAutomationUnavailableError, oc as WsSourceControlPublishRepositoryRpc, od as SCRIPT_RUN_COMMAND_PATTERN, of as ProviderRuntimeHookProgressEvent, og as PreviewAnnotationPayloadSchema, oh as DesktopRuntimeInfoSchema, ol as ResourceTelemetryGroups, om as ProviderSendTurnInput, op as RuntimePlanStepStatus, ou as ServerProvider, ov as OrchestrationSession, ow as EnvironmentHttpCommonError, ox as TerminalWriteError, oy as ThreadTurnStartCommand, pC as SourceControlProviderAuthStatus, pS as VcsProcessSpawnFailure, pT as AuthRevokePairingLinkInput, p_ as SourceControlWritingStyleMode, pb as PREVIEW_VIEWPORT_MAX_AREA, pc as WsSubscribeServerLifecycleRpc, pd as DEFAULT_MODEL_BY_PROVIDER, pf as ProviderRuntimeMessageCompletedEvent, pg as PreviewAnnotationScreenshot, ph as DesktopSshEnvironmentBootstrap, pl as ResourceTelemetryProcessCategory, pm as ContextMenuItemSchemaType, pp as SessionExitedPayload, ps as WsGitPreparePullRequestThreadRpc, pu as ServerProviderSlashCommand, pv as OrchestrationThread, pw as EnvironmentMetadataHttpApi, px as ProjectListEntriesInput, py as UploadChatImageAttachment, qC as AuthPairingLinkRevokeResult, qS as VcsListRefsResult, qT as ProviderItemId, q_ as OrchestrationGetTurnDiffError, qb as TerminalHistoryError, qc as ResourceMonitorEvent, qd as ProviderRuntimeApprovalRequestedEvent, qf as ProviderRuntimeTurnStatus, qg as MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, qh as LocalApi, ql as ServerLifecycleStreamEvent, qm as DesktopPreviewRegisterWebviewInputSchema, qp as ProviderInstanceConfig, qs as WsServerRefreshProvidersRpc, qu as KeybindingsConfig, qv as ThreadMessageSentPayload, qw as AuthAccessWriteScope, qx as ReviewDiffPreviewInput, qy as PreviewAutomationResponse, rC as VcsSwitchRefInput, rS as VcsListWorkspaceFilesResult, rT as AuthEnvironmentScope, r_ as ProviderSettingsOrder, rb as PreviewAutomationTargetNotEditableError, rc as WsShellOpenInEditorRpc, rd as ModelPickerKeybindingCommand, rf as ProviderRuntimeEventV2, rg as PreviewAnnotationElementTarget, rh as DesktopRuntimeArch, rl as ResourceMonitorShutdownCommand, rm as ProviderInterruptTurnInput, rp as RuntimeEventRawSource, ru as ServerProcessResourceHistoryResult, rv as OrchestrationProposedPlanId, rw as EnvironmentConnectHttpApi, rx as TerminalSessionStatus, ry as ThreadTurnDiffCompletedPayload, sC as SourceControlCloneProtocol, sS as VcsProcessExitFailure, sT as AuthPairingCredentialResult, s_ as ServerSettingsPatch, sb as PreviewAutomationUnsupportedClientError, sc as WsSubscribeAuthAccessRpc, sd as THREAD_JUMP_KEYBINDING_COMMANDS, sf as ProviderRuntimeHookStartedEvent, sg as PreviewAnnotationPoint, sh as DesktopServerExposureMode, sl as ResourceTelemetryHealth, sm as ProviderSession, sp as RuntimeSessionExitKind, su as ServerProviderAuth, sv as OrchestrationSessionStatus, sw as EnvironmentHttpConflictError, sx as TerminalWriteInput, sy as ThreadTurnStartRequestedPayload, tC as VcsStatusResult, tE as TrimmedString, tS as VcsFreshnessSource, tT as AuthCreatePairingCredentialInput, t_ as ProviderSettingsFormControl, tb as PreviewAutomationTabNotFoundError, tc as WsServerUpdateSettingsRpc, td as MODEL_PICKER_KEYBINDING_COMMANDS, tf as ProviderRuntimeEventBase, tg as PickedElementStackFrame, th as DesktopPreviewWebviewConfig, tl as ResourceMonitorSetSampleIntervalCommand, tm as isProviderDriverKind, tp as RuntimeErrorPayload, tu as ServerProcessResourceHistoryFailureTag, tv as OrchestrationProjectShell, tw as EnvironmentCloudPreferencesRequest, tx as TerminalSessionLookupError, ty as ThreadSnoozedPayload, uC as SourceControlDiscoveryResult, uS as VcsProcessOutputLimitError, uT as AuthRelayWriteScope, u_ as SidebarProjectSortOrder, ub as DiscoveredLocalServer, uc as WsSubscribePreviewEventsRpc, ud as ThreadKeybindingCommand, uf as ProviderRuntimeItemUpdatedEvent, ug as PreviewAnnotationRectSchema, uh as DesktopServerExposureStateSchema, ul as ResourceTelemetryHistoryInput, um as ProviderTurnStartResult, up as RuntimeTurnState, us as WsCloudGetRelayClientStatusRpc, uu as ServerProviderContinuation, uv as OrchestrationShellStreamItem, uw as EnvironmentHttpUnauthorizedError, ux as ProjectFileFailure, uy as ThreadUnsnoozedPayload, vC as SourceControlPublishRepositoryInput, vS as VcsRepositoryDetectionError, vT as AuthTokenExchangeRequest, v_ as makeProviderSettingsSchema, vb as PreviewError, vc as WsTerminalClearRpc, vd as PREFERRED_DEFAULT_CODEX_MODELS, vf as ProviderRuntimeSessionConfiguredEvent, vg as PreviewAnnotationStyleChangeSchema, vh as DesktopSshEnvironmentTarget, vl as ResourceTelemetrySourceHealth, vm as DesktopBridge, vp as TaskProgressPayload, vs as WsOrchestrationGetFullThreadDiffRpc, vu as ServerProviderUpdateState, vv as OrchestrationThreadStreamItem, vw as EnvironmentRequestInvalidReason, vx as ProjectSearchEntriesError, vy as PreviewAutomationClickInput, wC as SourceControlRepositoryLookupInput, wS as GitActionProgressStream, wT as ServerAuthSessionMethod, w_ as CorrelationId, wb as PreviewNavigateInput, wc as WsVcsCreateRefRpc, wd as ProviderOptionSelectionValue, wf as ProviderRuntimeTaskStartedEvent, wg as ClientSettings, wh as DesktopSshPasswordPromptCancelledType, wl as ExternalLauncherCommandNotFoundError, wm as DesktopPreviewAnnotationThemeInputSchema, wp as ThreadRealtimeItemAddedPayload, ws as WsPreviewAutomationRespondRpc, wu as ServerRemoveKeybindingInput, wv as ProjectDeletedPayload, ww as ExecutionEnvironmentCapabilities, wx as AssetAccessError, wy as PreviewAutomationControlInterruptedError, xC as SourceControlRepositoryCloneUrls, xS as GitActionProgressEvent, xT as ServerAuthBootstrapMethod, x_ as ChatAttachmentId, xb as PreviewListInput, xc as WsTerminalResizeRpc, xd as ProviderOptionDescriptor, xf as ProviderRuntimeSessionStateChangedEvent, xg as BackgroundActivityProfileSelection, xh as DesktopSshHostSourceSchema, xl as EditorId, xm as DesktopEnvironmentBootstrap, xp as ThreadRealtimeAudioDeltaPayload, xs as WsOrchestrationSubscribeThreadRpc, xu as ServerProviderVersionAdvisory, xv as PROVIDER_SEND_TURN_MAX_INPUT_CHARS, xw as EnvironmentScopeRequiredError, xx as ProjectWriteFileError, xy as PreviewAutomationColorScheme, yC as SourceControlPublishRepositoryResult, yS as VcsRepositoryIdentity, yT as AuthWebSocketTicketResult, y_ as AssistantDeliveryMode, yb as PreviewEvent, yc as WsTerminalCloseRpc, yd as PROVIDER_DISPLAY_NAMES, yf as ProviderRuntimeSessionExitedEvent, yg as BackgroundActivityOverrides, yh as DesktopSshEnvironmentTargetSchema, yl as ResourceTelemetrySourceStatus, ym as DesktopDiscoveredSshHost, yp as TaskStartedPayload, ys as WsOrchestrationGetTurnDiffRpc, yu as ServerProviderUpdateStatus, yv as PROVIDER_SEND_TURN_MAX_ATTACHMENTS, yw as EnvironmentResourceNotFoundError, yx as ProjectSearchEntriesInput, yy as PreviewAutomationClientDisconnectedError, zC as RelayClientInstallProgressEvent, zS as GitStackedAction, zT as EnvironmentId, z_ as OrchestrationDispatchCommandError, zb as TerminalClearInput, zc as DesktopTelemetrySetHostPowerIntervals, zd as ItemLifecyclePayload, zf as ProviderRuntimeToolSummaryEvent, zg as DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, zh as DesktopUpdateStateSchema, zl as ServerConfigSettingsUpdatedPayload, zm as DesktopPreviewNavigateInputSchema, zp as TurnProposedDeltaPayload, zs as WsServerGetBackgroundPolicyRpc, zu as ServerUpsertKeybindingResult, zv as RuntimeMode, zw as AuthAccessStreamClientUpsertedEvent, zx as AssetWorkspaceResolutionError, zy as PreviewAutomationPressInput } from "./shared.js";
|
|
2
|
-
export { AccountRateLimitsUpdatedPayload, AccountUpdatedPayload, AdvertisedEndpoint, AdvertisedEndpointCompatibility, AdvertisedEndpointHostedHttpsCompatibility, AdvertisedEndpointProvider, AdvertisedEndpointProviderKind, AdvertisedEndpointReachability, AdvertisedEndpointSource, AdvertisedEndpointStatus, ApprovalRequestId, AssetAccessError, AssetAttachmentNotFoundError, AssetCreateUrlInput, AssetCreateUrlResult, AssetPreviewTypeValidationError, AssetProjectFaviconInspectionError, AssetProjectFaviconNotFoundError, AssetProjectFaviconResolutionError, AssetResource, AssetSigningKeyLoadError, AssetWorkspaceAssetInspectionError, AssetWorkspaceAssetNotFoundError, AssetWorkspaceContextNotFoundError, AssetWorkspaceContextResolutionError, AssetWorkspacePathValidationError, AssetWorkspaceResolutionError, AssetWorkspaceRootNormalizationError, AssistantDeliveryMode, AuthAccessReadScope, AuthAccessSnapshot, AuthAccessStreamClientRemovedEvent, AuthAccessStreamClientUpsertedEvent, AuthAccessStreamError, AuthAccessStreamEvent, AuthAccessStreamPairingLinkRemovedEvent, AuthAccessStreamPairingLinkUpsertedEvent, AuthAccessStreamSnapshotEvent, AuthAccessTokenResult, AuthAccessTokenType, AuthAccessWriteScope, AuthAdministrativeScopes, AuthBrowserSessionRequest, AuthBrowserSessionResult, AuthClientMetadata, AuthClientMetadataDeviceType, AuthClientPresentationMetadata, AuthClientSession, AuthClientSessionRevokeResult, AuthCreatePairingCredentialInput, AuthEnvironmentBootstrapTokenType, AuthEnvironmentScope, AuthEnvironmentScopes, AuthOrchestrationOperateScope, AuthOrchestrationReadScope, AuthOtherClientSessionsRevokeResult, AuthPairingCredentialResult, AuthPairingLink, AuthPairingLinkRevokeResult, AuthRelayReadScope, AuthRelayWriteScope, AuthReviewWriteScope, AuthRevokeClientSessionInput, AuthRevokePairingLinkInput, AuthSessionId, AuthSessionState, AuthStandardClientScopes, AuthStatusPayload, AuthTerminalOperateScope, AuthTokenExchangeGrantType, AuthTokenExchangeRequest, AuthWebSocketTicketResult, BackgroundActivityOverrides, BackgroundActivityProfile, BackgroundActivityProfileSelection, BackgroundActivitySettings, BackgroundBooleanState, BackgroundPolicySnapshot, BackgroundScope, BooleanProviderOptionDescriptor, BrowserNavigationTarget, CanonicalItemType, CanonicalRequestType, ChangeRequest, ChangeRequestState, ChatAttachment, ChatAttachmentId, ChatImageAttachment, CheckpointRef, ClaudeSettings, ClientActivityClientId, ClientActivityLease, ClientActivityReportInput, ClientKind, ClientOrchestrationCommand, ClientSettings, ClientSettingsPatch, ClientSettingsSchema, CodexSettings, CommandId, ConfigWarningPayload, ContentDeltaPayload, ContextMenuItem, ContextMenuItemSchema, ContextMenuItemSchemaType, CorrelationId, CursorSettings, DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, DEFAULT_BACKGROUND_ACTIVITY_PROFILE, DEFAULT_CLIENT_SETTINGS, DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, DEFAULT_GLASS_OPACITY, DEFAULT_MODEL, DEFAULT_MODEL_BY_PROVIDER, DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, DEFAULT_PROVIDER_INTERACTION_MODE, DEFAULT_RUNTIME_MODE, DEFAULT_SERVER_SETTINGS, DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, DEFAULT_SIDEBAR_THREAD_SORT_ORDER, DEFAULT_TERMINAL_ID, DEFAULT_TEXT_GENERATION_MODEL, DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, DEFAULT_TIMESTAMP_FORMAT, DEFAULT_UNIFIED_SETTINGS, DeprecationNoticePayload, DesktopAppBranding, DesktopAppBrandingSchema, DesktopAppStageLabel, DesktopAppStageLabelSchema, DesktopBackendBootstrap, DesktopBridge, DesktopDiscoveredSshHost, DesktopDiscoveredSshHostSchema, DesktopElectronProcessMetric, DesktopElectronProcessType, DesktopEnvironmentBootstrap, DesktopEnvironmentBootstrapSchema, DesktopHostTelemetryHello, DesktopHostTelemetryMessage, DesktopHostTelemetrySnapshot, DesktopPreviewAnnotationTheme, DesktopPreviewAnnotationThemeInputSchema, DesktopPreviewAnnotationThemeSchema, DesktopPreviewArtifactInputSchema, DesktopPreviewAutomationClickInputSchema, DesktopPreviewAutomationEvaluateInputSchema, DesktopPreviewAutomationPressInputSchema, DesktopPreviewAutomationScrollInputSchema, DesktopPreviewAutomationTypeInputSchema, DesktopPreviewAutomationWaitForInputSchema, DesktopPreviewBridge, DesktopPreviewColorScheme, DesktopPreviewColorSchemeSchema, DesktopPreviewConfigInputSchema, DesktopPreviewNavStatus, DesktopPreviewNavStatusSchema, DesktopPreviewNavigateInputSchema, DesktopPreviewPointerEvent, DesktopPreviewPointerEventSchema, DesktopPreviewRecordingArtifact, DesktopPreviewRecordingArtifactSchema, DesktopPreviewRecordingFrame, DesktopPreviewRecordingFrameSchema, DesktopPreviewRecordingSaveInputSchema, DesktopPreviewRegisterWebviewInputSchema, DesktopPreviewScreenshotArtifact, DesktopPreviewScreenshotArtifactSchema, DesktopPreviewSetColorSchemeInputSchema, DesktopPreviewTabIdSchema, DesktopPreviewTabInputSchema, DesktopPreviewTabState, DesktopPreviewTabStateSchema, DesktopPreviewWebviewConfig, DesktopPreviewWebviewConfigSchema, DesktopRuntimeArch, DesktopRuntimeArchSchema, DesktopRuntimeInfo, DesktopRuntimeInfoSchema, DesktopServerExposureMode, DesktopServerExposureModeSchema, DesktopServerExposureState, DesktopServerExposureStateSchema, DesktopSshBearerBootstrapInputSchema, DesktopSshBearerRequestInputSchema, DesktopSshEnvironmentBootstrap, DesktopSshEnvironmentBootstrapSchema, DesktopSshEnvironmentEnsureInputSchema, DesktopSshEnvironmentEnsureOptionsSchema, DesktopSshEnvironmentEnsureResultSchema, DesktopSshEnvironmentTarget, DesktopSshEnvironmentTargetSchema, DesktopSshHostSource, DesktopSshHostSourceSchema, DesktopSshHttpBaseUrlInputSchema, DesktopSshPasswordPromptCancelledResultSchema, DesktopSshPasswordPromptCancelledType, DesktopSshPasswordPromptRequest, DesktopSshPasswordPromptRequestSchema, DesktopSshPasswordPromptResolutionInputSchema, DesktopTelemetryControlMessage, DesktopTelemetrySetDiagnosticsDemand, DesktopTelemetrySetHostPowerIntervals, DesktopTheme, DesktopThemeSchema, DesktopUpdateActionResult, DesktopUpdateActionResultSchema, DesktopUpdateChannel, DesktopUpdateChannelSchema, DesktopUpdateCheckResult, DesktopUpdateCheckResultSchema, DesktopUpdateReleaseNote, DesktopUpdateReleaseNoteSchema, DesktopUpdateState, DesktopUpdateStateSchema, DesktopUpdateStatus, DesktopUpdateStatusSchema, DesktopWslDistro, DesktopWslDistroSchema, DesktopWslState, DesktopWslStateSchema, DiscoveredLocalServer, DiscoveredLocalServerList, DispatchResult, DispatchableClientOrchestrationCommand, EDITORS, EditorId, EditorLaunchStyle, EnvironmentApi, EnvironmentAuthHttpApi, EnvironmentAuthInvalidError, EnvironmentAuthInvalidReason, EnvironmentAuthenticatedAuth, EnvironmentAuthenticatedPrincipal, EnvironmentAuthorizationError, EnvironmentCloudEndpointUnavailableError, EnvironmentCloudLinkStateResult, EnvironmentCloudPreferencesRequest, EnvironmentCloudRelayConfigResult, EnvironmentConnectHttpApi, EnvironmentConnectionState, EnvironmentHttpApi, EnvironmentHttpBadRequestError, EnvironmentHttpCommonError, EnvironmentHttpConflictError, EnvironmentHttpForbiddenError, EnvironmentHttpInternalServerError, EnvironmentHttpUnauthorizedError, EnvironmentId, EnvironmentIdentificationMode, EnvironmentInternalError, EnvironmentInternalErrorReason, EnvironmentMetadataHttpApi, EnvironmentOperationForbiddenError, EnvironmentOperationForbiddenReason, EnvironmentOrchestrationHttpApi, EnvironmentRequestInvalidError, EnvironmentRequestInvalidReason, EnvironmentResourceNotFoundError, EnvironmentResourceNotFoundReason, EnvironmentScopeRequiredError, EnvironmentSessionPrincipalShape, EventId, ExecutionEnvironmentCapabilities, ExecutionEnvironmentDescriptor, ExecutionEnvironmentPlatform, ExecutionEnvironmentPlatformArch, ExecutionEnvironmentPlatformOs, ExternalLauncherBrowserSpawnError, ExternalLauncherCommandNotFoundError, ExternalLauncherEditorSpawnError, ExternalLauncherError, ExternalLauncherUnknownEditorError, ExternalLauncherUnsupportedEditorError, FILL_PREVIEW_VIEWPORT, FilesPersistedPayload, FilesystemBrowseEntry, FilesystemBrowseError, FilesystemBrowseFailure, FilesystemBrowseInput, FilesystemBrowseResult, GitActionProgressEvent, GitActionProgressKind, GitActionProgressPhase, GitActionProgressStream, GitCommandError, GitManagerError, GitManagerServiceError, GitPreparePullRequestThreadInput, GitPreparePullRequestThreadResult, GitPullRequestMaterializationError, GitPullRequestRefInput, GitResolvePullRequestResult, GitResolvedPullRequest, GitRunStackedActionInput, GitRunStackedActionResult, GitRunStackedActionToast, GitRunStackedActionToastCta, GitRunStackedActionToastRunAction, GitStackedAction, GlassOpacity, GrokSettings, HookCompletedPayload, HookProgressPayload, HookStartedPayload, HostPowerSnapshot, HostPowerSource, HostPowerThermalState, InternalOrchestrationCommand, IsoDateTime, ItemLifecyclePayload, KeybindingCommand, KeybindingRule, KeybindingShortcut, KeybindingValue, KeybindingWhen, KeybindingWhenNode, KeybindingsConfig, KeybindingsConfigError, LaunchEditorInput, LocalApi, MAX_GLASS_OPACITY, MAX_KEYBINDINGS_COUNT, MAX_KEYBINDING_VALUE_LENGTH, MAX_KEYBINDING_WHEN_LENGTH, MAX_SCRIPT_ID_LENGTH, MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MAX_SIDEBAR_THREAD_PREVIEW_COUNT, MAX_WHEN_EXPRESSION_DEPTH, MIN_GLASS_OPACITY, MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MIN_SIDEBAR_THREAD_PREVIEW_COUNT, MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, MODEL_PICKER_KEYBINDING_COMMANDS, MODEL_SLUG_ALIASES_BY_PROVIDER, McpOauthCompletedPayload, McpStatusUpdatedPayload, MessageId, ModelCapabilities, ModelPickerJumpKeybindingCommand, ModelPickerKeybindingCommand, ModelReroutedPayload, ModelSelection, NonNegativeInt, ORCHESTRATION_WS_METHODS, ObservabilitySettings, OpenCodeSettings, OrchestrationActorKind, OrchestrationAggregateKind, OrchestrationCheckpointFile, OrchestrationCheckpointStatus, OrchestrationCheckpointSummary, OrchestrationCommand, OrchestrationCommandReceiptStatus, OrchestrationDispatchCommandError, OrchestrationEvent, OrchestrationEventMetadata, OrchestrationEventType, OrchestrationGetFullThreadDiffError, OrchestrationGetFullThreadDiffInput, OrchestrationGetFullThreadDiffResult, OrchestrationGetSnapshotError, OrchestrationGetTurnDiffError, OrchestrationGetTurnDiffInput, OrchestrationGetTurnDiffResult, OrchestrationLatestTurn, OrchestrationLatestTurnState, OrchestrationMessage, OrchestrationMessageRole, OrchestrationProject, OrchestrationProjectShell, OrchestrationProposedPlan, OrchestrationProposedPlanId, OrchestrationReadModel, OrchestrationRpcSchemas, OrchestrationSession, OrchestrationSessionStatus, OrchestrationShellSnapshot, OrchestrationShellStreamEvent, OrchestrationShellStreamItem, OrchestrationSubscribeShellInput, OrchestrationSubscribeThreadInput, OrchestrationThread, OrchestrationThreadActivity, OrchestrationThreadActivityTone, OrchestrationThreadDetailSnapshot, OrchestrationThreadShell, OrchestrationThreadStreamItem, PREFERRED_DEFAULT_CODEX_MODELS, PREVIEW_AUTOMATION_OPERATIONS, PREVIEW_AUTOMATION_V1_OPERATIONS, PREVIEW_VIEWPORT_MAX_AREA, PREVIEW_VIEWPORT_MAX_DIMENSION, PREVIEW_VIEWPORT_MIN_DIMENSION, PREVIEW_VIEWPORT_PRESET_IDS, PRIMARY_LOCAL_ENVIRONMENT_ID, PROVIDER_DISPLAY_NAMES, PROVIDER_SEND_TURN_MAX_ATTACHMENTS, PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, PROVIDER_SEND_TURN_MAX_INPUT_CHARS, PersistedSavedEnvironmentRecord, PersistedSavedEnvironmentRecordSchema, PickFolderOptions, PickFolderOptionsSchema, PickedElementPayload, PickedElementPayloadSchema, PickedElementStackFrame, PickedElementStackFrameSchema, PortSchema, PositiveInt, PreviewAnnotationElementTarget, PreviewAnnotationElementTargetSchema, PreviewAnnotationPayload, PreviewAnnotationPayloadSchema, PreviewAnnotationPoint, PreviewAnnotationPointSchema, PreviewAnnotationRect, PreviewAnnotationRectSchema, PreviewAnnotationRegionTarget, PreviewAnnotationRegionTargetSchema, PreviewAnnotationScreenshot, PreviewAnnotationScreenshotSchema, PreviewAnnotationStrokeTarget, PreviewAnnotationStrokeTargetSchema, PreviewAnnotationStyleChange, PreviewAnnotationStyleChangeSchema, PreviewAutomationActionEvent, PreviewAutomationClickInput, PreviewAutomationClientDisconnectedError, PreviewAutomationClientId, PreviewAutomationColorScheme, PreviewAutomationConnectionId, PreviewAutomationConsoleEntry, PreviewAutomationControlInterruptedError, PreviewAutomationElement, PreviewAutomationError, PreviewAutomationEvaluateInput, PreviewAutomationExecutionError, PreviewAutomationHost, PreviewAutomationHostFocus, PreviewAutomationHostIdentity, PreviewAutomationInvalidSelectorError, PreviewAutomationMalformedResponseError, PreviewAutomationNavigateInput, PreviewAutomationNetworkEntry, PreviewAutomationNoAvailableHostError, PreviewAutomationOpenInput, PreviewAutomationOperation, PreviewAutomationPressInput, PreviewAutomationRecordingArtifact, PreviewAutomationRecordingStatus, PreviewAutomationRemoteUnavailableError, PreviewAutomationRequest, PreviewAutomationRequestQueueClosedError, PreviewAutomationResizeInput, PreviewAutomationResizeResult, PreviewAutomationResponse, PreviewAutomationResultTooLargeError, PreviewAutomationScrollInput, PreviewAutomationSetColorSchemeInput, PreviewAutomationSetColorSchemeResult, PreviewAutomationSnapshot, PreviewAutomationStatus, PreviewAutomationStreamEvent, PreviewAutomationTabNotFoundError, PreviewAutomationTabTargetInput, PreviewAutomationTargetNotEditableError, PreviewAutomationTimeoutError, PreviewAutomationTypeInput, PreviewAutomationUnavailableError, PreviewAutomationUnsupportedClientError, PreviewAutomationWaitForInput, PreviewCloseInput, PreviewError, PreviewEvent, PreviewInvalidUrlError, PreviewListInput, PreviewListResult, PreviewNavStatus, PreviewNavigateInput, PreviewOpenInput, PreviewRefreshInput, PreviewRenderedViewportSize, PreviewReportStatusInput, PreviewResizeInput, PreviewSessionLookupError, PreviewSessionSnapshot, PreviewTabId, PreviewUrlResolution, PreviewViewportPresetId, PreviewViewportSetting, PreviewViewportSize, ProjectCreateCommand, ProjectCreatedPayload, ProjectDeletedPayload, ProjectEntriesFailure, ProjectEntry, ProjectFileFailure, ProjectFileOperation, ProjectId, ProjectListEntriesError, ProjectListEntriesInput, ProjectListEntriesResult, ProjectMetaUpdatedPayload, ProjectReadFileError, ProjectReadFileInput, ProjectReadFileResult, ProjectScript, ProjectScriptIcon, ProjectSearchEntriesError, ProjectSearchEntriesInput, ProjectSearchEntriesResult, ProjectWriteFileError, ProjectWriteFileInput, ProjectWriteFileResult, ProjectionCheckpointRow, ProjectionPendingApprovalDecision, ProjectionPendingApprovalStatus, ProjectionThreadTurnStatus, ProviderApprovalDecision, ProviderApprovalPolicy, ProviderDriverKind, ProviderEvent, ProviderInstanceConfig, ProviderInstanceConfigMap, ProviderInstanceEnvironment, ProviderInstanceEnvironmentVariable, ProviderInstanceEnvironmentVariableName, ProviderInstanceId, ProviderInstanceRef, ProviderInteractionMode, ProviderInterruptTurnInput, ProviderItemId, ProviderOptionChoice, ProviderOptionDescriptor, ProviderOptionDescriptorType, ProviderOptionSelection, ProviderOptionSelectionValue, ProviderOptionSelections, ProviderRefs, ProviderRequestId, ProviderRequestKind, ProviderRespondToRequestInput, ProviderRespondToUserInputInput, ProviderRuntimeAccountRateLimitsUpdatedEvent, ProviderRuntimeAccountUpdatedEvent, ProviderRuntimeApprovalRequestedEvent, ProviderRuntimeApprovalResolvedEvent, ProviderRuntimeAuthStatusEvent, ProviderRuntimeConfigWarningEvent, ProviderRuntimeContentDeltaEvent, ProviderRuntimeDeprecationNoticeEvent, ProviderRuntimeErrorEvent, ProviderRuntimeEvent, ProviderRuntimeEventBase, ProviderRuntimeEventType, ProviderRuntimeEventV2, ProviderRuntimeFilesPersistedEvent, ProviderRuntimeHookCompletedEvent, ProviderRuntimeHookProgressEvent, ProviderRuntimeHookStartedEvent, ProviderRuntimeItemCompletedEvent, ProviderRuntimeItemStartedEvent, ProviderRuntimeItemUpdatedEvent, ProviderRuntimeMcpOauthCompletedEvent, ProviderRuntimeMcpStatusUpdatedEvent, ProviderRuntimeMessageCompletedEvent, ProviderRuntimeMessageDeltaEvent, ProviderRuntimeModelReroutedEvent, ProviderRuntimeRequestOpenedEvent, ProviderRuntimeRequestResolvedEvent, ProviderRuntimeSessionConfiguredEvent, ProviderRuntimeSessionExitedEvent, ProviderRuntimeSessionStartedEvent, ProviderRuntimeSessionStateChangedEvent, ProviderRuntimeTaskCompletedEvent, ProviderRuntimeTaskProgressEvent, ProviderRuntimeTaskStartedEvent, ProviderRuntimeThreadMetadataUpdatedEvent, ProviderRuntimeThreadRealtimeAudioDeltaEvent, ProviderRuntimeThreadRealtimeClosedEvent, ProviderRuntimeThreadRealtimeErrorEvent, ProviderRuntimeThreadRealtimeItemAddedEvent, ProviderRuntimeThreadRealtimeStartedEvent, ProviderRuntimeThreadStartedEvent, ProviderRuntimeThreadStateChangedEvent, ProviderRuntimeThreadTokenUsageUpdatedEvent, ProviderRuntimeToolCompletedEvent, ProviderRuntimeToolDeniedEvent, ProviderRuntimeToolKind, ProviderRuntimeToolProgressEvent, ProviderRuntimeToolStartedEvent, ProviderRuntimeToolSummaryEvent, ProviderRuntimeTurnAbortedEvent, ProviderRuntimeTurnCompletedEvent, ProviderRuntimeTurnDiffUpdatedEvent, ProviderRuntimeTurnPlanUpdatedEvent, ProviderRuntimeTurnProposedCompletedEvent, ProviderRuntimeTurnProposedDeltaEvent, ProviderRuntimeTurnStartedEvent, ProviderRuntimeTurnStatus, ProviderRuntimeUserInputRequestedEvent, ProviderRuntimeUserInputResolvedEvent, ProviderRuntimeWarningEvent, ProviderSandboxMode, ProviderSendTurnInput, ProviderSession, ProviderSessionRuntimeStatus, ProviderSessionStartInput, ProviderSettingsFormAnnotation, ProviderSettingsFormControl, ProviderSettingsFormSchemaAnnotation, ProviderSettingsOrder, ProviderStopSessionInput, ProviderTurnStartResult, ProviderUserInputAnswers, RESOURCE_MONITOR_PROTOCOL_VERSION, RelayClientInstallFailedError, RelayClientInstallFailureReason, RelayClientInstallFailureReasonSchema, RelayClientInstallProgressEvent, RelayClientInstallProgressEventSchema, RelayClientInstallProgressStage, RelayClientInstallProgressStageSchema, RelayClientStatus, RelayClientStatusSchema, RepositoryIdentity, RepositoryIdentityLocator, RequestOpenedPayload, RequestResolvedPayload, ResolvedKeybindingRule, ResolvedKeybindingsConfig, ResourceAttributionEntry, ResourceAttributionSnapshot, ResourceMonitorCapabilities, ResourceMonitorCommand, ResourceMonitorConfigureCommand, ResourceMonitorErrorEvent, ResourceMonitorEvent, ResourceMonitorExternalProcess, ResourceMonitorHelloEvent, ResourceMonitorHistoryChunkEvent, ResourceMonitorProcessSample, ResourceMonitorReadHistoryCommand, ResourceMonitorSampleNowCommand, ResourceMonitorSetExternalProcessesCommand, ResourceMonitorSetSampleIntervalCommand, ResourceMonitorSetStreamingCommand, ResourceMonitorShutdownCommand, ResourceMonitorSnapshotEvent, ResourceTelemetryAggregate, ResourceTelemetryGroups, ResourceTelemetryHealth, ResourceTelemetryHistory, ResourceTelemetryHistoryBucket, ResourceTelemetryHistoryInput, ResourceTelemetryIoSemantics, ResourceTelemetryProcess, ResourceTelemetryProcessCategory, ResourceTelemetryProcessIdentity, ResourceTelemetryProcessSummary, ResourceTelemetryRetryResult, ResourceTelemetrySnapshot, ResourceTelemetrySourceHealth, ResourceTelemetrySourceStatus, ReviewDiffPreviewError, ReviewDiffPreviewInput, ReviewDiffPreviewResult, ReviewDiffPreviewSource, ReviewDiffPreviewSourceKind, RpcClientId, RuntimeContentStreamKind, RuntimeErrorClass, RuntimeErrorPayload, RuntimeEventRaw, RuntimeEventRawSource, RuntimeItemId, RuntimeItemStatus, RuntimeMode, RuntimePlanStep, RuntimePlanStepStatus, RuntimeRequestId, RuntimeSessionExitKind, RuntimeSessionId, RuntimeSessionState, RuntimeTaskId, RuntimeThreadState, RuntimeTurnState, RuntimeWarningPayload, SCRIPT_RUN_COMMAND_PATTERN, ScopedProjectRef, ScopedThreadRef, ScopedThreadSessionRef, SelectProviderOptionDescriptor, ServerAuthBootstrapMethod, ServerAuthDescriptor, ServerAuthPolicy, ServerAuthSessionMethod, ServerConfig, ServerConfigIssue, ServerConfigKeybindingsUpdatedPayload, ServerConfigProviderStatusesPayload, ServerConfigSettingsUpdatedPayload, ServerConfigStreamEvent, ServerConfigStreamKeybindingsUpdatedEvent, ServerConfigStreamProviderStatusesEvent, ServerConfigStreamSettingsUpdatedEvent, ServerConfigStreamSnapshotEvent, ServerConfigUpdatedPayload, ServerLifecycleReadyPayload, ServerLifecycleStreamEvent, ServerLifecycleStreamReadyEvent, ServerLifecycleStreamWelcomeEvent, ServerLifecycleWelcomePayload, ServerObservability, ServerProcessDiagnosticsEntry, ServerProcessDiagnosticsResult, ServerProcessResourceHistoryBucket, ServerProcessResourceHistoryFailureTag, ServerProcessResourceHistoryInput, ServerProcessResourceHistoryResult, ServerProcessResourceHistorySummary, ServerProcessSignal, ServerProvider, ServerProviderAuth, ServerProviderAuthStatus, ServerProviderAvailability, ServerProviderContinuation, ServerProviderModel, ServerProviderSkill, ServerProviderSlashCommand, ServerProviderSlashCommandInput, ServerProviderState, ServerProviderUpdateError, ServerProviderUpdateInput, ServerProviderUpdateState, ServerProviderUpdateStatus, ServerProviderUpdatedPayload, ServerProviderVersionAdvisory, ServerProviderVersionAdvisoryStatus, ServerProviders, ServerRemoveKeybindingInput, ServerRemoveKeybindingResult, ServerSelfUpdateCapability, ServerSelfUpdateError, ServerSelfUpdateInput, ServerSelfUpdateMethod, ServerSelfUpdateResult, ServerSettings, ServerSettingsError, ServerSettingsOperation, ServerSettingsPatch, ServerSignalProcessInput, ServerSignalProcessResult, ServerTraceDiagnosticsErrorKind, ServerTraceDiagnosticsFailureSummary, ServerTraceDiagnosticsLogEvent, ServerTraceDiagnosticsRecentFailure, ServerTraceDiagnosticsResult, ServerTraceDiagnosticsSpanOccurrence, ServerTraceDiagnosticsSpanSummary, ServerUpsertKeybindingInput, ServerUpsertKeybindingResult, SessionConfiguredPayload, SessionExitedPayload, SessionStartedPayload, SessionStateChangedPayload, SidebarAutoSettleAfterDays, SidebarProjectGroupingMode, SidebarProjectSortOrder, SidebarThreadPreviewCount, SidebarThreadSortOrder, SourceControlCloneProtocol, SourceControlCloneRepositoryInput, SourceControlCloneRepositoryResult, SourceControlDiscoveryResult, SourceControlDiscoveryStatus, SourceControlProviderAuth, SourceControlProviderAuthStatus, SourceControlProviderDiscoveryItem, SourceControlProviderError, SourceControlProviderInfo, SourceControlProviderKind, SourceControlPublishRepositoryInput, SourceControlPublishRepositoryResult, SourceControlPublishStatus, SourceControlRepositoryCloneUrls, SourceControlRepositoryError, SourceControlRepositoryInfo, SourceControlRepositoryLookupInput, SourceControlRepositoryVisibility, SourceControlWritingStyleMode, SourceControlWritingStyleSettings, T3ProjectFile, T3ProjectFileScript, T3_PROJECT_FILE_NAME, T3_PROJECT_FILE_SCHEMA_URL, THREAD_JUMP_KEYBINDING_COMMANDS, THREAD_KEYBINDING_COMMANDS, TOOL_LIFECYCLE_ITEM_TYPES, TaskCompletedPayload, TaskProgressPayload, TaskStartedPayload, TerminalAttachInput, TerminalAttachStreamEvent, TerminalClearInput, TerminalCloseInput, TerminalCwdError, TerminalCwdNotDirectoryError, TerminalCwdNotFoundError, TerminalCwdStatError, TerminalError, TerminalEvent, TerminalHistoryError, TerminalMetadataStreamEvent, TerminalNotRunningError, TerminalOpenInput, TerminalResizeError, TerminalResizeInput, TerminalRestartInput, TerminalSessionInput, TerminalSessionLookupError, TerminalSessionSnapshot, TerminalSessionStatus, TerminalSummary, TerminalThreadInput, TerminalWriteError, TerminalWriteInput, TextGenerationError, ThreadActivityAppendedPayload, ThreadApprovalResponseRequestedPayload, ThreadArchivedPayload, ThreadCheckpointRevertRequestedPayload, ThreadCreatedPayload, ThreadDeletedPayload, ThreadEnvMode, ThreadId, ThreadInteractionModeSetPayload, ThreadJumpKeybindingCommand, ThreadKeybindingCommand, ThreadMessageSentPayload, ThreadMetaUpdatedPayload, ThreadMetadataUpdatedPayload, ThreadProposedPlanUpsertedPayload, ThreadRealtimeAudioDeltaPayload, ThreadRealtimeClosedPayload, ThreadRealtimeErrorPayload, ThreadRealtimeItemAddedPayload, ThreadRealtimeStartedPayload, ThreadRevertedPayload, ThreadRuntimeModeSetPayload, ThreadSessionSetPayload, ThreadSessionStopRequestedPayload, ThreadSettledPayload, ThreadSnoozedPayload, ThreadStartedPayload, ThreadStateChangedPayload, ThreadTokenUsageSnapshot, ThreadTokenUsageUpdatedPayload, ThreadTurnDiff, ThreadTurnDiffCompletedPayload, ThreadTurnInterruptRequestedPayload, ThreadTurnStartBootstrap, ThreadTurnStartCommand, ThreadTurnStartRequestedPayload, ThreadUnarchivedPayload, ThreadUnsettledPayload, ThreadUnsnoozedPayload, TimestampFormat, ToolDeniedPayload, ToolLifecycleItemType, ToolProgressPayload, ToolSummaryPayload, TrimmedNonEmptyString, TrimmedString, TurnAbortedPayload, TurnCompletedPayload, TurnCountRange, TurnDiffUpdatedPayload, TurnId, TurnPlanUpdatedPayload, TurnProposedCompletedPayload, TurnProposedDeltaPayload, TurnStartedPayload, UnifiedSettings, UploadChatAttachment, UploadChatImageAttachment, UserInputQuestion, UserInputQuestionOption, UserInputRequestedPayload, UserInputResolvedPayload, VcsCreateRefInput, VcsCreateRefResult, VcsCreateWorktreeInput, VcsCreateWorktreeResult, VcsDiscoveryItem, VcsDriverCapabilities, VcsDriverKind, VcsError, VcsFreshness, VcsFreshnessSource, VcsInitInput, VcsListRefsInput, VcsListRefsResult, VcsListRemotesResult, VcsListWorkspaceFilesResult, VcsOutputDecodeError, VcsProcessErrorContext, VcsProcessExitError, VcsProcessExitFailure, VcsProcessExitFailureKind, VcsProcessMissingExitCodeError, VcsProcessOutputLimitError, VcsProcessOutputReadError, VcsProcessSpawnError, VcsProcessSpawnFailure, VcsProcessStdinWriteError, VcsProcessTimeoutError, VcsProcessTimeoutFailure, VcsPullInput, VcsPullResult, VcsRef, VcsRemote, VcsRemoveWorktreeInput, VcsRepositoryDetectionError, VcsRepositoryIdentity, VcsStatusInput, VcsStatusLocalResult, VcsStatusRemoteResult, VcsStatusResult, VcsStatusStreamEvent, VcsSwitchRefInput, VcsSwitchRefResult, VcsUnsupportedOperationError, WS_METHODS, WsAssetsCreateUrlRpc, WsCloudGetRelayClientStatusRpc, WsCloudInstallRelayClientRpc, WsFilesystemBrowseRpc, WsGitPreparePullRequestThreadRpc, WsGitResolvePullRequestRpc, WsGitRunStackedActionRpc, WsOrchestrationDispatchCommandRpc, WsOrchestrationGetArchivedShellSnapshotRpc, WsOrchestrationGetFullThreadDiffRpc, WsOrchestrationGetTurnDiffRpc, WsOrchestrationSubscribeShellRpc, WsOrchestrationSubscribeThreadRpc, WsPreviewAutomationConnectRpc, WsPreviewAutomationFocusHostRpc, WsPreviewAutomationRespondRpc, WsPreviewCloseRpc, WsPreviewListRpc, WsPreviewNavigateRpc, WsPreviewOpenRpc, WsPreviewRefreshRpc, WsPreviewReportStatusRpc, WsPreviewResizeRpc, WsProjectsListEntriesRpc, WsProjectsReadFileRpc, WsProjectsSearchEntriesRpc, WsProjectsWriteFileRpc, WsReviewGetDiffPreviewRpc, WsRpcGroup, WsServerDiscoverSourceControlRpc, WsServerGetBackgroundPolicyRpc, WsServerGetConfigRpc, WsServerGetProcessDiagnosticsRpc, WsServerGetProcessResourceHistoryRpc, WsServerGetResourceTelemetryHistoryRpc, WsServerGetSettingsRpc, WsServerGetTraceDiagnosticsRpc, WsServerProbeRpc, WsServerRefreshProvidersRpc, WsServerRemoveKeybindingRpc, WsServerReportClientActivityRpc, WsServerReportHostPowerStateRpc, WsServerRetryResourceTelemetryRpc, WsServerSignalProcessRpc, WsServerUpdateProviderRpc, WsServerUpdateServerRpc, WsServerUpdateSettingsRpc, WsServerUpsertKeybindingRpc, WsShellOpenInEditorRpc, WsSourceControlCloneRepositoryRpc, WsSourceControlLookupRepositoryRpc, WsSourceControlPublishRepositoryRpc, WsSubscribeAuthAccessRpc, WsSubscribeBackgroundPolicyRpc, WsSubscribeDiscoveredLocalServersRpc, WsSubscribePreviewEventsRpc, WsSubscribeResourceTelemetryRpc, WsSubscribeServerConfigRpc, WsSubscribeServerLifecycleRpc, WsSubscribeTerminalEventsRpc, WsSubscribeTerminalMetadataRpc, WsSubscribeVcsStatusRpc, WsTerminalAttachRpc, WsTerminalClearRpc, WsTerminalCloseRpc, WsTerminalOpenRpc, WsTerminalResizeRpc, WsTerminalRestartRpc, WsTerminalWriteRpc, WsVcsCreateRefRpc, WsVcsCreateWorktreeRpc, WsVcsInitRpc, WsVcsListRefsRpc, WsVcsPullRpc, WsVcsRefreshStatusRpc, WsVcsRemoveWorktreeRpc, WsVcsSwitchRefRpc, defaultInstanceIdForDriver, isExternalLauncherError, isProviderAvailable, isProviderDriverKind, isToolLifecycleItemType, makeProviderSettingsSchema };
|
|
1
|
+
import { $C as VcsProcessTimeoutFailure, $E as AuthStandardClientScopes, $S as ProjectSearchEntriesError, $T as EnvironmentOrchestrationHttpApi, $_ as MAX_INTERFACE_FONT_SIZE, $b as PreviewAutomationControlInterruptedError, $c as UsagePricingStatus, $d as PROVIDER_DISPLAY_NAMES, $f as ProviderRuntimeRequestResolvedEvent, $g as PreviewAnnotationPayload, $h as DesktopServerExposureMode, $l as ExternalLauncherBrowserSpawnError, $m as ProviderStopSessionInput, $p as SessionStartedPayload, $s as WsServerGetBackgroundPolicyRpc, $u as ServerProviders, $v as OrchestrationDispatchCommandError, $w as SourceControlProviderInfo, $x as PreviewNavigateInput, $y as ProjectionCheckpointRow, AC as ReviewDiffPreviewInput, AD as PositiveInt, AE as AuthAccessTokenType, AS as TerminalSessionLookupError, AT as AuthPairingLinkRevokeResult, A_ as DEFAULT_CLIENT_SETTINGS, Ab as ThreadTurnDiff, Ac as WsSubscribeTerminalEventsRpc, Ad as MAX_KEYBINDING_WHEN_LENGTH, Af as ProviderRuntimeApprovalResolvedEvent, Ag as DesktopUpdateState, Ah as DesktopPreviewNavStatusSchema, Al as ResourceMonitorSetExternalProcessesCommand, Am as UserInputQuestion, Ap as ProviderRuntimeTurnStatus, As as WsOrchestrationGetWorkflowScriptRpc, Au as ServerProcessResourceHistoryBucket, Av as TimestampFormat, Aw as VcsListRefsResult, Ax as PreviewAutomationTabNotFoundError, Ay as OrchestrationShellStreamItem, BC as VcsListWorkspaceFilesResult, BD as TrimmedString, BE as AuthEnvironmentBootstrapTokenType, BS as ProjectEntry, BT as EnvironmentConnectHttpApi, B_ as DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, Bb as TurnCountRange, Bc as WsVcsCreateRefRpc, Bd as THREAD_JUMP_KEYBINDING_COMMANDS, Bf as ProviderRuntimeFilesPersistedEvent, Bg as PRIMARY_LOCAL_ENVIRONMENT_ID, Bh as DesktopPreviewScreenshotArtifact, Bl as ResourceTelemetryHistoryInput, Bm as ProviderInstanceEnvironmentVariable, Bp as RuntimeEventRawSource, Bs as WsPreviewOpenRpc, Bu as ServerProviderContinuation, Bv as DEFAULT_RUNTIME_MODE, Bw as VcsSwitchRefInput, Bx as DiscoveredLocalServerList, By as OrchestrationThreadSearchSource, CC as FilesystemBrowseError, CD as EnvironmentId, CE as AuthAccessStreamClientUpsertedEvent, CS as TerminalMetadataStreamEvent, CT as RelayClientInstallProgressEventSchema, C_ as ClientSettingsPatch, Cb as ThreadRevertedPayload, Cc as WsSubscribeAuthAccessRpc, Cd as KeybindingValue, Cf as McpStatusUpdatedPayload, Cg as DesktopUpdateActionResultSchema, Ch as DesktopPreviewAutomationTypeInputSchema, Cl as ResourceMonitorEvent, Cm as TurnAbortedPayload, Cp as ProviderRuntimeTurnAbortedEvent, Cs as WsGitPreparePullRequestThreadRpc, Cu as ServerLifecycleStreamEvent, Cv as SidebarProjectGroupingMode, Cw as TextGenerationError, Cx as PreviewAutomationResultTooLargeError, Cy as OrchestrationSearchThreadsError, DC as ReviewDiffFileContentsInput, DD as MessageId, DE as AuthAccessStreamPairingLinkUpsertedEvent, DS as TerminalResizeInput, DT as RelayClientStatusSchema, D_ as CursorSettings, Db as ThreadSettledPayload, Dc as WsSubscribeResourceTelemetryRpc, Dd as KeybindingsConfigError, Df as ProviderRuntimeAccountRateLimitsUpdatedEvent, Dg as DesktopUpdateCheckResultSchema, Dh as DesktopPreviewColorSchemeSchema, Dl as ResourceMonitorProcessSample, Dm as TurnProposedCompletedPayload, Dp as ProviderRuntimeTurnProposedCompletedEvent, Ds as WsOrchestrationGetArchivedShellSnapshotRpc, Du as ServerObservability, Dv as SourceControlWritingStyleMode, Dw as VcsCreateWorktreeResult, Dx as PreviewAutomationSnapshot, Dy as OrchestrationSessionStatus, EC as FilesystemBrowseResult, ED as IsoDateTime, EE as AuthAccessStreamPairingLinkRemovedEvent, ES as TerminalResizeError, ET as RelayClientStatus, E_ as CodexSettings, Eb as ThreadSessionStopRequestedPayload, Ec as WsSubscribePreviewEventsRpc, Ed as KeybindingsConfig, Ef as ProviderRequestId, Eg as DesktopUpdateCheckResult, Eh as DesktopPreviewColorScheme, El as ResourceMonitorHistoryChunkEvent, Em as TurnPlanUpdatedPayload, Ep as ProviderRuntimeTurnPlanUpdatedEvent, Es as WsOrchestrationDispatchCommandRpc, Eu as ServerLifecycleWelcomePayload, Ev as SidebarThreadSortOrder, Ew as VcsCreateWorktreeInput, Ex as PreviewAutomationSetColorSchemeResult, Ey as OrchestrationSession, FC as VcsDriverKind, FD as RuntimeRequestId, FE as AuthClientMetadata, FS as TerminalWriteError, FT as EnvironmentAuthenticatedPrincipal, F_ as DEFAULT_PROMPT_FONT_SIZE, Fb as ThreadTurnStartRequestedPayload, Fc as WsTerminalCloseRpc, Fd as ModelPickerJumpKeybindingCommand, Ff as ProviderRuntimeErrorEvent, Fg as DesktopWslDistroSchema, Fh as DesktopPreviewRecordingArtifactSchema, Fl as ResourceTelemetryAggregate, Fm as isToolLifecycleItemType, Fp as RequestResolvedPayload, Fs as WsPreviewAutomationFocusHostRpc, Fu as ServerProcessSignal, Fv as ChatAttachmentId, Fw as VcsStatusInput, Fx as PreviewAutomationUnavailableError, Fy as OrchestrationThreadActivityTone, GC as VcsProcessExitFailureKind, GE as AuthPairingCredentialResult, GS as ProjectListEntriesInput, GT as EnvironmentHttpForbiddenError, G_ as DEFAULT_UNIFIED_SETTINGS, Gb as PREVIEW_AUTOMATION_V1_OPERATIONS, Gc as WsVcsRefreshStatusRpc, Gd as DEFAULT_MODEL, Gf as ProviderRuntimeItemStartedEvent, Gg as PickedElementPayload, Gh as DesktopPreviewTabState, Gl as ResourceTelemetryProcessSummary, Gm as isProviderDriverKind, Gp as RuntimeSessionState, Gs as WsProjectsReadFileRpc, Gu as ServerProviderState, Gv as ORCHESTRATION_WS_METHODS, Gw as SourceControlCloneRepositoryInput, Gx as PREVIEW_VIEWPORT_PRESET_IDS, Gy as PROVIDER_SEND_TURN_MAX_INPUT_CHARS, HC as VcsProcessErrorContext, HE as AuthEnvironmentScopes, HS as ProjectFileFailure, HT as EnvironmentHttpBadRequestError, H_ as DEFAULT_SIDEBAR_THREAD_SORT_ORDER, Hb as UploadChatImageAttachment, Hc as WsVcsInitRpc, Hd as ThreadJumpKeybindingCommand, Hf as ProviderRuntimeHookProgressEvent, Hg as PersistedSavedEnvironmentRecordSchema, Hh as DesktopPreviewSetColorSchemeInputSchema, Hl as ResourceTelemetryProcess, Hm as ProviderInstanceId, Hp as RuntimePlanStep, Hs as WsPreviewReportStatusRpc, Hu as ServerProviderSkill, Hv as DispatchableClientOrchestrationCommand, Hw as ChangeRequest, Hx as PREVIEW_VIEWPORT_MAX_AREA, Hy as OrchestrationThreadStreamItem, IC as VcsError, ID as RuntimeSessionId, IE as AuthClientMetadataDeviceType, IS as TerminalWriteInput, IT as EnvironmentCloudEndpointUnavailableError, I_ as DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, Ib as ThreadUnarchivedPayload, Ic as WsTerminalOpenRpc, Id as ModelPickerKeybindingCommand, If as ProviderRuntimeEvent, Ig as DesktopWslState, Ih as DesktopPreviewRecordingFrame, Il as ResourceTelemetryGroups, Im as ProviderDriverKind, Ip as RuntimeContentStreamKind, Is as WsPreviewAutomationRespondRpc, Iu as ServerProvider, Iv as ChatImageAttachment, Iw as VcsStatusLocalResult, Ix as PreviewAutomationUnsupportedClientError, Iy as OrchestrationThreadDetailPage, JC as VcsProcessOutputReadError, JE as AuthRelayWriteScope, JS as ProjectReadFileInput, JT as EnvironmentInternalError, J_ as GlassOpacity, Jb as PreviewAutomationClientDisconnectedError, Jc as USAGE_CONTRACT_VERSION, Jd as DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, Jf as ProviderRuntimeMcpStatusUpdatedEvent, Jg as PickedElementStackFrameSchema, Jh as DesktopPreviewWebviewConfigSchema, Jl as ResourceTelemetrySourceHealth, Jm as ProviderRespondToRequestInput, Jp as RuntimeThreadState, Js as WsProjectsWriteFileRpc, Ju as ServerProviderUpdateState, Jv as OrchestrationCheckpointFile, Jw as SourceControlDiscoveryStatus, Jx as PreviewEvent, Jy as ProjectDeletedPayload, KC as VcsProcessMissingExitCodeError, KE as AuthPairingLink, KS as ProjectListEntriesResult, KT as EnvironmentHttpInternalServerError, K_ as EnvironmentIdentificationMode, Kb as PreviewAutomationActionEvent, Kc as WsVcsRemoveWorktreeRpc, Kd as DEFAULT_MODEL_BY_PROVIDER, Kf as ProviderRuntimeItemUpdatedEvent, Kg as PickedElementPayloadSchema, Kh as DesktopPreviewTabStateSchema, Kl as ResourceTelemetryRetryResult, Km as ProviderEvent, Kp as RuntimeTaskStatus, Ks as WsProjectsSearchContentsRpc, Ku as ServerProviderUpdateError, Kv as OrchestrationActorKind, Kw as SourceControlCloneRepositoryResult, Kx as PreviewCloseInput, Ky as ProjectCreateCommand, LC as VcsFreshness, LD as RuntimeTaskId, LE as AuthClientPresentationMetadata, LS as ProjectContentMatch, LT as EnvironmentCloudLinkStateResult, L_ as DEFAULT_SERVER_SETTINGS, Lb as ThreadUnpinnedPayload, Lc as WsTerminalResizeRpc, Ld as ResolvedKeybindingRule, Lf as ProviderRuntimeEventBase, Lg as DesktopWslStateSchema, Lh as DesktopPreviewRecordingFrameSchema, Ll as ResourceTelemetryHealth, Lm as ProviderInstanceConfig, Lp as RuntimeErrorClass, Ls as WsPreviewCloseRpc, Lu as ServerProviderAuth, Lv as ClientOrchestrationCommand, Lw as VcsStatusRemoteResult, Lx as PreviewAutomationWaitForInput, Ly as OrchestrationThreadDetailSnapshot, MC as ReviewDiffPreviewSource, MD as ProviderItemId, ME as AuthAdministrativeScopes, MS as TerminalSessionStatus, MT as EnvironmentAuthInvalidError, M_ as DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, Mb as ThreadTurnInterruptRequestedPayload, Mc as WsSubscribeVcsStatusRpc, Md as MAX_WHEN_EXPRESSION_DEPTH, Mf as ProviderRuntimeConfigWarningEvent, Mg as DesktopUpdateStatus, Mh as DesktopPreviewPointerEvent, Ml as ResourceMonitorSetStreamingCommand, Mm as UserInputRequestedPayload, Mp as ProviderRuntimeUserInputResolvedEvent, Ms as WsOrchestrationSubscribeShellRpc, Mu as ServerProcessResourceHistoryInput, Mv as makeProviderSettingsSchema, Mw as VcsPullResult, Mx as PreviewAutomationTargetNotEditableError, My as OrchestrationSubscribeThreadInput, NC as ReviewDiffPreviewSourceKind, ND as RpcClientId, NE as AuthBrowserSessionRequest, NS as TerminalSummary, NT as EnvironmentAuthInvalidReason, N_ as DEFAULT_GLASS_OPACITY, Nb as ThreadTurnStartBootstrap, Nc as WsTerminalAttachRpc, Nd as MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, Nf as ProviderRuntimeContentDeltaEvent, Ng as DesktopUpdateStatusSchema, Nh as DesktopPreviewPointerEventSchema, Nl as ResourceMonitorShutdownCommand, Nm as UserInputResolvedPayload, Np as ProviderRuntimeWarningEvent, Ns as WsOrchestrationSubscribeThreadRpc, Nu as ServerProcessResourceHistoryResult, Nv as AssistantDeliveryMode, Nw as VcsRef, Nx as PreviewAutomationTimeoutError, Ny as OrchestrationThread, OC as ReviewDiffFileContentsResult, OD as NonNegativeInt, OE as AuthAccessStreamSnapshotEvent, OS as TerminalRestartInput, OT as AuthClientSessionRevokeResult, O_ as DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, Ob as ThreadSnoozedPayload, Oc as WsSubscribeServerConfigRpc, Od as MAX_KEYBINDINGS_COUNT, Of as ProviderRuntimeAccountUpdatedEvent, Og as DesktopUpdateReleaseNote, Oh as DesktopPreviewConfigInputSchema, Ol as ResourceMonitorReadHistoryCommand, Om as TurnProposedDeltaPayload, Op as ProviderRuntimeTurnProposedDeltaEvent, Os as WsOrchestrationGetFullThreadDiffRpc, Ou as ServerProcessDiagnosticsEntry, Ov as SourceControlWritingStyleSettings, Ow as VcsInitInput, Ox as PreviewAutomationStatus, Oy as OrchestrationShellSnapshot, PC as VcsDriverCapabilities, PD as RuntimeItemId, PE as AuthBrowserSessionResult, PS as TerminalThreadInput, PT as EnvironmentAuthenticatedAuth, P_ as DEFAULT_INTERFACE_FONT_SIZE, Pb as ThreadTurnStartCommand, Pc as WsTerminalClearRpc, Pd as MODEL_PICKER_KEYBINDING_COMMANDS, Pf as ProviderRuntimeDeprecationNoticeEvent, Pg as DesktopWslDistro, Ph as DesktopPreviewRecordingArtifact, Pl as ResourceMonitorSnapshotEvent, Pm as classifyTaskAgentKind, Pp as RequestOpenedPayload, Ps as WsPreviewAutomationConnectRpc, Pu as ServerProcessResourceHistorySummary, Pv as ChatAttachment, Pw as VcsRemoveWorktreeInput, Px as PreviewAutomationTypeInput, Py as OrchestrationThreadActivity, QC as VcsProcessTimeoutError, QE as AuthSessionState, QS as ProjectSearchContentsResult, QT as EnvironmentOperationForbiddenReason, Q_ as MAX_GLASS_OPACITY, Qb as PreviewAutomationConsoleEntry, Qc as UsagePricing, Qd as PREFERRED_DEFAULT_CODEX_MODELS, Qf as ProviderRuntimeRequestOpenedEvent, Qg as PreviewAnnotationElementTargetSchema, Qh as DesktopRuntimeInfoSchema, Ql as EditorLaunchStyle, Qm as ProviderSessionStartInput, Qp as SessionExitedPayload, Qs as WsServerDiscoverSourceControlRpc, Qu as ServerProviderVersionAdvisoryStatus, Qv as OrchestrationCommandReceiptStatus, Qw as SourceControlProviderError, Qx as PreviewNavStatus, Qy as ProjectScriptIcon, RC as VcsFreshnessSource, RD as ThreadId, RE as AuthClientSession, RS as ProjectContentMatchRange, RT as EnvironmentCloudPreferencesRequest, R_ as DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Rb as ThreadUnsettledPayload, Rc as WsTerminalRestartRpc, Rd as ResolvedKeybindingsConfig, Rf as ProviderRuntimeEventType, Rg as EnvironmentApi, Rh as DesktopPreviewRecordingSaveInputSchema, Rl as ResourceTelemetryHistory, Rm as ProviderInstanceConfigMap, Rp as RuntimeErrorPayload, Rs as WsPreviewListRpc, Ru as ServerProviderAuthStatus, Rv as CorrelationId, Rw as VcsStatusResult, Rx as PreviewUrlResolution, Ry as OrchestrationThreadDetailWindow, SC as FilesystemBrowseEntry, SD as CommandId, SE as AuthAccessStreamClientRemovedEvent, SS as TerminalHistoryError, ST as RelayClientInstallProgressEvent, S_ as ClientSettings, Sb as ThreadProposedPlanUpsertedPayload, Sc as WsSourceControlPublishRepositoryRpc, Sd as KeybindingShortcut, Sf as McpOauthCompletedPayload, Sg as DesktopUpdateActionResult, Sh as DesktopPreviewAutomationScrollInputSchema, Sl as ResourceMonitorErrorEvent, Sm as ToolSummaryPayload, Sp as ProviderRuntimeToolSummaryEvent, Ss as WsFilesystemBrowseRpc, Su as ServerLifecycleReadyPayload, Sv as SidebarAutoSettleAfterDays, Sw as GitStackedAction, Sx as PreviewAutomationResponse, Sy as OrchestrationRpcSchemas, TC as FilesystemBrowseInput, TD as ForwardCompatibleArray, TE as AuthAccessStreamEvent, TS as TerminalOpenInput, TT as RelayClientInstallProgressStageSchema, T_ as CodeFontSize, Tb as ThreadSessionSetPayload, Tc as WsSubscribeDiscoveredLocalServersRpc, Td as KeybindingWhenNode, Tf as ProviderRefs, Tg as DesktopUpdateChannelSchema, Th as DesktopPreviewBridge, Tl as ResourceMonitorHelloEvent, Tm as TurnDiffUpdatedPayload, Tp as ProviderRuntimeTurnDiffUpdatedEvent, Ts as WsGitRunStackedActionRpc, Tu as ServerLifecycleStreamWelcomeEvent, Tv as SidebarThreadPreviewCount, Tw as VcsCreateRefResult, Tx as PreviewAutomationSetColorSchemeInput, Ty as OrchestrationSearchThreadsResult, UC as VcsProcessExitError, UE as AuthOrchestrationOperateScope, US as ProjectFileOperation, UT as EnvironmentHttpCommonError, U_ as DEFAULT_TERMINAL_FONT_SIZE, Ub as BrowserNavigationTarget, Uc as WsVcsListRefsRpc, Ud as ThreadKeybindingCommand, Uf as ProviderRuntimeHookStartedEvent, Ug as PickFolderOptions, Uh as DesktopPreviewTabIdSchema, Ul as ResourceTelemetryProcessCategory, Um as ProviderInstanceRef, Up as RuntimePlanStepStatus, Us as WsPreviewResizeRpc, Uu as ServerProviderSlashCommand, Uv as InternalOrchestrationCommand, Uw as ChangeRequestState, Ux as PREVIEW_VIEWPORT_MAX_DIMENSION, Uy as PROVIDER_SEND_TURN_MAX_ATTACHMENTS, VC as VcsOutputDecodeError, VD as TurnId, VE as AuthEnvironmentScope, VS as ProjectEntryKind, VT as EnvironmentHttpApi, V_ as DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, Vb as UploadChatAttachment, Vc as WsVcsCreateWorktreeRpc, Vd as THREAD_KEYBINDING_COMMANDS, Vf as ProviderRuntimeHookCompletedEvent, Vg as PersistedSavedEnvironmentRecord, Vh as DesktopPreviewScreenshotArtifactSchema, Vl as ResourceTelemetryIoSemantics, Vm as ProviderInstanceEnvironmentVariableName, Vp as RuntimeItemStatus, Vs as WsPreviewRefreshRpc, Vu as ServerProviderModel, Vv as DispatchResult, Vw as VcsSwitchRefResult, Vx as FILL_PREVIEW_VIEWPORT, Vy as OrchestrationThreadShell, WC as VcsProcessExitFailure, WE as AuthOrchestrationReadScope, WS as ProjectListEntriesError, WT as EnvironmentHttpConflictError, W_ as DEFAULT_TIMESTAMP_FORMAT, Wb as PREVIEW_AUTOMATION_OPERATIONS, Wc as WsVcsPullRpc, Wd as BooleanProviderOptionDescriptor, Wf as ProviderRuntimeItemCompletedEvent, Wg as PickFolderOptionsSchema, Wh as DesktopPreviewTabInputSchema, Wl as ResourceTelemetryProcessIdentity, Wm as defaultInstanceIdForDriver, Wp as RuntimeSessionExitKind, Ws as WsProjectsListEntriesRpc, Wu as ServerProviderSlashCommandInput, Wv as ModelSelection, Ww as SourceControlCloneProtocol, Wx as PREVIEW_VIEWPORT_MIN_DIMENSION, Wy as PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, XC as VcsProcessSpawnFailure, XE as AuthRevokeClientSessionInput, XS as ProjectSearchContentsError, XT as EnvironmentMetadataHttpApi, X_ as InterfaceFontSize, Xb as PreviewAutomationColorScheme, Xc as UsageCostSource, Xd as MODEL_SLUG_ALIASES_BY_PROVIDER, Xf as ProviderRuntimeMessageDeltaEvent, Xg as PickedThemeFileSchema, Xh as DesktopRuntimeArchSchema, Xl as EDITORS, Xm as ProviderSendTurnInput, Xp as RuntimeWarningPayload, Xs as WsReviewGetDiffPreviewRpc, Xu as ServerProviderUpdatedPayload, Xv as OrchestrationCheckpointSummary, Xw as SourceControlProviderAuthStatus, Xx as PreviewListInput, Xy as ProjectMetaUpdatedPayload, YC as VcsProcessSpawnError, YE as AuthReviewWriteScope, YS as ProjectReadFileResult, YT as EnvironmentInternalErrorReason, Y_ as GrokSettings, Yb as PreviewAutomationClientId, Yc as UsageBucket, Yd as DEFAULT_TEXT_GENERATION_REASONING_EFFORT, Yf as ProviderRuntimeMessageCompletedEvent, Yg as PickedThemeFile, Yh as DesktopRuntimeArch, Yl as ResourceTelemetrySourceStatus, Ym as ProviderRespondToUserInputInput, Yp as RuntimeTurnState, Ys as WsReviewGetDiffFileContentsRpc, Yu as ServerProviderUpdateStatus, Yv as OrchestrationCheckpointStatus, Yw as SourceControlProviderAuth, Yx as PreviewInvalidUrlError, Yy as ProjectFaviconPath, ZC as VcsProcessStdinWriteError, ZE as AuthRevokePairingLinkInput, ZS as ProjectSearchContentsInput, ZT as EnvironmentOperationForbiddenError, Z_ as MAX_CODE_FONT_SIZE, Zb as PreviewAutomationConnectionId, Zc as UsageDay, Zd as ModelCapabilities, Zf as ProviderRuntimeModelReroutedEvent, Zg as PreviewAnnotationElementTarget, Zh as DesktopRuntimeInfo, Zl as EditorId, Zm as ProviderSession, Zp as SessionConfiguredPayload, Zs as WsRpcGroup, Zu as ServerProviderVersionAdvisory, Zv as OrchestrationCommand, Zw as SourceControlProviderDiscoveryItem, Zx as PreviewListResult, Zy as ProjectScript, _C as AssetWorkspaceContextNotFoundError, _D as HostPowerSource, _E as ServerSelfUpdateCapability, _S as TerminalCwdNotDirectoryError, _T as AdvertisedEndpointStatus, __ as BackgroundActivityOverrides, _b as ThreadInteractionModeSetPayload, _c as WsServerUpdateSettingsRpc, _d as ServerUpsertKeybindingInput, _f as HookProgressPayload, _g as DesktopSshPasswordPromptRequest, _h as DesktopPreviewAnnotationThemeSchema, _l as ResourceAttributionEntry, _m as ThreadTokenUsageSnapshot, _p as ProviderRuntimeToolCompletedEvent, _u as ServerConfigStreamKeybindingsUpdatedEvent, _v as ProviderSettingsOrder, _w as GitRunStackedActionInput, _x as PreviewAutomationRemoteUnavailableError, _y as OrchestrationProject, aC as AssetAccessError, aD as ServerAuthBootstrapMethod, aE as EnvironmentSessionPrincipalShape, aS as PreviewSessionLookupError, aT as SourceControlRepositoryError, a_ as PreviewAnnotationRegionTarget, ab as ProviderInteractionMode, ac as WsServerGetTraceDiagnosticsRpc, ad as ServerSelfUpdateProgressEvent, af as ProviderOptionSelections, ag as DesktopSshEnvironmentBootstrap, ah as ContextMenuItemSchemaType, al as UsageSummary, am as TaskRunHandles, ap as ProviderRuntimeTaskProgressEvent, au as LaunchEditorInput, av as MIN_GLASS_OPACITY, aw as GitActionProgressKind, ax as PreviewAutomationHostFocus, ay as OrchestrationGetFullThreadDiffResult, bC as AssetWorkspaceResolutionError, bD as AuthSessionId, bE as AuthAccessReadScope, bS as TerminalError, bT as RelayClientInstallFailureReason, b_ as BackgroundActivitySettings, bb as ThreadPinReorderedPayload, bc as WsSourceControlCloneRepositoryRpc, bd as KeybindingCommand, bf as ItemLifecyclePayload, bg as DesktopTheme, bh as DesktopPreviewAutomationEvaluateInputSchema, bl as ResourceMonitorCommand, bm as ToolLifecycleItemType, bp as ProviderRuntimeToolProgressEvent, bs as WsCloudGetRelayClientStatusRpc, bu as ServerConfigStreamSnapshotEvent, bv as ServerSettingsOperation, bw as GitRunStackedActionToastCta, bx as PreviewAutomationResizeInput, by as OrchestrationProposedPlanId, cC as AssetCreateUrlResult, cD as ServerAuthSessionMethod, cE as ExecutionEnvironmentDescriptor, cS as PreviewViewportPresetId, cT as SourceControlRepositoryVisibility, c_ as PreviewAnnotationScreenshotSchema, cb as ProviderSessionRuntimeStatus, cc as WsServerRefreshProvidersRpc, cd as ServerSignalProcessInput, cf as AccountUpdatedPayload, cg as DesktopSshEnvironmentEnsureOptionsSchema, ch as DesktopAppStageLabel, cl as DesktopElectronProcessMetric, cm as TaskWorkflowPhase, cp as ProviderRuntimeThreadMetadataUpdatedEvent, cu as T3ProjectFileScript, cv as MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, cw as GitCommandError, cx as PreviewAutomationMalformedResponseError, cy as OrchestrationGetTurnDiffInput, dC as AssetProjectFaviconNotFoundError, dD as BackgroundScope, dE as ExecutionEnvironmentPlatformOs, dS as DEFAULT_TERMINAL_ID, dT as AdvertisedEndpointCompatibility, d_ as PreviewAnnotationStyleChange, db as ThreadActivityAppendedPayload, dc as WsServerReportHostPowerStateRpc, dd as ServerTraceDiagnosticsFailureSummary, df as CanonicalRequestType, dg as DesktopSshEnvironmentTargetSchema, dh as DesktopDiscoveredSshHost, dl as DesktopHostTelemetryMessage, dm as ThreadRealtimeClosedPayload, dp as ProviderRuntimeThreadRealtimeErrorEvent, du as ServerConfig, dv as ObservabilitySettings, dw as GitPreparePullRequestThreadInput, dx as PreviewAutomationNoAvailableHostError, dy as OrchestrationGetWorkflowScriptInput, eC as ProjectSearchEntriesInput, eD as AuthTerminalOperateScope, eE as EnvironmentRequestInvalidError, eS as PreviewOpenInput, eT as SourceControlProviderKind, e_ as PreviewAnnotationPayloadSchema, eb as ProjectionPendingApprovalDecision, ec as WsServerGetConfigRpc, ed as ServerRemoveKeybindingInput, ef as ProviderOptionChoice, eg as DesktopServerExposureModeSchema, eh as ProviderTurnStartResult, el as UsageProviderKind, em as SessionStateChangedPayload, ep as ProviderRuntimeSessionConfiguredEvent, eu as ExternalLauncherCommandNotFoundError, ev as MAX_PROMPT_FONT_SIZE, ew as VcsRemote, ex as PreviewAutomationElement, ey as OrchestrationEvent, fC as AssetProjectFaviconResolutionError, fD as ClientActivityClientId, fE as RepositoryIdentity, fS as TerminalAttachInput, fT as AdvertisedEndpointHostedHttpsCompatibility, f_ as PreviewAnnotationStyleChangeSchema, fb as ThreadApprovalResponseRequestedPayload, fc as WsServerRetryResourceTelemetryRpc, fd as ServerTraceDiagnosticsLogEvent, ff as ConfigWarningPayload, fg as DesktopSshHostSource, fh as DesktopDiscoveredSshHostSchema, fl as DesktopHostTelemetrySnapshot, fm as ThreadRealtimeErrorPayload, fp as ProviderRuntimeThreadRealtimeItemAddedEvent, fu as ServerConfigIssue, fv as OpenCodeSettings, fw as GitPreparePullRequestThreadResult, fx as PreviewAutomationOpenInput, fy as OrchestrationGetWorkflowScriptResult, gC as AssetWorkspaceAssetNotFoundError, gD as HostPowerSnapshot, gE as ScopedThreadSessionRef, gS as TerminalCwdError, gT as AdvertisedEndpointSource, g_ as PreviewAnnotationSubmissionSchema, gb as ThreadDeletedPayload, gc as WsServerUpdateServerWithProgressRpc, gd as ServerTraceDiagnosticsSpanSummary, gf as HookCompletedPayload, gg as DesktopSshPasswordPromptCancelledType, gh as DesktopPreviewAnnotationThemeInputSchema, gl as RESOURCE_MONITOR_PROTOCOL_VERSION, gm as ThreadStateChangedPayload, gp as ProviderRuntimeThreadTokenUsageUpdatedEvent, gu as ServerConfigStreamEvent, gv as ProviderSettingsFormSchemaAnnotation, gw as GitResolvedPullRequest, gx as PreviewAutomationRecordingStatus, gy as OrchestrationMessageRole, hC as AssetWorkspaceAssetInspectionError, hD as ClientKind, hE as ScopedThreadRef, hS as TerminalCloseInput, hT as AdvertisedEndpointReachability, h_ as PreviewAnnotationSubmissionResultSchema, hb as ThreadCreatedPayload, hc as WsServerUpdateServerRpc, hd as ServerTraceDiagnosticsSpanOccurrence, hf as FilesPersistedPayload, hg as DesktopSshPasswordPromptCancelledResultSchema, hh as DesktopPreviewAnnotationTheme, hl as DesktopTelemetrySetHostPowerIntervals, hm as ThreadStartedPayload, hp as ProviderRuntimeThreadStateChangedEvent, hu as ServerConfigSettingsUpdatedPayload, hv as ProviderSettingsFormControl, hw as GitResolvePullRequestResult, hx as PreviewAutomationRecordingArtifact, hy as OrchestrationMessage, iC as ProjectWriteFileResult, iD as EnvironmentAuthorizationError, iE as EnvironmentScopeRequiredError, iS as PreviewResizeInput, iT as SourceControlRepositoryCloneUrls, i_ as PreviewAnnotationRectSchema, ib as ProviderApprovalPolicy, ic as WsServerGetSettingsRpc, id as ServerSelfUpdateOutcome, if as ProviderOptionSelectionValue, ig as DesktopSshBearerRequestInputSchema, ih as ContextMenuItemSchema, il as UsageSourceStatus, im as TaskProgressPayload, ip as ProviderRuntimeTaskCompletedEvent, iu as ExternalLauncherUnsupportedEditorError, iv as MIN_CODE_FONT_SIZE, iw as GitActionProgressEvent, ix as PreviewAutomationHost, iy as OrchestrationGetFullThreadDiffInput, jC as ReviewDiffPreviewResult, jD as ProjectId, jE as AuthAccessWriteScope, jS as TerminalSessionSnapshot, jT as EnvironmentAuthHttpApi, j_ as DEFAULT_CODE_FONT_SIZE, jb as ThreadTurnDiffCompletedPayload, jc as WsSubscribeTerminalMetadataRpc, jd as MAX_SCRIPT_ID_LENGTH, jf as ProviderRuntimeAuthStatusEvent, jg as DesktopUpdateStateSchema, jh as DesktopPreviewNavigateInputSchema, jl as ResourceMonitorSetSampleIntervalCommand, jm as UserInputQuestionOption, jp as ProviderRuntimeUserInputRequestedEvent, js as WsOrchestrationSearchThreadsRpc, ju as ServerProcessResourceHistoryFailureTag, jv as UnifiedSettings, jw as VcsPullInput, jx as PreviewAutomationTabTargetInput, jy as OrchestrationSubscribeShellInput, kC as ReviewDiffPreviewError, kD as PortSchema, kE as AuthAccessTokenResult, kS as TerminalSessionInput, kT as AuthOtherClientSessionsRevokeResult, k_ as DEFAULT_BACKGROUND_ACTIVITY_PROFILE, kb as ThreadTitleRegeneration, kc as WsSubscribeServerLifecycleRpc, kd as MAX_KEYBINDING_VALUE_LENGTH, kf as ProviderRuntimeApprovalRequestedEvent, kg as DesktopUpdateReleaseNoteSchema, kh as DesktopPreviewNavStatus, kl as ResourceMonitorSampleNowCommand, km as TurnStartedPayload, kp as ProviderRuntimeTurnStartedEvent, ks as WsOrchestrationGetTurnDiffRpc, ku as ServerProcessDiagnosticsResult, kv as TerminalFontSize, kw as VcsListRefsInput, kx as PreviewAutomationStreamEvent, ky as OrchestrationShellStreamEvent, lC as AssetPreviewTypeValidationError, lD as BackgroundBooleanState, lE as ExecutionEnvironmentPlatform, lS as PreviewViewportSetting, lT as VcsDiscoveryItem, l_ as PreviewAnnotationStrokeTarget, lb as ProviderUserInputAnswers, lc as WsServerRemoveKeybindingRpc, ld as ServerSignalProcessResult, lf as AuthStatusPayload, lg as DesktopSshEnvironmentEnsureResultSchema, lh as DesktopAppStageLabelSchema, ll as DesktopElectronProcessType, lm as ThreadMetadataUpdatedPayload, lp as ProviderRuntimeThreadRealtimeAudioDeltaEvent, lu as T3_PROJECT_FILE_NAME, lv as MIN_SIDEBAR_THREAD_PREVIEW_COUNT, lw as GitManagerError, lx as PreviewAutomationNavigateInput, ly as OrchestrationGetTurnDiffResult, mC as AssetSigningKeyLoadError, mD as ClientActivityReportInput, mE as ScopedProjectRef, mS as TerminalClearInput, mT as AdvertisedEndpointProviderKind, m_ as PreviewAnnotationSubmissionResult, mb as ThreadCheckpointRevertRequestedPayload, mc as WsServerUpdateProviderRpc, md as ServerTraceDiagnosticsResult, mf as DeprecationNoticePayload, mg as DesktopSshHttpBaseUrlInputSchema, mh as DesktopEnvironmentBootstrapSchema, ml as DesktopTelemetrySetDiagnosticsDemand, mm as ThreadRealtimeStartedPayload, mp as ProviderRuntimeThreadStartedEvent, mu as ServerConfigProviderStatusesPayload, mv as ProviderSettingsFormAnnotation, mw as GitPullRequestRefInput, mx as PreviewAutomationPressInput, my as OrchestrationLatestTurnState, nC as ProjectWriteFileError, nD as AuthTokenExchangeRequest, nE as EnvironmentResourceNotFoundError, nS as PreviewRenderedViewportSize, nT as SourceControlPublishRepositoryResult, n_ as PreviewAnnotationPointSchema, nb as ProjectionThreadTurnStatus, nc as WsServerGetProcessResourceHistoryRpc, nd as ServerSelfUpdateError, nf as ProviderOptionDescriptorType, ng as DesktopServerExposureStateSchema, nh as ConfirmDialogVariant, nl as UsageSource, nm as TaskAgentLinkage, np as ProviderRuntimeSessionStartedEvent, nu as ExternalLauncherError, nv as MAX_SIDEBAR_THREAD_PREVIEW_COUNT, nw as VcsRepositoryIdentity, nx as PreviewAutomationEvaluateInput, ny as OrchestrationEventType, oC as AssetAttachmentNotFoundError, oD as ServerAuthDescriptor, oE as EnvironmentConnectionState, oS as PreviewSessionSnapshot, oT as SourceControlRepositoryInfo, o_ as PreviewAnnotationRegionTargetSchema, ob as ProviderRequestKind, oc as WsServerGetUsageSummaryRpc, od as ServerSelfUpdateProgressStage, of as SelectProviderOptionDescriptor, og as DesktopSshEnvironmentBootstrapSchema, oh as DesktopAppBranding, ol as UsageSummaryInput, om as TaskStartedPayload, op as ProviderRuntimeTaskStartedEvent, ou as isExternalLauncherError, ov as MIN_INTERFACE_FONT_SIZE, ow as GitActionProgressPhase, ox as PreviewAutomationHostIdentity, oy as OrchestrationGetSnapshotError, pC as AssetResource, pD as ClientActivityLease, pE as RepositoryIdentityLocator, pS as TerminalAttachStreamEvent, pT as AdvertisedEndpointProvider, p_ as PreviewAnnotationSubmission, pb as ThreadArchivedPayload, pc as WsServerSignalProcessRpc, pd as ServerTraceDiagnosticsRecentFailure, pf as ContentDeltaPayload, pg as DesktopSshHostSourceSchema, ph as DesktopEnvironmentBootstrap, pl as DesktopTelemetryControlMessage, pm as ThreadRealtimeItemAddedPayload, pp as ProviderRuntimeThreadRealtimeStartedEvent, pu as ServerConfigKeybindingsUpdatedPayload, pv as PromptFontSize, pw as GitPullRequestMaterializationError, px as PreviewAutomationOperation, py as OrchestrationLatestTurn, qC as VcsProcessOutputLimitError, qE as AuthRelayReadScope, qS as ProjectReadFileError, qT as EnvironmentHttpUnauthorizedError, q_ as FontFamilyPreference, qb as PreviewAutomationClickInput, qc as WsVcsSwitchRefRpc, qd as DEFAULT_TEXT_GENERATION_MODEL, qf as ProviderRuntimeMcpOauthCompletedEvent, qg as PickedElementStackFrame, qh as DesktopPreviewWebviewConfig, ql as ResourceTelemetrySnapshot, qm as ProviderInterruptTurnInput, qp as RuntimeTaskUsage, qs as WsProjectsSearchEntriesRpc, qu as ServerProviderUpdateInput, qv as OrchestrationAggregateKind, qw as SourceControlDiscoveryResult, qx as PreviewError, qy as ProjectCreatedPayload, rC as ProjectWriteFileInput, rD as AuthWebSocketTicketResult, rE as EnvironmentResourceNotFoundReason, rS as PreviewReportStatusInput, rT as SourceControlPublishStatus, r_ as PreviewAnnotationRect, rb as ProviderApprovalDecision, rc as WsServerGetResourceTelemetryHistoryRpc, rd as ServerSelfUpdateInput, rf as ProviderOptionSelection, rg as DesktopSshBearerBootstrapInputSchema, rh as ContextMenuItem, rl as UsageSourceFingerprint, rm as TaskCompletedPayload, rp as ProviderRuntimeSessionStateChangedEvent, ru as ExternalLauncherUnknownEditorError, rv as MAX_TERMINAL_FONT_SIZE, rw as VcsUnsupportedOperationError, rx as PreviewAutomationExecutionError, ry as OrchestrationGetFullThreadDiffError, sC as AssetCreateUrlInput, sD as ServerAuthPolicy, sE as ExecutionEnvironmentCapabilities, sS as PreviewTabId, sT as SourceControlRepositoryLookupInput, s_ as PreviewAnnotationScreenshot, sb as ProviderSandboxMode, sc as WsServerProbeRpc, sd as ServerSelfUpdateResult, sf as AccountRateLimitsUpdatedPayload, sg as DesktopSshEnvironmentEnsureInputSchema, sh as DesktopAppBrandingSchema, sl as UsageTokenTotals, sm as TaskUpdatedPayload, sp as ProviderRuntimeTaskUpdatedEvent, su as T3ProjectFile, sv as MIN_PROMPT_FONT_SIZE, sw as GitActionProgressStream, sx as PreviewAutomationInvalidSelectorError, sy as OrchestrationGetTurnDiffError, tC as ProjectSearchEntriesResult, tD as AuthTokenExchangeGrantType, tE as EnvironmentRequestInvalidReason, tS as PreviewRefreshInput, tT as SourceControlPublishRepositoryInput, t_ as PreviewAnnotationPoint, tb as ProjectionPendingApprovalStatus, tc as WsServerGetProcessDiagnosticsRpc, td as ServerRemoveKeybindingResult, tf as ProviderOptionDescriptor, tg as DesktopServerExposureState, th as ConfirmDialogOptions, tl as UsageReadError, tm as TOOL_LIFECYCLE_ITEM_TYPES, tp as ProviderRuntimeSessionExitedEvent, tu as ExternalLauncherEditorSpawnError, tv as MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, tw as VcsRepositoryDetectionError, tx as PreviewAutomationError, ty as OrchestrationEventMetadata, uC as AssetProjectFaviconInspectionError, uD as BackgroundPolicySnapshot, uE as ExecutionEnvironmentPlatformArch, uS as PreviewViewportSize, uT as AdvertisedEndpoint, u_ as PreviewAnnotationStrokeTargetSchema, ub as RuntimeMode, uc as WsServerReportClientActivityRpc, ud as ServerTraceDiagnosticsErrorKind, uf as CanonicalItemType, ug as DesktopSshEnvironmentTarget, uh as DesktopBridge, ul as DesktopHostTelemetryHello, um as ThreadRealtimeAudioDeltaPayload, up as ProviderRuntimeThreadRealtimeClosedEvent, uu as T3_PROJECT_FILE_SCHEMA_URL, uv as MIN_TERMINAL_FONT_SIZE, uw as GitManagerServiceError, ux as PreviewAutomationNetworkEntry, uy as OrchestrationGetWorkflowScriptError, vC as AssetWorkspaceContextResolutionError, vD as HostPowerThermalState, vE as ServerSelfUpdateMethod, vS as TerminalCwdNotFoundError, vT as DesktopBackendBootstrap, v_ as BackgroundActivityProfile, vb as ThreadMessageSentPayload, vc as WsServerUpsertKeybindingRpc, vd as ServerUpsertKeybindingResult, vf as HookStartedPayload, vg as DesktopSshPasswordPromptRequestSchema, vh as DesktopPreviewArtifactInputSchema, vl as ResourceAttributionSnapshot, vm as ThreadTokenUsageUpdatedPayload, vp as ProviderRuntimeToolDeniedEvent, vs as WS_METHODS, vu as ServerConfigStreamProviderStatusesEvent, vv as ServerSettings, vw as GitRunStackedActionResult, vx as PreviewAutomationRequest, vy as OrchestrationProjectShell, wC as FilesystemBrowseFailure, wD as EventId, wE as AuthAccessStreamError, wS as TerminalNotRunningError, wT as RelayClientInstallProgressStage, w_ as ClientSettingsSchema, wb as ThreadRuntimeModeSetPayload, wc as WsSubscribeBackgroundPolicyRpc, wd as KeybindingWhen, wf as ModelReroutedPayload, wg as DesktopUpdateChannel, wh as DesktopPreviewAutomationWaitForInputSchema, wl as ResourceMonitorExternalProcess, wm as TurnCompletedPayload, wp as ProviderRuntimeTurnCompletedEvent, ws as WsGitResolvePullRequestRpc, wu as ServerLifecycleStreamReadyEvent, wv as SidebarProjectSortOrder, ww as VcsCreateRefInput, wx as PreviewAutomationScrollInput, wy as OrchestrationSearchThreadsInput, xC as AssetWorkspaceRootNormalizationError, xD as CheckpointRef, xE as AuthAccessSnapshot, xS as TerminalEvent, xT as RelayClientInstallFailureReasonSchema, x_ as ClaudeSettings, xb as ThreadPinnedPayload, xc as WsSourceControlLookupRepositoryRpc, xd as KeybindingRule, xf as MONITOR_TASK_TYPES, xg as DesktopThemeSchema, xh as DesktopPreviewAutomationPressInputSchema, xl as ResourceMonitorConfigureCommand, xm as ToolProgressPayload, xp as ProviderRuntimeToolStartedEvent, xs as WsCloudInstallRelayClientRpc, xu as ServerConfigUpdatedPayload, xv as ServerSettingsPatch, xw as GitRunStackedActionToastRunAction, xx as PreviewAutomationResizeResult, xy as OrchestrationReadModel, yC as AssetWorkspacePathValidationError, yD as ApprovalRequestId, yE as ThreadEnvMode, yS as TerminalCwdStatError, yT as RelayClientInstallFailedError, y_ as BackgroundActivityProfileSelection, yb as ThreadMetaUpdatedPayload, yc as WsShellOpenInEditorRpc, yd as isProviderAvailable, yf as INERT_TASK_TYPES, yg as DesktopSshPasswordPromptResolutionInputSchema, yh as DesktopPreviewAutomationClickInputSchema, yl as ResourceMonitorCapabilities, ym as ToolDeniedPayload, yp as ProviderRuntimeToolKind, ys as WsAssetsCreateUrlRpc, yu as ServerConfigStreamSettingsUpdatedEvent, yv as ServerSettingsError, yw as GitRunStackedActionToast, yx as PreviewAutomationRequestQueueClosedError, yy as OrchestrationProposedPlan, zC as VcsListRemotesResult, zD as TrimmedNonEmptyString, zE as AuthCreatePairingCredentialInput, zS as ProjectEntriesFailure, zT as EnvironmentCloudRelayConfigResult, z_ as DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, zb as ThreadUnsnoozedPayload, zc as WsTerminalWriteRpc, zd as SCRIPT_RUN_COMMAND_PATTERN, zf as ProviderRuntimeEventV2, zg as LocalApi, zh as DesktopPreviewRegisterWebviewInputSchema, zl as ResourceTelemetryHistoryBucket, zm as ProviderInstanceEnvironment, zp as RuntimeEventRaw, zs as WsPreviewNavigateRpc, zu as ServerProviderAvailability, zv as DEFAULT_PROVIDER_INTERACTION_MODE, zw as VcsStatusStreamEvent, zx as DiscoveredLocalServer, zy as OrchestrationThreadSearchMatch } from "./shared.js";
|
|
2
|
+
export { AccountRateLimitsUpdatedPayload, AccountUpdatedPayload, AdvertisedEndpoint, AdvertisedEndpointCompatibility, AdvertisedEndpointHostedHttpsCompatibility, AdvertisedEndpointProvider, AdvertisedEndpointProviderKind, AdvertisedEndpointReachability, AdvertisedEndpointSource, AdvertisedEndpointStatus, ApprovalRequestId, AssetAccessError, AssetAttachmentNotFoundError, AssetCreateUrlInput, AssetCreateUrlResult, AssetPreviewTypeValidationError, AssetProjectFaviconInspectionError, AssetProjectFaviconNotFoundError, AssetProjectFaviconResolutionError, AssetResource, AssetSigningKeyLoadError, AssetWorkspaceAssetInspectionError, AssetWorkspaceAssetNotFoundError, AssetWorkspaceContextNotFoundError, AssetWorkspaceContextResolutionError, AssetWorkspacePathValidationError, AssetWorkspaceResolutionError, AssetWorkspaceRootNormalizationError, AssistantDeliveryMode, AuthAccessReadScope, AuthAccessSnapshot, AuthAccessStreamClientRemovedEvent, AuthAccessStreamClientUpsertedEvent, AuthAccessStreamError, AuthAccessStreamEvent, AuthAccessStreamPairingLinkRemovedEvent, AuthAccessStreamPairingLinkUpsertedEvent, AuthAccessStreamSnapshotEvent, AuthAccessTokenResult, AuthAccessTokenType, AuthAccessWriteScope, AuthAdministrativeScopes, AuthBrowserSessionRequest, AuthBrowserSessionResult, AuthClientMetadata, AuthClientMetadataDeviceType, AuthClientPresentationMetadata, AuthClientSession, AuthClientSessionRevokeResult, AuthCreatePairingCredentialInput, AuthEnvironmentBootstrapTokenType, AuthEnvironmentScope, AuthEnvironmentScopes, AuthOrchestrationOperateScope, AuthOrchestrationReadScope, AuthOtherClientSessionsRevokeResult, AuthPairingCredentialResult, AuthPairingLink, AuthPairingLinkRevokeResult, AuthRelayReadScope, AuthRelayWriteScope, AuthReviewWriteScope, AuthRevokeClientSessionInput, AuthRevokePairingLinkInput, AuthSessionId, AuthSessionState, AuthStandardClientScopes, AuthStatusPayload, AuthTerminalOperateScope, AuthTokenExchangeGrantType, AuthTokenExchangeRequest, AuthWebSocketTicketResult, BackgroundActivityOverrides, BackgroundActivityProfile, BackgroundActivityProfileSelection, BackgroundActivitySettings, BackgroundBooleanState, BackgroundPolicySnapshot, BackgroundScope, BooleanProviderOptionDescriptor, BrowserNavigationTarget, CanonicalItemType, CanonicalRequestType, ChangeRequest, ChangeRequestState, ChatAttachment, ChatAttachmentId, ChatImageAttachment, CheckpointRef, ClaudeSettings, ClientActivityClientId, ClientActivityLease, ClientActivityReportInput, ClientKind, ClientOrchestrationCommand, ClientSettings, ClientSettingsPatch, ClientSettingsSchema, CodeFontSize, CodexSettings, CommandId, ConfigWarningPayload, ConfirmDialogOptions, ConfirmDialogVariant, ContentDeltaPayload, ContextMenuItem, ContextMenuItemSchema, ContextMenuItemSchemaType, CorrelationId, CursorSettings, DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, DEFAULT_BACKGROUND_ACTIVITY_PROFILE, DEFAULT_CLIENT_SETTINGS, DEFAULT_CODE_FONT_SIZE, DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, DEFAULT_GLASS_OPACITY, DEFAULT_INTERFACE_FONT_SIZE, DEFAULT_MODEL, DEFAULT_MODEL_BY_PROVIDER, DEFAULT_PROMPT_FONT_SIZE, DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, DEFAULT_PROVIDER_INTERACTION_MODE, DEFAULT_RUNTIME_MODE, DEFAULT_SERVER_SETTINGS, DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, DEFAULT_SIDEBAR_THREAD_SORT_ORDER, DEFAULT_TERMINAL_FONT_SIZE, DEFAULT_TERMINAL_ID, DEFAULT_TEXT_GENERATION_MODEL, DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, DEFAULT_TEXT_GENERATION_REASONING_EFFORT, DEFAULT_TIMESTAMP_FORMAT, DEFAULT_UNIFIED_SETTINGS, DeprecationNoticePayload, DesktopAppBranding, DesktopAppBrandingSchema, DesktopAppStageLabel, DesktopAppStageLabelSchema, DesktopBackendBootstrap, DesktopBridge, DesktopDiscoveredSshHost, DesktopDiscoveredSshHostSchema, DesktopElectronProcessMetric, DesktopElectronProcessType, DesktopEnvironmentBootstrap, DesktopEnvironmentBootstrapSchema, DesktopHostTelemetryHello, DesktopHostTelemetryMessage, DesktopHostTelemetrySnapshot, DesktopPreviewAnnotationTheme, DesktopPreviewAnnotationThemeInputSchema, DesktopPreviewAnnotationThemeSchema, DesktopPreviewArtifactInputSchema, DesktopPreviewAutomationClickInputSchema, DesktopPreviewAutomationEvaluateInputSchema, DesktopPreviewAutomationPressInputSchema, DesktopPreviewAutomationScrollInputSchema, DesktopPreviewAutomationTypeInputSchema, DesktopPreviewAutomationWaitForInputSchema, DesktopPreviewBridge, DesktopPreviewColorScheme, DesktopPreviewColorSchemeSchema, DesktopPreviewConfigInputSchema, DesktopPreviewNavStatus, DesktopPreviewNavStatusSchema, DesktopPreviewNavigateInputSchema, DesktopPreviewPointerEvent, DesktopPreviewPointerEventSchema, DesktopPreviewRecordingArtifact, DesktopPreviewRecordingArtifactSchema, DesktopPreviewRecordingFrame, DesktopPreviewRecordingFrameSchema, DesktopPreviewRecordingSaveInputSchema, DesktopPreviewRegisterWebviewInputSchema, DesktopPreviewScreenshotArtifact, DesktopPreviewScreenshotArtifactSchema, DesktopPreviewSetColorSchemeInputSchema, DesktopPreviewTabIdSchema, DesktopPreviewTabInputSchema, DesktopPreviewTabState, DesktopPreviewTabStateSchema, DesktopPreviewWebviewConfig, DesktopPreviewWebviewConfigSchema, DesktopRuntimeArch, DesktopRuntimeArchSchema, DesktopRuntimeInfo, DesktopRuntimeInfoSchema, DesktopServerExposureMode, DesktopServerExposureModeSchema, DesktopServerExposureState, DesktopServerExposureStateSchema, DesktopSshBearerBootstrapInputSchema, DesktopSshBearerRequestInputSchema, DesktopSshEnvironmentBootstrap, DesktopSshEnvironmentBootstrapSchema, DesktopSshEnvironmentEnsureInputSchema, DesktopSshEnvironmentEnsureOptionsSchema, DesktopSshEnvironmentEnsureResultSchema, DesktopSshEnvironmentTarget, DesktopSshEnvironmentTargetSchema, DesktopSshHostSource, DesktopSshHostSourceSchema, DesktopSshHttpBaseUrlInputSchema, DesktopSshPasswordPromptCancelledResultSchema, DesktopSshPasswordPromptCancelledType, DesktopSshPasswordPromptRequest, DesktopSshPasswordPromptRequestSchema, DesktopSshPasswordPromptResolutionInputSchema, DesktopTelemetryControlMessage, DesktopTelemetrySetDiagnosticsDemand, DesktopTelemetrySetHostPowerIntervals, DesktopTheme, DesktopThemeSchema, DesktopUpdateActionResult, DesktopUpdateActionResultSchema, DesktopUpdateChannel, DesktopUpdateChannelSchema, DesktopUpdateCheckResult, DesktopUpdateCheckResultSchema, DesktopUpdateReleaseNote, DesktopUpdateReleaseNoteSchema, DesktopUpdateState, DesktopUpdateStateSchema, DesktopUpdateStatus, DesktopUpdateStatusSchema, DesktopWslDistro, DesktopWslDistroSchema, DesktopWslState, DesktopWslStateSchema, DiscoveredLocalServer, DiscoveredLocalServerList, DispatchResult, DispatchableClientOrchestrationCommand, EDITORS, EditorId, EditorLaunchStyle, EnvironmentApi, EnvironmentAuthHttpApi, EnvironmentAuthInvalidError, EnvironmentAuthInvalidReason, EnvironmentAuthenticatedAuth, EnvironmentAuthenticatedPrincipal, EnvironmentAuthorizationError, EnvironmentCloudEndpointUnavailableError, EnvironmentCloudLinkStateResult, EnvironmentCloudPreferencesRequest, EnvironmentCloudRelayConfigResult, EnvironmentConnectHttpApi, EnvironmentConnectionState, EnvironmentHttpApi, EnvironmentHttpBadRequestError, EnvironmentHttpCommonError, EnvironmentHttpConflictError, EnvironmentHttpForbiddenError, EnvironmentHttpInternalServerError, EnvironmentHttpUnauthorizedError, EnvironmentId, EnvironmentIdentificationMode, EnvironmentInternalError, EnvironmentInternalErrorReason, EnvironmentMetadataHttpApi, EnvironmentOperationForbiddenError, EnvironmentOperationForbiddenReason, EnvironmentOrchestrationHttpApi, EnvironmentRequestInvalidError, EnvironmentRequestInvalidReason, EnvironmentResourceNotFoundError, EnvironmentResourceNotFoundReason, EnvironmentScopeRequiredError, EnvironmentSessionPrincipalShape, EventId, ExecutionEnvironmentCapabilities, ExecutionEnvironmentDescriptor, ExecutionEnvironmentPlatform, ExecutionEnvironmentPlatformArch, ExecutionEnvironmentPlatformOs, ExternalLauncherBrowserSpawnError, ExternalLauncherCommandNotFoundError, ExternalLauncherEditorSpawnError, ExternalLauncherError, ExternalLauncherUnknownEditorError, ExternalLauncherUnsupportedEditorError, FILL_PREVIEW_VIEWPORT, FilesPersistedPayload, FilesystemBrowseEntry, FilesystemBrowseError, FilesystemBrowseFailure, FilesystemBrowseInput, FilesystemBrowseResult, FontFamilyPreference, ForwardCompatibleArray, GitActionProgressEvent, GitActionProgressKind, GitActionProgressPhase, GitActionProgressStream, GitCommandError, GitManagerError, GitManagerServiceError, GitPreparePullRequestThreadInput, GitPreparePullRequestThreadResult, GitPullRequestMaterializationError, GitPullRequestRefInput, GitResolvePullRequestResult, GitResolvedPullRequest, GitRunStackedActionInput, GitRunStackedActionResult, GitRunStackedActionToast, GitRunStackedActionToastCta, GitRunStackedActionToastRunAction, GitStackedAction, GlassOpacity, GrokSettings, HookCompletedPayload, HookProgressPayload, HookStartedPayload, HostPowerSnapshot, HostPowerSource, HostPowerThermalState, INERT_TASK_TYPES, InterfaceFontSize, InternalOrchestrationCommand, IsoDateTime, ItemLifecyclePayload, KeybindingCommand, KeybindingRule, KeybindingShortcut, KeybindingValue, KeybindingWhen, KeybindingWhenNode, KeybindingsConfig, KeybindingsConfigError, LaunchEditorInput, LocalApi, MAX_CODE_FONT_SIZE, MAX_GLASS_OPACITY, MAX_INTERFACE_FONT_SIZE, MAX_KEYBINDINGS_COUNT, MAX_KEYBINDING_VALUE_LENGTH, MAX_KEYBINDING_WHEN_LENGTH, MAX_PROMPT_FONT_SIZE, MAX_SCRIPT_ID_LENGTH, MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MAX_SIDEBAR_THREAD_PREVIEW_COUNT, MAX_TERMINAL_FONT_SIZE, MAX_WHEN_EXPRESSION_DEPTH, MIN_CODE_FONT_SIZE, MIN_GLASS_OPACITY, MIN_INTERFACE_FONT_SIZE, MIN_PROMPT_FONT_SIZE, MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MIN_SIDEBAR_THREAD_PREVIEW_COUNT, MIN_TERMINAL_FONT_SIZE, MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, MODEL_PICKER_KEYBINDING_COMMANDS, MODEL_SLUG_ALIASES_BY_PROVIDER, MONITOR_TASK_TYPES, McpOauthCompletedPayload, McpStatusUpdatedPayload, MessageId, ModelCapabilities, ModelPickerJumpKeybindingCommand, ModelPickerKeybindingCommand, ModelReroutedPayload, ModelSelection, NonNegativeInt, ORCHESTRATION_WS_METHODS, ObservabilitySettings, OpenCodeSettings, OrchestrationActorKind, OrchestrationAggregateKind, OrchestrationCheckpointFile, OrchestrationCheckpointStatus, OrchestrationCheckpointSummary, OrchestrationCommand, OrchestrationCommandReceiptStatus, OrchestrationDispatchCommandError, OrchestrationEvent, OrchestrationEventMetadata, OrchestrationEventType, OrchestrationGetFullThreadDiffError, OrchestrationGetFullThreadDiffInput, OrchestrationGetFullThreadDiffResult, OrchestrationGetSnapshotError, OrchestrationGetTurnDiffError, OrchestrationGetTurnDiffInput, OrchestrationGetTurnDiffResult, OrchestrationGetWorkflowScriptError, OrchestrationGetWorkflowScriptInput, OrchestrationGetWorkflowScriptResult, OrchestrationLatestTurn, OrchestrationLatestTurnState, OrchestrationMessage, OrchestrationMessageRole, OrchestrationProject, OrchestrationProjectShell, OrchestrationProposedPlan, OrchestrationProposedPlanId, OrchestrationReadModel, OrchestrationRpcSchemas, OrchestrationSearchThreadsError, OrchestrationSearchThreadsInput, OrchestrationSearchThreadsResult, OrchestrationSession, OrchestrationSessionStatus, OrchestrationShellSnapshot, OrchestrationShellStreamEvent, OrchestrationShellStreamItem, OrchestrationSubscribeShellInput, OrchestrationSubscribeThreadInput, OrchestrationThread, OrchestrationThreadActivity, OrchestrationThreadActivityTone, OrchestrationThreadDetailPage, OrchestrationThreadDetailSnapshot, OrchestrationThreadDetailWindow, OrchestrationThreadSearchMatch, OrchestrationThreadSearchSource, OrchestrationThreadShell, OrchestrationThreadStreamItem, PREFERRED_DEFAULT_CODEX_MODELS, PREVIEW_AUTOMATION_OPERATIONS, PREVIEW_AUTOMATION_V1_OPERATIONS, PREVIEW_VIEWPORT_MAX_AREA, PREVIEW_VIEWPORT_MAX_DIMENSION, PREVIEW_VIEWPORT_MIN_DIMENSION, PREVIEW_VIEWPORT_PRESET_IDS, PRIMARY_LOCAL_ENVIRONMENT_ID, PROVIDER_DISPLAY_NAMES, PROVIDER_SEND_TURN_MAX_ATTACHMENTS, PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, PROVIDER_SEND_TURN_MAX_INPUT_CHARS, PersistedSavedEnvironmentRecord, PersistedSavedEnvironmentRecordSchema, PickFolderOptions, PickFolderOptionsSchema, PickedElementPayload, PickedElementPayloadSchema, PickedElementStackFrame, PickedElementStackFrameSchema, PickedThemeFile, PickedThemeFileSchema, PortSchema, PositiveInt, PreviewAnnotationElementTarget, PreviewAnnotationElementTargetSchema, PreviewAnnotationPayload, PreviewAnnotationPayloadSchema, PreviewAnnotationPoint, PreviewAnnotationPointSchema, PreviewAnnotationRect, PreviewAnnotationRectSchema, PreviewAnnotationRegionTarget, PreviewAnnotationRegionTargetSchema, PreviewAnnotationScreenshot, PreviewAnnotationScreenshotSchema, PreviewAnnotationStrokeTarget, PreviewAnnotationStrokeTargetSchema, PreviewAnnotationStyleChange, PreviewAnnotationStyleChangeSchema, PreviewAnnotationSubmission, PreviewAnnotationSubmissionResult, PreviewAnnotationSubmissionResultSchema, PreviewAnnotationSubmissionSchema, PreviewAutomationActionEvent, PreviewAutomationClickInput, PreviewAutomationClientDisconnectedError, PreviewAutomationClientId, PreviewAutomationColorScheme, PreviewAutomationConnectionId, PreviewAutomationConsoleEntry, PreviewAutomationControlInterruptedError, PreviewAutomationElement, PreviewAutomationError, PreviewAutomationEvaluateInput, PreviewAutomationExecutionError, PreviewAutomationHost, PreviewAutomationHostFocus, PreviewAutomationHostIdentity, PreviewAutomationInvalidSelectorError, PreviewAutomationMalformedResponseError, PreviewAutomationNavigateInput, PreviewAutomationNetworkEntry, PreviewAutomationNoAvailableHostError, PreviewAutomationOpenInput, PreviewAutomationOperation, PreviewAutomationPressInput, PreviewAutomationRecordingArtifact, PreviewAutomationRecordingStatus, PreviewAutomationRemoteUnavailableError, PreviewAutomationRequest, PreviewAutomationRequestQueueClosedError, PreviewAutomationResizeInput, PreviewAutomationResizeResult, PreviewAutomationResponse, PreviewAutomationResultTooLargeError, PreviewAutomationScrollInput, PreviewAutomationSetColorSchemeInput, PreviewAutomationSetColorSchemeResult, PreviewAutomationSnapshot, PreviewAutomationStatus, PreviewAutomationStreamEvent, PreviewAutomationTabNotFoundError, PreviewAutomationTabTargetInput, PreviewAutomationTargetNotEditableError, PreviewAutomationTimeoutError, PreviewAutomationTypeInput, PreviewAutomationUnavailableError, PreviewAutomationUnsupportedClientError, PreviewAutomationWaitForInput, PreviewCloseInput, PreviewError, PreviewEvent, PreviewInvalidUrlError, PreviewListInput, PreviewListResult, PreviewNavStatus, PreviewNavigateInput, PreviewOpenInput, PreviewRefreshInput, PreviewRenderedViewportSize, PreviewReportStatusInput, PreviewResizeInput, PreviewSessionLookupError, PreviewSessionSnapshot, PreviewTabId, PreviewUrlResolution, PreviewViewportPresetId, PreviewViewportSetting, PreviewViewportSize, ProjectContentMatch, ProjectContentMatchRange, ProjectCreateCommand, ProjectCreatedPayload, ProjectDeletedPayload, ProjectEntriesFailure, ProjectEntry, ProjectEntryKind, ProjectFaviconPath, ProjectFileFailure, ProjectFileOperation, ProjectId, ProjectListEntriesError, ProjectListEntriesInput, ProjectListEntriesResult, ProjectMetaUpdatedPayload, ProjectReadFileError, ProjectReadFileInput, ProjectReadFileResult, ProjectScript, ProjectScriptIcon, ProjectSearchContentsError, ProjectSearchContentsInput, ProjectSearchContentsResult, ProjectSearchEntriesError, ProjectSearchEntriesInput, ProjectSearchEntriesResult, ProjectWriteFileError, ProjectWriteFileInput, ProjectWriteFileResult, ProjectionCheckpointRow, ProjectionPendingApprovalDecision, ProjectionPendingApprovalStatus, ProjectionThreadTurnStatus, PromptFontSize, ProviderApprovalDecision, ProviderApprovalPolicy, ProviderDriverKind, ProviderEvent, ProviderInstanceConfig, ProviderInstanceConfigMap, ProviderInstanceEnvironment, ProviderInstanceEnvironmentVariable, ProviderInstanceEnvironmentVariableName, ProviderInstanceId, ProviderInstanceRef, ProviderInteractionMode, ProviderInterruptTurnInput, ProviderItemId, ProviderOptionChoice, ProviderOptionDescriptor, ProviderOptionDescriptorType, ProviderOptionSelection, ProviderOptionSelectionValue, ProviderOptionSelections, ProviderRefs, ProviderRequestId, ProviderRequestKind, ProviderRespondToRequestInput, ProviderRespondToUserInputInput, ProviderRuntimeAccountRateLimitsUpdatedEvent, ProviderRuntimeAccountUpdatedEvent, ProviderRuntimeApprovalRequestedEvent, ProviderRuntimeApprovalResolvedEvent, ProviderRuntimeAuthStatusEvent, ProviderRuntimeConfigWarningEvent, ProviderRuntimeContentDeltaEvent, ProviderRuntimeDeprecationNoticeEvent, ProviderRuntimeErrorEvent, ProviderRuntimeEvent, ProviderRuntimeEventBase, ProviderRuntimeEventType, ProviderRuntimeEventV2, ProviderRuntimeFilesPersistedEvent, ProviderRuntimeHookCompletedEvent, ProviderRuntimeHookProgressEvent, ProviderRuntimeHookStartedEvent, ProviderRuntimeItemCompletedEvent, ProviderRuntimeItemStartedEvent, ProviderRuntimeItemUpdatedEvent, ProviderRuntimeMcpOauthCompletedEvent, ProviderRuntimeMcpStatusUpdatedEvent, ProviderRuntimeMessageCompletedEvent, ProviderRuntimeMessageDeltaEvent, ProviderRuntimeModelReroutedEvent, ProviderRuntimeRequestOpenedEvent, ProviderRuntimeRequestResolvedEvent, ProviderRuntimeSessionConfiguredEvent, ProviderRuntimeSessionExitedEvent, ProviderRuntimeSessionStartedEvent, ProviderRuntimeSessionStateChangedEvent, ProviderRuntimeTaskCompletedEvent, ProviderRuntimeTaskProgressEvent, ProviderRuntimeTaskStartedEvent, ProviderRuntimeTaskUpdatedEvent, ProviderRuntimeThreadMetadataUpdatedEvent, ProviderRuntimeThreadRealtimeAudioDeltaEvent, ProviderRuntimeThreadRealtimeClosedEvent, ProviderRuntimeThreadRealtimeErrorEvent, ProviderRuntimeThreadRealtimeItemAddedEvent, ProviderRuntimeThreadRealtimeStartedEvent, ProviderRuntimeThreadStartedEvent, ProviderRuntimeThreadStateChangedEvent, ProviderRuntimeThreadTokenUsageUpdatedEvent, ProviderRuntimeToolCompletedEvent, ProviderRuntimeToolDeniedEvent, ProviderRuntimeToolKind, ProviderRuntimeToolProgressEvent, ProviderRuntimeToolStartedEvent, ProviderRuntimeToolSummaryEvent, ProviderRuntimeTurnAbortedEvent, ProviderRuntimeTurnCompletedEvent, ProviderRuntimeTurnDiffUpdatedEvent, ProviderRuntimeTurnPlanUpdatedEvent, ProviderRuntimeTurnProposedCompletedEvent, ProviderRuntimeTurnProposedDeltaEvent, ProviderRuntimeTurnStartedEvent, ProviderRuntimeTurnStatus, ProviderRuntimeUserInputRequestedEvent, ProviderRuntimeUserInputResolvedEvent, ProviderRuntimeWarningEvent, ProviderSandboxMode, ProviderSendTurnInput, ProviderSession, ProviderSessionRuntimeStatus, ProviderSessionStartInput, ProviderSettingsFormAnnotation, ProviderSettingsFormControl, ProviderSettingsFormSchemaAnnotation, ProviderSettingsOrder, ProviderStopSessionInput, ProviderTurnStartResult, ProviderUserInputAnswers, RESOURCE_MONITOR_PROTOCOL_VERSION, RelayClientInstallFailedError, RelayClientInstallFailureReason, RelayClientInstallFailureReasonSchema, RelayClientInstallProgressEvent, RelayClientInstallProgressEventSchema, RelayClientInstallProgressStage, RelayClientInstallProgressStageSchema, RelayClientStatus, RelayClientStatusSchema, RepositoryIdentity, RepositoryIdentityLocator, RequestOpenedPayload, RequestResolvedPayload, ResolvedKeybindingRule, ResolvedKeybindingsConfig, ResourceAttributionEntry, ResourceAttributionSnapshot, ResourceMonitorCapabilities, ResourceMonitorCommand, ResourceMonitorConfigureCommand, ResourceMonitorErrorEvent, ResourceMonitorEvent, ResourceMonitorExternalProcess, ResourceMonitorHelloEvent, ResourceMonitorHistoryChunkEvent, ResourceMonitorProcessSample, ResourceMonitorReadHistoryCommand, ResourceMonitorSampleNowCommand, ResourceMonitorSetExternalProcessesCommand, ResourceMonitorSetSampleIntervalCommand, ResourceMonitorSetStreamingCommand, ResourceMonitorShutdownCommand, ResourceMonitorSnapshotEvent, ResourceTelemetryAggregate, ResourceTelemetryGroups, ResourceTelemetryHealth, ResourceTelemetryHistory, ResourceTelemetryHistoryBucket, ResourceTelemetryHistoryInput, ResourceTelemetryIoSemantics, ResourceTelemetryProcess, ResourceTelemetryProcessCategory, ResourceTelemetryProcessIdentity, ResourceTelemetryProcessSummary, ResourceTelemetryRetryResult, ResourceTelemetrySnapshot, ResourceTelemetrySourceHealth, ResourceTelemetrySourceStatus, ReviewDiffFileContentsInput, ReviewDiffFileContentsResult, ReviewDiffPreviewError, ReviewDiffPreviewInput, ReviewDiffPreviewResult, ReviewDiffPreviewSource, ReviewDiffPreviewSourceKind, RpcClientId, RuntimeContentStreamKind, RuntimeErrorClass, RuntimeErrorPayload, RuntimeEventRaw, RuntimeEventRawSource, RuntimeItemId, RuntimeItemStatus, RuntimeMode, RuntimePlanStep, RuntimePlanStepStatus, RuntimeRequestId, RuntimeSessionExitKind, RuntimeSessionId, RuntimeSessionState, RuntimeTaskId, RuntimeTaskStatus, RuntimeTaskUsage, RuntimeThreadState, RuntimeTurnState, RuntimeWarningPayload, SCRIPT_RUN_COMMAND_PATTERN, ScopedProjectRef, ScopedThreadRef, ScopedThreadSessionRef, SelectProviderOptionDescriptor, ServerAuthBootstrapMethod, ServerAuthDescriptor, ServerAuthPolicy, ServerAuthSessionMethod, ServerConfig, ServerConfigIssue, ServerConfigKeybindingsUpdatedPayload, ServerConfigProviderStatusesPayload, ServerConfigSettingsUpdatedPayload, ServerConfigStreamEvent, ServerConfigStreamKeybindingsUpdatedEvent, ServerConfigStreamProviderStatusesEvent, ServerConfigStreamSettingsUpdatedEvent, ServerConfigStreamSnapshotEvent, ServerConfigUpdatedPayload, ServerLifecycleReadyPayload, ServerLifecycleStreamEvent, ServerLifecycleStreamReadyEvent, ServerLifecycleStreamWelcomeEvent, ServerLifecycleWelcomePayload, ServerObservability, ServerProcessDiagnosticsEntry, ServerProcessDiagnosticsResult, ServerProcessResourceHistoryBucket, ServerProcessResourceHistoryFailureTag, ServerProcessResourceHistoryInput, ServerProcessResourceHistoryResult, ServerProcessResourceHistorySummary, ServerProcessSignal, ServerProvider, ServerProviderAuth, ServerProviderAuthStatus, ServerProviderAvailability, ServerProviderContinuation, ServerProviderModel, ServerProviderSkill, ServerProviderSlashCommand, ServerProviderSlashCommandInput, ServerProviderState, ServerProviderUpdateError, ServerProviderUpdateInput, ServerProviderUpdateState, ServerProviderUpdateStatus, ServerProviderUpdatedPayload, ServerProviderVersionAdvisory, ServerProviderVersionAdvisoryStatus, ServerProviders, ServerRemoveKeybindingInput, ServerRemoveKeybindingResult, ServerSelfUpdateCapability, ServerSelfUpdateError, ServerSelfUpdateInput, ServerSelfUpdateMethod, ServerSelfUpdateOutcome, ServerSelfUpdateProgressEvent, ServerSelfUpdateProgressStage, ServerSelfUpdateResult, ServerSettings, ServerSettingsError, ServerSettingsOperation, ServerSettingsPatch, ServerSignalProcessInput, ServerSignalProcessResult, ServerTraceDiagnosticsErrorKind, ServerTraceDiagnosticsFailureSummary, ServerTraceDiagnosticsLogEvent, ServerTraceDiagnosticsRecentFailure, ServerTraceDiagnosticsResult, ServerTraceDiagnosticsSpanOccurrence, ServerTraceDiagnosticsSpanSummary, ServerUpsertKeybindingInput, ServerUpsertKeybindingResult, SessionConfiguredPayload, SessionExitedPayload, SessionStartedPayload, SessionStateChangedPayload, SidebarAutoSettleAfterDays, SidebarProjectGroupingMode, SidebarProjectSortOrder, SidebarThreadPreviewCount, SidebarThreadSortOrder, SourceControlCloneProtocol, SourceControlCloneRepositoryInput, SourceControlCloneRepositoryResult, SourceControlDiscoveryResult, SourceControlDiscoveryStatus, SourceControlProviderAuth, SourceControlProviderAuthStatus, SourceControlProviderDiscoveryItem, SourceControlProviderError, SourceControlProviderInfo, SourceControlProviderKind, SourceControlPublishRepositoryInput, SourceControlPublishRepositoryResult, SourceControlPublishStatus, SourceControlRepositoryCloneUrls, SourceControlRepositoryError, SourceControlRepositoryInfo, SourceControlRepositoryLookupInput, SourceControlRepositoryVisibility, SourceControlWritingStyleMode, SourceControlWritingStyleSettings, T3ProjectFile, T3ProjectFileScript, T3_PROJECT_FILE_NAME, T3_PROJECT_FILE_SCHEMA_URL, THREAD_JUMP_KEYBINDING_COMMANDS, THREAD_KEYBINDING_COMMANDS, TOOL_LIFECYCLE_ITEM_TYPES, TaskAgentLinkage, TaskCompletedPayload, TaskProgressPayload, TaskRunHandles, TaskStartedPayload, TaskUpdatedPayload, TaskWorkflowPhase, TerminalAttachInput, TerminalAttachStreamEvent, TerminalClearInput, TerminalCloseInput, TerminalCwdError, TerminalCwdNotDirectoryError, TerminalCwdNotFoundError, TerminalCwdStatError, TerminalError, TerminalEvent, TerminalFontSize, TerminalHistoryError, TerminalMetadataStreamEvent, TerminalNotRunningError, TerminalOpenInput, TerminalResizeError, TerminalResizeInput, TerminalRestartInput, TerminalSessionInput, TerminalSessionLookupError, TerminalSessionSnapshot, TerminalSessionStatus, TerminalSummary, TerminalThreadInput, TerminalWriteError, TerminalWriteInput, TextGenerationError, ThreadActivityAppendedPayload, ThreadApprovalResponseRequestedPayload, ThreadArchivedPayload, ThreadCheckpointRevertRequestedPayload, ThreadCreatedPayload, ThreadDeletedPayload, ThreadEnvMode, ThreadId, ThreadInteractionModeSetPayload, ThreadJumpKeybindingCommand, ThreadKeybindingCommand, ThreadMessageSentPayload, ThreadMetaUpdatedPayload, ThreadMetadataUpdatedPayload, ThreadPinReorderedPayload, ThreadPinnedPayload, ThreadProposedPlanUpsertedPayload, ThreadRealtimeAudioDeltaPayload, ThreadRealtimeClosedPayload, ThreadRealtimeErrorPayload, ThreadRealtimeItemAddedPayload, ThreadRealtimeStartedPayload, ThreadRevertedPayload, ThreadRuntimeModeSetPayload, ThreadSessionSetPayload, ThreadSessionStopRequestedPayload, ThreadSettledPayload, ThreadSnoozedPayload, ThreadStartedPayload, ThreadStateChangedPayload, ThreadTitleRegeneration, ThreadTokenUsageSnapshot, ThreadTokenUsageUpdatedPayload, ThreadTurnDiff, ThreadTurnDiffCompletedPayload, ThreadTurnInterruptRequestedPayload, ThreadTurnStartBootstrap, ThreadTurnStartCommand, ThreadTurnStartRequestedPayload, ThreadUnarchivedPayload, ThreadUnpinnedPayload, ThreadUnsettledPayload, ThreadUnsnoozedPayload, TimestampFormat, ToolDeniedPayload, ToolLifecycleItemType, ToolProgressPayload, ToolSummaryPayload, TrimmedNonEmptyString, TrimmedString, TurnAbortedPayload, TurnCompletedPayload, TurnCountRange, TurnDiffUpdatedPayload, TurnId, TurnPlanUpdatedPayload, TurnProposedCompletedPayload, TurnProposedDeltaPayload, TurnStartedPayload, USAGE_CONTRACT_VERSION, UnifiedSettings, UploadChatAttachment, UploadChatImageAttachment, UsageBucket, UsageCostSource, UsageDay, UsagePricing, UsagePricingStatus, UsageProviderKind, UsageReadError, UsageSource, UsageSourceFingerprint, UsageSourceStatus, UsageSummary, UsageSummaryInput, UsageTokenTotals, UserInputQuestion, UserInputQuestionOption, UserInputRequestedPayload, UserInputResolvedPayload, VcsCreateRefInput, VcsCreateRefResult, VcsCreateWorktreeInput, VcsCreateWorktreeResult, VcsDiscoveryItem, VcsDriverCapabilities, VcsDriverKind, VcsError, VcsFreshness, VcsFreshnessSource, VcsInitInput, VcsListRefsInput, VcsListRefsResult, VcsListRemotesResult, VcsListWorkspaceFilesResult, VcsOutputDecodeError, VcsProcessErrorContext, VcsProcessExitError, VcsProcessExitFailure, VcsProcessExitFailureKind, VcsProcessMissingExitCodeError, VcsProcessOutputLimitError, VcsProcessOutputReadError, VcsProcessSpawnError, VcsProcessSpawnFailure, VcsProcessStdinWriteError, VcsProcessTimeoutError, VcsProcessTimeoutFailure, VcsPullInput, VcsPullResult, VcsRef, VcsRemote, VcsRemoveWorktreeInput, VcsRepositoryDetectionError, VcsRepositoryIdentity, VcsStatusInput, VcsStatusLocalResult, VcsStatusRemoteResult, VcsStatusResult, VcsStatusStreamEvent, VcsSwitchRefInput, VcsSwitchRefResult, VcsUnsupportedOperationError, WS_METHODS, WsAssetsCreateUrlRpc, WsCloudGetRelayClientStatusRpc, WsCloudInstallRelayClientRpc, WsFilesystemBrowseRpc, WsGitPreparePullRequestThreadRpc, WsGitResolvePullRequestRpc, WsGitRunStackedActionRpc, WsOrchestrationDispatchCommandRpc, WsOrchestrationGetArchivedShellSnapshotRpc, WsOrchestrationGetFullThreadDiffRpc, WsOrchestrationGetTurnDiffRpc, WsOrchestrationGetWorkflowScriptRpc, WsOrchestrationSearchThreadsRpc, WsOrchestrationSubscribeShellRpc, WsOrchestrationSubscribeThreadRpc, WsPreviewAutomationConnectRpc, WsPreviewAutomationFocusHostRpc, WsPreviewAutomationRespondRpc, WsPreviewCloseRpc, WsPreviewListRpc, WsPreviewNavigateRpc, WsPreviewOpenRpc, WsPreviewRefreshRpc, WsPreviewReportStatusRpc, WsPreviewResizeRpc, WsProjectsListEntriesRpc, WsProjectsReadFileRpc, WsProjectsSearchContentsRpc, WsProjectsSearchEntriesRpc, WsProjectsWriteFileRpc, WsReviewGetDiffFileContentsRpc, WsReviewGetDiffPreviewRpc, WsRpcGroup, WsServerDiscoverSourceControlRpc, WsServerGetBackgroundPolicyRpc, WsServerGetConfigRpc, WsServerGetProcessDiagnosticsRpc, WsServerGetProcessResourceHistoryRpc, WsServerGetResourceTelemetryHistoryRpc, WsServerGetSettingsRpc, WsServerGetTraceDiagnosticsRpc, WsServerGetUsageSummaryRpc, WsServerProbeRpc, WsServerRefreshProvidersRpc, WsServerRemoveKeybindingRpc, WsServerReportClientActivityRpc, WsServerReportHostPowerStateRpc, WsServerRetryResourceTelemetryRpc, WsServerSignalProcessRpc, WsServerUpdateProviderRpc, WsServerUpdateServerRpc, WsServerUpdateServerWithProgressRpc, WsServerUpdateSettingsRpc, WsServerUpsertKeybindingRpc, WsShellOpenInEditorRpc, WsSourceControlCloneRepositoryRpc, WsSourceControlLookupRepositoryRpc, WsSourceControlPublishRepositoryRpc, WsSubscribeAuthAccessRpc, WsSubscribeBackgroundPolicyRpc, WsSubscribeDiscoveredLocalServersRpc, WsSubscribePreviewEventsRpc, WsSubscribeResourceTelemetryRpc, WsSubscribeServerConfigRpc, WsSubscribeServerLifecycleRpc, WsSubscribeTerminalEventsRpc, WsSubscribeTerminalMetadataRpc, WsSubscribeVcsStatusRpc, WsTerminalAttachRpc, WsTerminalClearRpc, WsTerminalCloseRpc, WsTerminalOpenRpc, WsTerminalResizeRpc, WsTerminalRestartRpc, WsTerminalWriteRpc, WsVcsCreateRefRpc, WsVcsCreateWorktreeRpc, WsVcsInitRpc, WsVcsListRefsRpc, WsVcsPullRpc, WsVcsRefreshStatusRpc, WsVcsRemoveWorktreeRpc, WsVcsSwitchRefRpc, classifyTaskAgentKind, defaultInstanceIdForDriver, isExternalLauncherError, isProviderAvailable, isProviderDriverKind, isToolLifecycleItemType, makeProviderSettingsSchema };
|
package/dist/t3tools.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $S as PortSchema, $_ as PreviewListInput, $b as ThreadTurnInterruptRequestedPayload, $c as WsVcsInitRpc, $d as VcsProcessMissingExitCodeError, $f as ServerRemoveKeybindingResult, $g as PreviewAutomationColorScheme, $h as DesktopPreviewRecordingSaveInputSchema, $l as AssetAttachmentNotFoundError, $m as ProviderInterruptTurnInput, $p as SidebarAutoSettleAfterDays, $s as WsPreviewListRpc, $u as GitRunStackedActionResult, $v as EnvironmentConnectHttpApi, $x as AuthClientSession, $y as OrchestrationProposedPlan, AS as ClientKind, A_ as PreviewAutomationSnapshot, Ab as ProviderRequestKind, Ac as WsShellOpenInEditorRpc, Ad as SourceControlProviderDiscoveryItem, Af as ServerProcessResourceHistoryInput, Ag as DesktopUpdateStatusSchema, Ah as TerminalWriteError, Al as ResourceMonitorShutdownCommand, Am as MAX_KEYBINDING_WHEN_LENGTH, Ap as DEFAULT_SERVER_SETTINGS, Au as ProjectSearchEntriesError, Av as AdvertisedEndpointProvider, Ax as ScopedProjectRef, Ay as OrchestrationActorKind, BS as ProviderInstanceId, B_ as PreviewAutomationWaitForInput, Bb as ThreadDeletedPayload, Bc as WsSubscribeServerLifecycleRpc, Bd as SourceControlRepositoryLookupInput, Bf as ServerProviderSkill, Bg as PreviewAnnotationPointSchema, Bh as DesktopPreviewAutomationClickInputSchema, Bl as ResourceTelemetryProcessCategory, Bm as CanonicalItemType, Bp as GrokSettings, Bs as WsGitPreparePullRequestThreadRpc, Bu as GitActionProgressEvent, Bv as RelayClientStatusSchema, Bx as AuthAccessStreamEvent, By as OrchestrationEventType, CS as ServerAuthSessionMethod, C_ as PreviewAutomationResizeInput, Cb as ProjectScript, Cc as WsServerReportHostPowerStateRpc, Cd as SourceControlCloneProtocol, Cf as ServerLifecycleStreamWelcomeEvent, Cg as DesktopSshPasswordPromptResolutionInputSchema, Ch as TerminalResizeInput, Cl as ResourceMonitorHistoryChunkEvent, Cm as KeybindingValue, Cp as CursorSettings, Cu as ProjectFileOperation, Cx as ExecutionEnvironmentCapabilities, Cy as ClientOrchestrationCommand, DS as ClientActivityClientId, D_ as PreviewAutomationScrollInput, Db as ProviderApprovalDecision, Dc as WsServerUpdateServerRpc, Dd as SourceControlDiscoveryStatus, Df as ServerProcessDiagnosticsResult, Dg as DesktopUpdateCheckResultSchema, Dh as TerminalSessionStatus, Dl as ResourceMonitorSetExternalProcessesCommand, Dm as KeybindingsConfigError, Dp as DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, Du as ProjectReadFileError, Dv as AdvertisedEndpoint, Dx as ExecutionEnvironmentPlatformOs, Dy as DispatchResult, ES as BackgroundScope, E_ as PreviewAutomationResultTooLargeError, Eb as ProjectionPendingApprovalStatus, Ec as WsServerUpdateProviderRpc, Ed as SourceControlDiscoveryResult, Ef as ServerProcessDiagnosticsEntry, Eg as DesktopUpdateChannelSchema, Eh as TerminalSessionSnapshot, El as ResourceMonitorSampleNowCommand, Em as KeybindingsConfig, Ep as DEFAULT_CLIENT_SETTINGS, Eu as ProjectListEntriesResult, Ex as ExecutionEnvironmentPlatformArch, Ey as DEFAULT_RUNTIME_MODE, FS as ProviderInstanceConfig, F_ as PreviewAutomationTargetNotEditableError, Fb as ThreadActivityAppendedPayload, Fc as WsSubscribeBackgroundPolicyRpc, Fd as SourceControlPublishRepositoryResult, Ff as ServerProviderAuth, Fg as PickFolderOptionsSchema, Fh as DesktopDiscoveredSshHostSchema, Fl as ResourceTelemetryHistory, Fm as ResolvedKeybindingRule, Fp as DEFAULT_SIDEBAR_THREAD_SORT_ORDER, Fs as WS_METHODS, Fu as ProjectWriteFileResult, Fv as DesktopBackendBootstrap, Fx as AuthAccessReadScope, Fy as OrchestrationCommand, GS as AuthSessionId, G_ as PREVIEW_VIEWPORT_MAX_AREA, Gb as ThreadRevertedPayload, Gc as WsTerminalClearRpc, Gd as VcsError, Gf as ServerProviderUpdateInput, Gg as PreviewAnnotationStyleChangeSchema, Gh as DesktopPreviewAutomationWaitForInputSchema, Gl as ResourceTelemetrySourceHealth, Gm as ProviderRuntimeTurnStatus, Gp as MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Gs as WsOrchestrationGetFullThreadDiffRpc, Gu as GitManagerError, Gv as EnvironmentAuthInvalidError, Gx as AuthAccessTokenType, Gy as OrchestrationGetTurnDiffError, HS as defaultInstanceIdForDriver, H_ as DiscoveredLocalServer, Hb as ThreadMessageSentPayload, Hc as WsSubscribeTerminalMetadataRpc, Hd as VcsDiscoveryItem, Hf as ServerProviderSlashCommandInput, Hg as PreviewAnnotationRegionTargetSchema, Hh as DesktopPreviewAutomationPressInputSchema, Hl as ResourceTelemetryProcessSummary, Hm as ItemLifecyclePayload, Hp as MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Hs as WsGitRunStackedActionRpc, Hu as GitActionProgressPhase, Hv as AuthOtherClientSessionsRevokeResult, Hx as AuthAccessStreamPairingLinkUpsertedEvent, Hy as OrchestrationGetFullThreadDiffInput, IS as ProviderInstanceConfigMap, I_ as PreviewAutomationTimeoutError, Ib as ThreadApprovalResponseRequestedPayload, Ic as WsSubscribeDiscoveredLocalServersRpc, Id as SourceControlPublishStatus, If as ServerProviderAuthStatus, Ig as PickedElementPayloadSchema, Ih as DesktopEnvironmentBootstrapSchema, Il as ResourceTelemetryHistoryBucket, Im as ResolvedKeybindingsConfig, Ip as DEFAULT_TIMESTAMP_FORMAT, Is as WsAssetsCreateUrlRpc, Iu as T3ProjectFile, Iv as RelayClientInstallFailedError, Ix as AuthAccessSnapshot, Iy as OrchestrationCommandReceiptStatus, JS as EnvironmentId, J_ as PREVIEW_VIEWPORT_PRESET_IDS, Jb as ThreadSessionStopRequestedPayload, Jc as WsTerminalResizeRpc, Jd as VcsListRemotesResult, Jf as ServerProviderUpdatedPayload, Jg as PREVIEW_AUTOMATION_V1_OPERATIONS, Jh as DesktopPreviewNavStatusSchema, Jl as ReviewDiffPreviewInput, Jm as ThreadTokenUsageSnapshot, Jp as OpenCodeSettings, Js as WsOrchestrationSubscribeThreadRpc, Ju as GitPreparePullRequestThreadResult, Jv as EnvironmentAuthenticatedPrincipal, Jx as AuthBrowserSessionRequest, Jy as OrchestrationLatestTurn, KS as CheckpointRef, K_ as PREVIEW_VIEWPORT_MAX_DIMENSION, Kb as ThreadRuntimeModeSetPayload, Kc as WsTerminalCloseRpc, Kd as VcsFreshness, Kf as ServerProviderUpdateState, Kg as BrowserNavigationTarget, Kh as DesktopPreviewColorSchemeSchema, Kl as ResourceTelemetrySourceStatus, Km as RuntimeEventRaw, Kp as MIN_SIDEBAR_THREAD_PREVIEW_COUNT, Ks as WsOrchestrationGetTurnDiffRpc, Ku as GitManagerServiceError, Kv as EnvironmentAuthInvalidReason, Kx as AuthAccessWriteScope, Ky as OrchestrationGetTurnDiffInput, LS as ProviderInstanceEnvironment, L_ as PreviewAutomationTypeInput, Lb as ThreadArchivedPayload, Lc as WsSubscribePreviewEventsRpc, Ld as SourceControlRepositoryCloneUrls, Lf as ServerProviderAvailability, Lg as PickedElementStackFrameSchema, Lh as DesktopPreviewAnnotationThemeInputSchema, Ll as ResourceTelemetryHistoryInput, Lm as SCRIPT_RUN_COMMAND_PATTERN, Lp as DEFAULT_UNIFIED_SETTINGS, Ls as WsCloudGetRelayClientStatusRpc, Lu as T3ProjectFileScript, Lv as RelayClientInstallFailureReasonSchema, Lx as AuthAccessStreamClientRemovedEvent, Ly as OrchestrationDispatchCommandError, MS as HostPowerSource, M_ as PreviewAutomationStreamEvent, Mb as ProviderSessionRuntimeStatus, Mc as WsSourceControlLookupRepositoryRpc, Md as SourceControlProviderInfo, Mf as ServerProcessResourceHistorySummary, Mg as DesktopWslStateSchema, Mh as ContextMenuItemSchema, Ml as ResourceTelemetryAggregate, Mm as MAX_WHEN_EXPRESSION_DEPTH, Mp as DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, Mu as ProjectSearchEntriesResult, Mv as AdvertisedEndpointReachability, Mx as ScopedThreadSessionRef, My as OrchestrationCheckpointFile, NS as HostPowerThermalState, N_ as PreviewAutomationTabNotFoundError, Nb as ProviderUserInputAnswers, Nc as WsSourceControlPublishRepositoryRpc, Nd as SourceControlProviderKind, Nf as ServerProcessSignal, Ng as PRIMARY_LOCAL_ENVIRONMENT_ID, Nh as DesktopAppBrandingSchema, Nl as ResourceTelemetryGroups, Nm as MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, Np as DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, Nu as ProjectWriteFileError, Nv as AdvertisedEndpointSource, Nx as ServerSelfUpdateCapability, Ny as OrchestrationCheckpointStatus, OS as ClientActivityLease, O_ as PreviewAutomationSetColorSchemeInput, Ob as ProviderApprovalPolicy, Oc as WsServerUpdateSettingsRpc, Od as SourceControlProviderAuth, Of as ServerProcessResourceHistoryBucket, Og as DesktopUpdateReleaseNoteSchema, Oh as TerminalSummary, Ol as ResourceMonitorSetSampleIntervalCommand, Om as MAX_KEYBINDINGS_COUNT, Op as DEFAULT_GLASS_OPACITY, Ou as ProjectReadFileInput, Ov as AdvertisedEndpointCompatibility, Ox as RepositoryIdentity, Oy as ModelSelection, PS as ProviderDriverKind, P_ as PreviewAutomationTabTargetInput, Pb as RuntimeMode, Pc as WsSubscribeAuthAccessRpc, Pd as SourceControlPublishRepositoryInput, Pf as ServerProvider, Pg as PersistedSavedEnvironmentRecordSchema, Ph as DesktopAppStageLabelSchema, Pl as ResourceTelemetryHealth, Pm as MODEL_PICKER_KEYBINDING_COMMANDS, Pp as DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, Pu as ProjectWriteFileInput, Pv as AdvertisedEndpointStatus, Px as ServerSelfUpdateMethod, Py as OrchestrationCheckpointSummary, QS as NonNegativeInt, Q_ as PreviewInvalidUrlError, Qb as ThreadTurnDiffCompletedPayload, Qc as WsVcsCreateWorktreeRpc, Qd as VcsProcessExitFailureKind, Qf as ServerRemoveKeybindingInput, Qg as PreviewAutomationClientId, Qh as DesktopPreviewRecordingFrameSchema, Ql as AssetAccessError, Qm as ProviderEvent, Qp as ServerSettingsPatch, Qs as WsPreviewCloseRpc, Qu as GitRunStackedActionInput, Qv as EnvironmentCloudRelayConfigResult, Qx as AuthClientPresentationMetadata, Qy as OrchestrationProjectShell, RS as ProviderInstanceEnvironmentVariable, R_ as PreviewAutomationUnavailableError, Rb as ThreadCheckpointRevertRequestedPayload, Rc as WsSubscribeResourceTelemetryRpc, Rd as SourceControlRepositoryError, Rf as ServerProviderContinuation, Rg as PreviewAnnotationElementTargetSchema, Rh as DesktopPreviewAnnotationThemeSchema, Rl as ResourceTelemetryIoSemantics, Rm as THREAD_JUMP_KEYBINDING_COMMANDS, Rp as EnvironmentIdentificationMode, Rs as WsCloudInstallRelayClientRpc, Ru as T3_PROJECT_FILE_NAME, Rv as RelayClientInstallProgressEventSchema, Rx as AuthAccessStreamClientUpsertedEvent, Ry as OrchestrationEvent, SS as ServerAuthPolicy, S_ as PreviewAutomationRequestQueueClosedError, Sb as ProjectMetaUpdatedPayload, Sc as WsServerReportClientActivityRpc, Sd as ChangeRequestState, Sf as ServerLifecycleStreamReadyEvent, Sg as DesktopSshPasswordPromptRequestSchema, Sh as TerminalResizeError, Sl as ResourceMonitorHelloEvent, Sm as KeybindingShortcut, Sp as CodexSettings, Su as ProjectFileFailure, Sx as EnvironmentConnectionState, Sy as ChatImageAttachment, TS as BackgroundPolicySnapshot, T_ as PreviewAutomationResponse, Tb as ProjectionPendingApprovalDecision, Tc as WsServerSignalProcessRpc, Td as SourceControlCloneRepositoryResult, Tf as ServerObservability, Tg as DesktopUpdateActionResultSchema, Th as TerminalSessionLookupError, Tl as ResourceMonitorReadHistoryCommand, Tm as KeybindingWhenNode, Tp as DEFAULT_BACKGROUND_ACTIVITY_PROFILE, Tu as ProjectListEntriesInput, Tx as ExecutionEnvironmentPlatform, Ty as DEFAULT_PROVIDER_INTERACTION_MODE, US as isProviderDriverKind, U_ as DiscoveredLocalServerList, Ub as ThreadMetaUpdatedPayload, Uc as WsSubscribeVcsStatusRpc, Ud as VcsDriverCapabilities, Uf as ServerProviderState, Ug as PreviewAnnotationScreenshotSchema, Uh as DesktopPreviewAutomationScrollInputSchema, Ul as ResourceTelemetryRetryResult, Um as ProviderRuntimeEvent, Up as MAX_SIDEBAR_THREAD_PREVIEW_COUNT, Us as WsOrchestrationDispatchCommandRpc, Uu as GitActionProgressStream, Uv as AuthPairingLinkRevokeResult, Ux as AuthAccessStreamSnapshotEvent, Uy as OrchestrationGetFullThreadDiffResult, VS as ProviderInstanceRef, V_ as PreviewUrlResolution, Vb as ThreadInteractionModeSetPayload, Vc as WsSubscribeTerminalEventsRpc, Vd as SourceControlRepositoryVisibility, Vf as ServerProviderSlashCommand, Vg as PreviewAnnotationRectSchema, Vh as DesktopPreviewAutomationEvaluateInputSchema, Vl as ResourceTelemetryProcessIdentity, Vm as CanonicalRequestType, Vp as MAX_GLASS_OPACITY, Vs as WsGitResolvePullRequestRpc, Vu as GitActionProgressKind, Vv as AuthClientSessionRevokeResult, Vx as AuthAccessStreamPairingLinkRemovedEvent, Vy as OrchestrationGetFullThreadDiffError, WS as ApprovalRequestId, W_ as FILL_PREVIEW_VIEWPORT, Wb as ThreadProposedPlanUpsertedPayload, Wc as WsTerminalAttachRpc, Wd as VcsDriverKind, Wf as ServerProviderUpdateError, Wg as PreviewAnnotationStrokeTargetSchema, Wh as DesktopPreviewAutomationTypeInputSchema, Wl as ResourceTelemetrySnapshot, Wm as ProviderRuntimeEventV2, Wp as MIN_GLASS_OPACITY, Ws as WsOrchestrationGetArchivedShellSnapshotRpc, Wu as GitCommandError, Wv as EnvironmentAuthHttpApi, Wx as AuthAccessTokenResult, Wy as OrchestrationGetSnapshotError, XS as IsoDateTime, X_ as PreviewError, Xb as ThreadSnoozedPayload, Xc as WsTerminalWriteRpc, Xd as VcsOutputDecodeError, Xf as ServerProviderVersionAdvisoryStatus, Xg as PreviewAutomationClickInput, Xh as DesktopPreviewPointerEventSchema, Xl as ReviewDiffPreviewSource, Xm as UserInputQuestion, Xp as ServerSettingsError, Xs as WsPreviewAutomationFocusHostRpc, Xu as GitPullRequestRefInput, Xv as EnvironmentCloudLinkStateResult, Xx as AuthClientMetadata, Xy as OrchestrationMessageRole, YS as EventId, Y_ as PreviewCloseInput, Yb as ThreadSettledPayload, Yc as WsTerminalRestartRpc, Yd as VcsListWorkspaceFilesResult, Yf as ServerProviderVersionAdvisory, Yg as PreviewAutomationActionEvent, Yh as DesktopPreviewNavigateInputSchema, Yl as ReviewDiffPreviewResult, Ym as ToolLifecycleItemType, Yp as ServerSettings, Ys as WsPreviewAutomationConnectRpc, Yu as GitPullRequestMaterializationError, Yv as EnvironmentCloudEndpointUnavailableError, Yx as AuthBrowserSessionResult, Yy as OrchestrationMessage, ZS as MessageId, Z_ as PreviewEvent, Zb as ThreadTurnDiff, Zc as WsVcsCreateRefRpc, Zd as VcsProcessExitError, Zf as ServerProviders, Zg as PreviewAutomationClientDisconnectedError, Zh as DesktopPreviewRecordingArtifactSchema, Zl as ReviewDiffPreviewSourceKind, Zm as isToolLifecycleItemType, Zp as ServerSettingsOperation, Zs as WsPreviewAutomationRespondRpc, Zu as GitResolvePullRequestResult, Zv as EnvironmentCloudPreferencesRequest, Zx as AuthClientMetadataDeviceType, Zy as OrchestrationProject, _S as AuthTokenExchangeRequest, __ as PreviewAutomationPressInput, _b as PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, _c as WsServerGetSettingsRpc, _d as VcsStatusResult, _f as ServerConfigStreamSettingsUpdatedEvent, _g as DesktopSshEnvironmentTargetSchema, _h as TerminalEvent, _l as ResourceMonitorCommand, _m as ExternalLauncherUnsupportedEditorError, _p as BackgroundActivityProfileSelection, _u as FilesystemBrowseFailure, _x as ProviderOptionDescriptorType, _y as EnvironmentScopeRequiredError, aC as RuntimeRequestId, aS as AuthOrchestrationReadScope, a_ as PreviewAutomationEvaluateInput, ab as OrchestrationShellSnapshot, ac as WsProjectsListEntriesRpc, ad as VcsCreateWorktreeInput, af as VcsRemote, ag as DesktopPreviewTabStateSchema, ah as ProviderStopSessionInput, al as DesktopElectronProcessMetric, am as SourceControlWritingStyleSettings, ap as ServerTraceDiagnosticsErrorKind, au as AssetProjectFaviconResolutionError, av as PreviewRenderedViewportSize, ax as TurnCountRange, ay as EnvironmentHttpInternalServerError, bS as ServerAuthBootstrapMethod, b_ as PreviewAutomationRemoteUnavailableError, bb as ProjectCreatedPayload, bc as WsServerRefreshProvidersRpc, bd as VcsSwitchRefResult, bf as ServerLifecycleReadyPayload, bg as DesktopSshPasswordPromptCancelledResultSchema, bh as TerminalNotRunningError, bl as ResourceMonitorEvent, bm as KeybindingCommand, bp as ClientSettingsPatch, bu as ProjectEntriesFailure, bx as ProviderOptionSelections, by as AssistantDeliveryMode, cC as ThreadId, cS as AuthRelayReadScope, c_ as PreviewAutomationHostFocus, cb as OrchestrationSubscribeShellInput, cc as WsProjectsWriteFileRpc, cd as VcsListRefsInput, cf as VcsUnsupportedOperationError, cg as DesktopRuntimeInfoSchema, ch as TerminalAttachInput, cl as DesktopHostTelemetryMessage, cm as makeProviderSettingsSchema, cp as ServerTraceDiagnosticsRecentFailure, cu as AssetWorkspaceAssetInspectionError, cv as PreviewSessionLookupError, cx as DEFAULT_MODEL_BY_PROVIDER, cy as EnvironmentInternalErrorReason, dC as TurnId, dS as AuthRevokeClientSessionInput, d_ as PreviewAutomationMalformedResponseError, db as OrchestrationThreadActivity, dc as WsServerDiscoverSourceControlRpc, dd as VcsPullResult, df as ServerConfigKeybindingsUpdatedPayload, dg as DesktopSshBearerBootstrapInputSchema, dh as TerminalCloseInput, dl as DesktopTelemetrySetDiagnosticsDemand, dm as EditorLaunchStyle, dp as ServerTraceDiagnosticsSpanSummary, du as AssetWorkspaceContextResolutionError, dv as PreviewViewportPresetId, dx as MODEL_SLUG_ALIASES_BY_PROVIDER, dy as EnvironmentOperationForbiddenReason, eC as PositiveInt, eS as AuthCreatePairingCredentialInput, e_ as PreviewAutomationConnectionId, eb as OrchestrationProposedPlanId, ec as WsPreviewNavigateRpc, ed as GitRunStackedActionToastRunAction, ef as VcsProcessOutputLimitError, eg as DesktopPreviewRegisterWebviewInputSchema, eh as ProviderRespondToRequestInput, el as WsVcsListRefsRpc, em as SidebarProjectGroupingMode, ep as ServerSelfUpdateError, eu as AssetCreateUrlInput, ev as PreviewListResult, ex as ThreadTurnStartCommand, ey as EnvironmentHttpApi, fS as AuthRevokePairingLinkInput, f_ as PreviewAutomationNavigateInput, fb as OrchestrationThreadActivityTone, fc as WsServerGetBackgroundPolicyRpc, fd as VcsRef, ff as ServerConfigProviderStatusesPayload, fg as DesktopSshBearerRequestInputSchema, fh as TerminalCwdError, fl as DesktopTelemetrySetHostPowerIntervals, fm as ExternalLauncherBrowserSpawnError, fp as ServerUpsertKeybindingInput, fu as AssetWorkspacePathValidationError, fv as PreviewViewportSetting, fx as ModelCapabilities, fy as EnvironmentOrchestrationHttpApi, gS as AuthTokenExchangeGrantType, g_ as PreviewAutomationOperation, gb as PROVIDER_SEND_TURN_MAX_ATTACHMENTS, gc as WsServerGetResourceTelemetryHistoryRpc, gd as VcsStatusRemoteResult, gf as ServerConfigStreamProviderStatusesEvent, gg as DesktopSshEnvironmentEnsureResultSchema, gh as TerminalError, gl as ResourceMonitorCapabilities, gm as ExternalLauncherUnknownEditorError, gp as BackgroundActivityProfile, gu as FilesystemBrowseError, gx as ProviderOptionDescriptor, gy as EnvironmentResourceNotFoundReason, hS as AuthTerminalOperateScope, h_ as PreviewAutomationOpenInput, hb as OrchestrationThreadStreamItem, hc as WsServerGetProcessResourceHistoryRpc, hd as VcsStatusLocalResult, hf as ServerConfigStreamKeybindingsUpdatedEvent, hg as DesktopSshEnvironmentEnsureOptionsSchema, hh as TerminalCwdStatError, hl as ResourceAttributionSnapshot, hm as ExternalLauncherError, hp as BackgroundActivityOverrides, hu as FilesystemBrowseEntry, hx as ProviderOptionChoice, hy as EnvironmentResourceNotFoundError, iC as RuntimeItemId, iS as AuthOrchestrationOperateScope, i_ as PreviewAutomationError, ib as OrchestrationSessionStatus, ic as WsPreviewResizeRpc, id as VcsCreateRefResult, if as VcsProcessTimeoutError, ig as DesktopPreviewTabInputSchema, ih as ProviderSessionStartInput, il as WsVcsSwitchRefRpc, im as SourceControlWritingStyleMode, ip as ServerSignalProcessResult, iu as AssetProjectFaviconNotFoundError, iv as PreviewRefreshInput, ix as ThreadUnsnoozedPayload, iy as EnvironmentHttpForbiddenError, jS as HostPowerSnapshot, j_ as PreviewAutomationStatus, jb as ProviderSandboxMode, jc as WsSourceControlCloneRepositoryRpc, jd as SourceControlProviderError, jf as ServerProcessResourceHistoryResult, jg as DesktopWslDistroSchema, jh as TerminalWriteInput, jl as ResourceMonitorSnapshotEvent, jm as MAX_SCRIPT_ID_LENGTH, jp as DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, ju as ProjectSearchEntriesInput, jv as AdvertisedEndpointProviderKind, jx as ScopedThreadRef, jy as OrchestrationAggregateKind, kS as ClientActivityReportInput, k_ as PreviewAutomationSetColorSchemeResult, kb as ProviderInteractionMode, kc as WsServerUpsertKeybindingRpc, kd as SourceControlProviderAuthStatus, kf as ServerProcessResourceHistoryFailureTag, kg as DesktopUpdateStateSchema, kh as TerminalThreadInput, kl as ResourceMonitorSetStreamingCommand, km as MAX_KEYBINDING_VALUE_LENGTH, kp as DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, ku as ProjectReadFileResult, kv as AdvertisedEndpointHostedHttpsCompatibility, kx as RepositoryIdentityLocator, ky as ORCHESTRATION_WS_METHODS, lC as TrimmedNonEmptyString, lS as AuthRelayWriteScope, l_ as PreviewAutomationHostIdentity, lb as OrchestrationSubscribeThreadInput, lc as WsReviewGetDiffPreviewRpc, ld as VcsListRefsResult, lf as ServerConfig, lg as DesktopServerExposureModeSchema, lh as TerminalAttachStreamEvent, ll as DesktopHostTelemetrySnapshot, lm as EDITORS, lp as ServerTraceDiagnosticsResult, lu as AssetWorkspaceAssetNotFoundError, lv as PreviewSessionSnapshot, lx as DEFAULT_TEXT_GENERATION_MODEL, ly as EnvironmentMetadataHttpApi, mS as AuthStandardClientScopes, m_ as PreviewAutomationNoAvailableHostError, mb as OrchestrationThreadShell, mc as WsServerGetProcessDiagnosticsRpc, md as VcsStatusInput, mf as ServerConfigStreamEvent, mg as DesktopSshEnvironmentEnsureInputSchema, mh as TerminalCwdNotFoundError, ml as ResourceAttributionEntry, mm as ExternalLauncherEditorSpawnError, mp as isProviderAvailable, mu as AssetWorkspaceRootNormalizationError, mx as PROVIDER_DISPLAY_NAMES, my as EnvironmentRequestInvalidReason, nC as ProviderItemId, nS as AuthEnvironmentScope, n_ as PreviewAutomationControlInterruptedError, nb as OrchestrationRpcSchemas, nc as WsPreviewRefreshRpc, nd as TextGenerationError, nf as VcsProcessSpawnError, ng as DesktopPreviewSetColorSchemeInputSchema, nh as ProviderSendTurnInput, nl as WsVcsRefreshStatusRpc, nm as SidebarThreadPreviewCount, np as ServerSelfUpdateResult, nu as AssetPreviewTypeValidationError, nv as PreviewNavigateInput, nx as ThreadUnarchivedPayload, ny as EnvironmentHttpCommonError, oC as RuntimeSessionId, oS as AuthPairingCredentialResult, o_ as PreviewAutomationExecutionError, ob as OrchestrationShellStreamEvent, oc as WsProjectsReadFileRpc, od as VcsCreateWorktreeResult, of as VcsRepositoryDetectionError, og as DesktopPreviewWebviewConfigSchema, oh as ProviderTurnStartResult, ol as DesktopElectronProcessType, om as ThreadEnvMode, op as ServerTraceDiagnosticsFailureSummary, ou as AssetResource, ov as PreviewReportStatusInput, ox as BooleanProviderOptionDescriptor, oy as EnvironmentHttpUnauthorizedError, pS as AuthSessionState, p_ as PreviewAutomationNetworkEntry, pb as OrchestrationThreadDetailSnapshot, pc as WsServerGetConfigRpc, pd as VcsRemoveWorktreeInput, pf as ServerConfigSettingsUpdatedPayload, pg as DesktopSshEnvironmentBootstrapSchema, ph as TerminalCwdNotDirectoryError, pl as RESOURCE_MONITOR_PROTOCOL_VERSION, pm as ExternalLauncherCommandNotFoundError, pp as ServerUpsertKeybindingResult, pu as AssetWorkspaceResolutionError, pv as PreviewViewportSize, px as PREFERRED_DEFAULT_CODEX_MODELS, py as EnvironmentRequestInvalidError, qS as CommandId, q_ as PREVIEW_VIEWPORT_MIN_DIMENSION, qb as ThreadSessionSetPayload, qc as WsTerminalOpenRpc, qd as VcsFreshnessSource, qf as ServerProviderUpdateStatus, qg as PREVIEW_AUTOMATION_OPERATIONS, qh as DesktopPreviewConfigInputSchema, ql as ReviewDiffPreviewError, qm as TOOL_LIFECYCLE_ITEM_TYPES, qp as ObservabilitySettings, qs as WsOrchestrationSubscribeShellRpc, qu as GitPreparePullRequestThreadInput, qv as EnvironmentAuthenticatedAuth, qx as AuthAdministrativeScopes, qy as OrchestrationGetTurnDiffResult, rC as RpcClientId, rS as AuthEnvironmentScopes, r_ as PreviewAutomationElement, rb as OrchestrationSession, rc as WsPreviewReportStatusRpc, rd as VcsCreateRefInput, rf as VcsProcessStdinWriteError, rg as DesktopPreviewTabIdSchema, rh as ProviderSession, rl as WsVcsRemoveWorktreeRpc, rm as SidebarThreadSortOrder, rp as ServerSignalProcessInput, ru as AssetProjectFaviconInspectionError, rv as PreviewOpenInput, rx as ThreadUnsettledPayload, ry as EnvironmentHttpConflictError, sC as RuntimeTaskId, sS as AuthPairingLink, s_ as PreviewAutomationHost, sb as OrchestrationShellStreamItem, sc as WsProjectsSearchEntriesRpc, sd as VcsInitInput, sf as VcsRepositoryIdentity, sg as DesktopRuntimeArchSchema, sh as DEFAULT_TERMINAL_ID, sl as DesktopHostTelemetryHello, sm as TimestampFormat, sp as ServerTraceDiagnosticsLogEvent, su as AssetSigningKeyLoadError, sv as PreviewResizeInput, sx as DEFAULT_MODEL, sy as EnvironmentInternalError, tC as ProjectId, tS as AuthEnvironmentBootstrapTokenType, t_ as PreviewAutomationConsoleEntry, tb as OrchestrationReadModel, tc as WsPreviewOpenRpc, td as GitStackedAction, tf as VcsProcessOutputReadError, tg as DesktopPreviewScreenshotArtifactSchema, th as ProviderRespondToUserInputInput, tl as WsVcsPullRpc, tm as SidebarProjectSortOrder, tp as ServerSelfUpdateInput, tu as AssetCreateUrlResult, tv as PreviewNavStatus, tx as ThreadTurnStartRequestedPayload, ty as EnvironmentHttpBadRequestError, uC as TrimmedString, uS as AuthReviewWriteScope, u_ as PreviewAutomationInvalidSelectorError, ub as OrchestrationThread, uc as WsRpcGroup, ud as VcsPullInput, uf as ServerConfigIssue, ug as DesktopServerExposureStateSchema, uh as TerminalClearInput, ul as DesktopTelemetryControlMessage, um as EditorId, up as ServerTraceDiagnosticsSpanOccurrence, uu as AssetWorkspaceContextNotFoundError, uv as PreviewTabId, ux as DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, uy as EnvironmentOperationForbiddenError, vS as AuthWebSocketTicketResult, v_ as PreviewAutomationRecordingArtifact, vb as PROVIDER_SEND_TURN_MAX_INPUT_CHARS, vc as WsServerGetTraceDiagnosticsRpc, vd as VcsStatusStreamEvent, vf as ServerConfigStreamSnapshotEvent, vg as DesktopSshHostSourceSchema, vh as TerminalHistoryError, vl as ResourceMonitorConfigureCommand, vm as LaunchEditorInput, vp as BackgroundActivitySettings, vu as FilesystemBrowseInput, vx as ProviderOptionSelection, wS as BackgroundBooleanState, w_ as PreviewAutomationResizeResult, wb as ProjectScriptIcon, wc as WsServerRetryResourceTelemetryRpc, wd as SourceControlCloneRepositoryInput, wf as ServerLifecycleWelcomePayload, wg as DesktopThemeSchema, wh as TerminalRestartInput, wl as ResourceMonitorProcessSample, wm as KeybindingWhen, wp as DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, wu as ProjectListEntriesError, wx as ExecutionEnvironmentDescriptor, wy as CorrelationId, xS as ServerAuthDescriptor, x_ as PreviewAutomationRequest, xb as ProjectDeletedPayload, xc as WsServerRemoveKeybindingRpc, xd as ChangeRequest, xf as ServerLifecycleStreamEvent, xg as DesktopSshPasswordPromptCancelledType, xh as TerminalOpenInput, xl as ResourceMonitorExternalProcess, xm as KeybindingRule, xp as ClientSettingsSchema, xu as ProjectEntry, xx as SelectProviderOptionDescriptor, xy as ChatAttachment, yS as EnvironmentAuthorizationError, y_ as PreviewAutomationRecordingStatus, yb as ProjectCreateCommand, yc as WsServerProbeRpc, yd as VcsSwitchRefInput, yf as ServerConfigUpdatedPayload, yg as DesktopSshHttpBaseUrlInputSchema, yh as TerminalMetadataStreamEvent, yl as ResourceMonitorErrorEvent, ym as isExternalLauncherError, yp as ClaudeSettings, yu as FilesystemBrowseResult, yx as ProviderOptionSelectionValue, zS as ProviderInstanceEnvironmentVariableName, z_ as PreviewAutomationUnsupportedClientError, zb as ThreadCreatedPayload, zc as WsSubscribeServerConfigRpc, zd as SourceControlRepositoryInfo, zf as ServerProviderModel, zg as PreviewAnnotationPayloadSchema, zh as DesktopPreviewArtifactInputSchema, zl as ResourceTelemetryProcess, zm as THREAD_KEYBINDING_COMMANDS, zp as GlassOpacity, zs as WsFilesystemBrowseRpc, zu as T3_PROJECT_FILE_SCHEMA_URL, zv as RelayClientInstallProgressStageSchema, zx as AuthAccessStreamError, zy as OrchestrationEventMetadata } from "./shared.js";
|
|
2
|
-
export { AdvertisedEndpoint, AdvertisedEndpointCompatibility, AdvertisedEndpointHostedHttpsCompatibility, AdvertisedEndpointProvider, AdvertisedEndpointProviderKind, AdvertisedEndpointReachability, AdvertisedEndpointSource, AdvertisedEndpointStatus, ApprovalRequestId, AssetAccessError, AssetAttachmentNotFoundError, AssetCreateUrlInput, AssetCreateUrlResult, AssetPreviewTypeValidationError, AssetProjectFaviconInspectionError, AssetProjectFaviconNotFoundError, AssetProjectFaviconResolutionError, AssetResource, AssetSigningKeyLoadError, AssetWorkspaceAssetInspectionError, AssetWorkspaceAssetNotFoundError, AssetWorkspaceContextNotFoundError, AssetWorkspaceContextResolutionError, AssetWorkspacePathValidationError, AssetWorkspaceResolutionError, AssetWorkspaceRootNormalizationError, AssistantDeliveryMode, AuthAccessReadScope, AuthAccessSnapshot, AuthAccessStreamClientRemovedEvent, AuthAccessStreamClientUpsertedEvent, AuthAccessStreamError, AuthAccessStreamEvent, AuthAccessStreamPairingLinkRemovedEvent, AuthAccessStreamPairingLinkUpsertedEvent, AuthAccessStreamSnapshotEvent, AuthAccessTokenResult, AuthAccessTokenType, AuthAccessWriteScope, AuthAdministrativeScopes, AuthBrowserSessionRequest, AuthBrowserSessionResult, AuthClientMetadata, AuthClientMetadataDeviceType, AuthClientPresentationMetadata, AuthClientSession, AuthClientSessionRevokeResult, AuthCreatePairingCredentialInput, AuthEnvironmentBootstrapTokenType, AuthEnvironmentScope, AuthEnvironmentScopes, AuthOrchestrationOperateScope, AuthOrchestrationReadScope, AuthOtherClientSessionsRevokeResult, AuthPairingCredentialResult, AuthPairingLink, AuthPairingLinkRevokeResult, AuthRelayReadScope, AuthRelayWriteScope, AuthReviewWriteScope, AuthRevokeClientSessionInput, AuthRevokePairingLinkInput, AuthSessionId, AuthSessionState, AuthStandardClientScopes, AuthTerminalOperateScope, AuthTokenExchangeGrantType, AuthTokenExchangeRequest, AuthWebSocketTicketResult, BackgroundActivityOverrides, BackgroundActivityProfile, BackgroundActivityProfileSelection, BackgroundActivitySettings, BackgroundBooleanState, BackgroundPolicySnapshot, BackgroundScope, BooleanProviderOptionDescriptor, BrowserNavigationTarget, CanonicalItemType, CanonicalRequestType, ChangeRequest, ChangeRequestState, ChatAttachment, ChatImageAttachment, CheckpointRef, ClaudeSettings, ClientActivityClientId, ClientActivityLease, ClientActivityReportInput, ClientKind, ClientOrchestrationCommand, ClientSettingsPatch, ClientSettingsSchema, CodexSettings, CommandId, ContextMenuItemSchema, CorrelationId, CursorSettings, DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, DEFAULT_BACKGROUND_ACTIVITY_PROFILE, DEFAULT_CLIENT_SETTINGS, DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, DEFAULT_GLASS_OPACITY, DEFAULT_MODEL, DEFAULT_MODEL_BY_PROVIDER, DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, DEFAULT_PROVIDER_INTERACTION_MODE, DEFAULT_RUNTIME_MODE, DEFAULT_SERVER_SETTINGS, DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, DEFAULT_SIDEBAR_THREAD_SORT_ORDER, DEFAULT_TERMINAL_ID, DEFAULT_TEXT_GENERATION_MODEL, DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, DEFAULT_TIMESTAMP_FORMAT, DEFAULT_UNIFIED_SETTINGS, DesktopAppBrandingSchema, DesktopAppStageLabelSchema, DesktopBackendBootstrap, DesktopDiscoveredSshHostSchema, DesktopElectronProcessMetric, DesktopElectronProcessType, DesktopEnvironmentBootstrapSchema, DesktopHostTelemetryHello, DesktopHostTelemetryMessage, DesktopHostTelemetrySnapshot, DesktopPreviewAnnotationThemeInputSchema, DesktopPreviewAnnotationThemeSchema, DesktopPreviewArtifactInputSchema, DesktopPreviewAutomationClickInputSchema, DesktopPreviewAutomationEvaluateInputSchema, DesktopPreviewAutomationPressInputSchema, DesktopPreviewAutomationScrollInputSchema, DesktopPreviewAutomationTypeInputSchema, DesktopPreviewAutomationWaitForInputSchema, DesktopPreviewColorSchemeSchema, DesktopPreviewConfigInputSchema, DesktopPreviewNavStatusSchema, DesktopPreviewNavigateInputSchema, DesktopPreviewPointerEventSchema, DesktopPreviewRecordingArtifactSchema, DesktopPreviewRecordingFrameSchema, DesktopPreviewRecordingSaveInputSchema, DesktopPreviewRegisterWebviewInputSchema, DesktopPreviewScreenshotArtifactSchema, DesktopPreviewSetColorSchemeInputSchema, DesktopPreviewTabIdSchema, DesktopPreviewTabInputSchema, DesktopPreviewTabStateSchema, DesktopPreviewWebviewConfigSchema, DesktopRuntimeArchSchema, DesktopRuntimeInfoSchema, DesktopServerExposureModeSchema, DesktopServerExposureStateSchema, DesktopSshBearerBootstrapInputSchema, DesktopSshBearerRequestInputSchema, DesktopSshEnvironmentBootstrapSchema, DesktopSshEnvironmentEnsureInputSchema, DesktopSshEnvironmentEnsureOptionsSchema, DesktopSshEnvironmentEnsureResultSchema, DesktopSshEnvironmentTargetSchema, DesktopSshHostSourceSchema, DesktopSshHttpBaseUrlInputSchema, DesktopSshPasswordPromptCancelledResultSchema, DesktopSshPasswordPromptCancelledType, DesktopSshPasswordPromptRequestSchema, DesktopSshPasswordPromptResolutionInputSchema, DesktopTelemetryControlMessage, DesktopTelemetrySetDiagnosticsDemand, DesktopTelemetrySetHostPowerIntervals, DesktopThemeSchema, DesktopUpdateActionResultSchema, DesktopUpdateChannelSchema, DesktopUpdateCheckResultSchema, DesktopUpdateReleaseNoteSchema, DesktopUpdateStateSchema, DesktopUpdateStatusSchema, DesktopWslDistroSchema, DesktopWslStateSchema, DiscoveredLocalServer, DiscoveredLocalServerList, DispatchResult, EDITORS, EditorId, EditorLaunchStyle, EnvironmentAuthHttpApi, EnvironmentAuthInvalidError, EnvironmentAuthInvalidReason, EnvironmentAuthenticatedAuth, EnvironmentAuthenticatedPrincipal, EnvironmentAuthorizationError, EnvironmentCloudEndpointUnavailableError, EnvironmentCloudLinkStateResult, EnvironmentCloudPreferencesRequest, EnvironmentCloudRelayConfigResult, EnvironmentConnectHttpApi, EnvironmentConnectionState, EnvironmentHttpApi, EnvironmentHttpBadRequestError, EnvironmentHttpCommonError, EnvironmentHttpConflictError, EnvironmentHttpForbiddenError, EnvironmentHttpInternalServerError, EnvironmentHttpUnauthorizedError, EnvironmentId, EnvironmentIdentificationMode, EnvironmentInternalError, EnvironmentInternalErrorReason, EnvironmentMetadataHttpApi, EnvironmentOperationForbiddenError, EnvironmentOperationForbiddenReason, EnvironmentOrchestrationHttpApi, EnvironmentRequestInvalidError, EnvironmentRequestInvalidReason, EnvironmentResourceNotFoundError, EnvironmentResourceNotFoundReason, EnvironmentScopeRequiredError, EventId, ExecutionEnvironmentCapabilities, ExecutionEnvironmentDescriptor, ExecutionEnvironmentPlatform, ExecutionEnvironmentPlatformArch, ExecutionEnvironmentPlatformOs, ExternalLauncherBrowserSpawnError, ExternalLauncherCommandNotFoundError, ExternalLauncherEditorSpawnError, ExternalLauncherError, ExternalLauncherUnknownEditorError, ExternalLauncherUnsupportedEditorError, FILL_PREVIEW_VIEWPORT, FilesystemBrowseEntry, FilesystemBrowseError, FilesystemBrowseFailure, FilesystemBrowseInput, FilesystemBrowseResult, GitActionProgressEvent, GitActionProgressKind, GitActionProgressPhase, GitActionProgressStream, GitCommandError, GitManagerError, GitManagerServiceError, GitPreparePullRequestThreadInput, GitPreparePullRequestThreadResult, GitPullRequestMaterializationError, GitPullRequestRefInput, GitResolvePullRequestResult, GitRunStackedActionInput, GitRunStackedActionResult, GitRunStackedActionToastRunAction, GitStackedAction, GlassOpacity, GrokSettings, HostPowerSnapshot, HostPowerSource, HostPowerThermalState, IsoDateTime, ItemLifecyclePayload, KeybindingCommand, KeybindingRule, KeybindingShortcut, KeybindingValue, KeybindingWhen, KeybindingWhenNode, KeybindingsConfig, KeybindingsConfigError, LaunchEditorInput, MAX_GLASS_OPACITY, MAX_KEYBINDINGS_COUNT, MAX_KEYBINDING_VALUE_LENGTH, MAX_KEYBINDING_WHEN_LENGTH, MAX_SCRIPT_ID_LENGTH, MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MAX_SIDEBAR_THREAD_PREVIEW_COUNT, MAX_WHEN_EXPRESSION_DEPTH, MIN_GLASS_OPACITY, MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MIN_SIDEBAR_THREAD_PREVIEW_COUNT, MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, MODEL_PICKER_KEYBINDING_COMMANDS, MODEL_SLUG_ALIASES_BY_PROVIDER, MessageId, ModelCapabilities, ModelSelection, NonNegativeInt, ORCHESTRATION_WS_METHODS, ObservabilitySettings, OpenCodeSettings, OrchestrationActorKind, OrchestrationAggregateKind, OrchestrationCheckpointFile, OrchestrationCheckpointStatus, OrchestrationCheckpointSummary, OrchestrationCommand, OrchestrationCommandReceiptStatus, OrchestrationDispatchCommandError, OrchestrationEvent, OrchestrationEventMetadata, OrchestrationEventType, OrchestrationGetFullThreadDiffError, OrchestrationGetFullThreadDiffInput, OrchestrationGetFullThreadDiffResult, OrchestrationGetSnapshotError, OrchestrationGetTurnDiffError, OrchestrationGetTurnDiffInput, OrchestrationGetTurnDiffResult, OrchestrationLatestTurn, OrchestrationMessage, OrchestrationMessageRole, OrchestrationProject, OrchestrationProjectShell, OrchestrationProposedPlan, OrchestrationProposedPlanId, OrchestrationReadModel, OrchestrationRpcSchemas, OrchestrationSession, OrchestrationSessionStatus, OrchestrationShellSnapshot, OrchestrationShellStreamEvent, OrchestrationShellStreamItem, OrchestrationSubscribeShellInput, OrchestrationSubscribeThreadInput, OrchestrationThread, OrchestrationThreadActivity, OrchestrationThreadActivityTone, OrchestrationThreadDetailSnapshot, OrchestrationThreadShell, OrchestrationThreadStreamItem, PREFERRED_DEFAULT_CODEX_MODELS, PREVIEW_AUTOMATION_OPERATIONS, PREVIEW_AUTOMATION_V1_OPERATIONS, PREVIEW_VIEWPORT_MAX_AREA, PREVIEW_VIEWPORT_MAX_DIMENSION, PREVIEW_VIEWPORT_MIN_DIMENSION, PREVIEW_VIEWPORT_PRESET_IDS, PRIMARY_LOCAL_ENVIRONMENT_ID, PROVIDER_DISPLAY_NAMES, PROVIDER_SEND_TURN_MAX_ATTACHMENTS, PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, PROVIDER_SEND_TURN_MAX_INPUT_CHARS, PersistedSavedEnvironmentRecordSchema, PickFolderOptionsSchema, PickedElementPayloadSchema, PickedElementStackFrameSchema, PortSchema, PositiveInt, PreviewAnnotationElementTargetSchema, PreviewAnnotationPayloadSchema, PreviewAnnotationPointSchema, PreviewAnnotationRectSchema, PreviewAnnotationRegionTargetSchema, PreviewAnnotationScreenshotSchema, PreviewAnnotationStrokeTargetSchema, PreviewAnnotationStyleChangeSchema, PreviewAutomationActionEvent, PreviewAutomationClickInput, PreviewAutomationClientDisconnectedError, PreviewAutomationClientId, PreviewAutomationColorScheme, PreviewAutomationConnectionId, PreviewAutomationConsoleEntry, PreviewAutomationControlInterruptedError, PreviewAutomationElement, PreviewAutomationError, PreviewAutomationEvaluateInput, PreviewAutomationExecutionError, PreviewAutomationHost, PreviewAutomationHostFocus, PreviewAutomationHostIdentity, PreviewAutomationInvalidSelectorError, PreviewAutomationMalformedResponseError, PreviewAutomationNavigateInput, PreviewAutomationNetworkEntry, PreviewAutomationNoAvailableHostError, PreviewAutomationOpenInput, PreviewAutomationOperation, PreviewAutomationPressInput, PreviewAutomationRecordingArtifact, PreviewAutomationRecordingStatus, PreviewAutomationRemoteUnavailableError, PreviewAutomationRequest, PreviewAutomationRequestQueueClosedError, PreviewAutomationResizeInput, PreviewAutomationResizeResult, PreviewAutomationResponse, PreviewAutomationResultTooLargeError, PreviewAutomationScrollInput, PreviewAutomationSetColorSchemeInput, PreviewAutomationSetColorSchemeResult, PreviewAutomationSnapshot, PreviewAutomationStatus, PreviewAutomationStreamEvent, PreviewAutomationTabNotFoundError, PreviewAutomationTabTargetInput, PreviewAutomationTargetNotEditableError, PreviewAutomationTimeoutError, PreviewAutomationTypeInput, PreviewAutomationUnavailableError, PreviewAutomationUnsupportedClientError, PreviewAutomationWaitForInput, PreviewCloseInput, PreviewError, PreviewEvent, PreviewInvalidUrlError, PreviewListInput, PreviewListResult, PreviewNavStatus, PreviewNavigateInput, PreviewOpenInput, PreviewRefreshInput, PreviewRenderedViewportSize, PreviewReportStatusInput, PreviewResizeInput, PreviewSessionLookupError, PreviewSessionSnapshot, PreviewTabId, PreviewUrlResolution, PreviewViewportPresetId, PreviewViewportSetting, PreviewViewportSize, ProjectCreateCommand, ProjectCreatedPayload, ProjectDeletedPayload, ProjectEntriesFailure, ProjectEntry, ProjectFileFailure, ProjectFileOperation, ProjectId, ProjectListEntriesError, ProjectListEntriesInput, ProjectListEntriesResult, ProjectMetaUpdatedPayload, ProjectReadFileError, ProjectReadFileInput, ProjectReadFileResult, ProjectScript, ProjectScriptIcon, ProjectSearchEntriesError, ProjectSearchEntriesInput, ProjectSearchEntriesResult, ProjectWriteFileError, ProjectWriteFileInput, ProjectWriteFileResult, ProjectionPendingApprovalDecision, ProjectionPendingApprovalStatus, ProviderApprovalDecision, ProviderApprovalPolicy, ProviderDriverKind, ProviderEvent, ProviderInstanceConfig, ProviderInstanceConfigMap, ProviderInstanceEnvironment, ProviderInstanceEnvironmentVariable, ProviderInstanceEnvironmentVariableName, ProviderInstanceId, ProviderInstanceRef, ProviderInteractionMode, ProviderInterruptTurnInput, ProviderItemId, ProviderOptionChoice, ProviderOptionDescriptor, ProviderOptionDescriptorType, ProviderOptionSelection, ProviderOptionSelectionValue, ProviderOptionSelections, ProviderRequestKind, ProviderRespondToRequestInput, ProviderRespondToUserInputInput, ProviderRuntimeEvent, ProviderRuntimeEventV2, ProviderRuntimeTurnStatus, ProviderSandboxMode, ProviderSendTurnInput, ProviderSession, ProviderSessionRuntimeStatus, ProviderSessionStartInput, ProviderStopSessionInput, ProviderTurnStartResult, ProviderUserInputAnswers, RESOURCE_MONITOR_PROTOCOL_VERSION, RelayClientInstallFailedError, RelayClientInstallFailureReasonSchema, RelayClientInstallProgressEventSchema, RelayClientInstallProgressStageSchema, RelayClientStatusSchema, RepositoryIdentity, RepositoryIdentityLocator, ResolvedKeybindingRule, ResolvedKeybindingsConfig, ResourceAttributionEntry, ResourceAttributionSnapshot, ResourceMonitorCapabilities, ResourceMonitorCommand, ResourceMonitorConfigureCommand, ResourceMonitorErrorEvent, ResourceMonitorEvent, ResourceMonitorExternalProcess, ResourceMonitorHelloEvent, ResourceMonitorHistoryChunkEvent, ResourceMonitorProcessSample, ResourceMonitorReadHistoryCommand, ResourceMonitorSampleNowCommand, ResourceMonitorSetExternalProcessesCommand, ResourceMonitorSetSampleIntervalCommand, ResourceMonitorSetStreamingCommand, ResourceMonitorShutdownCommand, ResourceMonitorSnapshotEvent, ResourceTelemetryAggregate, ResourceTelemetryGroups, ResourceTelemetryHealth, ResourceTelemetryHistory, ResourceTelemetryHistoryBucket, ResourceTelemetryHistoryInput, ResourceTelemetryIoSemantics, ResourceTelemetryProcess, ResourceTelemetryProcessCategory, ResourceTelemetryProcessIdentity, ResourceTelemetryProcessSummary, ResourceTelemetryRetryResult, ResourceTelemetrySnapshot, ResourceTelemetrySourceHealth, ResourceTelemetrySourceStatus, ReviewDiffPreviewError, ReviewDiffPreviewInput, ReviewDiffPreviewResult, ReviewDiffPreviewSource, ReviewDiffPreviewSourceKind, RpcClientId, RuntimeEventRaw, RuntimeItemId, RuntimeMode, RuntimeRequestId, RuntimeSessionId, RuntimeTaskId, SCRIPT_RUN_COMMAND_PATTERN, ScopedProjectRef, ScopedThreadRef, ScopedThreadSessionRef, SelectProviderOptionDescriptor, ServerAuthBootstrapMethod, ServerAuthDescriptor, ServerAuthPolicy, ServerAuthSessionMethod, ServerConfig, ServerConfigIssue, ServerConfigKeybindingsUpdatedPayload, ServerConfigProviderStatusesPayload, ServerConfigSettingsUpdatedPayload, ServerConfigStreamEvent, ServerConfigStreamKeybindingsUpdatedEvent, ServerConfigStreamProviderStatusesEvent, ServerConfigStreamSettingsUpdatedEvent, ServerConfigStreamSnapshotEvent, ServerConfigUpdatedPayload, ServerLifecycleReadyPayload, ServerLifecycleStreamEvent, ServerLifecycleStreamReadyEvent, ServerLifecycleStreamWelcomeEvent, ServerLifecycleWelcomePayload, ServerObservability, ServerProcessDiagnosticsEntry, ServerProcessDiagnosticsResult, ServerProcessResourceHistoryBucket, ServerProcessResourceHistoryFailureTag, ServerProcessResourceHistoryInput, ServerProcessResourceHistoryResult, ServerProcessResourceHistorySummary, ServerProcessSignal, ServerProvider, ServerProviderAuth, ServerProviderAuthStatus, ServerProviderAvailability, ServerProviderContinuation, ServerProviderModel, ServerProviderSkill, ServerProviderSlashCommand, ServerProviderSlashCommandInput, ServerProviderState, ServerProviderUpdateError, ServerProviderUpdateInput, ServerProviderUpdateState, ServerProviderUpdateStatus, ServerProviderUpdatedPayload, ServerProviderVersionAdvisory, ServerProviderVersionAdvisoryStatus, ServerProviders, ServerRemoveKeybindingInput, ServerRemoveKeybindingResult, ServerSelfUpdateCapability, ServerSelfUpdateError, ServerSelfUpdateInput, ServerSelfUpdateMethod, ServerSelfUpdateResult, ServerSettings, ServerSettingsError, ServerSettingsOperation, ServerSettingsPatch, ServerSignalProcessInput, ServerSignalProcessResult, ServerTraceDiagnosticsErrorKind, ServerTraceDiagnosticsFailureSummary, ServerTraceDiagnosticsLogEvent, ServerTraceDiagnosticsRecentFailure, ServerTraceDiagnosticsResult, ServerTraceDiagnosticsSpanOccurrence, ServerTraceDiagnosticsSpanSummary, ServerUpsertKeybindingInput, ServerUpsertKeybindingResult, SidebarAutoSettleAfterDays, SidebarProjectGroupingMode, SidebarProjectSortOrder, SidebarThreadPreviewCount, SidebarThreadSortOrder, SourceControlCloneProtocol, SourceControlCloneRepositoryInput, SourceControlCloneRepositoryResult, SourceControlDiscoveryResult, SourceControlDiscoveryStatus, SourceControlProviderAuth, SourceControlProviderAuthStatus, SourceControlProviderDiscoveryItem, SourceControlProviderError, SourceControlProviderInfo, SourceControlProviderKind, SourceControlPublishRepositoryInput, SourceControlPublishRepositoryResult, SourceControlPublishStatus, SourceControlRepositoryCloneUrls, SourceControlRepositoryError, SourceControlRepositoryInfo, SourceControlRepositoryLookupInput, SourceControlRepositoryVisibility, SourceControlWritingStyleMode, SourceControlWritingStyleSettings, T3ProjectFile, T3ProjectFileScript, T3_PROJECT_FILE_NAME, T3_PROJECT_FILE_SCHEMA_URL, THREAD_JUMP_KEYBINDING_COMMANDS, THREAD_KEYBINDING_COMMANDS, TOOL_LIFECYCLE_ITEM_TYPES, TerminalAttachInput, TerminalAttachStreamEvent, TerminalClearInput, TerminalCloseInput, TerminalCwdError, TerminalCwdNotDirectoryError, TerminalCwdNotFoundError, TerminalCwdStatError, TerminalError, TerminalEvent, TerminalHistoryError, TerminalMetadataStreamEvent, TerminalNotRunningError, TerminalOpenInput, TerminalResizeError, TerminalResizeInput, TerminalRestartInput, TerminalSessionLookupError, TerminalSessionSnapshot, TerminalSessionStatus, TerminalSummary, TerminalThreadInput, TerminalWriteError, TerminalWriteInput, TextGenerationError, ThreadActivityAppendedPayload, ThreadApprovalResponseRequestedPayload, ThreadArchivedPayload, ThreadCheckpointRevertRequestedPayload, ThreadCreatedPayload, ThreadDeletedPayload, ThreadEnvMode, ThreadId, ThreadInteractionModeSetPayload, ThreadMessageSentPayload, ThreadMetaUpdatedPayload, ThreadProposedPlanUpsertedPayload, ThreadRevertedPayload, ThreadRuntimeModeSetPayload, ThreadSessionSetPayload, ThreadSessionStopRequestedPayload, ThreadSettledPayload, ThreadSnoozedPayload, ThreadTokenUsageSnapshot, ThreadTurnDiff, ThreadTurnDiffCompletedPayload, ThreadTurnInterruptRequestedPayload, ThreadTurnStartCommand, ThreadTurnStartRequestedPayload, ThreadUnarchivedPayload, ThreadUnsettledPayload, ThreadUnsnoozedPayload, TimestampFormat, ToolLifecycleItemType, TrimmedNonEmptyString, TrimmedString, TurnCountRange, TurnId, UserInputQuestion, VcsCreateRefInput, VcsCreateRefResult, VcsCreateWorktreeInput, VcsCreateWorktreeResult, VcsDiscoveryItem, VcsDriverCapabilities, VcsDriverKind, VcsError, VcsFreshness, VcsFreshnessSource, VcsInitInput, VcsListRefsInput, VcsListRefsResult, VcsListRemotesResult, VcsListWorkspaceFilesResult, VcsOutputDecodeError, VcsProcessExitError, VcsProcessExitFailureKind, VcsProcessMissingExitCodeError, VcsProcessOutputLimitError, VcsProcessOutputReadError, VcsProcessSpawnError, VcsProcessStdinWriteError, VcsProcessTimeoutError, VcsPullInput, VcsPullResult, VcsRef, VcsRemote, VcsRemoveWorktreeInput, VcsRepositoryDetectionError, VcsRepositoryIdentity, VcsStatusInput, VcsStatusLocalResult, VcsStatusRemoteResult, VcsStatusResult, VcsStatusStreamEvent, VcsSwitchRefInput, VcsSwitchRefResult, VcsUnsupportedOperationError, WS_METHODS, WsAssetsCreateUrlRpc, WsCloudGetRelayClientStatusRpc, WsCloudInstallRelayClientRpc, WsFilesystemBrowseRpc, WsGitPreparePullRequestThreadRpc, WsGitResolvePullRequestRpc, WsGitRunStackedActionRpc, WsOrchestrationDispatchCommandRpc, WsOrchestrationGetArchivedShellSnapshotRpc, WsOrchestrationGetFullThreadDiffRpc, WsOrchestrationGetTurnDiffRpc, WsOrchestrationSubscribeShellRpc, WsOrchestrationSubscribeThreadRpc, WsPreviewAutomationConnectRpc, WsPreviewAutomationFocusHostRpc, WsPreviewAutomationRespondRpc, WsPreviewCloseRpc, WsPreviewListRpc, WsPreviewNavigateRpc, WsPreviewOpenRpc, WsPreviewRefreshRpc, WsPreviewReportStatusRpc, WsPreviewResizeRpc, WsProjectsListEntriesRpc, WsProjectsReadFileRpc, WsProjectsSearchEntriesRpc, WsProjectsWriteFileRpc, WsReviewGetDiffPreviewRpc, WsRpcGroup, WsServerDiscoverSourceControlRpc, WsServerGetBackgroundPolicyRpc, WsServerGetConfigRpc, WsServerGetProcessDiagnosticsRpc, WsServerGetProcessResourceHistoryRpc, WsServerGetResourceTelemetryHistoryRpc, WsServerGetSettingsRpc, WsServerGetTraceDiagnosticsRpc, WsServerProbeRpc, WsServerRefreshProvidersRpc, WsServerRemoveKeybindingRpc, WsServerReportClientActivityRpc, WsServerReportHostPowerStateRpc, WsServerRetryResourceTelemetryRpc, WsServerSignalProcessRpc, WsServerUpdateProviderRpc, WsServerUpdateServerRpc, WsServerUpdateSettingsRpc, WsServerUpsertKeybindingRpc, WsShellOpenInEditorRpc, WsSourceControlCloneRepositoryRpc, WsSourceControlLookupRepositoryRpc, WsSourceControlPublishRepositoryRpc, WsSubscribeAuthAccessRpc, WsSubscribeBackgroundPolicyRpc, WsSubscribeDiscoveredLocalServersRpc, WsSubscribePreviewEventsRpc, WsSubscribeResourceTelemetryRpc, WsSubscribeServerConfigRpc, WsSubscribeServerLifecycleRpc, WsSubscribeTerminalEventsRpc, WsSubscribeTerminalMetadataRpc, WsSubscribeVcsStatusRpc, WsTerminalAttachRpc, WsTerminalClearRpc, WsTerminalCloseRpc, WsTerminalOpenRpc, WsTerminalResizeRpc, WsTerminalRestartRpc, WsTerminalWriteRpc, WsVcsCreateRefRpc, WsVcsCreateWorktreeRpc, WsVcsInitRpc, WsVcsListRefsRpc, WsVcsPullRpc, WsVcsRefreshStatusRpc, WsVcsRemoveWorktreeRpc, WsVcsSwitchRefRpc, defaultInstanceIdForDriver, isExternalLauncherError, isProviderAvailable, isProviderDriverKind, isToolLifecycleItemType, makeProviderSettingsSchema };
|
|
1
|
+
import { $C as BackgroundBooleanState, $S as ExecutionEnvironmentPlatform, $_ as PreviewAnnotationScreenshotSchema, $b as OrchestrationGetFullThreadDiffError, $c as WsSubscribeServerConfigRpc, $d as VcsStatusResult, $f as ServerConfigStreamSettingsUpdatedEvent, $g as DesktopPreviewAutomationTypeInputSchema, $h as TaskAgentLinkage, $l as ResourceMonitorReadHistoryCommand, $m as ServerSettingsPatch, $p as isProviderAvailable, $s as WsOrchestrationGetFullThreadDiffRpc, $u as ProjectEntry, $v as PreviewUrlResolution, $x as ProviderRequestKind, $y as AuthClientSessionRevokeResult, AC as AuthEnvironmentBootstrapTokenType, AS as ThreadUnsettledPayload, A_ as DesktopSshPasswordPromptCancelledType, Ac as WsServerGetTraceDiagnosticsRpc, Ad as GitPreparePullRequestThreadResult, Af as VcsListRemotesResult, Ag as TerminalOpenInput, Ah as MAX_KEYBINDING_VALUE_LENGTH, Al as UsageSummary, Am as GlassOpacity, Ap as ServerProviderUpdatedPayload, Au as AssetCreateUrlInput, Av as PreviewAutomationRecordingArtifact, Aw as PositiveInt, Ax as OrchestrationThreadActivityTone, BC as AuthRevokeClientSessionInput, BS as ModelCapabilities, B_ as DesktopWslDistroSchema, Bb as ModelSelection, Bc as WsServerUpdateServerRpc, Bd as VcsCreateRefResult, Bf as VcsProcessTimeoutError, Bg as TerminalWriteInput, Bh as THREAD_KEYBINDING_COMMANDS, Bl as DesktopTelemetrySetHostPowerIntervals, Bm as MIN_CODE_FONT_SIZE, Bp as ServerSelfUpdateProgressStage, Bu as AssetWorkspaceContextNotFoundError, Bv as PreviewAutomationSetColorSchemeInput, Bw as TrimmedString, Bx as PROVIDER_SEND_TURN_MAX_INPUT_CHARS, By as AdvertisedEndpointCompatibility, CC as AuthBrowserSessionRequest, CS as ThreadTurnDiff, C_ as DesktopSshEnvironmentEnsureInputSchema, Cb as EnvironmentOperationForbiddenReason, Cc as WsServerDiscoverSourceControlRpc, Cd as GitActionProgressKind, Cf as SourceControlRepositoryVisibility, Cg as TerminalCwdNotFoundError, Ch as KeybindingShortcut, Cl as UsagePricing, Cm as DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, Cp as ServerProviderSlashCommand, Cu as ReviewDiffPreviewError, Cv as PreviewAutomationMalformedResponseError, Cw as EnvironmentId, Cx as OrchestrationShellSnapshot, Cy as PreviewViewportPresetId, DC as AuthClientPresentationMetadata, DS as ThreadTurnStartRequestedPayload, D_ as DesktopSshHostSourceSchema, Db as EnvironmentResourceNotFoundError, Dc as WsServerGetProcessResourceHistoryRpc, Dd as GitManagerError, Df as VcsError, Dg as TerminalHistoryError, Dh as KeybindingsConfig, Dl as UsageSource, Dm as DEFAULT_UNIFIED_SETTINGS, Dp as ServerProviderUpdateInput, Du as ReviewDiffPreviewSourceKind, Dv as PreviewAutomationOpenInput, Dw as MessageId, Dx as OrchestrationSubscribeThreadInput, EC as AuthClientMetadataDeviceType, ES as ThreadTurnStartCommand, E_ as DesktopSshEnvironmentTargetSchema, Eb as EnvironmentRequestInvalidReason, Ec as WsServerGetProcessDiagnosticsRpc, Ed as GitCommandError, Ef as VcsDriverKind, Eg as TerminalEvent, Eh as KeybindingWhenNode, El as UsageReadError, Em as DEFAULT_TIMESTAMP_FORMAT, Ep as ServerProviderUpdateError, Eu as ReviewDiffPreviewSource, Ev as PreviewAutomationNoAvailableHostError, Ew as IsoDateTime, Ex as OrchestrationSubscribeShellInput, FC as AuthPairingCredentialResult, FS as DEFAULT_MODEL_BY_PROVIDER, F_ as DesktopUpdateChannelSchema, Fb as ClientOrchestrationCommand, Fc as WsServerReportClientActivityRpc, Fd as GitRunStackedActionResult, Ff as VcsProcessMissingExitCodeError, Fg as TerminalSessionSnapshot, Fh as MODEL_PICKER_KEYBINDING_COMMANDS, Fl as DesktopHostTelemetryHello, Fm as MAX_INTERFACE_FONT_SIZE, Fp as ServerRemoveKeybindingResult, Fu as AssetProjectFaviconResolutionError, Fv as PreviewAutomationResizeInput, Fw as RuntimeRequestId, Fx as OrchestrationThreadSearchSource, GC as AuthTokenExchangeGrantType, GS as ProviderOptionDescriptorType, G_ as PickedElementPayloadSchema, Gb as OrchestrationCheckpointStatus, Gc as WsSourceControlCloneRepositoryRpc, Gd as VcsListRefsResult, Gf as ServerConfig, Gg as DesktopEnvironmentBootstrapSchema, Gh as MONITOR_TASK_TYPES, Gl as ResourceMonitorCommand, Gm as MIN_SIDEBAR_THREAD_PREVIEW_COUNT, Gp as ServerTraceDiagnosticsFailureSummary, Gs as WsCloudGetRelayClientStatusRpc, Gu as FilesystemBrowseEntry, Gv as PreviewAutomationTabNotFoundError, Gx as ProjectMetaUpdatedPayload, Gy as AdvertisedEndpointSource, HC as AuthSessionState, HS as PROVIDER_DISPLAY_NAMES, H_ as PRIMARY_LOCAL_ENVIRONMENT_ID, Hb as OrchestrationActorKind, Hc as WsServerUpdateSettingsRpc, Hd as VcsCreateWorktreeResult, Hf as VcsRepositoryDetectionError, Hg as DesktopAppBrandingSchema, Hh as CanonicalRequestType, Hl as ResourceAttributionEntry, Hm as MIN_INTERFACE_FONT_SIZE, Hp as ServerSignalProcessInput, Hu as AssetWorkspacePathValidationError, Hv as PreviewAutomationSnapshot, Hx as ProjectCreatedPayload, Hy as AdvertisedEndpointProvider, IC as AuthPairingLink, IS as DEFAULT_TEXT_GENERATION_MODEL, I_ as DesktopUpdateCheckResultSchema, Ib as CorrelationId, Ic as WsServerReportHostPowerStateRpc, Id as GitRunStackedActionToastRunAction, If as VcsProcessOutputLimitError, Ig as TerminalSessionStatus, Ih as ResolvedKeybindingRule, Il as DesktopHostTelemetryMessage, Im as MAX_PROMPT_FONT_SIZE, Ip as ServerSelfUpdateError, Iu as AssetResource, Iv as PreviewAutomationResizeResult, Iw as RuntimeSessionId, Ix as OrchestrationThreadShell, JC as EnvironmentAuthorizationError, JS as ProviderOptionSelections, J_ as PreviewAnnotationElementTargetSchema, Jb as OrchestrationCommandReceiptStatus, Jc as WsSubscribeAuthAccessRpc, Jd as VcsRef, Jf as ServerConfigProviderStatusesPayload, Jg as DesktopPreviewArtifactInputSchema, Jh as ProviderRuntimeTurnStatus, Jl as ResourceMonitorEvent, Jm as OpenCodeSettings, Jp as ServerTraceDiagnosticsResult, Js as WsGitPreparePullRequestThreadRpc, Ju as FilesystemBrowseInput, Jv as PreviewAutomationTimeoutError, Jx as ProjectionPendingApprovalDecision, Jy as RelayClientInstallFailedError, KC as AuthTokenExchangeRequest, KS as ProviderOptionSelection, K_ as PickedElementStackFrameSchema, Kb as OrchestrationCheckpointSummary, Kc as WsSourceControlLookupRepositoryRpc, Kd as VcsPullInput, Kf as ServerConfigIssue, Kg as DesktopPreviewAnnotationThemeInputSchema, Kh as ProviderRuntimeEvent, Kl as ResourceMonitorConfigureCommand, Km as MIN_TERMINAL_FONT_SIZE, Kp as ServerTraceDiagnosticsLogEvent, Ks as WsCloudInstallRelayClientRpc, Ku as FilesystemBrowseError, Kv as PreviewAutomationTabTargetInput, Kx as ProjectScript, Ky as AdvertisedEndpointStatus, LC as AuthRelayReadScope, LS as DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, L_ as DesktopUpdateReleaseNoteSchema, Lb as DEFAULT_PROVIDER_INTERACTION_MODE, Lc as WsServerRetryResourceTelemetryRpc, Ld as GitStackedAction, Lf as VcsProcessOutputReadError, Lg as TerminalSummary, Lh as ResolvedKeybindingsConfig, Ll as DesktopHostTelemetrySnapshot, Lm as MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Lp as ServerSelfUpdateInput, Lu as AssetSigningKeyLoadError, Lv as PreviewAutomationResponse, Lw as RuntimeTaskId, Lx as OrchestrationThreadStreamItem, MC as AuthEnvironmentScopes, MS as TurnCountRange, M_ as DesktopSshPasswordPromptResolutionInputSchema, Mb as AssistantDeliveryMode, Mc as WsServerProbeRpc, Md as GitPullRequestRefInput, Mf as VcsOutputDecodeError, Mg as TerminalResizeInput, Mh as MAX_SCRIPT_ID_LENGTH, Ml as UsageTokenTotals, Mm as InterfaceFontSize, Mp as ServerProviderVersionAdvisoryStatus, Mu as AssetPreviewTypeValidationError, Mv as PreviewAutomationRemoteUnavailableError, Mw as ProviderItemId, Mx as OrchestrationThreadDetailSnapshot, NC as AuthOrchestrationOperateScope, NS as BooleanProviderOptionDescriptor, N_ as DesktopThemeSchema, Nb as ChatAttachment, Nc as WsServerRefreshProvidersRpc, Nd as GitResolvePullRequestResult, Nf as VcsProcessExitError, Ng as TerminalRestartInput, Nh as MAX_WHEN_EXPRESSION_DEPTH, Nl as DesktopElectronProcessMetric, Nm as MAX_CODE_FONT_SIZE, Np as ServerProviders, Nu as AssetProjectFaviconInspectionError, Nv as PreviewAutomationRequest, Nw as RpcClientId, Nx as OrchestrationThreadDetailWindow, OC as AuthClientSession, OS as ThreadUnarchivedPayload, O_ as DesktopSshHttpBaseUrlInputSchema, Ob as EnvironmentResourceNotFoundReason, Oc as WsServerGetResourceTelemetryHistoryRpc, Od as GitManagerServiceError, Of as VcsFreshness, Og as TerminalMetadataStreamEvent, Oh as KeybindingsConfigError, Ol as UsageSourceFingerprint, Om as EnvironmentIdentificationMode, Op as ServerProviderUpdateState, Ou as AssetAccessError, Ov as PreviewAutomationOperation, Ow as NonNegativeInt, Ox as OrchestrationThread, PC as AuthOrchestrationReadScope, PS as DEFAULT_MODEL, P_ as DesktopUpdateActionResultSchema, Pb as ChatImageAttachment, Pc as WsServerRemoveKeybindingRpc, Pd as GitRunStackedActionInput, Pf as VcsProcessExitFailureKind, Pg as TerminalSessionLookupError, Ph as MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, Pl as DesktopElectronProcessType, Pm as MAX_GLASS_OPACITY, Pp as ServerRemoveKeybindingInput, Pu as AssetProjectFaviconNotFoundError, Pv as PreviewAutomationRequestQueueClosedError, Pw as RuntimeItemId, Px as OrchestrationThreadSearchMatch, QC as ServerAuthSessionMethod, QS as ExecutionEnvironmentDescriptor, Q_ as PreviewAnnotationRegionTargetSchema, Qb as OrchestrationEventType, Qc as WsSubscribeResourceTelemetryRpc, Qd as VcsStatusRemoteResult, Qf as ServerConfigStreamProviderStatusesEvent, Qg as DesktopPreviewAutomationScrollInputSchema, Qh as TOOL_LIFECYCLE_ITEM_TYPES, Ql as ResourceMonitorProcessSample, Qm as ServerSettingsOperation, Qp as ServerUpsertKeybindingResult, Qs as WsOrchestrationGetArchivedShellSnapshotRpc, Qu as ProjectEntriesFailure, Qv as PreviewAutomationWaitForInput, Qx as ProviderInteractionMode, Qy as RelayClientStatusSchema, RC as AuthRelayWriteScope, RS as DEFAULT_TEXT_GENERATION_REASONING_EFFORT, R_ as DesktopUpdateStateSchema, Rb as DEFAULT_RUNTIME_MODE, Rc as WsServerSignalProcessRpc, Rd as TextGenerationError, Rf as VcsProcessSpawnError, Rg as TerminalThreadInput, Rh as SCRIPT_RUN_COMMAND_PATTERN, Rl as DesktopTelemetryControlMessage, Rm as MAX_SIDEBAR_THREAD_PREVIEW_COUNT, Rp as ServerSelfUpdateOutcome, Ru as AssetWorkspaceAssetInspectionError, Rv as PreviewAutomationResultTooLargeError, Rw as ThreadId, Rx as PROVIDER_SEND_TURN_MAX_ATTACHMENTS, SC as AuthAdministrativeScopes, SS as ThreadTitleRegeneration, S_ as DesktopSshEnvironmentBootstrapSchema, Sb as EnvironmentOperationForbiddenError, Sc as WsRpcGroup, Sd as GitActionProgressEvent, Sf as SourceControlRepositoryLookupInput, Sg as TerminalCwdNotDirectoryError, Sh as KeybindingRule, Sl as UsageDay, Sm as DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, Sp as ServerProviderSkill, Su as ReviewDiffFileContentsResult, Sv as PreviewAutomationInvalidSelectorError, Sw as CommandId, Sx as OrchestrationSessionStatus, Sy as PreviewTabId, TC as AuthClientMetadata, TS as ThreadTurnInterruptRequestedPayload, T_ as DesktopSshEnvironmentEnsureResultSchema, Tb as EnvironmentRequestInvalidError, Tc as WsServerGetConfigRpc, Td as GitActionProgressStream, Tf as VcsDriverCapabilities, Tg as TerminalError, Th as KeybindingWhen, Tl as UsageProviderKind, Tm as DEFAULT_TERMINAL_FONT_SIZE, Tp as ServerProviderState, Tu as ReviewDiffPreviewResult, Tv as PreviewAutomationNetworkEntry, Tw as ForwardCompatibleArray, Tx as OrchestrationShellStreamItem, Ty as PreviewViewportSize, UC as AuthStandardClientScopes, US as ProviderOptionChoice, U_ as PersistedSavedEnvironmentRecordSchema, Ub as OrchestrationAggregateKind, Uc as WsServerUpsertKeybindingRpc, Ud as VcsInitInput, Uf as VcsRepositoryIdentity, Ug as DesktopAppStageLabelSchema, Uh as INERT_TASK_TYPES, Ul as ResourceAttributionSnapshot, Um as MIN_PROMPT_FONT_SIZE, Up as ServerSignalProcessResult, Us as WS_METHODS, Uu as AssetWorkspaceResolutionError, Uv as PreviewAutomationStatus, Ux as ProjectDeletedPayload, Uy as AdvertisedEndpointProviderKind, VC as AuthRevokePairingLinkInput, VS as PREFERRED_DEFAULT_CODEX_MODELS, V_ as DesktopWslStateSchema, Vb as ORCHESTRATION_WS_METHODS, Vc as WsServerUpdateServerWithProgressRpc, Vd as VcsCreateWorktreeInput, Vf as VcsRemote, Vg as ContextMenuItemSchema, Vh as CanonicalItemType, Vl as RESOURCE_MONITOR_PROTOCOL_VERSION, Vm as MIN_GLASS_OPACITY, Vp as ServerSelfUpdateResult, Vu as AssetWorkspaceContextResolutionError, Vv as PreviewAutomationSetColorSchemeResult, Vw as TurnId, Vx as ProjectCreateCommand, Vy as AdvertisedEndpointHostedHttpsCompatibility, WC as AuthTerminalOperateScope, WS as ProviderOptionDescriptor, W_ as PickFolderOptionsSchema, Wb as OrchestrationCheckpointFile, Wc as WsShellOpenInEditorRpc, Wd as VcsListRefsInput, Wf as VcsUnsupportedOperationError, Wg as DesktopDiscoveredSshHostSchema, Wh as ItemLifecyclePayload, Wl as ResourceMonitorCapabilities, Wm as MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, Wp as ServerTraceDiagnosticsErrorKind, Ws as WsAssetsCreateUrlRpc, Wu as AssetWorkspaceRootNormalizationError, Wv as PreviewAutomationStreamEvent, Wx as ProjectFaviconPath, Wy as AdvertisedEndpointReachability, XC as ServerAuthDescriptor, XS as EnvironmentConnectionState, X_ as PreviewAnnotationPointSchema, Xb as OrchestrationEvent, Xc as WsSubscribeDiscoveredLocalServersRpc, Xd as VcsStatusInput, Xf as ServerConfigStreamEvent, Xg as DesktopPreviewAutomationEvaluateInputSchema, Xh as RuntimeTaskStatus, Xl as ResourceMonitorHelloEvent, Xm as ServerSettings, Xp as ServerTraceDiagnosticsSpanSummary, Xs as WsGitRunStackedActionRpc, Xu as ProjectContentMatch, Xv as PreviewAutomationUnavailableError, Xx as ProviderApprovalDecision, Xy as RelayClientInstallProgressEventSchema, YC as ServerAuthBootstrapMethod, YS as SelectProviderOptionDescriptor, Y_ as PreviewAnnotationPayloadSchema, Yb as OrchestrationDispatchCommandError, Yc as WsSubscribeBackgroundPolicyRpc, Yd as VcsRemoveWorktreeInput, Yf as ServerConfigSettingsUpdatedPayload, Yg as DesktopPreviewAutomationClickInputSchema, Yh as RuntimeEventRaw, Yl as ResourceMonitorExternalProcess, Ym as PromptFontSize, Yp as ServerTraceDiagnosticsSpanOccurrence, Ys as WsGitResolvePullRequestRpc, Yu as FilesystemBrowseResult, Yv as PreviewAutomationTypeInput, Yx as ProjectionPendingApprovalStatus, Yy as RelayClientInstallFailureReasonSchema, ZC as ServerAuthPolicy, ZS as ExecutionEnvironmentCapabilities, Z_ as PreviewAnnotationRectSchema, Zb as OrchestrationEventMetadata, Zc as WsSubscribePreviewEventsRpc, Zd as VcsStatusLocalResult, Zf as ServerConfigStreamKeybindingsUpdatedEvent, Zg as DesktopPreviewAutomationPressInputSchema, Zh as RuntimeTaskUsage, Zl as ResourceMonitorHistoryChunkEvent, Zm as ServerSettingsError, Zp as ServerUpsertKeybindingInput, Zs as WsOrchestrationDispatchCommandRpc, Zu as ProjectContentMatchRange, Zv as PreviewAutomationUnsupportedClientError, Zx as ProviderApprovalPolicy, Zy as RelayClientInstallProgressStageSchema, _C as AuthAccessStreamPairingLinkUpsertedEvent, _S as ThreadRuntimeModeSetPayload, __ as DesktopRuntimeInfoSchema, _b as EnvironmentHttpInternalServerError, _c as WsProjectsSearchContentsRpc, _d as ProjectWriteFileResult, _f as SourceControlPublishRepositoryResult, _g as TerminalAttachInput, _h as ExternalLauncherUnknownEditorError, _l as WsVcsRemoveWorktreeRpc, _m as DEFAULT_PROMPT_FONT_SIZE, _p as ServerProviderAuth, _u as ResourceTelemetryRetryResult, _v as PreviewAutomationEvaluateInput, _w as defaultInstanceIdForDriver, _x as OrchestrationRpcSchemas, _y as PreviewRenderedViewportSize, aC as ScopedThreadRef, aS as ThreadApprovalResponseRequestedPayload, a_ as DesktopPreviewPointerEventSchema, ab as EnvironmentAuthenticatedAuth, ac as WsPreviewAutomationConnectRpc, ad as ProjectListEntriesResult, af as SourceControlCloneProtocol, ag as classifyTaskAgentKind, ah as SourceControlWritingStyleMode, al as WsTerminalClearRpc, am as ClientSettingsPatch, ap as ServerLifecycleStreamWelcomeEvent, au as ResourceMonitorSnapshotEvent, av as PREVIEW_AUTOMATION_OPERATIONS, aw as ClientKind, ax as OrchestrationGetTurnDiffResult, ay as PREVIEW_VIEWPORT_MIN_DIMENSION, bC as AuthAccessTokenType, bS as ThreadSettledPayload, b_ as DesktopSshBearerBootstrapInputSchema, bb as EnvironmentInternalErrorReason, bc as WsReviewGetDiffFileContentsRpc, bd as T3_PROJECT_FILE_NAME, bf as SourceControlRepositoryError, bg as TerminalCloseInput, bh as isExternalLauncherError, bl as UsageBucket, bm as DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, bp as ServerProviderContinuation, bu as ResourceTelemetrySourceStatus, bv as PreviewAutomationHostFocus, bw as AuthSessionId, bx as OrchestrationSearchThreadsResult, by as PreviewSessionLookupError, cC as ServerSelfUpdateMethod, cS as ThreadCreatedPayload, c_ as DesktopPreviewRecordingSaveInputSchema, cb as EnvironmentCloudLinkStateResult, cc as WsPreviewCloseRpc, cd as ProjectReadFileResult, cf as SourceControlDiscoveryResult, cg as ProviderInterruptTurnInput, ch as TimestampFormat, cl as WsTerminalResizeRpc, cm as CodexSettings, cp as ServerProcessDiagnosticsEntry, cu as ResourceTelemetryHealth, cv as PreviewAutomationClickInput, cw as HostPowerThermalState, cx as OrchestrationGetWorkflowScriptResult, cy as PreviewError, dC as AuthAccessSnapshot, dS as ThreadMessageSentPayload, d_ as DesktopPreviewSetColorSchemeInputSchema, db as EnvironmentConnectHttpApi, dc as WsPreviewOpenRpc, dd as ProjectSearchContentsResult, df as SourceControlProviderAuthStatus, dg as ProviderSendTurnInput, dh as EditorId, dl as WsVcsCreateRefRpc, dm as DEFAULT_BACKGROUND_ACTIVITY_PROFILE, dp as ServerProcessResourceHistoryFailureTag, du as ResourceTelemetryHistoryInput, dv as PreviewAutomationColorScheme, dw as ProviderInstanceConfigMap, dx as OrchestrationMessageRole, dy as PreviewListInput, eC as ExecutionEnvironmentPlatformArch, eS as ProviderSandboxMode, e_ as DesktopPreviewAutomationWaitForInputSchema, eb as AuthOtherClientSessionsRevokeResult, ec as WsOrchestrationGetTurnDiffRpc, ed as ProjectEntryKind, ef as VcsStatusStreamEvent, eg as TaskRunHandles, eh as SidebarAutoSettleAfterDays, el as WsSubscribeServerLifecycleRpc, em as BackgroundActivityOverrides, ep as ServerConfigStreamSnapshotEvent, eu as ResourceMonitorSampleNowCommand, ev as PreviewAnnotationStrokeTargetSchema, ew as BackgroundPolicySnapshot, ex as OrchestrationGetFullThreadDiffInput, ey as DiscoveredLocalServer, fC as AuthAccessStreamClientRemovedEvent, fS as ThreadMetaUpdatedPayload, f_ as DesktopPreviewTabIdSchema, fb as EnvironmentHttpApi, fc as WsPreviewRefreshRpc, fd as ProjectSearchEntriesError, ff as SourceControlProviderDiscoveryItem, fg as ProviderSession, fh as EditorLaunchStyle, fl as WsVcsCreateWorktreeRpc, fm as DEFAULT_CLIENT_SETTINGS, fp as ServerProcessResourceHistoryInput, fu as ResourceTelemetryIoSemantics, fv as PreviewAutomationConnectionId, fw as ProviderInstanceEnvironment, fx as OrchestrationProject, fy as PreviewListResult, gC as AuthAccessStreamPairingLinkRemovedEvent, gS as ThreadRevertedPayload, g_ as DesktopRuntimeArchSchema, gb as EnvironmentHttpForbiddenError, gc as WsProjectsReadFileRpc, gd as ProjectWriteFileInput, gf as SourceControlPublishRepositoryInput, gg as DEFAULT_TERMINAL_ID, gh as ExternalLauncherError, gl as WsVcsRefreshStatusRpc, gm as DEFAULT_INTERFACE_FONT_SIZE, gp as ServerProvider, gu as ResourceTelemetryProcessSummary, gv as PreviewAutomationError, gw as ProviderInstanceRef, gx as OrchestrationReadModel, gy as PreviewRefreshInput, hC as AuthAccessStreamEvent, hS as ThreadProposedPlanUpsertedPayload, h_ as DesktopPreviewWebviewConfigSchema, hb as EnvironmentHttpConflictError, hc as WsProjectsListEntriesRpc, hd as ProjectWriteFileError, hf as SourceControlProviderKind, hg as ProviderTurnStartResult, hh as ExternalLauncherEditorSpawnError, hl as WsVcsPullRpc, hm as DEFAULT_GLASS_OPACITY, hp as ServerProcessSignal, hu as ResourceTelemetryProcessIdentity, hv as PreviewAutomationElement, hw as ProviderInstanceId, hx as OrchestrationProposedPlanId, hy as PreviewOpenInput, iC as ScopedProjectRef, iS as ThreadActivityAppendedPayload, i_ as DesktopPreviewNavigateInputSchema, ib as EnvironmentAuthInvalidReason, ic as WsOrchestrationSubscribeThreadRpc, id as ProjectListEntriesInput, if as ChangeRequestState, ig as UserInputQuestion, ih as SidebarThreadSortOrder, il as WsTerminalAttachRpc, im as ClaudeSettings, ip as ServerLifecycleStreamReadyEvent, iu as ResourceMonitorShutdownCommand, iv as BrowserNavigationTarget, iw as ClientActivityReportInput, ix as OrchestrationGetTurnDiffInput, iy as PREVIEW_VIEWPORT_MAX_DIMENSION, jC as AuthEnvironmentScope, jS as ThreadUnsnoozedPayload, j_ as DesktopSshPasswordPromptRequestSchema, jc as WsServerGetUsageSummaryRpc, jd as GitPullRequestMaterializationError, jf as VcsListWorkspaceFilesResult, jg as TerminalResizeError, jh as MAX_KEYBINDING_WHEN_LENGTH, jl as UsageSummaryInput, jm as GrokSettings, jp as ServerProviderVersionAdvisory, ju as AssetCreateUrlResult, jv as PreviewAutomationRecordingStatus, jw as ProjectId, jx as OrchestrationThreadDetailPage, kC as AuthCreatePairingCredentialInput, kS as ThreadUnpinnedPayload, k_ as DesktopSshPasswordPromptCancelledResultSchema, kb as EnvironmentScopeRequiredError, kc as WsServerGetSettingsRpc, kd as GitPreparePullRequestThreadInput, kf as VcsFreshnessSource, kg as TerminalNotRunningError, kh as MAX_KEYBINDINGS_COUNT, kl as UsageSourceStatus, km as FontFamilyPreference, kp as ServerProviderUpdateStatus, ku as AssetAttachmentNotFoundError, kv as PreviewAutomationPressInput, kw as PortSchema, kx as OrchestrationThreadActivity, lC as ThreadEnvMode, lS as ThreadDeletedPayload, l_ as DesktopPreviewRegisterWebviewInputSchema, lb as EnvironmentCloudPreferencesRequest, lc as WsPreviewListRpc, ld as ProjectSearchContentsError, lf as SourceControlDiscoveryStatus, lg as ProviderRespondToRequestInput, lh as makeProviderSettingsSchema, ll as WsTerminalRestartRpc, lm as CursorSettings, lp as ServerProcessDiagnosticsResult, lu as ResourceTelemetryHistory, lv as PreviewAutomationClientDisconnectedError, lw as ProviderDriverKind, lx as OrchestrationLatestTurn, ly as PreviewEvent, mC as AuthAccessStreamError, mS as ThreadPinnedPayload, m_ as DesktopPreviewTabStateSchema, mb as EnvironmentHttpCommonError, mc as WsPreviewResizeRpc, md as ProjectSearchEntriesResult, mf as SourceControlProviderInfo, mg as ProviderStopSessionInput, mh as ExternalLauncherCommandNotFoundError, ml as WsVcsListRefsRpc, mm as DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, mp as ServerProcessResourceHistorySummary, mu as ResourceTelemetryProcessCategory, mv as PreviewAutomationControlInterruptedError, mw as ProviderInstanceEnvironmentVariableName, mx as OrchestrationProposedPlan, my as PreviewNavigateInput, nC as RepositoryIdentity, nS as ProviderUserInputAnswers, n_ as DesktopPreviewConfigInputSchema, nb as EnvironmentAuthHttpApi, nc as WsOrchestrationSearchThreadsRpc, nd as ProjectFileOperation, nf as VcsSwitchRefResult, ng as ThreadTokenUsageSnapshot, nh as SidebarProjectSortOrder, nl as WsSubscribeTerminalMetadataRpc, nm as BackgroundActivityProfileSelection, np as ServerLifecycleReadyPayload, nu as ResourceMonitorSetSampleIntervalCommand, nv as PreviewAnnotationSubmissionResultSchema, nw as ClientActivityClientId, nx as OrchestrationGetSnapshotError, ny as FILL_PREVIEW_VIEWPORT, oC as ScopedThreadSessionRef, oS as ThreadArchivedPayload, o_ as DesktopPreviewRecordingArtifactSchema, ob as EnvironmentAuthenticatedPrincipal, oc as WsPreviewAutomationFocusHostRpc, od as ProjectReadFileError, of as SourceControlCloneRepositoryInput, og as isToolLifecycleItemType, oh as SourceControlWritingStyleSettings, ol as WsTerminalCloseRpc, om as ClientSettingsSchema, op as ServerLifecycleWelcomePayload, ou as ResourceTelemetryAggregate, ov as PREVIEW_AUTOMATION_V1_OPERATIONS, ow as HostPowerSnapshot, ox as OrchestrationGetWorkflowScriptError, oy as PREVIEW_VIEWPORT_PRESET_IDS, pC as AuthAccessStreamClientUpsertedEvent, pS as ThreadPinReorderedPayload, p_ as DesktopPreviewTabInputSchema, pb as EnvironmentHttpBadRequestError, pc as WsPreviewReportStatusRpc, pd as ProjectSearchEntriesInput, pf as SourceControlProviderError, pg as ProviderSessionStartInput, ph as ExternalLauncherBrowserSpawnError, pl as WsVcsInitRpc, pm as DEFAULT_CODE_FONT_SIZE, pp as ServerProcessResourceHistoryResult, pu as ResourceTelemetryProcess, pv as PreviewAutomationConsoleEntry, pw as ProviderInstanceEnvironmentVariable, px as OrchestrationProjectShell, py as PreviewNavStatus, qC as AuthWebSocketTicketResult, qS as ProviderOptionSelectionValue, q_ as PickedThemeFileSchema, qb as OrchestrationCommand, qc as WsSourceControlPublishRepositoryRpc, qd as VcsPullResult, qf as ServerConfigKeybindingsUpdatedPayload, qg as DesktopPreviewAnnotationThemeSchema, qh as ProviderRuntimeEventV2, ql as ResourceMonitorErrorEvent, qm as ObservabilitySettings, qp as ServerTraceDiagnosticsRecentFailure, qs as WsFilesystemBrowseRpc, qu as FilesystemBrowseFailure, qv as PreviewAutomationTargetNotEditableError, qx as ProjectScriptIcon, qy as DesktopBackendBootstrap, rC as RepositoryIdentityLocator, rS as RuntimeMode, r_ as DesktopPreviewNavStatusSchema, rb as EnvironmentAuthInvalidError, rc as WsOrchestrationSubscribeShellRpc, rd as ProjectListEntriesError, rf as ChangeRequest, rg as ToolLifecycleItemType, rh as SidebarThreadPreviewCount, rl as WsSubscribeVcsStatusRpc, rm as BackgroundActivitySettings, rp as ServerLifecycleStreamEvent, ru as ResourceMonitorSetStreamingCommand, rv as PreviewAnnotationSubmissionSchema, rw as ClientActivityLease, rx as OrchestrationGetTurnDiffError, ry as PREVIEW_VIEWPORT_MAX_AREA, sC as ServerSelfUpdateCapability, sS as ThreadCheckpointRevertRequestedPayload, s_ as DesktopPreviewRecordingFrameSchema, sb as EnvironmentCloudEndpointUnavailableError, sc as WsPreviewAutomationRespondRpc, sd as ProjectReadFileInput, sf as SourceControlCloneRepositoryResult, sg as ProviderEvent, sh as TerminalFontSize, sl as WsTerminalOpenRpc, sm as CodeFontSize, sp as ServerObservability, su as ResourceTelemetryGroups, sv as PreviewAutomationActionEvent, sw as HostPowerSource, sx as OrchestrationGetWorkflowScriptInput, sy as PreviewCloseInput, tC as ExecutionEnvironmentPlatformOs, tS as ProviderSessionRuntimeStatus, t_ as DesktopPreviewColorSchemeSchema, tb as AuthPairingLinkRevokeResult, tc as WsOrchestrationGetWorkflowScriptRpc, td as ProjectFileFailure, tf as VcsSwitchRefInput, tg as TaskWorkflowPhase, th as SidebarProjectGroupingMode, tl as WsSubscribeTerminalEventsRpc, tm as BackgroundActivityProfile, tp as ServerConfigUpdatedPayload, tu as ResourceMonitorSetExternalProcessesCommand, tv as PreviewAnnotationStyleChangeSchema, tw as BackgroundScope, tx as OrchestrationGetFullThreadDiffResult, ty as DiscoveredLocalServerList, uC as AuthAccessReadScope, uS as ThreadInteractionModeSetPayload, u_ as DesktopPreviewScreenshotArtifactSchema, ub as EnvironmentCloudRelayConfigResult, uc as WsPreviewNavigateRpc, ud as ProjectSearchContentsInput, uf as SourceControlProviderAuth, ug as ProviderRespondToUserInputInput, uh as EDITORS, ul as WsTerminalWriteRpc, um as DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, up as ServerProcessResourceHistoryBucket, uu as ResourceTelemetryHistoryBucket, uv as PreviewAutomationClientId, uw as ProviderInstanceConfig, ux as OrchestrationMessage, uy as PreviewInvalidUrlError, vC as AuthAccessStreamSnapshotEvent, vS as ThreadSessionSetPayload, v_ as DesktopServerExposureModeSchema, vb as EnvironmentHttpUnauthorizedError, vc as WsProjectsSearchEntriesRpc, vd as T3ProjectFile, vf as SourceControlPublishStatus, vg as TerminalAttachStreamEvent, vh as ExternalLauncherUnsupportedEditorError, vl as WsVcsSwitchRefRpc, vm as DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, vp as ServerProviderAuthStatus, vu as ResourceTelemetrySnapshot, vv as PreviewAutomationExecutionError, vw as isProviderDriverKind, vx as OrchestrationSearchThreadsError, vy as PreviewReportStatusInput, wC as AuthBrowserSessionResult, wS as ThreadTurnDiffCompletedPayload, w_ as DesktopSshEnvironmentEnsureOptionsSchema, wb as EnvironmentOrchestrationHttpApi, wc as WsServerGetBackgroundPolicyRpc, wd as GitActionProgressPhase, wf as VcsDiscoveryItem, wg as TerminalCwdStatError, wh as KeybindingValue, wl as UsagePricingStatus, wm as DEFAULT_SIDEBAR_THREAD_SORT_ORDER, wp as ServerProviderSlashCommandInput, wu as ReviewDiffPreviewInput, wv as PreviewAutomationNavigateInput, ww as EventId, wx as OrchestrationShellStreamEvent, wy as PreviewViewportSetting, xC as AuthAccessWriteScope, xS as ThreadSnoozedPayload, x_ as DesktopSshBearerRequestInputSchema, xb as EnvironmentMetadataHttpApi, xc as WsReviewGetDiffPreviewRpc, xd as T3_PROJECT_FILE_SCHEMA_URL, xf as SourceControlRepositoryInfo, xg as TerminalCwdError, xh as KeybindingCommand, xl as UsageCostSource, xm as DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, xp as ServerProviderModel, xu as ReviewDiffFileContentsInput, xv as PreviewAutomationHostIdentity, xw as CheckpointRef, xx as OrchestrationSession, xy as PreviewSessionSnapshot, yC as AuthAccessTokenResult, yS as ThreadSessionStopRequestedPayload, y_ as DesktopServerExposureStateSchema, yb as EnvironmentInternalError, yc as WsProjectsWriteFileRpc, yd as T3ProjectFileScript, yf as SourceControlRepositoryCloneUrls, yg as TerminalClearInput, yh as LaunchEditorInput, yl as USAGE_CONTRACT_VERSION, ym as DEFAULT_SERVER_SETTINGS, yp as ServerProviderAvailability, yu as ResourceTelemetrySourceHealth, yv as PreviewAutomationHost, yw as ApprovalRequestId, yx as OrchestrationSearchThreadsInput, yy as PreviewResizeInput, zC as AuthReviewWriteScope, zS as MODEL_SLUG_ALIASES_BY_PROVIDER, z_ as DesktopUpdateStatusSchema, zb as DispatchResult, zc as WsServerUpdateProviderRpc, zd as VcsCreateRefInput, zf as VcsProcessStdinWriteError, zg as TerminalWriteError, zh as THREAD_JUMP_KEYBINDING_COMMANDS, zl as DesktopTelemetrySetDiagnosticsDemand, zm as MAX_TERMINAL_FONT_SIZE, zp as ServerSelfUpdateProgressEvent, zu as AssetWorkspaceAssetNotFoundError, zv as PreviewAutomationScrollInput, zw as TrimmedNonEmptyString, zx as PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, zy as AdvertisedEndpoint } from "./shared.js";
|
|
2
|
+
export { AdvertisedEndpoint, AdvertisedEndpointCompatibility, AdvertisedEndpointHostedHttpsCompatibility, AdvertisedEndpointProvider, AdvertisedEndpointProviderKind, AdvertisedEndpointReachability, AdvertisedEndpointSource, AdvertisedEndpointStatus, ApprovalRequestId, AssetAccessError, AssetAttachmentNotFoundError, AssetCreateUrlInput, AssetCreateUrlResult, AssetPreviewTypeValidationError, AssetProjectFaviconInspectionError, AssetProjectFaviconNotFoundError, AssetProjectFaviconResolutionError, AssetResource, AssetSigningKeyLoadError, AssetWorkspaceAssetInspectionError, AssetWorkspaceAssetNotFoundError, AssetWorkspaceContextNotFoundError, AssetWorkspaceContextResolutionError, AssetWorkspacePathValidationError, AssetWorkspaceResolutionError, AssetWorkspaceRootNormalizationError, AssistantDeliveryMode, AuthAccessReadScope, AuthAccessSnapshot, AuthAccessStreamClientRemovedEvent, AuthAccessStreamClientUpsertedEvent, AuthAccessStreamError, AuthAccessStreamEvent, AuthAccessStreamPairingLinkRemovedEvent, AuthAccessStreamPairingLinkUpsertedEvent, AuthAccessStreamSnapshotEvent, AuthAccessTokenResult, AuthAccessTokenType, AuthAccessWriteScope, AuthAdministrativeScopes, AuthBrowserSessionRequest, AuthBrowserSessionResult, AuthClientMetadata, AuthClientMetadataDeviceType, AuthClientPresentationMetadata, AuthClientSession, AuthClientSessionRevokeResult, AuthCreatePairingCredentialInput, AuthEnvironmentBootstrapTokenType, AuthEnvironmentScope, AuthEnvironmentScopes, AuthOrchestrationOperateScope, AuthOrchestrationReadScope, AuthOtherClientSessionsRevokeResult, AuthPairingCredentialResult, AuthPairingLink, AuthPairingLinkRevokeResult, AuthRelayReadScope, AuthRelayWriteScope, AuthReviewWriteScope, AuthRevokeClientSessionInput, AuthRevokePairingLinkInput, AuthSessionId, AuthSessionState, AuthStandardClientScopes, AuthTerminalOperateScope, AuthTokenExchangeGrantType, AuthTokenExchangeRequest, AuthWebSocketTicketResult, BackgroundActivityOverrides, BackgroundActivityProfile, BackgroundActivityProfileSelection, BackgroundActivitySettings, BackgroundBooleanState, BackgroundPolicySnapshot, BackgroundScope, BooleanProviderOptionDescriptor, BrowserNavigationTarget, CanonicalItemType, CanonicalRequestType, ChangeRequest, ChangeRequestState, ChatAttachment, ChatImageAttachment, CheckpointRef, ClaudeSettings, ClientActivityClientId, ClientActivityLease, ClientActivityReportInput, ClientKind, ClientOrchestrationCommand, ClientSettingsPatch, ClientSettingsSchema, CodeFontSize, CodexSettings, CommandId, ContextMenuItemSchema, CorrelationId, CursorSettings, DEFAULT_AUTOMATIC_GIT_FETCH_INTERVAL, DEFAULT_BACKGROUND_ACTIVITY_PROFILE, DEFAULT_CLIENT_SETTINGS, DEFAULT_CODE_FONT_SIZE, DEFAULT_ENVIRONMENT_IDENTIFICATION_MODE, DEFAULT_GLASS_OPACITY, DEFAULT_INTERFACE_FONT_SIZE, DEFAULT_MODEL, DEFAULT_MODEL_BY_PROVIDER, DEFAULT_PROMPT_FONT_SIZE, DEFAULT_PROVIDER_HEALTH_REFRESH_INTERVAL, DEFAULT_PROVIDER_INTERACTION_MODE, DEFAULT_RUNTIME_MODE, DEFAULT_SERVER_SETTINGS, DEFAULT_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, DEFAULT_SIDEBAR_PROJECT_GROUPING_MODE, DEFAULT_SIDEBAR_PROJECT_SORT_ORDER, DEFAULT_SIDEBAR_THREAD_PREVIEW_COUNT, DEFAULT_SIDEBAR_THREAD_SORT_ORDER, DEFAULT_TERMINAL_FONT_SIZE, DEFAULT_TERMINAL_ID, DEFAULT_TEXT_GENERATION_MODEL, DEFAULT_TEXT_GENERATION_MODEL_BY_PROVIDER, DEFAULT_TEXT_GENERATION_REASONING_EFFORT, DEFAULT_TIMESTAMP_FORMAT, DEFAULT_UNIFIED_SETTINGS, DesktopAppBrandingSchema, DesktopAppStageLabelSchema, DesktopBackendBootstrap, DesktopDiscoveredSshHostSchema, DesktopElectronProcessMetric, DesktopElectronProcessType, DesktopEnvironmentBootstrapSchema, DesktopHostTelemetryHello, DesktopHostTelemetryMessage, DesktopHostTelemetrySnapshot, DesktopPreviewAnnotationThemeInputSchema, DesktopPreviewAnnotationThemeSchema, DesktopPreviewArtifactInputSchema, DesktopPreviewAutomationClickInputSchema, DesktopPreviewAutomationEvaluateInputSchema, DesktopPreviewAutomationPressInputSchema, DesktopPreviewAutomationScrollInputSchema, DesktopPreviewAutomationTypeInputSchema, DesktopPreviewAutomationWaitForInputSchema, DesktopPreviewColorSchemeSchema, DesktopPreviewConfigInputSchema, DesktopPreviewNavStatusSchema, DesktopPreviewNavigateInputSchema, DesktopPreviewPointerEventSchema, DesktopPreviewRecordingArtifactSchema, DesktopPreviewRecordingFrameSchema, DesktopPreviewRecordingSaveInputSchema, DesktopPreviewRegisterWebviewInputSchema, DesktopPreviewScreenshotArtifactSchema, DesktopPreviewSetColorSchemeInputSchema, DesktopPreviewTabIdSchema, DesktopPreviewTabInputSchema, DesktopPreviewTabStateSchema, DesktopPreviewWebviewConfigSchema, DesktopRuntimeArchSchema, DesktopRuntimeInfoSchema, DesktopServerExposureModeSchema, DesktopServerExposureStateSchema, DesktopSshBearerBootstrapInputSchema, DesktopSshBearerRequestInputSchema, DesktopSshEnvironmentBootstrapSchema, DesktopSshEnvironmentEnsureInputSchema, DesktopSshEnvironmentEnsureOptionsSchema, DesktopSshEnvironmentEnsureResultSchema, DesktopSshEnvironmentTargetSchema, DesktopSshHostSourceSchema, DesktopSshHttpBaseUrlInputSchema, DesktopSshPasswordPromptCancelledResultSchema, DesktopSshPasswordPromptCancelledType, DesktopSshPasswordPromptRequestSchema, DesktopSshPasswordPromptResolutionInputSchema, DesktopTelemetryControlMessage, DesktopTelemetrySetDiagnosticsDemand, DesktopTelemetrySetHostPowerIntervals, DesktopThemeSchema, DesktopUpdateActionResultSchema, DesktopUpdateChannelSchema, DesktopUpdateCheckResultSchema, DesktopUpdateReleaseNoteSchema, DesktopUpdateStateSchema, DesktopUpdateStatusSchema, DesktopWslDistroSchema, DesktopWslStateSchema, DiscoveredLocalServer, DiscoveredLocalServerList, DispatchResult, EDITORS, EditorId, EditorLaunchStyle, EnvironmentAuthHttpApi, EnvironmentAuthInvalidError, EnvironmentAuthInvalidReason, EnvironmentAuthenticatedAuth, EnvironmentAuthenticatedPrincipal, EnvironmentAuthorizationError, EnvironmentCloudEndpointUnavailableError, EnvironmentCloudLinkStateResult, EnvironmentCloudPreferencesRequest, EnvironmentCloudRelayConfigResult, EnvironmentConnectHttpApi, EnvironmentConnectionState, EnvironmentHttpApi, EnvironmentHttpBadRequestError, EnvironmentHttpCommonError, EnvironmentHttpConflictError, EnvironmentHttpForbiddenError, EnvironmentHttpInternalServerError, EnvironmentHttpUnauthorizedError, EnvironmentId, EnvironmentIdentificationMode, EnvironmentInternalError, EnvironmentInternalErrorReason, EnvironmentMetadataHttpApi, EnvironmentOperationForbiddenError, EnvironmentOperationForbiddenReason, EnvironmentOrchestrationHttpApi, EnvironmentRequestInvalidError, EnvironmentRequestInvalidReason, EnvironmentResourceNotFoundError, EnvironmentResourceNotFoundReason, EnvironmentScopeRequiredError, EventId, ExecutionEnvironmentCapabilities, ExecutionEnvironmentDescriptor, ExecutionEnvironmentPlatform, ExecutionEnvironmentPlatformArch, ExecutionEnvironmentPlatformOs, ExternalLauncherBrowserSpawnError, ExternalLauncherCommandNotFoundError, ExternalLauncherEditorSpawnError, ExternalLauncherError, ExternalLauncherUnknownEditorError, ExternalLauncherUnsupportedEditorError, FILL_PREVIEW_VIEWPORT, FilesystemBrowseEntry, FilesystemBrowseError, FilesystemBrowseFailure, FilesystemBrowseInput, FilesystemBrowseResult, FontFamilyPreference, ForwardCompatibleArray, GitActionProgressEvent, GitActionProgressKind, GitActionProgressPhase, GitActionProgressStream, GitCommandError, GitManagerError, GitManagerServiceError, GitPreparePullRequestThreadInput, GitPreparePullRequestThreadResult, GitPullRequestMaterializationError, GitPullRequestRefInput, GitResolvePullRequestResult, GitRunStackedActionInput, GitRunStackedActionResult, GitRunStackedActionToastRunAction, GitStackedAction, GlassOpacity, GrokSettings, HostPowerSnapshot, HostPowerSource, HostPowerThermalState, INERT_TASK_TYPES, InterfaceFontSize, IsoDateTime, ItemLifecyclePayload, KeybindingCommand, KeybindingRule, KeybindingShortcut, KeybindingValue, KeybindingWhen, KeybindingWhenNode, KeybindingsConfig, KeybindingsConfigError, LaunchEditorInput, MAX_CODE_FONT_SIZE, MAX_GLASS_OPACITY, MAX_INTERFACE_FONT_SIZE, MAX_KEYBINDINGS_COUNT, MAX_KEYBINDING_VALUE_LENGTH, MAX_KEYBINDING_WHEN_LENGTH, MAX_PROMPT_FONT_SIZE, MAX_SCRIPT_ID_LENGTH, MAX_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MAX_SIDEBAR_THREAD_PREVIEW_COUNT, MAX_TERMINAL_FONT_SIZE, MAX_WHEN_EXPRESSION_DEPTH, MIN_CODE_FONT_SIZE, MIN_GLASS_OPACITY, MIN_INTERFACE_FONT_SIZE, MIN_PROMPT_FONT_SIZE, MIN_SIDEBAR_AUTO_SETTLE_AFTER_DAYS, MIN_SIDEBAR_THREAD_PREVIEW_COUNT, MIN_TERMINAL_FONT_SIZE, MODEL_PICKER_JUMP_KEYBINDING_COMMANDS, MODEL_PICKER_KEYBINDING_COMMANDS, MODEL_SLUG_ALIASES_BY_PROVIDER, MONITOR_TASK_TYPES, MessageId, ModelCapabilities, ModelSelection, NonNegativeInt, ORCHESTRATION_WS_METHODS, ObservabilitySettings, OpenCodeSettings, OrchestrationActorKind, OrchestrationAggregateKind, OrchestrationCheckpointFile, OrchestrationCheckpointStatus, OrchestrationCheckpointSummary, OrchestrationCommand, OrchestrationCommandReceiptStatus, OrchestrationDispatchCommandError, OrchestrationEvent, OrchestrationEventMetadata, OrchestrationEventType, OrchestrationGetFullThreadDiffError, OrchestrationGetFullThreadDiffInput, OrchestrationGetFullThreadDiffResult, OrchestrationGetSnapshotError, OrchestrationGetTurnDiffError, OrchestrationGetTurnDiffInput, OrchestrationGetTurnDiffResult, OrchestrationGetWorkflowScriptError, OrchestrationGetWorkflowScriptInput, OrchestrationGetWorkflowScriptResult, OrchestrationLatestTurn, OrchestrationMessage, OrchestrationMessageRole, OrchestrationProject, OrchestrationProjectShell, OrchestrationProposedPlan, OrchestrationProposedPlanId, OrchestrationReadModel, OrchestrationRpcSchemas, OrchestrationSearchThreadsError, OrchestrationSearchThreadsInput, OrchestrationSearchThreadsResult, OrchestrationSession, OrchestrationSessionStatus, OrchestrationShellSnapshot, OrchestrationShellStreamEvent, OrchestrationShellStreamItem, OrchestrationSubscribeShellInput, OrchestrationSubscribeThreadInput, OrchestrationThread, OrchestrationThreadActivity, OrchestrationThreadActivityTone, OrchestrationThreadDetailPage, OrchestrationThreadDetailSnapshot, OrchestrationThreadDetailWindow, OrchestrationThreadSearchMatch, OrchestrationThreadSearchSource, OrchestrationThreadShell, OrchestrationThreadStreamItem, PREFERRED_DEFAULT_CODEX_MODELS, PREVIEW_AUTOMATION_OPERATIONS, PREVIEW_AUTOMATION_V1_OPERATIONS, PREVIEW_VIEWPORT_MAX_AREA, PREVIEW_VIEWPORT_MAX_DIMENSION, PREVIEW_VIEWPORT_MIN_DIMENSION, PREVIEW_VIEWPORT_PRESET_IDS, PRIMARY_LOCAL_ENVIRONMENT_ID, PROVIDER_DISPLAY_NAMES, PROVIDER_SEND_TURN_MAX_ATTACHMENTS, PROVIDER_SEND_TURN_MAX_IMAGE_BYTES, PROVIDER_SEND_TURN_MAX_INPUT_CHARS, PersistedSavedEnvironmentRecordSchema, PickFolderOptionsSchema, PickedElementPayloadSchema, PickedElementStackFrameSchema, PickedThemeFileSchema, PortSchema, PositiveInt, PreviewAnnotationElementTargetSchema, PreviewAnnotationPayloadSchema, PreviewAnnotationPointSchema, PreviewAnnotationRectSchema, PreviewAnnotationRegionTargetSchema, PreviewAnnotationScreenshotSchema, PreviewAnnotationStrokeTargetSchema, PreviewAnnotationStyleChangeSchema, PreviewAnnotationSubmissionResultSchema, PreviewAnnotationSubmissionSchema, PreviewAutomationActionEvent, PreviewAutomationClickInput, PreviewAutomationClientDisconnectedError, PreviewAutomationClientId, PreviewAutomationColorScheme, PreviewAutomationConnectionId, PreviewAutomationConsoleEntry, PreviewAutomationControlInterruptedError, PreviewAutomationElement, PreviewAutomationError, PreviewAutomationEvaluateInput, PreviewAutomationExecutionError, PreviewAutomationHost, PreviewAutomationHostFocus, PreviewAutomationHostIdentity, PreviewAutomationInvalidSelectorError, PreviewAutomationMalformedResponseError, PreviewAutomationNavigateInput, PreviewAutomationNetworkEntry, PreviewAutomationNoAvailableHostError, PreviewAutomationOpenInput, PreviewAutomationOperation, PreviewAutomationPressInput, PreviewAutomationRecordingArtifact, PreviewAutomationRecordingStatus, PreviewAutomationRemoteUnavailableError, PreviewAutomationRequest, PreviewAutomationRequestQueueClosedError, PreviewAutomationResizeInput, PreviewAutomationResizeResult, PreviewAutomationResponse, PreviewAutomationResultTooLargeError, PreviewAutomationScrollInput, PreviewAutomationSetColorSchemeInput, PreviewAutomationSetColorSchemeResult, PreviewAutomationSnapshot, PreviewAutomationStatus, PreviewAutomationStreamEvent, PreviewAutomationTabNotFoundError, PreviewAutomationTabTargetInput, PreviewAutomationTargetNotEditableError, PreviewAutomationTimeoutError, PreviewAutomationTypeInput, PreviewAutomationUnavailableError, PreviewAutomationUnsupportedClientError, PreviewAutomationWaitForInput, PreviewCloseInput, PreviewError, PreviewEvent, PreviewInvalidUrlError, PreviewListInput, PreviewListResult, PreviewNavStatus, PreviewNavigateInput, PreviewOpenInput, PreviewRefreshInput, PreviewRenderedViewportSize, PreviewReportStatusInput, PreviewResizeInput, PreviewSessionLookupError, PreviewSessionSnapshot, PreviewTabId, PreviewUrlResolution, PreviewViewportPresetId, PreviewViewportSetting, PreviewViewportSize, ProjectContentMatch, ProjectContentMatchRange, ProjectCreateCommand, ProjectCreatedPayload, ProjectDeletedPayload, ProjectEntriesFailure, ProjectEntry, ProjectEntryKind, ProjectFaviconPath, ProjectFileFailure, ProjectFileOperation, ProjectId, ProjectListEntriesError, ProjectListEntriesInput, ProjectListEntriesResult, ProjectMetaUpdatedPayload, ProjectReadFileError, ProjectReadFileInput, ProjectReadFileResult, ProjectScript, ProjectScriptIcon, ProjectSearchContentsError, ProjectSearchContentsInput, ProjectSearchContentsResult, ProjectSearchEntriesError, ProjectSearchEntriesInput, ProjectSearchEntriesResult, ProjectWriteFileError, ProjectWriteFileInput, ProjectWriteFileResult, ProjectionPendingApprovalDecision, ProjectionPendingApprovalStatus, PromptFontSize, ProviderApprovalDecision, ProviderApprovalPolicy, ProviderDriverKind, ProviderEvent, ProviderInstanceConfig, ProviderInstanceConfigMap, ProviderInstanceEnvironment, ProviderInstanceEnvironmentVariable, ProviderInstanceEnvironmentVariableName, ProviderInstanceId, ProviderInstanceRef, ProviderInteractionMode, ProviderInterruptTurnInput, ProviderItemId, ProviderOptionChoice, ProviderOptionDescriptor, ProviderOptionDescriptorType, ProviderOptionSelection, ProviderOptionSelectionValue, ProviderOptionSelections, ProviderRequestKind, ProviderRespondToRequestInput, ProviderRespondToUserInputInput, ProviderRuntimeEvent, ProviderRuntimeEventV2, ProviderRuntimeTurnStatus, ProviderSandboxMode, ProviderSendTurnInput, ProviderSession, ProviderSessionRuntimeStatus, ProviderSessionStartInput, ProviderStopSessionInput, ProviderTurnStartResult, ProviderUserInputAnswers, RESOURCE_MONITOR_PROTOCOL_VERSION, RelayClientInstallFailedError, RelayClientInstallFailureReasonSchema, RelayClientInstallProgressEventSchema, RelayClientInstallProgressStageSchema, RelayClientStatusSchema, RepositoryIdentity, RepositoryIdentityLocator, ResolvedKeybindingRule, ResolvedKeybindingsConfig, ResourceAttributionEntry, ResourceAttributionSnapshot, ResourceMonitorCapabilities, ResourceMonitorCommand, ResourceMonitorConfigureCommand, ResourceMonitorErrorEvent, ResourceMonitorEvent, ResourceMonitorExternalProcess, ResourceMonitorHelloEvent, ResourceMonitorHistoryChunkEvent, ResourceMonitorProcessSample, ResourceMonitorReadHistoryCommand, ResourceMonitorSampleNowCommand, ResourceMonitorSetExternalProcessesCommand, ResourceMonitorSetSampleIntervalCommand, ResourceMonitorSetStreamingCommand, ResourceMonitorShutdownCommand, ResourceMonitorSnapshotEvent, ResourceTelemetryAggregate, ResourceTelemetryGroups, ResourceTelemetryHealth, ResourceTelemetryHistory, ResourceTelemetryHistoryBucket, ResourceTelemetryHistoryInput, ResourceTelemetryIoSemantics, ResourceTelemetryProcess, ResourceTelemetryProcessCategory, ResourceTelemetryProcessIdentity, ResourceTelemetryProcessSummary, ResourceTelemetryRetryResult, ResourceTelemetrySnapshot, ResourceTelemetrySourceHealth, ResourceTelemetrySourceStatus, ReviewDiffFileContentsInput, ReviewDiffFileContentsResult, ReviewDiffPreviewError, ReviewDiffPreviewInput, ReviewDiffPreviewResult, ReviewDiffPreviewSource, ReviewDiffPreviewSourceKind, RpcClientId, RuntimeEventRaw, RuntimeItemId, RuntimeMode, RuntimeRequestId, RuntimeSessionId, RuntimeTaskId, RuntimeTaskStatus, RuntimeTaskUsage, SCRIPT_RUN_COMMAND_PATTERN, ScopedProjectRef, ScopedThreadRef, ScopedThreadSessionRef, SelectProviderOptionDescriptor, ServerAuthBootstrapMethod, ServerAuthDescriptor, ServerAuthPolicy, ServerAuthSessionMethod, ServerConfig, ServerConfigIssue, ServerConfigKeybindingsUpdatedPayload, ServerConfigProviderStatusesPayload, ServerConfigSettingsUpdatedPayload, ServerConfigStreamEvent, ServerConfigStreamKeybindingsUpdatedEvent, ServerConfigStreamProviderStatusesEvent, ServerConfigStreamSettingsUpdatedEvent, ServerConfigStreamSnapshotEvent, ServerConfigUpdatedPayload, ServerLifecycleReadyPayload, ServerLifecycleStreamEvent, ServerLifecycleStreamReadyEvent, ServerLifecycleStreamWelcomeEvent, ServerLifecycleWelcomePayload, ServerObservability, ServerProcessDiagnosticsEntry, ServerProcessDiagnosticsResult, ServerProcessResourceHistoryBucket, ServerProcessResourceHistoryFailureTag, ServerProcessResourceHistoryInput, ServerProcessResourceHistoryResult, ServerProcessResourceHistorySummary, ServerProcessSignal, ServerProvider, ServerProviderAuth, ServerProviderAuthStatus, ServerProviderAvailability, ServerProviderContinuation, ServerProviderModel, ServerProviderSkill, ServerProviderSlashCommand, ServerProviderSlashCommandInput, ServerProviderState, ServerProviderUpdateError, ServerProviderUpdateInput, ServerProviderUpdateState, ServerProviderUpdateStatus, ServerProviderUpdatedPayload, ServerProviderVersionAdvisory, ServerProviderVersionAdvisoryStatus, ServerProviders, ServerRemoveKeybindingInput, ServerRemoveKeybindingResult, ServerSelfUpdateCapability, ServerSelfUpdateError, ServerSelfUpdateInput, ServerSelfUpdateMethod, ServerSelfUpdateOutcome, ServerSelfUpdateProgressEvent, ServerSelfUpdateProgressStage, ServerSelfUpdateResult, ServerSettings, ServerSettingsError, ServerSettingsOperation, ServerSettingsPatch, ServerSignalProcessInput, ServerSignalProcessResult, ServerTraceDiagnosticsErrorKind, ServerTraceDiagnosticsFailureSummary, ServerTraceDiagnosticsLogEvent, ServerTraceDiagnosticsRecentFailure, ServerTraceDiagnosticsResult, ServerTraceDiagnosticsSpanOccurrence, ServerTraceDiagnosticsSpanSummary, ServerUpsertKeybindingInput, ServerUpsertKeybindingResult, SidebarAutoSettleAfterDays, SidebarProjectGroupingMode, SidebarProjectSortOrder, SidebarThreadPreviewCount, SidebarThreadSortOrder, SourceControlCloneProtocol, SourceControlCloneRepositoryInput, SourceControlCloneRepositoryResult, SourceControlDiscoveryResult, SourceControlDiscoveryStatus, SourceControlProviderAuth, SourceControlProviderAuthStatus, SourceControlProviderDiscoveryItem, SourceControlProviderError, SourceControlProviderInfo, SourceControlProviderKind, SourceControlPublishRepositoryInput, SourceControlPublishRepositoryResult, SourceControlPublishStatus, SourceControlRepositoryCloneUrls, SourceControlRepositoryError, SourceControlRepositoryInfo, SourceControlRepositoryLookupInput, SourceControlRepositoryVisibility, SourceControlWritingStyleMode, SourceControlWritingStyleSettings, T3ProjectFile, T3ProjectFileScript, T3_PROJECT_FILE_NAME, T3_PROJECT_FILE_SCHEMA_URL, THREAD_JUMP_KEYBINDING_COMMANDS, THREAD_KEYBINDING_COMMANDS, TOOL_LIFECYCLE_ITEM_TYPES, TaskAgentLinkage, TaskRunHandles, TaskWorkflowPhase, TerminalAttachInput, TerminalAttachStreamEvent, TerminalClearInput, TerminalCloseInput, TerminalCwdError, TerminalCwdNotDirectoryError, TerminalCwdNotFoundError, TerminalCwdStatError, TerminalError, TerminalEvent, TerminalFontSize, TerminalHistoryError, TerminalMetadataStreamEvent, TerminalNotRunningError, TerminalOpenInput, TerminalResizeError, TerminalResizeInput, TerminalRestartInput, TerminalSessionLookupError, TerminalSessionSnapshot, TerminalSessionStatus, TerminalSummary, TerminalThreadInput, TerminalWriteError, TerminalWriteInput, TextGenerationError, ThreadActivityAppendedPayload, ThreadApprovalResponseRequestedPayload, ThreadArchivedPayload, ThreadCheckpointRevertRequestedPayload, ThreadCreatedPayload, ThreadDeletedPayload, ThreadEnvMode, ThreadId, ThreadInteractionModeSetPayload, ThreadMessageSentPayload, ThreadMetaUpdatedPayload, ThreadPinReorderedPayload, ThreadPinnedPayload, ThreadProposedPlanUpsertedPayload, ThreadRevertedPayload, ThreadRuntimeModeSetPayload, ThreadSessionSetPayload, ThreadSessionStopRequestedPayload, ThreadSettledPayload, ThreadSnoozedPayload, ThreadTitleRegeneration, ThreadTokenUsageSnapshot, ThreadTurnDiff, ThreadTurnDiffCompletedPayload, ThreadTurnInterruptRequestedPayload, ThreadTurnStartCommand, ThreadTurnStartRequestedPayload, ThreadUnarchivedPayload, ThreadUnpinnedPayload, ThreadUnsettledPayload, ThreadUnsnoozedPayload, TimestampFormat, ToolLifecycleItemType, TrimmedNonEmptyString, TrimmedString, TurnCountRange, TurnId, USAGE_CONTRACT_VERSION, UsageBucket, UsageCostSource, UsageDay, UsagePricing, UsagePricingStatus, UsageProviderKind, UsageReadError, UsageSource, UsageSourceFingerprint, UsageSourceStatus, UsageSummary, UsageSummaryInput, UsageTokenTotals, UserInputQuestion, VcsCreateRefInput, VcsCreateRefResult, VcsCreateWorktreeInput, VcsCreateWorktreeResult, VcsDiscoveryItem, VcsDriverCapabilities, VcsDriverKind, VcsError, VcsFreshness, VcsFreshnessSource, VcsInitInput, VcsListRefsInput, VcsListRefsResult, VcsListRemotesResult, VcsListWorkspaceFilesResult, VcsOutputDecodeError, VcsProcessExitError, VcsProcessExitFailureKind, VcsProcessMissingExitCodeError, VcsProcessOutputLimitError, VcsProcessOutputReadError, VcsProcessSpawnError, VcsProcessStdinWriteError, VcsProcessTimeoutError, VcsPullInput, VcsPullResult, VcsRef, VcsRemote, VcsRemoveWorktreeInput, VcsRepositoryDetectionError, VcsRepositoryIdentity, VcsStatusInput, VcsStatusLocalResult, VcsStatusRemoteResult, VcsStatusResult, VcsStatusStreamEvent, VcsSwitchRefInput, VcsSwitchRefResult, VcsUnsupportedOperationError, WS_METHODS, WsAssetsCreateUrlRpc, WsCloudGetRelayClientStatusRpc, WsCloudInstallRelayClientRpc, WsFilesystemBrowseRpc, WsGitPreparePullRequestThreadRpc, WsGitResolvePullRequestRpc, WsGitRunStackedActionRpc, WsOrchestrationDispatchCommandRpc, WsOrchestrationGetArchivedShellSnapshotRpc, WsOrchestrationGetFullThreadDiffRpc, WsOrchestrationGetTurnDiffRpc, WsOrchestrationGetWorkflowScriptRpc, WsOrchestrationSearchThreadsRpc, WsOrchestrationSubscribeShellRpc, WsOrchestrationSubscribeThreadRpc, WsPreviewAutomationConnectRpc, WsPreviewAutomationFocusHostRpc, WsPreviewAutomationRespondRpc, WsPreviewCloseRpc, WsPreviewListRpc, WsPreviewNavigateRpc, WsPreviewOpenRpc, WsPreviewRefreshRpc, WsPreviewReportStatusRpc, WsPreviewResizeRpc, WsProjectsListEntriesRpc, WsProjectsReadFileRpc, WsProjectsSearchContentsRpc, WsProjectsSearchEntriesRpc, WsProjectsWriteFileRpc, WsReviewGetDiffFileContentsRpc, WsReviewGetDiffPreviewRpc, WsRpcGroup, WsServerDiscoverSourceControlRpc, WsServerGetBackgroundPolicyRpc, WsServerGetConfigRpc, WsServerGetProcessDiagnosticsRpc, WsServerGetProcessResourceHistoryRpc, WsServerGetResourceTelemetryHistoryRpc, WsServerGetSettingsRpc, WsServerGetTraceDiagnosticsRpc, WsServerGetUsageSummaryRpc, WsServerProbeRpc, WsServerRefreshProvidersRpc, WsServerRemoveKeybindingRpc, WsServerReportClientActivityRpc, WsServerReportHostPowerStateRpc, WsServerRetryResourceTelemetryRpc, WsServerSignalProcessRpc, WsServerUpdateProviderRpc, WsServerUpdateServerRpc, WsServerUpdateServerWithProgressRpc, WsServerUpdateSettingsRpc, WsServerUpsertKeybindingRpc, WsShellOpenInEditorRpc, WsSourceControlCloneRepositoryRpc, WsSourceControlLookupRepositoryRpc, WsSourceControlPublishRepositoryRpc, WsSubscribeAuthAccessRpc, WsSubscribeBackgroundPolicyRpc, WsSubscribeDiscoveredLocalServersRpc, WsSubscribePreviewEventsRpc, WsSubscribeResourceTelemetryRpc, WsSubscribeServerConfigRpc, WsSubscribeServerLifecycleRpc, WsSubscribeTerminalEventsRpc, WsSubscribeTerminalMetadataRpc, WsSubscribeVcsStatusRpc, WsTerminalAttachRpc, WsTerminalClearRpc, WsTerminalCloseRpc, WsTerminalOpenRpc, WsTerminalResizeRpc, WsTerminalRestartRpc, WsTerminalWriteRpc, WsVcsCreateRefRpc, WsVcsCreateWorktreeRpc, WsVcsInitRpc, WsVcsListRefsRpc, WsVcsPullRpc, WsVcsRefreshStatusRpc, WsVcsRemoveWorktreeRpc, WsVcsSwitchRefRpc, classifyTaskAgentKind, defaultInstanceIdForDriver, isExternalLauncherError, isProviderAvailable, isProviderDriverKind, isToolLifecycleItemType, makeProviderSettingsSchema };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "t3code-cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "CLI for t3code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"./package.json": "./package.json"
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@effect/platform-node": "4.0.0-beta.
|
|
109
|
+
"@effect/platform-node": "4.0.0-beta.103",
|
|
110
110
|
"@napi-rs/keyring": "^1.3.0",
|
|
111
|
-
"effect": "4.0.0-beta.
|
|
111
|
+
"effect": "4.0.0-beta.103",
|
|
112
112
|
"marked": "^15.0.12",
|
|
113
113
|
"marked-terminal": "^7.3.0",
|
|
114
114
|
"string-width": "^8.2.2",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@changesets/cli": "^2.31.1",
|
|
119
|
-
"@effect/vitest": "4.0.0-beta.
|
|
119
|
+
"@effect/vitest": "4.0.0-beta.103",
|
|
120
120
|
"@t3tools/client-runtime": "link:upstream-t3code/packages/client-runtime",
|
|
121
121
|
"@t3tools/shared": "link:upstream-t3code/packages/shared",
|
|
122
122
|
"@total-typescript/shoehorn": "^0.1.2",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"typescript": "^7.0.2",
|
|
125
125
|
"vite-plus": "^0.2.6",
|
|
126
126
|
"yaml": "^2.9.0",
|
|
127
|
-
"@t3tools/contracts": "0.0.
|
|
127
|
+
"@t3tools/contracts": "0.0.32"
|
|
128
128
|
},
|
|
129
129
|
"engines": {
|
|
130
130
|
"node": ">=24.0.0"
|
package/src/application/index.ts
CHANGED