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/cli.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $n as T3CliEnvShape, Gi as CliRuntime, Ki as layer$1, Qn as T3CliEnvScope, xr as T3ConfigSelection } from "./shared.js";
|
|
2
2
|
import * as Layer from "effect/Layer";
|
|
3
3
|
import { Flag, GlobalFlag } from "effect/unstable/cli";
|
|
4
4
|
//#region src/cli/flags.d.ts
|
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll } from "./rolldown-runtime.js";
|
|
2
|
-
import {
|
|
2
|
+
import { BT as threadFlag, FT as modelFlags, GT as canRenderLiveTerminal, Gw as resolveProjectRef, HT as waitFormatFlag, Hw as cliEnvironmentSetting, IT as projectFlag, JT as humanNdjsonFormatChoices, KT as humanJsonFormatChoices, Kw as resolveThreadId, LT as projectPathFlag, PT as formatFlag, UT as worktreeFlag, VT as threadFormatFlag, Ww as resolveCommandProjectRef, XT as isInteractiveHumanTerminal, Xw as CliRuntime, YT as isAgentEnvironment, ZT as resolveOutputFormat, Zw as layer, qT as humanJsonNdjsonFormatChoices, qw as resolveWorktreePath, zs as selection_layer_exports } from "./shared.js";
|
|
3
3
|
//#region src/cli/env/index.ts
|
|
4
4
|
var env_exports = /* @__PURE__ */ __exportAll({
|
|
5
5
|
Selection: () => selection_layer_exports,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Ba as RemoteEnvironmentAuthError, Ga as issueRemoteDpopWebSocketTicket, Ha as exchangeRemoteDpopAccessToken, Ja as resolveRemoteWebSocketConnectionUrl, Ka as issueRemoteWebSocketTicket, Qa as RemoteEnvironmentAuthUndeclaredStatusError, Ua as fetchRemoteDpopSessionState, Va as bootstrapRemoteBearerSession, Wa as fetchRemoteSessionState, Xa as RemoteEnvironmentAuthInvalidJsonError, Ya as RemoteEnvironmentAuthFetchError, Za as RemoteEnvironmentAuthTimeoutError, fo as AuthorizedRemoteEnvironment, go as tokenStore_d_exports, mo as RemoteEnvironmentAuthorization, po as RelayEnvironmentAuthorization, qa as resolveRemoteDpopWebSocketConnectionUrl } from "../shared.js";
|
|
2
2
|
export { type AuthorizedRemoteEnvironment, type RelayEnvironmentAuthorization, RemoteEnvironmentAuthError, RemoteEnvironmentAuthFetchError, RemoteEnvironmentAuthInvalidJsonError, RemoteEnvironmentAuthTimeoutError, RemoteEnvironmentAuthUndeclaredStatusError, RemoteEnvironmentAuthorization, tokenStore_d_exports as TokenStore, bootstrapRemoteBearerSession, exchangeRemoteDpopAccessToken, fetchRemoteDpopSessionState, fetchRemoteSessionState, issueRemoteDpopWebSocketTicket, issueRemoteWebSocketTicket, resolveRemoteDpopWebSocketConnectionUrl, resolveRemoteWebSocketConnectionUrl };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $a as tokenStore_exports, Ao as fetchRemoteSessionState, Do as bootstrapRemoteBearerSession, Fo as RemoteEnvironmentAuthFetchError, Io as RemoteEnvironmentAuthInvalidJsonError, Lo as RemoteEnvironmentAuthTimeoutError, Mo as issueRemoteWebSocketTicket, No as resolveRemoteDpopWebSocketConnectionUrl, Oo as exchangeRemoteDpopAccessToken, Po as resolveRemoteWebSocketConnectionUrl, Ro as RemoteEnvironmentAuthUndeclaredStatusError, Za as RemoteEnvironmentAuthorization, jo as issueRemoteDpopWebSocketTicket, ko as fetchRemoteDpopSessionState } from "../shared.js";
|
|
2
2
|
export { RemoteEnvironmentAuthFetchError, RemoteEnvironmentAuthInvalidJsonError, RemoteEnvironmentAuthTimeoutError, RemoteEnvironmentAuthUndeclaredStatusError, RemoteEnvironmentAuthorization, tokenStore_exports as TokenStore, bootstrapRemoteBearerSession, exchangeRemoteDpopAccessToken, fetchRemoteDpopSessionState, fetchRemoteSessionState, issueRemoteDpopWebSocketTicket, issueRemoteWebSocketTicket, resolveRemoteDpopWebSocketConnectionUrl, resolveRemoteWebSocketConnectionUrl };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $
|
|
1
|
+
import { $o as ConnectionAttemptError, Bo as ConnectionCatalogEntry, Ca as updateBearerConnection, Da as EnvironmentSupervisor, Ea as PlatformEnvironmentRemovalError, Fa as credentialMissingError, Fo as credentialStore_d_exports, Go as PrimaryConnectionRegistration, Ho as ConnectionProfile, Ia as environmentMismatchError, Io as connectivity_d_exports, Jo as SshConnectionRegistration, Ko as RelayConnectionRegistration, La as mapManagedRelayError, Lo as BearerConnectionCredential, Oa as EnvironmentSupervisorOptions, Qo as BearerConnectionTarget, Ra as mapRemoteEnvironmentError, Ro as BearerConnectionProfile, Sa as registerSshConnection, Ta as EnvironmentRegistry, Uo as ConnectionRegistration, Vo as ConnectionCredential, Wo as PlatformConnectionRegistration, Xo as connectionRegistrationTarget, Yo as connectionRegistrationCatalogEntry, Zo as AVAILABLE_CONNECTION_STATE, _a as SshConnectionInput, _s as connectionProjectionPhase, aa as connectionStatusText, ao as EnvironmentConnectionLease, as as ConnectionTargetKind, ba as prepareSshRegistration, ca as presentEnvironmentConnection, cs as NetworkStatus, do as profileStore_d_exports, ds as PreparedHttpAuthorization, ea as EnvironmentConnectionPhase, es as ConnectionAttemptStage, fs as PrimaryConnectionTarget, ga as PairingConnectionInput, gs as SupervisorConnectionState, ha as ConnectionOnboarding, hs as SupervisorConnectionPhase, ia as connectionPhaseMessage, io as ConnectionDriverProgress, is as ConnectionTarget, ka as wakeups_d_exports, la as layer_d_exports, ls as PersistedConnectionTarget, ma as BearerConnectionUpdateInput, ms as SshConnectionTarget, na as EnvironmentPresentation, ns as ConnectionBlockedReason, oa as connectionStatusTitle, os as ConnectionTransientError, ps as RelayConnectionTarget, qo as SshConnectionProfile, ra as connectionCatalogDisplayUrl, ro as ConnectionDriver, rs as ConnectionProjectionPhase, sa as presentConnectionState, ss as ConnectionTransientReason, ta as EnvironmentConnectionPresentation, ts as ConnectionBlockedError, uo as ConnectionResolver, us as PreparedConnection, va as prepareBearerConnectionUpdate, wa as EnvironmentNotRegisteredError, xa as registerPairingConnection, ya as preparePairingRegistration, za as profileMissingError, zo as BearerConnectionRegistration } from "../shared.js";
|
|
2
2
|
export { AVAILABLE_CONNECTION_STATE, BearerConnectionCredential, BearerConnectionProfile, BearerConnectionRegistration, BearerConnectionTarget, type BearerConnectionUpdateInput, layer_d_exports as Connection, ConnectionAttemptError, ConnectionAttemptStage, ConnectionBlockedError, ConnectionBlockedReason, ConnectionCatalogEntry, ConnectionCredential, ConnectionDriver, type ConnectionDriverProgress, ConnectionOnboarding, ConnectionProfile, ConnectionProjectionPhase, ConnectionRegistration, ConnectionResolver, ConnectionTarget, ConnectionTargetKind, ConnectionTransientError, ConnectionTransientReason, connectivity_d_exports as Connectivity, credentialStore_d_exports as CredentialStore, type EnvironmentConnectionLease, EnvironmentConnectionPhase, EnvironmentConnectionPresentation, EnvironmentNotRegisteredError, EnvironmentPresentation, EnvironmentRegistry, EnvironmentSupervisor, type EnvironmentSupervisorOptions, NetworkStatus, type PairingConnectionInput, PersistedConnectionTarget, PlatformConnectionRegistration, PlatformEnvironmentRemovalError, PreparedConnection, PreparedHttpAuthorization, PrimaryConnectionRegistration, PrimaryConnectionTarget, profileStore_d_exports as ProfileStore, RelayConnectionRegistration, RelayConnectionTarget, type SshConnectionInput, SshConnectionProfile, SshConnectionRegistration, SshConnectionTarget, SupervisorConnectionPhase, SupervisorConnectionState, wakeups_d_exports as Wakeups, connectionCatalogDisplayUrl, connectionPhaseMessage, connectionProjectionPhase, connectionRegistrationCatalogEntry, connectionRegistrationTarget, connectionStatusText, connectionStatusTitle, credentialMissingError, environmentMismatchError, mapManagedRelayError, mapRemoteEnvironmentError, prepareBearerConnectionUpdate, preparePairingRegistration, prepareSshRegistration, presentConnectionState, presentEnvironmentConnection, profileMissingError, registerPairingConnection, registerSshConnection, updateBearerConnection };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Co as environmentMismatchError, Cs as ConnectionTransientReason, Ds as SshConnectionTarget, Eo as profileMissingError, Es as RelayConnectionTarget, Fa as PlatformEnvironmentRemovalError, Ia as EnvironmentSupervisor, Ka as ConnectionDriver, Na as EnvironmentNotRegisteredError, Os as connectionProjectionPhase, Pa as EnvironmentRegistry, So as credentialMissingError, Ss as ConnectionTransientError, To as mapRemoteEnvironmentError, Ts as PrimaryConnectionTarget, Xa as profileStore_exports, Ya as ConnectionResolver, _a as prepareSshRegistration, _s as AVAILABLE_CONNECTION_STATE, aa as connectionStatusText, as as BearerConnectionProfile, ba as updateBearerConnection, bs as ConnectionBlockedReason, ca as presentEnvironmentConnection, cs as ConnectionProfile, ds as PrimaryConnectionRegistration, fs as RelayConnectionRegistration, ga as preparePairingRegistration, gs as connectionRegistrationTarget, ha as prepareBearerConnectionUpdate, hs as connectionRegistrationCatalogEntry, ia as connectionPhaseMessage, is as BearerConnectionCredential, la as layer_exports, ls as ConnectionRegistration, ma as ConnectionOnboarding, ms as SshConnectionRegistration, ns as credentialStore_exports, oa as connectionStatusTitle, os as BearerConnectionRegistration, ps as SshConnectionProfile, ra as connectionCatalogDisplayUrl, rs as connectivity_exports, sa as presentConnectionState, ss as ConnectionCredential, us as PlatformConnectionRegistration, va as registerPairingConnection, vs as BearerConnectionTarget, wo as mapManagedRelayError, ws as PersistedConnectionTarget, xs as ConnectionTarget, ya as registerSshConnection, ys as ConnectionBlockedError, za as wakeups_exports } from "../shared.js";
|
|
2
2
|
export { AVAILABLE_CONNECTION_STATE, BearerConnectionCredential, BearerConnectionProfile, BearerConnectionRegistration, BearerConnectionTarget, layer_exports as Connection, ConnectionBlockedError, ConnectionBlockedReason, ConnectionCredential, ConnectionDriver, ConnectionOnboarding, ConnectionProfile, ConnectionRegistration, ConnectionResolver, ConnectionTarget, ConnectionTransientError, ConnectionTransientReason, connectivity_exports as Connectivity, credentialStore_exports as CredentialStore, EnvironmentNotRegisteredError, EnvironmentRegistry, EnvironmentSupervisor, PersistedConnectionTarget, PlatformConnectionRegistration, PlatformEnvironmentRemovalError, PrimaryConnectionRegistration, PrimaryConnectionTarget, profileStore_exports as ProfileStore, RelayConnectionRegistration, RelayConnectionTarget, SshConnectionProfile, SshConnectionRegistration, SshConnectionTarget, wakeups_exports as Wakeups, connectionCatalogDisplayUrl, connectionPhaseMessage, connectionProjectionPhase, connectionRegistrationCatalogEntry, connectionRegistrationTarget, connectionStatusText, connectionStatusTitle, credentialMissingError, environmentMismatchError, mapManagedRelayError, mapRemoteEnvironmentError, prepareBearerConnectionUpdate, preparePairingRegistration, prepareSshRegistration, presentConnectionState, presentEnvironmentConnection, profileMissingError, registerPairingConnection, registerSshConnection, updateBearerConnection };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $
|
|
1
|
+
import { $a as RemoteEnvironmentRequestError, CD as EnvironmentId, Dn as createAdvertisedEndpoint, En as classifyHostedHttpsCompatibility, On as deriveWsBaseUrl, RD as ThreadId, Tn as CreateAdvertisedEndpointInput, cE as ExecutionEnvironmentDescriptor, hE as ScopedThreadRef, jD as ProjectId, kn as normalizeHttpBaseUrl, mE as ScopedProjectRef } from "../shared.js";
|
|
2
2
|
import * as Effect from "effect/Effect";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/environment/descriptor.d.ts
|
|
4
4
|
declare const fetchRemoteEnvironmentDescriptor: (input: {
|
|
@@ -17,7 +17,11 @@ declare const fetchRemoteEnvironmentDescriptor: (input: {
|
|
|
17
17
|
readonly connectionProbe?: boolean;
|
|
18
18
|
readonly threadSettlement?: boolean;
|
|
19
19
|
readonly threadSnooze?: boolean;
|
|
20
|
+
readonly threadPinning?: boolean;
|
|
21
|
+
readonly threadPinReorder?: boolean;
|
|
22
|
+
readonly threadTitleRegeneration?: boolean;
|
|
20
23
|
readonly serverSelfUpdate?: "boot-service" | "desktop-managed" | "respawn";
|
|
24
|
+
readonly serverSelfUpdateProgress?: boolean;
|
|
21
25
|
};
|
|
22
26
|
}, RemoteEnvironmentRequestError, import("effect/unstable/http/HttpClient").HttpClient>;
|
|
23
27
|
//#endregion
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Go as createAdvertisedEndpoint, Ko as deriveWsBaseUrl, Uo as environmentEndpointUrl, Wo as classifyHostedHttpsCompatibility, _i as scopedThreadKey, di as parseScopedProjectKey, fi as parseScopedThreadKey, gi as scopedRefKey, hi as scopedProjectKey, mi as scopeThreadRef, pi as scopeProjectRef, qo as normalizeHttpBaseUrl, vi as attachEnvironmentDescriptor, xo as fetchRemoteEnvironmentDescriptor, yi as createKnownEnvironment } from "../shared.js";
|
|
2
2
|
export { attachEnvironmentDescriptor, classifyHostedHttpsCompatibility, createAdvertisedEndpoint, createKnownEnvironment, deriveWsBaseUrl, environmentEndpointUrl, fetchRemoteEnvironmentDescriptor, normalizeHttpBaseUrl, parseScopedProjectKey, parseScopedThreadKey, scopeProjectRef, scopeThreadRef, scopedProjectKey, scopedRefKey, scopedThreadKey };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Ba as safeErrorLogAttributes, Pn as findErrorTraceId } from "../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/errors/transport.ts
|
|
3
3
|
const TRANSPORT_ERROR_PATTERNS = [
|
|
4
4
|
/\bSocketCloseError\b/i,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { AddProjectCloneFlow, AddProjectRemoteProviderKind, AddProjectRemoteSource, AddProjectRemoteSourceReadiness, addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, findExistingAddProject, getAddProjectInitialQuery, resolveAddProjectPath, sortAddProjectProviderSources };
|
|
1
|
+
import { $ as canCreateProjectInEnvironment, G as AddProjectRemoteProviderKind, J as addProjectRemoteSourceLabel, K as AddProjectRemoteSource, Q as buildProjectCreateCommand, W as AddProjectCloneFlow, X as addProjectRemoteSourceProvider, Y as addProjectRemoteSourcePathHint, Z as buildAddProjectRemoteSourceReadiness, et as findExistingAddProject, nt as resolveAddProjectPath, q as AddProjectRemoteSourceReadiness, rt as sortAddProjectProviderSources, tt as getAddProjectInitialQuery } from "../../shared.js";
|
|
2
|
+
export { AddProjectCloneFlow, AddProjectRemoteProviderKind, AddProjectRemoteSource, AddProjectRemoteSourceReadiness, addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, canCreateProjectInEnvironment, findExistingAddProject, getAddProjectInitialQuery, resolveAddProjectPath, sortAddProjectProviderSources };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { At as
|
|
2
|
-
export { addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, findExistingAddProject, getAddProjectInitialQuery, resolveAddProjectPath, sortAddProjectProviderSources };
|
|
1
|
+
import { At as getAddProjectInitialQuery, Ct as addProjectRemoteSourceLabel, Dt as buildProjectCreateCommand, Et as buildAddProjectRemoteSourceReadiness, Mt as sortAddProjectProviderSources, Ot as canCreateProjectInEnvironment, Tt as addProjectRemoteSourceProvider, jt as resolveAddProjectPath, kt as findExistingAddProject, wt as addProjectRemoteSourcePathHint } from "../../shared.js";
|
|
2
|
+
export { addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, canCreateProjectInEnvironment, findExistingAddProject, getAddProjectInitialQuery, resolveAddProjectPath, sortAddProjectProviderSources };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { AddProjectCloneFlow, AddProjectRemoteProviderKind, AddProjectRemoteSource, AddProjectRemoteSourceReadiness, ArchiveThreadInput, CreateProjectInput, CreateThreadInput, DeleteProjectInput, DeleteThreadInput, InterruptThreadTurnInput, RespondToThreadApprovalInput, RespondToThreadUserInputInput, RevertThreadCheckpointInput, SetThreadInteractionModeInput, SetThreadRuntimeModeInput, SettleThreadInput, SnoozeThreadInput, StartThreadTurnInput, StopThreadSessionInput, UnarchiveThreadInput, UnsettleThreadInput, UnsnoozeThreadInput, UpdateProjectInput, UpdateThreadMetadataInput, addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, archiveThread, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, createProject, createThread, deleteProject, deleteThread, findExistingAddProject, getAddProjectInitialQuery, interruptThreadTurn, resolveAddProjectPath, respondToThreadApproval, respondToThreadUserInput, revertThreadCheckpoint, setThreadInteractionMode, setThreadRuntimeMode, settleThread, snoozeThread, sortAddProjectProviderSources, startThreadTurn, stopThreadSession, unarchiveThread, unsettleThread, unsnoozeThread, updateProject, updateThreadMetadata };
|
|
1
|
+
import { $ as canCreateProjectInEnvironment, $t as unpinThread, At as UnpinThreadInput, Bt as interruptThreadTurn, Ct as SetThreadInteractionModeInput, Dt as StartThreadTurnInput, Et as SnoozeThreadInput, Ft as archiveThread, G as AddProjectRemoteProviderKind, Gt as revertThreadCheckpoint, Ht as reorderPinnedThread, It as createProject, J as addProjectRemoteSourceLabel, Jt as settleThread, K as AddProjectRemoteSource, Kt as setThreadInteractionMode, Lt as createThread, Mt as UnsnoozeThreadInput, Nt as UpdateProjectInput, Ot as StopThreadSessionInput, Pt as UpdateThreadMetadataInput, Q as buildProjectCreateCommand, Qt as unarchiveThread, Rt as deleteProject, St as RevertThreadCheckpointInput, Tt as SettleThreadInput, Ut as respondToThreadApproval, Vt as pinThread, W as AddProjectCloneFlow, Wt as respondToThreadUserInput, X as addProjectRemoteSourceProvider, Xt as startThreadTurn, Y as addProjectRemoteSourcePathHint, Yt as snoozeThread, Z as buildAddProjectRemoteSourceReadiness, Zt as stopThreadSession, _t as InterruptThreadTurnInput, bt as RespondToThreadApprovalInput, en as unsettleThread, et as findExistingAddProject, ft as ArchiveThreadInput, gt as DeleteThreadInput, ht as DeleteProjectInput, jt as UnsettleThreadInput, kt as UnarchiveThreadInput, mt as CreateThreadInput, nn as updateProject, nt as resolveAddProjectPath, pt as CreateProjectInput, q as AddProjectRemoteSourceReadiness, qt as setThreadRuntimeMode, rn as updateThreadMetadata, rt as sortAddProjectProviderSources, tn as unsnoozeThread, tt as getAddProjectInitialQuery, vt as PinThreadInput, wt as SetThreadRuntimeModeInput, xt as RespondToThreadUserInputInput, yt as ReorderPinnedThreadInput, zt as deleteThread } from "../shared.js";
|
|
2
|
+
export { AddProjectCloneFlow, AddProjectRemoteProviderKind, AddProjectRemoteSource, AddProjectRemoteSourceReadiness, ArchiveThreadInput, CreateProjectInput, CreateThreadInput, DeleteProjectInput, DeleteThreadInput, InterruptThreadTurnInput, PinThreadInput, ReorderPinnedThreadInput, RespondToThreadApprovalInput, RespondToThreadUserInputInput, RevertThreadCheckpointInput, SetThreadInteractionModeInput, SetThreadRuntimeModeInput, SettleThreadInput, SnoozeThreadInput, StartThreadTurnInput, StopThreadSessionInput, UnarchiveThreadInput, UnpinThreadInput, UnsettleThreadInput, UnsnoozeThreadInput, UpdateProjectInput, UpdateThreadMetadataInput, addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, archiveThread, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, canCreateProjectInEnvironment, createProject, createThread, deleteProject, deleteThread, findExistingAddProject, getAddProjectInitialQuery, interruptThreadTurn, pinThread, reorderPinnedThread, resolveAddProjectPath, respondToThreadApproval, respondToThreadUserInput, revertThreadCheckpoint, setThreadInteractionMode, setThreadRuntimeMode, settleThread, snoozeThread, sortAddProjectProviderSources, startThreadTurn, stopThreadSession, unarchiveThread, unpinThread, unsettleThread, unsnoozeThread, updateProject, updateThreadMetadata };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { At as
|
|
2
|
-
export { addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, archiveThread, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, createProject, createThread, deleteProject, deleteThread, findExistingAddProject, getAddProjectInitialQuery, interruptThreadTurn, resolveAddProjectPath, respondToThreadApproval, respondToThreadUserInput, revertThreadCheckpoint, setThreadInteractionMode, setThreadRuntimeMode, settleThread, snoozeThread, sortAddProjectProviderSources, startThreadTurn, stopThreadSession, unarchiveThread, unsettleThread, unsnoozeThread, updateProject, updateThreadMetadata };
|
|
1
|
+
import { An as unsettleThread, At as getAddProjectInitialQuery, Cn as setThreadRuntimeMode, Ct as addProjectRemoteSourceLabel, Dn as stopThreadSession, Dt as buildProjectCreateCommand, En as startThreadTurn, Et as buildAddProjectRemoteSourceReadiness, Mn as updateProject, Mt as sortAddProjectProviderSources, Nn as updateThreadMetadata, On as unarchiveThread, Ot as canCreateProjectInEnvironment, Sn as setThreadInteractionMode, Tn as snoozeThread, Tt as addProjectRemoteSourceProvider, _n as pinThread, bn as respondToThreadUserInput, dn as archiveThread, fn as createProject, gn as interruptThreadTurn, hn as deleteThread, jn as unsnoozeThread, jt as resolveAddProjectPath, kn as unpinThread, kt as findExistingAddProject, mn as deleteProject, pn as createThread, vn as reorderPinnedThread, wn as settleThread, wt as addProjectRemoteSourcePathHint, xn as revertThreadCheckpoint, yn as respondToThreadApproval } from "../shared.js";
|
|
2
|
+
export { addProjectRemoteSourceLabel, addProjectRemoteSourcePathHint, addProjectRemoteSourceProvider, archiveThread, buildAddProjectRemoteSourceReadiness, buildProjectCreateCommand, canCreateProjectInEnvironment, createProject, createThread, deleteProject, deleteThread, findExistingAddProject, getAddProjectInitialQuery, interruptThreadTurn, pinThread, reorderPinnedThread, resolveAddProjectPath, respondToThreadApproval, respondToThreadUserInput, revertThreadCheckpoint, setThreadInteractionMode, setThreadRuntimeMode, settleThread, snoozeThread, sortAddProjectProviderSources, startThreadTurn, stopThreadSession, unarchiveThread, unpinThread, unsettleThread, unsnoozeThread, updateProject, updateThreadMetadata };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Aa as ConnectionPersistenceError, Ao as PrimaryEnvironmentAuth, Do as ClientPresentation, Lo as BearerConnectionCredential, Ma as ConnectionTargetStore, Mo as RelayDeviceIdentity, Na as EnvironmentCacheStore, No as SshEnvironmentGateway, Oo as CloudSession, Pa as EnvironmentOwnedDataCleanup, Qo as BearerConnectionTarget, Ro as BearerConnectionProfile, Uo as ConnectionRegistration, ho as RemoteDpopAccessToken, is as ConnectionTarget, ja as ConnectionRegistrationStore, jo as ProvisionedSshEnvironment, ko as PreparedSshEnvironment, ms as SshConnectionTarget, pa as PlatformConnectionSource, ps as RelayConnectionTarget, qo as SshConnectionProfile } from "../shared.js";
|
|
2
2
|
import * as Schema from "effect/Schema";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/platform/storageDocument.d.ts
|
|
4
4
|
declare const StoredConnectionCredential: Schema.Struct<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CD as Literal, Ga as EnvironmentOwnedDataCleanup, Ha as ConnectionRegistrationStore, OD as String, Qa as RemoteDpopAccessToken, Ua as ConnectionTargetStore, Va as ConnectionPersistenceError, Wa as EnvironmentCacheStore, _o as CloudSession, bD as ArraySchema, bo as SshEnvironmentGateway, cs as ConnectionProfile, go as ClientPresentation, kD as Struct, pa as PlatformConnectionSource, ss as ConnectionCredential, vo as PrimaryEnvironmentAuth, ws as PersistedConnectionTarget, yo as RelayDeviceIdentity } from "../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/platform/storageDocument.ts
|
|
3
3
|
const StoredConnectionCredential = Struct({
|
|
4
4
|
connectionId: String,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Co as ManagedRelayRequestTimeoutError, Eo as managedRelay_d_exports, Po as RelayClientEnvironmentRecord, So as ManagedRelayRequestProofCreationError, To as ManagedRelayUrlInvalidError, _o as ManagedRelayAccessTokenScopesUnexpectedError, fa as discovery_d_exports, vo as ManagedRelayClient, wo as ManagedRelayTokenProofCreationError, xo as ManagedRelayRequestFailedError, yo as ManagedRelayDpopKeyLoadError } from "../shared.js";
|
|
2
2
|
import * as Effect from "effect/Effect";
|
|
3
3
|
import * as Stream from "effect/Stream";
|
|
4
4
|
import * as Cause from "effect/Cause";
|
|
@@ -104,7 +104,11 @@ declare function createManagedRelayQueryManager(runtime: Atom.AtomRuntime<Manage
|
|
|
104
104
|
readonly connectionProbe?: boolean;
|
|
105
105
|
readonly threadSettlement?: boolean;
|
|
106
106
|
readonly threadSnooze?: boolean;
|
|
107
|
+
readonly threadPinning?: boolean;
|
|
108
|
+
readonly threadPinReorder?: boolean;
|
|
109
|
+
readonly threadTitleRegeneration?: boolean;
|
|
107
110
|
readonly serverSelfUpdate?: "boot-service" | "desktop-managed" | "respawn";
|
|
111
|
+
readonly serverSelfUpdateProgress?: boolean;
|
|
108
112
|
};
|
|
109
113
|
} | undefined;
|
|
110
114
|
readonly error?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $
|
|
1
|
+
import { $r as make, Ab as RelayEnvironmentConnectScope, Bk as gen, Cj as getOrNull, DA as currentTimeMillis, FA as squash, MO as map, Nk as flatMap, Pk as fn, Pn as findErrorTraceId, Qr as keepAlive, Sk as callback, Xk as onExit, Zr as family, bO as changes, cA as succeed, ei as setIdleTTL, eo as ManagedRelayClient, fa as discovery_exports, fo as decodeRelayJwt, hA as tryPromise, ii as toStream, jb as RelayEnvironmentStatusScope, jk as fail, kA as TaggedError, ni as withLabel, no as managedRelay_exports, si as value, ti as swr, uA as sync, wO as drop } from "../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/relay/managedRelayState.ts
|
|
3
3
|
const DEFAULT_STALE_TIME_MS = 15e3;
|
|
4
4
|
const DEFAULT_IDLE_TTL_MS = 5 * 6e4;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $a as
|
|
2
|
-
export { EnvironmentRpcFailure, EnvironmentRpcInput, EnvironmentRpcRequestObservation, EnvironmentRpcRequestObserver, EnvironmentRpcStreamFailure, EnvironmentRpcStreamValue, EnvironmentRpcSubscriptionObservation, EnvironmentRpcSubscriptionObserver, EnvironmentRpcSuccess, EnvironmentRpcTag, EnvironmentRpcUnavailableError, EnvironmentStreamCommandRpcTag, EnvironmentStreamRpcTag, EnvironmentSubscriptionRpcTag, EnvironmentUnaryRpcTag, RemoteEnvironmentAuthFetchError, RemoteEnvironmentAuthInvalidJsonError, RemoteEnvironmentAuthTimeoutError, RemoteEnvironmentAuthUndeclaredStatusError, RemoteEnvironmentRequestError, type RpcSession, RpcSessionFactory, WsRpcProtocolClient, config, executeEnvironmentHttpRequest, makeEnvironmentHttpApiClient, makeWsRpcProtocolClient, remoteHttpClientLayer, request, runStream, subscribe, subscribeDynamic };
|
|
1
|
+
import { $a as RemoteEnvironmentRequestError, Cn as subscribe, Qa as RemoteEnvironmentAuthUndeclaredStatusError, Sn as runStream, Xa as RemoteEnvironmentAuthInvalidJsonError, Ya as RemoteEnvironmentAuthFetchError, Za as RemoteEnvironmentAuthTimeoutError, _n as EnvironmentSubscriptionRpcTag, an as EnvironmentRpcInput, bn as isRpcClientError, cn as EnvironmentRpcStreamFailure, co as WsRpcProtocolClient, dn as EnvironmentRpcSubscriptionObserver, eo as executeEnvironmentHttpRequest, fn as EnvironmentRpcSuccess, gn as EnvironmentStreamRpcTag, hn as EnvironmentStreamCommandRpcTag, in as EnvironmentRpcFailure, ln as EnvironmentRpcStreamValue, lo as makeWsRpcProtocolClient, mn as EnvironmentRpcUnavailableError, no as remoteHttpClientLayer, on as EnvironmentRpcRequestObservation, oo as RpcSession, pn as EnvironmentRpcTag, sn as EnvironmentRpcRequestObserver, so as RpcSessionFactory, to as makeEnvironmentHttpApiClient, un as EnvironmentRpcSubscriptionObservation, vn as EnvironmentUnaryRpcTag, wn as subscribeDynamic, xn as request, yn as config } from "../shared.js";
|
|
2
|
+
export { EnvironmentRpcFailure, EnvironmentRpcInput, EnvironmentRpcRequestObservation, EnvironmentRpcRequestObserver, EnvironmentRpcStreamFailure, EnvironmentRpcStreamValue, EnvironmentRpcSubscriptionObservation, EnvironmentRpcSubscriptionObserver, EnvironmentRpcSuccess, EnvironmentRpcTag, EnvironmentRpcUnavailableError, EnvironmentStreamCommandRpcTag, EnvironmentStreamRpcTag, EnvironmentSubscriptionRpcTag, EnvironmentUnaryRpcTag, RemoteEnvironmentAuthFetchError, RemoteEnvironmentAuthInvalidJsonError, RemoteEnvironmentAuthTimeoutError, RemoteEnvironmentAuthUndeclaredStatusError, RemoteEnvironmentRequestError, type RpcSession, RpcSessionFactory, WsRpcProtocolClient, config, executeEnvironmentHttpRequest, isRpcClientError, makeEnvironmentHttpApiClient, makeWsRpcProtocolClient, remoteHttpClientLayer, request, runStream, subscribe, subscribeDynamic };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { EnvironmentRpcRequestObserver, EnvironmentRpcSubscriptionObserver, EnvironmentRpcUnavailableError, RemoteEnvironmentAuthFetchError, RemoteEnvironmentAuthInvalidJsonError, RemoteEnvironmentAuthTimeoutError, RemoteEnvironmentAuthUndeclaredStatusError, RpcSessionFactory, config, executeEnvironmentHttpRequest, makeEnvironmentHttpApiClient, makeWsRpcProtocolClient, remoteHttpClientLayer, request, runStream, subscribe, subscribeDynamic };
|
|
1
|
+
import { Bo as makeEnvironmentHttpApiClient, Fo as RemoteEnvironmentAuthFetchError, Gr as config, Hr as EnvironmentRpcRequestObserver, Io as RemoteEnvironmentAuthInvalidJsonError, Ja as makeWsRpcProtocolClient, Jr as runStream, Kr as isRpcClientError, Lo as RemoteEnvironmentAuthTimeoutError, Ro as RemoteEnvironmentAuthUndeclaredStatusError, Ur as EnvironmentRpcSubscriptionObserver, Vo as remoteHttpClientLayer, Wr as EnvironmentRpcUnavailableError, Xr as subscribeDynamic, Yr as subscribe, qa as RpcSessionFactory, qr as request, zo as executeEnvironmentHttpRequest } from "../shared.js";
|
|
2
|
+
export { EnvironmentRpcRequestObserver, EnvironmentRpcSubscriptionObserver, EnvironmentRpcUnavailableError, RemoteEnvironmentAuthFetchError, RemoteEnvironmentAuthInvalidJsonError, RemoteEnvironmentAuthTimeoutError, RemoteEnvironmentAuthUndeclaredStatusError, RpcSessionFactory, config, executeEnvironmentHttpRequest, isRpcClientError, makeEnvironmentHttpApiClient, makeWsRpcProtocolClient, remoteHttpClientLayer, request, runStream, subscribe, subscribeDynamic };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CD as EnvironmentId, Ta as EnvironmentRegistry, _C as AssetWorkspaceContextNotFoundError, bC as AssetWorkspaceResolutionError, dC as AssetProjectFaviconNotFoundError, fC as AssetProjectFaviconResolutionError, gC as AssetWorkspaceAssetNotFoundError, hC as AssetWorkspaceAssetInspectionError, iD as EnvironmentAuthorizationError, lC as AssetPreviewTypeValidationError, mC as AssetSigningKeyLoadError, mn as EnvironmentRpcUnavailableError, oC as AssetAttachmentNotFoundError, pC as AssetResource, uC as AssetProjectFaviconInspectionError, vC as AssetWorkspaceContextResolutionError, xC as AssetWorkspaceRootNormalizationError, yC as AssetWorkspacePathValidationError } from "../../shared.js";
|
|
2
2
|
import * as Schema from "effect/Schema";
|
|
3
3
|
import { Atom } from "effect/unstable/reactivity";
|
|
4
4
|
//#region upstream-t3code/packages/client-runtime/src/state/assets.d.ts
|
|
@@ -14,19 +14,24 @@ declare function resolveAssetUrl(httpBaseUrl: string, relativeUrl: string): stri
|
|
|
14
14
|
declare function createAssetEnvironmentAtoms<R, E>(runtime: Atom.AtomRuntime<EnvironmentRegistry | R, E>): {
|
|
15
15
|
createUrl: (target: {
|
|
16
16
|
readonly environmentId: EnvironmentId;
|
|
17
|
-
readonly input:
|
|
18
|
-
readonly resource:
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
readonly
|
|
25
|
-
}
|
|
26
|
-
|
|
17
|
+
readonly input: {
|
|
18
|
+
readonly resource: {
|
|
19
|
+
readonly _tag?: "workspace-file";
|
|
20
|
+
readonly threadId: string & import("effect/Brand").Brand<"ThreadId">;
|
|
21
|
+
readonly path: string;
|
|
22
|
+
} | {
|
|
23
|
+
readonly _tag?: "attachment";
|
|
24
|
+
readonly attachmentId: string;
|
|
25
|
+
} | {
|
|
26
|
+
readonly _tag?: "project-favicon";
|
|
27
|
+
readonly cwd: string;
|
|
28
|
+
readonly path?: string | undefined;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
27
31
|
}) => Atom.Atom<import("effect/unstable/reactivity/AsyncResult").AsyncResult<{
|
|
28
32
|
readonly relativeUrl: string;
|
|
29
33
|
readonly expiresAt: number;
|
|
34
|
+
readonly sourcePath?: string | undefined;
|
|
30
35
|
}, E | AssetAttachmentNotFoundError | AssetPreviewTypeValidationError | AssetProjectFaviconInspectionError | AssetProjectFaviconNotFoundError | AssetProjectFaviconResolutionError | AssetSigningKeyLoadError | AssetWorkspaceAssetInspectionError | AssetWorkspaceAssetNotFoundError | AssetWorkspaceContextNotFoundError | AssetWorkspaceContextResolutionError | AssetWorkspacePathValidationError | AssetWorkspaceResolutionError | AssetWorkspaceRootNormalizationError | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | import("effect/unstable/rpc/RpcClientError").RpcClientError>>;
|
|
31
36
|
createUrls: (target: {
|
|
32
37
|
readonly environmentId: EnvironmentId;
|
|
@@ -34,6 +39,7 @@ declare function createAssetEnvironmentAtoms<R, E>(runtime: Atom.AtomRuntime<Env
|
|
|
34
39
|
}) => Atom.Atom<import("effect/unstable/reactivity/AsyncResult").AsyncResult<{
|
|
35
40
|
readonly relativeUrl: string;
|
|
36
41
|
readonly expiresAt: number;
|
|
42
|
+
readonly sourcePath?: string | undefined;
|
|
37
43
|
}, E | AssetAttachmentNotFoundError | AssetPreviewTypeValidationError | AssetProjectFaviconInspectionError | AssetProjectFaviconNotFoundError | AssetProjectFaviconResolutionError | AssetSigningKeyLoadError | AssetWorkspaceAssetInspectionError | AssetWorkspaceAssetNotFoundError | AssetWorkspaceContextNotFoundError | AssetWorkspaceContextResolutionError | AssetWorkspacePathValidationError | AssetWorkspaceResolutionError | AssetWorkspaceRootNormalizationError | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | import("effect/unstable/rpc/RpcClientError").RpcClientError>[]>;
|
|
38
44
|
};
|
|
39
45
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $r as make, AD as TaggedErrorClass, Cw as EnvironmentId, Iu as AssetResource, LD as decodeUnknownSync, OD as String, Us as WS_METHODS, Zr as family, bD as ArraySchema, ei as setIdleTTL, gr as createEnvironmentRpcQueryAtomFamily, jD as Tuple, ni as withLabel, xD as Defect } from "../../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/state/assets.ts
|
|
3
3
|
const ASSET_URL_REFRESH_INTERVAL_MS = 30 * 6e4;
|
|
4
4
|
const ASSET_URL_STALE_TIME_MS = 5 * 6e4;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CD as EnvironmentId, TE as AuthAccessStreamEvent, Ta as EnvironmentRegistry, iD as EnvironmentAuthorizationError, wE as AuthAccessStreamError, xE as AuthAccessSnapshot } from "../../shared.js";
|
|
2
2
|
import { Atom } from "effect/unstable/reactivity";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/state/auth.d.ts
|
|
4
4
|
declare const EMPTY_AUTH_ACCESS_SNAPSHOT: AuthAccessSnapshot;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { NO as mapAccum, Us as WS_METHODS, Yr as subscribe, yr as createEnvironmentSubscriptionAtomFamily } from "../../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/state/auth.ts
|
|
3
3
|
const EMPTY_AUTH_ACCESS_SNAPSHOT = {
|
|
4
4
|
pairingLinks: [],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $
|
|
1
|
+
import { $r as make, Gk as map, Ia as EnvironmentSupervisor, MO as map$1, Nk as flatMap, Pa as EnvironmentRegistry, Py as changes, Sj as getOrElse, Tr as followStreamInEnvironment, YO as unwrap, Zr as family, _s as AVAILABLE_CONNECTION_STATE, br as createRuntimeCommand, ni as withLabel, pr as createAtomCommandScheduler, si as value } from "../../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/state/connections.ts
|
|
3
3
|
const EMPTY_ENVIRONMENT_CATALOG_STATE = Object.freeze({
|
|
4
4
|
isReady: false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { hE as ScopedThreadRef, mE as ScopedProjectRef } from "../../shared.js";
|
|
2
2
|
import * as Schema from "effect/Schema";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/state/entities.d.ts
|
|
4
4
|
declare const InvalidScopedProjectKeyError_base: Schema.Class<InvalidScopedProjectKeyError, Schema.TaggedStruct<"InvalidScopedProjectKeyError", {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $t as
|
|
1
|
+
import { $t as projectKey, Jt as InvalidScopedThreadKeyError, Kt as InvalidScopedProjectKeyError, Qt as parseThreadKey, Xt as parseProjectKey, Yt as arrayElementsEqual, Zt as parseProjectRefCollectionKey, en as projectRefCollectionKey, nn as threadKey, qt as InvalidScopedProjectRefCollectionKeyError, rn as threadRefsEqual, tn as projectRefsEqual } from "../../shared.js";
|
|
2
2
|
export { InvalidScopedProjectKeyError, InvalidScopedProjectRefCollectionKeyError, InvalidScopedThreadKeyError, arrayElementsEqual, parseProjectKey, parseProjectRefCollectionKey, parseThreadKey, projectKey, projectRefCollectionKey, projectRefsEqual, threadKey, threadRefsEqual };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CC as FilesystemBrowseError, CD as EnvironmentId, SC as FilesystemBrowseEntry, Ta as EnvironmentRegistry, ea as EnvironmentConnectionPhase, iD as EnvironmentAuthorizationError, mn as EnvironmentRpcUnavailableError } from "../../shared.js";
|
|
2
2
|
import { Atom } from "effect/unstable/reactivity";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/state/filesystem.d.ts
|
|
4
4
|
declare function getFilesystemBrowsePath(query: string, platform?: string, enabled?: boolean): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Bt as hasTrailingPathSeparator, Ht as isFilesystemBrowseQuery, Lt as getBrowseDirectoryPath, Pt as canNavigateUp, Rt as getBrowseLeafPathSegment, Us as WS_METHODS, gr as createEnvironmentRpcQueryAtomFamily, zt as getBrowseParentPath } from "../../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/state/filesystem.ts
|
|
3
3
|
function getFilesystemBrowsePath(query, platform = "", enabled = true) {
|
|
4
4
|
const isBrowsing = enabled && isFilesystemBrowseQuery(query, platform);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CD as EnvironmentId, Cw as TextGenerationError, Qw as SourceControlProviderError, Ta as EnvironmentRegistry, cw as GitCommandError, f as AtomCommand, iD as EnvironmentAuthorizationError, lw as GitManagerError, mn as EnvironmentRpcUnavailableError, pw as GitPullRequestMaterializationError, wa as EnvironmentNotRegisteredError } from "../../shared.js";
|
|
2
2
|
import { Atom } from "effect/unstable/reactivity";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/state/git.d.ts
|
|
4
4
|
declare function createGitEnvironmentAtoms<R, E>(runtime: Atom.AtomRuntime<EnvironmentRegistry | R, E>): {
|
|
5
5
|
pullRequestResolution: (target: {
|
|
6
6
|
readonly environmentId: EnvironmentId;
|
|
7
|
-
readonly input:
|
|
8
|
-
readonly cwd:
|
|
9
|
-
readonly reference:
|
|
10
|
-
}
|
|
7
|
+
readonly input: {
|
|
8
|
+
readonly cwd: string;
|
|
9
|
+
readonly reference: string;
|
|
10
|
+
};
|
|
11
11
|
}) => Atom.Atom<import("effect/unstable/reactivity/AsyncResult").AsyncResult<{
|
|
12
12
|
readonly pullRequest: {
|
|
13
13
|
readonly number: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { St as vcsCommandScheduler, Us as WS_METHODS, gr as createEnvironmentRpcQueryAtomFamily, hr as createEnvironmentRpcCommand, xt as vcsCommandConcurrency } from "../../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/state/git.ts
|
|
3
3
|
function createGitEnvironmentAtoms(runtime) {
|
|
4
4
|
return {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { at as
|
|
1
|
+
import { at as EnvironmentProject, ct as scopeProject, dt as selectEnvironmentThreadShell, it as EnvironmentMessage, lt as scopeThread, ot as EnvironmentThread, st as EnvironmentThreadShell, ut as scopeThreadShell } from "../../shared.js";
|
|
2
2
|
export { EnvironmentMessage, EnvironmentProject, EnvironmentThread, EnvironmentThreadShell, scopeProject, scopeThread, scopeThreadShell, selectEnvironmentThreadShell };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { dr as scopeThreadShell, fr as selectEnvironmentThreadShell, lr as scopeProject, ur as scopeThread } from "../../shared.js";
|
|
2
2
|
export { scopeProject, scopeThread, scopeThreadShell, selectEnvironmentThreadShell };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CD as EnvironmentId, Cy as OrchestrationSearchThreadsError, Ta as EnvironmentRegistry, iD as EnvironmentAuthorizationError, mn as EnvironmentRpcUnavailableError, oy as OrchestrationGetSnapshotError, ry as OrchestrationGetFullThreadDiffError, sy as OrchestrationGetTurnDiffError, uy as OrchestrationGetWorkflowScriptError } from "../../shared.js";
|
|
2
2
|
import { Atom } from "effect/unstable/reactivity";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/state/orchestration.d.ts
|
|
4
4
|
declare function createOrchestrationEnvironmentAtoms<R, E>(runtime: Atom.AtomRuntime<EnvironmentRegistry | R, E>): {
|
|
@@ -16,6 +16,17 @@ declare function createOrchestrationEnvironmentAtoms<R, E>(runtime: Atom.AtomRun
|
|
|
16
16
|
readonly threadId: string & import("effect/Brand").Brand<"ThreadId">;
|
|
17
17
|
readonly diff: string;
|
|
18
18
|
}, E | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | OrchestrationGetTurnDiffError | import("effect/unstable/rpc/RpcClientError").RpcClientError>>;
|
|
19
|
+
workflowScript: (target: {
|
|
20
|
+
readonly environmentId: EnvironmentId;
|
|
21
|
+
readonly input: {
|
|
22
|
+
readonly threadId: string & import("effect/Brand").Brand<"ThreadId">;
|
|
23
|
+
readonly scriptPath: string;
|
|
24
|
+
};
|
|
25
|
+
}) => Atom.Atom<import("effect/unstable/reactivity/AsyncResult").AsyncResult<{
|
|
26
|
+
readonly scriptPath: string;
|
|
27
|
+
readonly contents: string;
|
|
28
|
+
readonly truncated: boolean;
|
|
29
|
+
}, E | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | OrchestrationGetWorkflowScriptError | import("effect/unstable/rpc/RpcClientError").RpcClientError>>;
|
|
19
30
|
fullThreadDiff: (target: {
|
|
20
31
|
readonly environmentId: EnvironmentId;
|
|
21
32
|
readonly input: {
|
|
@@ -29,9 +40,24 @@ declare function createOrchestrationEnvironmentAtoms<R, E>(runtime: Atom.AtomRun
|
|
|
29
40
|
readonly threadId: string & import("effect/Brand").Brand<"ThreadId">;
|
|
30
41
|
readonly diff: string;
|
|
31
42
|
}, E | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | OrchestrationGetFullThreadDiffError | import("effect/unstable/rpc/RpcClientError").RpcClientError>>;
|
|
43
|
+
threadSearch: (target: {
|
|
44
|
+
readonly environmentId: EnvironmentId;
|
|
45
|
+
readonly input: {
|
|
46
|
+
readonly query: string;
|
|
47
|
+
readonly limit?: number;
|
|
48
|
+
};
|
|
49
|
+
}) => Atom.Atom<import("effect/unstable/reactivity/AsyncResult").AsyncResult<{
|
|
50
|
+
readonly matches: readonly {
|
|
51
|
+
readonly threadId: string & import("effect/Brand").Brand<"ThreadId">;
|
|
52
|
+
readonly projectId: string & import("effect/Brand").Brand<"ProjectId">;
|
|
53
|
+
readonly source: "assistant" | "user";
|
|
54
|
+
readonly snippet: string;
|
|
55
|
+
readonly messageCreatedAt: string | null;
|
|
56
|
+
}[];
|
|
57
|
+
}, E | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | OrchestrationSearchThreadsError | import("effect/unstable/rpc/RpcClientError").RpcClientError>>;
|
|
32
58
|
archivedShellSnapshot: (target: {
|
|
33
59
|
readonly environmentId: EnvironmentId;
|
|
34
|
-
readonly input:
|
|
60
|
+
readonly input: {};
|
|
35
61
|
}) => Atom.Atom<import("effect/unstable/reactivity/AsyncResult").AsyncResult<{
|
|
36
62
|
readonly snapshotSequence: number;
|
|
37
63
|
readonly projects: readonly {
|
|
@@ -59,6 +85,8 @@ declare function createOrchestrationEnvironmentAtoms<R, E>(runtime: Atom.AtomRun
|
|
|
59
85
|
readonly value: string | boolean;
|
|
60
86
|
}[];
|
|
61
87
|
} | null;
|
|
88
|
+
readonly defaultThreadEnvMode?: "local" | "worktree" | null | undefined;
|
|
89
|
+
readonly faviconPath?: string | null | undefined;
|
|
62
90
|
readonly scripts: readonly {
|
|
63
91
|
readonly id: string;
|
|
64
92
|
readonly name: string;
|
|
@@ -106,6 +134,12 @@ declare function createOrchestrationEnvironmentAtoms<R, E>(runtime: Atom.AtomRun
|
|
|
106
134
|
readonly settledAt: string | null;
|
|
107
135
|
readonly snoozedUntil?: string | null | undefined;
|
|
108
136
|
readonly snoozedAt?: string | null | undefined;
|
|
137
|
+
readonly pinnedAt?: string | null | undefined;
|
|
138
|
+
readonly pinOrderKey?: string | null | undefined;
|
|
139
|
+
readonly titleRegeneration?: {
|
|
140
|
+
readonly requestId: string & import("effect/Brand").Brand<"CommandId">;
|
|
141
|
+
readonly startedAt: string;
|
|
142
|
+
} | null | undefined;
|
|
109
143
|
readonly session: {
|
|
110
144
|
readonly threadId: string & import("effect/Brand").Brand<"ThreadId">;
|
|
111
145
|
readonly status: "error" | "idle" | "interrupted" | "ready" | "running" | "starting" | "stopped";
|
|
@@ -120,6 +154,12 @@ declare function createOrchestrationEnvironmentAtoms<R, E>(runtime: Atom.AtomRun
|
|
|
120
154
|
readonly hasPendingApprovals: boolean;
|
|
121
155
|
readonly hasPendingUserInput: boolean;
|
|
122
156
|
readonly hasActionableProposedPlan: boolean;
|
|
157
|
+
readonly backgroundLiveness?: "monitoring" | "working" | null | undefined;
|
|
158
|
+
readonly planProgress?: {
|
|
159
|
+
readonly step: string;
|
|
160
|
+
readonly completedSteps: number;
|
|
161
|
+
readonly totalSteps: number;
|
|
162
|
+
} | null | undefined;
|
|
123
163
|
}[];
|
|
124
164
|
readonly updatedAt: string;
|
|
125
165
|
}, E | EnvironmentAuthorizationError | EnvironmentRpcUnavailableError | Error | OrchestrationGetSnapshotError | import("effect/unstable/rpc/RpcClientError").RpcClientError>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Vb as ORCHESTRATION_WS_METHODS, gr as createEnvironmentRpcQueryAtomFamily } from "../../shared.js";
|
|
2
2
|
//#region upstream-t3code/packages/client-runtime/src/state/orchestration.ts
|
|
3
3
|
function createOrchestrationEnvironmentAtoms(runtime) {
|
|
4
4
|
return {
|
|
@@ -6,10 +6,22 @@ function createOrchestrationEnvironmentAtoms(runtime) {
|
|
|
6
6
|
label: "environment-data:orchestration:turn-diff",
|
|
7
7
|
tag: ORCHESTRATION_WS_METHODS.getTurnDiff
|
|
8
8
|
}),
|
|
9
|
+
workflowScript: createEnvironmentRpcQueryAtomFamily(runtime, {
|
|
10
|
+
label: "environment-data:orchestration:workflow-script",
|
|
11
|
+
tag: ORCHESTRATION_WS_METHODS.getWorkflowScript,
|
|
12
|
+
staleTimeMs: 3e5,
|
|
13
|
+
idleTtlMs: 3e5
|
|
14
|
+
}),
|
|
9
15
|
fullThreadDiff: createEnvironmentRpcQueryAtomFamily(runtime, {
|
|
10
16
|
label: "environment-data:orchestration:full-thread-diff",
|
|
11
17
|
tag: ORCHESTRATION_WS_METHODS.getFullThreadDiff
|
|
12
18
|
}),
|
|
19
|
+
threadSearch: createEnvironmentRpcQueryAtomFamily(runtime, {
|
|
20
|
+
label: "environment-data:orchestration:thread-search",
|
|
21
|
+
tag: ORCHESTRATION_WS_METHODS.searchThreads,
|
|
22
|
+
staleTimeMs: 3e4,
|
|
23
|
+
idleTtlMs: 6e4
|
|
24
|
+
}),
|
|
13
25
|
archivedShellSnapshot: createEnvironmentRpcQueryAtomFamily(runtime, {
|
|
14
26
|
label: "environment-data:orchestration:archived-shell-snapshot",
|
|
15
27
|
tag: ORCHESTRATION_WS_METHODS.getArchivedShellSnapshot
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Bo as ConnectionCatalogEntry, CD as EnvironmentId, Td as KeybindingWhenNode, du as ServerConfig, gs as SupervisorConnectionState, na as EnvironmentPresentation, ta as EnvironmentConnectionPresentation, u as EnvironmentCatalogState } from "../../shared.js";
|
|
2
2
|
import { AsyncResult, Atom } from "effect/unstable/reactivity";
|
|
3
3
|
//#region upstream-t3code/packages/client-runtime/src/state/presentation.d.ts
|
|
4
4
|
declare function createEnvironmentPresentationAtoms<E>(input: {
|
|
@@ -24,7 +24,11 @@ declare function createEnvironmentPresentationAtoms<E>(input: {
|
|
|
24
24
|
readonly connectionProbe?: boolean;
|
|
25
25
|
readonly threadSettlement?: boolean;
|
|
26
26
|
readonly threadSnooze?: boolean;
|
|
27
|
+
readonly threadPinning?: boolean;
|
|
28
|
+
readonly threadPinReorder?: boolean;
|
|
29
|
+
readonly threadTitleRegeneration?: boolean;
|
|
27
30
|
readonly serverSelfUpdate?: "boot-service" | "desktop-managed" | "respawn";
|
|
31
|
+
readonly serverSelfUpdateProgress?: boolean;
|
|
28
32
|
};
|
|
29
33
|
};
|
|
30
34
|
readonly auth: {
|
|
@@ -36,7 +40,7 @@ declare function createEnvironmentPresentationAtoms<E>(input: {
|
|
|
36
40
|
readonly cwd: string;
|
|
37
41
|
readonly keybindingsConfigPath: string;
|
|
38
42
|
readonly keybindings: readonly {
|
|
39
|
-
readonly command: "chat.new" | "chat.newLocal" | "commandPalette.toggle" | "composer.stash" | "diff.toggle" | "editor.openFavorite" | "modelPicker.jump.1" | "modelPicker.jump.2" | "modelPicker.jump.3" | "modelPicker.jump.4" | "modelPicker.jump.5" | "modelPicker.jump.6" | "modelPicker.jump.7" | "modelPicker.jump.8" | "modelPicker.jump.9" | "modelPicker.toggle" | "preview.focusUrl" | "preview.refresh" | "preview.resetZoom" | "preview.toggle" | "preview.zoomIn" | "preview.zoomOut" | "rightPanel.toggle" | "sidebar.toggle" | "terminal.close" | "terminal.new" | "terminal.split" | "terminal.splitVertical" | "terminal.toggle" | "thread.jump.1" | "thread.jump.2" | "thread.jump.3" | "thread.jump.4" | "thread.jump.5" | "thread.jump.6" | "thread.jump.7" | "thread.jump.8" | "thread.jump.9" | "thread.next" | "thread.previous" | `script.${string}.run`;
|
|
43
|
+
readonly command: "chat.new" | "chat.newLocal" | "commandPalette.toggle" | "composer.stash" | "diff.toggle" | "editor.openFavorite" | "filePicker.toggle" | "modelPicker.jump.1" | "modelPicker.jump.2" | "modelPicker.jump.3" | "modelPicker.jump.4" | "modelPicker.jump.5" | "modelPicker.jump.6" | "modelPicker.jump.7" | "modelPicker.jump.8" | "modelPicker.jump.9" | "modelPicker.toggle" | "preview.focusUrl" | "preview.refresh" | "preview.resetZoom" | "preview.toggle" | "preview.zoomIn" | "preview.zoomOut" | "projectSearch.toggle" | "rightPanel.toggle" | "sidebar.toggle" | "terminal.close" | "terminal.new" | "terminal.split" | "terminal.splitVertical" | "terminal.toggle" | "themeEditor.toggle" | "thread.jump.1" | "thread.jump.2" | "thread.jump.3" | "thread.jump.4" | "thread.jump.5" | "thread.jump.6" | "thread.jump.7" | "thread.jump.8" | "thread.jump.9" | "thread.next" | "thread.previous" | `script.${string}.run`;
|
|
40
44
|
readonly shortcut: {
|
|
41
45
|
readonly key: string;
|
|
42
46
|
readonly metaKey: boolean;
|
|
@@ -101,6 +105,7 @@ declare function createEnvironmentPresentationAtoms<E>(input: {
|
|
|
101
105
|
readonly subProvider?: string | undefined;
|
|
102
106
|
readonly isCustom: boolean;
|
|
103
107
|
readonly isDefault?: boolean | undefined;
|
|
108
|
+
readonly isLegacy?: boolean | undefined;
|
|
104
109
|
readonly capabilities: {
|
|
105
110
|
readonly optionDescriptors?: readonly ({
|
|
106
111
|
readonly id: string;
|
|
@@ -167,7 +172,7 @@ declare function createEnvironmentPresentationAtoms<E>(input: {
|
|
|
167
172
|
readonly otlpMetricsEnabled: boolean;
|
|
168
173
|
};
|
|
169
174
|
readonly settings: {
|
|
170
|
-
readonly
|
|
175
|
+
readonly enableLegacyTokenStreaming: boolean;
|
|
171
176
|
readonly enableProviderUpdateChecks: boolean;
|
|
172
177
|
readonly backgroundActivity: {
|
|
173
178
|
readonly schemaVersion: 1;
|
|
@@ -269,6 +274,7 @@ declare function createEnvironmentPresentationAtoms<E>(input: {
|
|
|
269
274
|
};
|
|
270
275
|
readonly shellResumeCompletionMarker?: boolean;
|
|
271
276
|
readonly threadResumeCompletionMarker?: boolean;
|
|
277
|
+
readonly threadSnapshotPagination?: boolean;
|
|
272
278
|
} | null;
|
|
273
279
|
} | null>;
|
|
274
280
|
presentationsAtom: Atom.Atom<ReadonlyMap<string & import("effect/Brand").Brand<"EnvironmentId">, EnvironmentPresentation>>;
|