@robota-sdk/agent-framework 3.0.0-beta.82 → 3.0.0-beta.83
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/CHANGELOG.md +2269 -0
- package/README.md +2 -1
- package/dist/node/{createInteractiveRuntime-Bmh2KYP6.d.ts → createInteractiveRuntime-DSLwJcwG.d.ts} +255 -80
- package/dist/node/createInteractiveRuntime-DSLwJcwG.d.ts.map +1 -0
- package/dist/node/{createInteractiveRuntime-BDuatsdk.d.cts → createInteractiveRuntime-DoZCRxLM.d.cts} +255 -80
- package/dist/node/createInteractiveRuntime-DoZCRxLM.d.cts.map +1 -0
- package/dist/node/index.cjs +13 -13
- package/dist/node/index.d.cts +273 -10
- package/dist/node/index.d.cts.map +1 -1
- package/dist/node/index.d.ts +273 -10
- package/dist/node/index.d.ts.map +1 -1
- package/dist/node/index.js +24 -24
- package/dist/node/index.js.map +1 -1
- package/dist/node/interactive-Bo3KGaHV.cjs +122 -0
- package/dist/node/interactive-DhtkQoUk.js +123 -0
- package/dist/node/interactive-DhtkQoUk.js.map +1 -0
- package/dist/node/testing/index.cjs +2 -2
- package/dist/node/testing/index.d.cts +1 -1
- package/dist/node/testing/index.d.ts +1 -1
- package/dist/node/testing/index.js +2 -2
- package/package.json +24 -19
- package/dist/node/createInteractiveRuntime-BDuatsdk.d.cts.map +0 -1
- package/dist/node/createInteractiveRuntime-Bmh2KYP6.d.ts.map +0 -1
- package/dist/node/interactive-D5K9ak2P.cjs +0 -122
- package/dist/node/interactive-DnPmdeU0.js +0 -123
- package/dist/node/interactive-DnPmdeU0.js.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { IActiveBranchPointer, IBranchEvent, ICompactEvent, IContextReferenceItem, IExecutionResult, IExecutionResult as IExecutionResult$2, IGoalState, IInteractionChannel as IInteractionChannel$1, IInteractiveSession as IInteractiveSession$1, IInteractiveSessionEvents as IInteractiveSessionEvents$1, IInteractiveSessionRecord, IInteractiveSessionRecord as IInteractiveSessionRecord$1, IInteractiveSessionStore, IInteractiveSessionStore as IInteractiveSessionStore$1, IMemoryEvent, IMemoryReference, IPeerTurnContext, IPlanArtifact, IPromptFileReferenceRecord, IPromptHistorySource, IPromptHistoryWriter, IResumableSessionSummary, ISessionListEntry, ISessionLoopState, ISkillActivationEvent, ISubmitOptions, ITerminalHandoff, IToolState, IToolSummary, ITurnHandle, TContextReferenceLoadType, TContextReferenceStatus, TDriverId, TGoalStopReason, TInteractiveEventName as TInteractiveEventName$1, TInteractivePermissionHandler, TMemoryType, TPermissionResultValue, TPermissionResultValue as TPermissionResultValue$1, TPromptFileReferenceReason, TSessionLoadOutcome, TTurnNotRunReason, TTurnSource } from "@robota-sdk/agent-interface-session";
|
|
1
|
+
import { IActiveBranchPointer, IBranchEvent, ICompactEvent, IContextReferenceItem, IExecutionResult, IExecutionResult as IExecutionResult$2, IGoalState, IInteractionChannel as IInteractionChannel$1, IInteractiveSession as IInteractiveSession$1, IInteractiveSessionEvents as IInteractiveSessionEvents$1, IInteractiveSessionRecord, IInteractiveSessionRecord as IInteractiveSessionRecord$1, IInteractiveSessionStore, IInteractiveSessionStore as IInteractiveSessionStore$1, IMemoryEvent, IMemoryReference, IPeerTurnContext, IPlanArtifact, IPromptFileReferenceRecord, IPromptHistorySource, IPromptHistoryWriter, IResumableSessionSummary, ISessionListEntry, ISessionLoopState, ISessionStatusSnapshot, ISkillActivationEvent, ISubmitOptions, ITerminalHandoff, IToolState, IToolSummary, ITurnHandle, TContextReferenceLoadType, TContextReferenceStatus, TDriverId, TGoalStopReason, TInteractiveEventName as TInteractiveEventName$1, TInteractivePermissionHandler, TMemoryType, TPermissionResultValue, TPermissionResultValue as TPermissionResultValue$1, TPromptFileReferenceReason, TSessionLoadOutcome, TSessionLoadOutcome as TSessionLoadOutcome$1, TTurnNotRunReason, TTurnSource, TWaitingLoopStopOutcome } from "@robota-sdk/agent-interface-session";
|
|
2
2
|
import { IAIProvider, IContextWindowState, IFileSystem, IFileSystemAsync, IHistoryEntry, IHookInput, IHookTypeExecutor, IProviderDefinition, IProviderDefinitionConfig, IProviderProbeResult, IProviderProfileConfig, IResponseFormatConfig, ISession, ITerminalOutput, IToolExecutionResult, IToolResultSpillStore, IToolSchema, IToolWithEventService, IUserInteraction, TActionResponse, TBackgroundPermissionPolicy, TGuardrail, THookDefinition, THookOutcome, THooksConfig, TModelEffort, TModelEffortSelection, TPermissionMode, TRoleModelMap, TSessionEndReason, TSubprocessTraceClass, TToolArgs, TToolParameters, TUniversalMessage, TUniversalValue } from "@robota-sdk/agent-core";
|
|
3
|
-
import { IAppearanceSettings, ICapabilityDescriptor, ICommand, ICommandListEntry, ICommandListEntry as ICommandListEntry$1, ICommandPluginAdapter, ICommandResult as ICommandResult$1, ICommandSource, ISkillExecutionPort, IStatusLineCommandSettings, TAppearanceSettingsPatch, TCapabilitySafety, TCommandHostAction, TCommandInvocationSource, TCommandInvocationSource as TCommandInvocationSource$1, TCommandUiIntent, TStatusLineCommandSettingsPatch } from "@robota-sdk/agent-interface-command";
|
|
4
|
-
import { FileSessionLogger, IExternalPayloadReference, IExternalPayloadSink, IExternalPayloadSource, INodeToolResultSpillStoreOptions, IPermissionDenial, ISessionLogSink, ISessionLogSource, ISessionLogger, ISessionReplayValidationResult, ITerminalOutput as ITerminalOutput$1, Session, TAutoCompactThreshold, TAutoCompactThreshold as TAutoCompactThreshold$2, TPermissionHandler, TPermissionResult } from "@robota-sdk/agent-session";
|
|
3
|
+
import { IAppearanceSettings, ICapabilityDescriptor, ICommand, ICommandListEntry, ICommandListEntry as ICommandListEntry$1, ICommandPluginAdapter, ICommandResult as ICommandResult$1, ICommandSkillListEntry, ICommandSource, ISkillExecutionPort, IStatusLineCommandSettings, TAppearanceSettingsPatch, TCapabilitySafety, TCommandHostAction, TCommandInvocationSource, TCommandInvocationSource as TCommandInvocationSource$1, TCommandRunner, TCommandSurface, TCommandUiIntent, TStatusLineCommandSettingsPatch } from "@robota-sdk/agent-interface-command";
|
|
4
|
+
import { FileSessionLogger, ICommandSandboxApproval, IExternalPayloadReference, IExternalPayloadSink, IExternalPayloadSource, INodeToolResultSpillStoreOptions, IPermissionDenial, ISessionLogSink, ISessionLogSource, ISessionLogger, ISessionReplayValidationResult, ITerminalOutput as ITerminalOutput$1, Session, TAutoCompactThreshold, TAutoCompactThreshold as TAutoCompactThreshold$2, TPermissionHandler, TPermissionResult } from "@robota-sdk/agent-session";
|
|
5
5
|
import { ILivePromptContentBatch, ILivePromptContentPolicy, ILivePromptTraceBatch, IUsageSource } from "@robota-sdk/agent-interface-analytics";
|
|
6
6
|
import { IBackgroundTaskManager, IBackgroundTaskRunner, IBackgroundTaskRunner as IBackgroundTaskRunner$1, IScheduleEditPatch, ISubagentManager, ISubagentRunner, TObserverFailureReporter } from "@robota-sdk/agent-executor";
|
|
7
7
|
import { IAgentBackgroundTaskRequest, IBackgroundJobGroupCreateRequest, IBackgroundJobGroupCreateRequest as IBackgroundJobGroupCreateRequest$1, IBackgroundJobGroupState, IBackgroundJobGroupState as IBackgroundJobGroupState$1, IBackgroundJobGroupSummary, IBackgroundTaskInput, IBackgroundTaskListFilter, IBackgroundTaskLogCursor, IBackgroundTaskLogPage, IBackgroundTaskState, ICreateExecutionWorkspaceSnapshotInput, ICreateLineDetailPageInput, ICreateMainThreadDetailPageInput, IExecutionDetailCursor, IExecutionDetailPage, IExecutionOrigin, IExecutionOrigin as IExecutionOrigin$1, IExecutionPendingRequest, IExecutionPendingRequest as IExecutionPendingRequest$1, IExecutionWorkspaceEntry, IExecutionWorkspaceEntryRef, IExecutionWorkspaceFilter, IExecutionWorkspaceSnapshot, IExecutionWorkspaceSnapshot as IExecutionWorkspaceSnapshot$1, IExecutionWorkspaceSnapshotOptions, ISubagentJobResult, ISubagentJobState, TBackgroundJobGroupEvent, TBackgroundJobGroupEvent as TBackgroundJobGroupEvent$1, TBackgroundJobGroupEventListener, TBackgroundJobGroupIdFactory, TBackgroundPrimitive, TBackgroundTaskEvent, TBackgroundTaskIsolation, TBackgroundTaskMode, TExecutionWorkspaceUpdateCause } from "@robota-sdk/agent-interface-execution";
|
|
8
8
|
import { IPeerMessageAck, IPeerMessageIngress, IPeerOrigin, TWorkspaceRelation } from "@robota-sdk/agent-interface-session-mobility";
|
|
9
9
|
import { z } from "zod";
|
|
10
10
|
import { IRetrievalAdapter, ISandboxClient, IWorkspaceManifest, createZodFunctionTool } from "@robota-sdk/agent-tools";
|
|
11
|
-
import { ITransportAdapter } from "@robota-sdk/agent-interface-transport";
|
|
11
|
+
import { IAccessTokenVerifier, IAccessTokenVerifierConfig, IExternalEventGrant, ITransportAdapter, TExternalEventAuditRecord, TExternalEventRefusal } from "@robota-sdk/agent-interface-transport";
|
|
12
12
|
import "yaml";
|
|
13
13
|
//#region src/effort/effort-resolution.d.ts
|
|
14
14
|
type TEffortSelection = TModelEffort | 'auto';
|
|
@@ -153,16 +153,6 @@ interface IOrgPolicy {
|
|
|
153
153
|
}
|
|
154
154
|
//#endregion
|
|
155
155
|
//#region src/command-api/host-context-types.d.ts
|
|
156
|
-
interface ICommandSkillListEntry {
|
|
157
|
-
readonly name: string;
|
|
158
|
-
readonly description: string;
|
|
159
|
-
readonly source: string;
|
|
160
|
-
readonly modelInvocable: boolean;
|
|
161
|
-
readonly userInvocable: boolean;
|
|
162
|
-
readonly argumentHint?: string;
|
|
163
|
-
readonly context?: string;
|
|
164
|
-
readonly agent?: string;
|
|
165
|
-
}
|
|
166
156
|
interface ICommandSkillActivationRequest {
|
|
167
157
|
readonly invocationSource: TCommandInvocationSource$1;
|
|
168
158
|
readonly displayInput?: string;
|
|
@@ -857,6 +847,21 @@ declare function createUserPromptHistoryFile(history: string): IPromptHistoryWri
|
|
|
857
847
|
*/
|
|
858
848
|
declare function createUserSessionStore(sessions: string): IInteractiveSessionStore$1;
|
|
859
849
|
declare function listResumableSessionSummaries(sessionStore: IInteractiveSessionStore$1 | undefined, cwd: string): IResumableSessionSummary[];
|
|
850
|
+
/**
|
|
851
|
+
* The sessions this build cannot read (TRANS-007).
|
|
852
|
+
*
|
|
853
|
+
* `listResumableSessionSummaries` returns only what can be resumed, which is what its name promises
|
|
854
|
+
* — an unreadable session is genuinely not resumable. What it must not do is make those sessions
|
|
855
|
+
* DISAPPEAR: before this, both stores dropped what they could not parse, so a damaged or
|
|
856
|
+
* older-format session read as gone rather than as unreadable. A surface that wants to say "3
|
|
857
|
+
* sessions here were written by a different build" asks this.
|
|
858
|
+
*
|
|
859
|
+
* Not filtered by `cwd`: an unreadable entry has no record, so it has no `cwd` to compare.
|
|
860
|
+
*/
|
|
861
|
+
declare function listUnreadableSessions(sessionStore: IInteractiveSessionStore$1 | undefined): readonly {
|
|
862
|
+
readonly id: string;
|
|
863
|
+
readonly outcome: TSessionLoadOutcome$1;
|
|
864
|
+
}[];
|
|
860
865
|
declare function resolveLatestSessionId(sessionStore: IInteractiveSessionStore$1 | undefined, cwd: string): string | undefined;
|
|
861
866
|
declare function resolveSessionIdByIdOrName(sessionStore: IInteractiveSessionStore$1 | undefined, idOrName: string): string | undefined;
|
|
862
867
|
//#endregion
|
|
@@ -962,6 +967,22 @@ interface ICommandSandboxStatus {
|
|
|
962
967
|
readonly network: boolean;
|
|
963
968
|
readonly excludedCommands: readonly string[];
|
|
964
969
|
}
|
|
970
|
+
/** One external-event grant as the owner sees it: never the principal, a token or any content. */
|
|
971
|
+
interface ICommandExternalEventGrant {
|
|
972
|
+
readonly grantId: string;
|
|
973
|
+
readonly principal: 'subject' | 'client';
|
|
974
|
+
readonly state: 'open' | 'revoked';
|
|
975
|
+
readonly counters: {
|
|
976
|
+
readonly accepted: number;
|
|
977
|
+
readonly refused: Readonly<Partial<Record<string, number>>>;
|
|
978
|
+
readonly settled: Readonly<Partial<Record<string, number>>>;
|
|
979
|
+
};
|
|
980
|
+
}
|
|
981
|
+
/** The session's external-event grants: `/events` lists them and withdraws one. */
|
|
982
|
+
interface ICommandExternalEventsAdapter {
|
|
983
|
+
list(): readonly ICommandExternalEventGrant[];
|
|
984
|
+
revoke(grantId: string): 'revoked' | 'unknown-grant';
|
|
985
|
+
}
|
|
965
986
|
/** The OS sandbox, live: `/sandbox` reads it and changes the mode for the next command. */
|
|
966
987
|
interface ICommandSandboxAdapter {
|
|
967
988
|
status(): ICommandSandboxStatus;
|
|
@@ -1169,6 +1190,16 @@ interface ILocalPeerSummary {
|
|
|
1169
1190
|
/** `mismatched` when the peer's claim disagreed with what this session read; it is not believed. */
|
|
1170
1191
|
readonly workspaceClaim?: 'verified' | 'mismatched' | 'absent';
|
|
1171
1192
|
}
|
|
1193
|
+
/**
|
|
1194
|
+
* Another of the user's devices with an admitted device-mesh link to this session, as the operator
|
|
1195
|
+
* sees it. `deviceId` names it for a later `send`; `locality` is where the carrier established it
|
|
1196
|
+
* runs, shown and never an authority input.
|
|
1197
|
+
*/
|
|
1198
|
+
interface ILinkedDeviceSummary {
|
|
1199
|
+
readonly deviceId: string;
|
|
1200
|
+
readonly name?: string;
|
|
1201
|
+
readonly locality: 'same-host' | 'another-host';
|
|
1202
|
+
}
|
|
1172
1203
|
/**
|
|
1173
1204
|
* PEER-004: what `/peers` reads. The registry, the guarded directory and the liveness rule all live
|
|
1174
1205
|
* in the composition root — a command never touches the filesystem, for the same reason it never
|
|
@@ -1184,6 +1215,16 @@ interface ICommandLocalPeersAdapter {
|
|
|
1184
1215
|
listWithWorkspace?(): Promise<readonly ILocalPeerSummary[]>;
|
|
1185
1216
|
/** This session's own id, so the command can mark which row is the reader. */
|
|
1186
1217
|
ownSessionId(): string;
|
|
1218
|
+
/**
|
|
1219
|
+
* The user's other devices linked to this session over the device mesh, addressed by device id
|
|
1220
|
+
* wherever a session id is taken. Absent on a host with no device mesh.
|
|
1221
|
+
*/
|
|
1222
|
+
listDevices?(): readonly ILinkedDeviceSummary[];
|
|
1223
|
+
/**
|
|
1224
|
+
* Why sessions on this host cannot be listed, when local discovery is off for this session; the
|
|
1225
|
+
* linked devices still are. Absent when discovery is on.
|
|
1226
|
+
*/
|
|
1227
|
+
readonly localDiscoveryOff?: string;
|
|
1187
1228
|
/**
|
|
1188
1229
|
* PEER-006: hand `text` to another announced session, and report what came back.
|
|
1189
1230
|
*
|
|
@@ -1405,6 +1446,8 @@ interface ICommandHostAdapters {
|
|
|
1405
1446
|
workspace?: ICommandWorkspaceAdapter;
|
|
1406
1447
|
/** Absent on a host with no OS sandbox — `/sandbox` then says so. */
|
|
1407
1448
|
sandbox?: ICommandSandboxAdapter;
|
|
1449
|
+
/** Absent when the session holds no external-event grant — `/events` then says so. */
|
|
1450
|
+
externalEvents?: ICommandExternalEventsAdapter;
|
|
1408
1451
|
}
|
|
1409
1452
|
//#endregion
|
|
1410
1453
|
//#region src/checkpoints/edit-checkpoint-store.d.ts
|
|
@@ -1980,6 +2023,10 @@ interface ISystemCommand {
|
|
|
1980
2023
|
argumentHint?: string;
|
|
1981
2024
|
safety?: TCapabilitySafety;
|
|
1982
2025
|
subcommands?: readonly ICommand[];
|
|
2026
|
+
/** Who runs this command; absent → `'runtime'`. See `ICommand.runner`. */
|
|
2027
|
+
runner?: TCommandRunner;
|
|
2028
|
+
/** The surfaces a `'client'` command can run on. See `ICommand.surfaces`. */
|
|
2029
|
+
surfaces?: readonly TCommandSurface[];
|
|
1983
2030
|
lifecycle?: TSystemCommandLifecycle;
|
|
1984
2031
|
/**
|
|
1985
2032
|
* Whether executing this command requires explicit user permission/confirmation.
|
|
@@ -7053,6 +7100,11 @@ interface ISubagentOptions {
|
|
|
7053
7100
|
taskDisallowedTools?: readonly string[];
|
|
7054
7101
|
/** Permission handler from parent. */
|
|
7055
7102
|
permissionHandler?: TPermissionHandler;
|
|
7103
|
+
/**
|
|
7104
|
+
* The sandbox the subagent's shell tools run under, as the approval it gives a confined command.
|
|
7105
|
+
* Built from the same sandbox instance as those tools: the instance knows what it could not restore.
|
|
7106
|
+
*/
|
|
7107
|
+
commandSandbox?: ICommandSandboxApproval;
|
|
7056
7108
|
/** Plugin hooks configuration from parent session. */
|
|
7057
7109
|
hooks?: Record<string, unknown>;
|
|
7058
7110
|
/** Hook type executors from parent session (prompt, agent, etc.). */
|
|
@@ -8474,9 +8526,9 @@ declare class SessionHistoryTracker {
|
|
|
8474
8526
|
private editCheckpointStore;
|
|
8475
8527
|
private readonly branchEvents;
|
|
8476
8528
|
/**
|
|
8477
|
-
* SELFHOST-007: a persisted active-branch pointer restored
|
|
8478
|
-
*
|
|
8479
|
-
*
|
|
8529
|
+
* SELFHOST-007: a persisted active-branch pointer restored on resume, before the session (and
|
|
8530
|
+
* possibly the store) exists — stashed here and applied on the first checkpoint operation, so
|
|
8531
|
+
* `--resume` reaches the store instead of throwing or silently dropping the pointer.
|
|
8480
8532
|
*/
|
|
8481
8533
|
private pendingActiveBranch;
|
|
8482
8534
|
private memoryEvents;
|
|
@@ -8503,9 +8555,10 @@ declare class SessionHistoryTracker {
|
|
|
8503
8555
|
/** SELFHOST-007: the active-branch pointer to persist (so a branch survives --resume). */
|
|
8504
8556
|
getActiveBranchPointer(): IActiveBranchPointer | undefined;
|
|
8505
8557
|
/**
|
|
8506
|
-
* SELFHOST-007: restore the active branch from a persisted pointer on resume (graceful on drift).
|
|
8507
|
-
*
|
|
8508
|
-
*
|
|
8558
|
+
* SELFHOST-007: restore the active branch from a persisted pointer on resume (graceful on drift).
|
|
8559
|
+
* The pointer is always stashed and applied on the first checkpoint operation: on the standard
|
|
8560
|
+
* path a resume restores its record before the underlying session exists, so the session id the
|
|
8561
|
+
* store keys by cannot be read yet, whether or not the store was given at construction.
|
|
8509
8562
|
*/
|
|
8510
8563
|
restoreActiveBranch(pointer: IActiveBranchPointer | undefined): void;
|
|
8511
8564
|
/** Apply a stashed active-branch pointer once the store exists (idempotent; clears the stash). */
|
|
@@ -8525,6 +8578,11 @@ declare class SessionHistoryTracker {
|
|
|
8525
8578
|
getSkillActivationEvents(): ISkillActivationEvent[];
|
|
8526
8579
|
recordSkillActivationEvent(event: ISkillActivationEvent, appendHistory: boolean): void;
|
|
8527
8580
|
private getCheckpointStore;
|
|
8581
|
+
/**
|
|
8582
|
+
* The host is checked first: where no project write can be proven safe, trusting the workspace
|
|
8583
|
+
* would not bring checkpoints back, so naming trust there would send the user the wrong way.
|
|
8584
|
+
*/
|
|
8585
|
+
private noStoreReason;
|
|
8528
8586
|
}
|
|
8529
8587
|
//#endregion
|
|
8530
8588
|
//#region src/config/config-merge.d.ts
|
|
@@ -8542,6 +8600,9 @@ interface IHookDefinitionSource {
|
|
|
8542
8600
|
readonly source: string;
|
|
8543
8601
|
}
|
|
8544
8602
|
//#endregion
|
|
8603
|
+
//#region src/assembly/sandbox-approval.d.ts
|
|
8604
|
+
declare function sandboxApprovalFor(client: ISandboxClient): ICommandSandboxApproval;
|
|
8605
|
+
//#endregion
|
|
8545
8606
|
//#region src/assembly/subagent-logger.d.ts
|
|
8546
8607
|
/**
|
|
8547
8608
|
* Create a FileSessionLogger for a subagent session.
|
|
@@ -8567,7 +8628,144 @@ declare function createSubagentLogger(parentSessionId: string, _agentId: string,
|
|
|
8567
8628
|
*/
|
|
8568
8629
|
declare function resolveSubagentLogDir(parentSessionId: string, baseLogsDir: string): string;
|
|
8569
8630
|
//#endregion
|
|
8631
|
+
//#region src/interactive/peer-turn-rate-limit.d.ts
|
|
8632
|
+
/**
|
|
8633
|
+
* How many turns one peer's messages may start in this session over time.
|
|
8634
|
+
*
|
|
8635
|
+
* A message from another session carries no authority, but it still runs this session's model, at
|
|
8636
|
+
* this owner's cost. The conversation limits bound one exchange; nothing bounded a peer that keeps
|
|
8637
|
+
* opening new ones. This does, per sender, over sliding windows.
|
|
8638
|
+
*/
|
|
8639
|
+
interface IPeerTurnRateWindow {
|
|
8640
|
+
readonly windowMs: number;
|
|
8641
|
+
readonly maxTurns: number;
|
|
8642
|
+
}
|
|
8643
|
+
/**
|
|
8644
|
+
* Counts each sender's messages the session took for a turn — one later coalesced or dropped by the
|
|
8645
|
+
* queue included, so a flood cannot slip past by being replaced — and refuses those over a limit.
|
|
8646
|
+
*/
|
|
8647
|
+
declare class PeerTurnRateLimiter {
|
|
8648
|
+
private readonly windows;
|
|
8649
|
+
private readonly now;
|
|
8650
|
+
private readonly started;
|
|
8651
|
+
private readonly longestWindowMs;
|
|
8652
|
+
constructor(windows?: readonly IPeerTurnRateWindow[], now?: () => number);
|
|
8653
|
+
/**
|
|
8654
|
+
* Admit one more message from `sender` and count it, or say why not. A message refused here is not
|
|
8655
|
+
* counted, so a sender that keeps sending is not locked out beyond the window.
|
|
8656
|
+
*/
|
|
8657
|
+
admit(sender: string): string | undefined;
|
|
8658
|
+
private forgetIdleSenders;
|
|
8659
|
+
}
|
|
8660
|
+
//#endregion
|
|
8661
|
+
//#region src/interactive/external-event-ingress.d.ts
|
|
8662
|
+
/**
|
|
8663
|
+
* One grant's source. The ingress builds the grant's verifier from `grant.verifier` with the factory
|
|
8664
|
+
* its host was constructed with, so the principal the grant pins is the one its tokens are checked
|
|
8665
|
+
* against; opening a grant carries no verifier and no factory. The host carries the pair a carrier
|
|
8666
|
+
* delivers and trusts nothing else it says.
|
|
8667
|
+
*/
|
|
8668
|
+
interface IExternalEventSourceOptions {
|
|
8669
|
+
readonly grant: IExternalEventGrant;
|
|
8670
|
+
/** Receives one content-free record per refusal and per settlement. A throw is ignored. */
|
|
8671
|
+
readonly audit?: (record: TExternalEventAuditRecord) => void;
|
|
8672
|
+
}
|
|
8673
|
+
type TExternalEventSettlement = {
|
|
8674
|
+
readonly outcome: 'completed';
|
|
8675
|
+
readonly response: string;
|
|
8676
|
+
} | {
|
|
8677
|
+
readonly outcome: 'interrupted';
|
|
8678
|
+
} | {
|
|
8679
|
+
readonly outcome: 'not-run';
|
|
8680
|
+
readonly reason: TTurnNotRunReason;
|
|
8681
|
+
} | {
|
|
8682
|
+
readonly outcome: 'failed';
|
|
8683
|
+
readonly reason: string;
|
|
8684
|
+
};
|
|
8685
|
+
/** An admission names its turn; `settled` is for the host, never for the sender. */
|
|
8686
|
+
type TExternalEventReceipt = {
|
|
8687
|
+
readonly admitted: true;
|
|
8688
|
+
readonly turnId: string;
|
|
8689
|
+
readonly settled: Promise<TExternalEventSettlement>;
|
|
8690
|
+
} | {
|
|
8691
|
+
readonly admitted: false;
|
|
8692
|
+
readonly refusal: TExternalEventRefusal;
|
|
8693
|
+
};
|
|
8694
|
+
interface IExternalEventSource {
|
|
8695
|
+
readonly grantId: string;
|
|
8696
|
+
/** Take one delivery (`IExternalEventDelivery`) exactly as a carrier received it. */
|
|
8697
|
+
receive(delivery: unknown): Promise<TExternalEventReceipt>;
|
|
8698
|
+
/** Stop admission synchronously; already-submitted turns retain their exact settlement. */
|
|
8699
|
+
close(): void;
|
|
8700
|
+
/**
|
|
8701
|
+
* Withdraw the grant: a later event whose token the grant's verifier admits is refused as revoked
|
|
8702
|
+
* (any other is refused as a live grant would refuse it), its queued and running turns are
|
|
8703
|
+
* stopped, and the label cannot be opened again on this ingress.
|
|
8704
|
+
*/
|
|
8705
|
+
revoke(): void;
|
|
8706
|
+
}
|
|
8707
|
+
interface IExternalEventHost {
|
|
8708
|
+
getPermissionMode(): TPermissionMode;
|
|
8709
|
+
addPermissionModeGuard(guard: (next: TPermissionMode) => void): () => void;
|
|
8710
|
+
submit(input: string, options: ISubmitOptions): Promise<ITurnHandle>;
|
|
8711
|
+
/** The host's one way to build a verifier; the ingress calls it with each grant's own config. */
|
|
8712
|
+
createVerifier(config: IAccessTokenVerifierConfig): IAccessTokenVerifier;
|
|
8713
|
+
/** Wall-clock milliseconds, for rate windows, token expiry and audit times. */
|
|
8714
|
+
now?: () => number;
|
|
8715
|
+
/** Whether the session has begun shutting down; a refused submission is then named so. */
|
|
8716
|
+
isShuttingDown?: () => boolean;
|
|
8717
|
+
/**
|
|
8718
|
+
* The run's grant history (#3189). A run that switches sessions lends every session the same one,
|
|
8719
|
+
* so spent tokens, rate windows and revocations belong to the run: a switch replays nothing and
|
|
8720
|
+
* resets no rate. Without it, the history lives and ends with this session.
|
|
8721
|
+
*/
|
|
8722
|
+
history?: ExternalEventGrantHistory;
|
|
8723
|
+
}
|
|
8724
|
+
/** What a grant has spent, kept per grant label so a closed and reopened grant cannot spend it again. */
|
|
8725
|
+
interface IGrantHistory {
|
|
8726
|
+
/** Spent token ids and when each stops verifying. */
|
|
8727
|
+
readonly spent: Map<string, number>;
|
|
8728
|
+
readonly rate: PeerTurnRateLimiter;
|
|
8729
|
+
/** The rate windows `rate` counts against; a reopen with other windows starts a new count. */
|
|
8730
|
+
readonly windows: string;
|
|
8731
|
+
revoked: boolean;
|
|
8732
|
+
}
|
|
8733
|
+
declare const GRANTS: unique symbol;
|
|
8734
|
+
/** What a run remembers about each grant across the sessions it holds; opaque to its holder. */
|
|
8735
|
+
declare class ExternalEventGrantHistory {
|
|
8736
|
+
readonly [GRANTS]: Map<string, IGrantHistory>;
|
|
8737
|
+
}
|
|
8738
|
+
/** One history per run: create it once and pass it to every session the run builds. */
|
|
8739
|
+
declare function createExternalEventGrantHistory(): ExternalEventGrantHistory;
|
|
8740
|
+
/**
|
|
8741
|
+
* Session-owned admission and turn settlement for external events. The sender is the grant whose
|
|
8742
|
+
* verifier admitted the token; nothing in the delivery names it.
|
|
8743
|
+
*/
|
|
8744
|
+
declare class ExternalEventIngress {
|
|
8745
|
+
private readonly host;
|
|
8746
|
+
private readonly sources;
|
|
8747
|
+
private readonly history;
|
|
8748
|
+
/** Grants revoked on this ingress; one revoked on another session of the run opens revoked. */
|
|
8749
|
+
private readonly revokedHere;
|
|
8750
|
+
private pending;
|
|
8751
|
+
private releaseGuard?;
|
|
8752
|
+
private readonly now;
|
|
8753
|
+
constructor(host: IExternalEventHost);
|
|
8754
|
+
open(options: IExternalEventSourceOptions): IExternalEventSource;
|
|
8755
|
+
private historyOf;
|
|
8756
|
+
closeAll(): void;
|
|
8757
|
+
private record;
|
|
8758
|
+
private hasActiveSource;
|
|
8759
|
+
private close;
|
|
8760
|
+
private maybeRelease;
|
|
8761
|
+
/** Refuse a spent token, or one without a name; `undefined` means it may be spent. */
|
|
8762
|
+
private replayRefusal;
|
|
8763
|
+
private receive;
|
|
8764
|
+
private submit;
|
|
8765
|
+
}
|
|
8766
|
+
//#endregion
|
|
8570
8767
|
//#region src/interactive/interactive-session-options.d.ts
|
|
8768
|
+
type TExternalEventVerifierFactory = (config: IAccessTokenVerifierConfig) => IAccessTokenVerifier;
|
|
8571
8769
|
/** Standard construction: cwd + provider. Config/context loaded internally. */
|
|
8572
8770
|
interface IInteractiveSessionStandardOptions {
|
|
8573
8771
|
/** Additive response style applied to the composed system prompt. */
|
|
@@ -8617,6 +8815,11 @@ interface IInteractiveSessionStandardOptions {
|
|
|
8617
8815
|
/** Explicit authority- and permission-backed edit checkpoint capability. */
|
|
8618
8816
|
editCheckpointStore?: EditCheckpointStore;
|
|
8619
8817
|
sessionName?: string;
|
|
8818
|
+
/**
|
|
8819
|
+
* #3189: name the session once, after its first turn, with its own provider, unless it already has
|
|
8820
|
+
* a name. Off unless set: a one-shot print run has no use for a title.
|
|
8821
|
+
*/
|
|
8822
|
+
autoName?: boolean;
|
|
8620
8823
|
resumeSessionId?: string;
|
|
8621
8824
|
forkSession?: boolean;
|
|
8622
8825
|
/**
|
|
@@ -8690,6 +8893,13 @@ interface IInteractiveSessionStandardOptions {
|
|
|
8690
8893
|
* `canHandoffTerminal === false` for transports with no interactive TTY (headless).
|
|
8691
8894
|
*/
|
|
8692
8895
|
terminalHandoff?: ITerminalHandoff;
|
|
8896
|
+
/** Builds each external-event grant's verifier; absent, the session opens no grant. */
|
|
8897
|
+
externalEventVerifierFactory?: TExternalEventVerifierFactory;
|
|
8898
|
+
/**
|
|
8899
|
+
* The run's grant history, shared by every session a run builds (#3189): a session switch replays
|
|
8900
|
+
* no spent token and resets no rate. Absent, the history lives and ends with the session.
|
|
8901
|
+
*/
|
|
8902
|
+
externalEventGrantHistory?: ExternalEventGrantHistory;
|
|
8693
8903
|
/** Model-visible command descriptors derived from the composed command executor. */
|
|
8694
8904
|
commandDescriptors?: readonly ICapabilityDescriptor[];
|
|
8695
8905
|
/** Provider definitions for hot-swap via /provider switch. */
|
|
@@ -8789,6 +8999,8 @@ interface IInteractiveSessionInjectedOptions {
|
|
|
8789
8999
|
/** Explicit authority- and permission-backed edit checkpoint capability. */
|
|
8790
9000
|
editCheckpointStore?: EditCheckpointStore;
|
|
8791
9001
|
sessionName?: string;
|
|
9002
|
+
/** See the standard options. */
|
|
9003
|
+
autoName?: boolean;
|
|
8792
9004
|
resumeSessionId?: string;
|
|
8793
9005
|
forkSession?: boolean;
|
|
8794
9006
|
/** Optional command modules composed into this injected session. */
|
|
@@ -8797,6 +9009,13 @@ interface IInteractiveSessionInjectedOptions {
|
|
|
8797
9009
|
commandHostAdapters?: ICommandHostAdapters;
|
|
8798
9010
|
/** TERM-001: transport-provided terminal-handoff capability (see standard options). */
|
|
8799
9011
|
terminalHandoff?: ITerminalHandoff;
|
|
9012
|
+
/** Builds each external-event grant's verifier; absent, the session opens no grant. */
|
|
9013
|
+
externalEventVerifierFactory?: TExternalEventVerifierFactory;
|
|
9014
|
+
/**
|
|
9015
|
+
* The run's grant history, shared by every session a run builds (#3189): a session switch replays
|
|
9016
|
+
* no spent token and resets no rate. Absent, the history lives and ends with the session.
|
|
9017
|
+
*/
|
|
9018
|
+
externalEventGrantHistory?: ExternalEventGrantHistory;
|
|
8800
9019
|
}
|
|
8801
9020
|
/** Union of standard and injected construction options. */
|
|
8802
9021
|
type TInteractiveSessionOptions = IInteractiveSessionStandardOptions | IInteractiveSessionInjectedOptions;
|
|
@@ -9060,62 +9279,6 @@ declare abstract class InteractiveSessionBase {
|
|
|
9060
9279
|
editSchedule(taskId: string, patch: IScheduleEditPatch): Promise<void>;
|
|
9061
9280
|
}
|
|
9062
9281
|
//#endregion
|
|
9063
|
-
//#region src/interactive/external-event-ingress.d.ts
|
|
9064
|
-
/** Identity and content attested by a trusted source adapter, never parsed from prompt text. */
|
|
9065
|
-
interface IAuthenticatedExternalEvent {
|
|
9066
|
-
readonly senderId: string;
|
|
9067
|
-
readonly conversationId: string;
|
|
9068
|
-
readonly content: string;
|
|
9069
|
-
}
|
|
9070
|
-
interface IExternalEventSourceOptions {
|
|
9071
|
-
readonly id: string;
|
|
9072
|
-
readonly allowedSenders: readonly string[];
|
|
9073
|
-
/** Verify the platform signature/credential and return its real sender; null means unauthenticated. */
|
|
9074
|
-
readonly authenticate: (raw: unknown) => IAuthenticatedExternalEvent | null | Promise<IAuthenticatedExternalEvent | null>;
|
|
9075
|
-
}
|
|
9076
|
-
type TExternalEventSettlement = {
|
|
9077
|
-
readonly outcome: 'completed';
|
|
9078
|
-
readonly response: string;
|
|
9079
|
-
} | {
|
|
9080
|
-
readonly outcome: 'interrupted';
|
|
9081
|
-
} | {
|
|
9082
|
-
readonly outcome: 'not-run';
|
|
9083
|
-
readonly reason: TTurnNotRunReason;
|
|
9084
|
-
} | {
|
|
9085
|
-
readonly outcome: 'failed';
|
|
9086
|
-
readonly reason: string;
|
|
9087
|
-
};
|
|
9088
|
-
interface IExternalEventReceipt {
|
|
9089
|
-
readonly outcome: 'accepted' | 'ignored' | 'refused';
|
|
9090
|
-
readonly reason?: string;
|
|
9091
|
-
readonly turnId?: string;
|
|
9092
|
-
readonly settled?: Promise<TExternalEventSettlement>;
|
|
9093
|
-
}
|
|
9094
|
-
interface IExternalEventSource {
|
|
9095
|
-
receive(raw: unknown): Promise<IExternalEventReceipt>;
|
|
9096
|
-
/** Stop admission synchronously; already-submitted turns retain their exact settlement. */
|
|
9097
|
-
close(): void;
|
|
9098
|
-
}
|
|
9099
|
-
interface IExternalEventHost {
|
|
9100
|
-
getPermissionMode(): TPermissionMode;
|
|
9101
|
-
addPermissionModeGuard(guard: (next: TPermissionMode) => void): () => void;
|
|
9102
|
-
submit(input: string, options: ISubmitOptions): Promise<ITurnHandle>;
|
|
9103
|
-
}
|
|
9104
|
-
/** Session-owned admission and turn settlement; adapters own platform authentication. */
|
|
9105
|
-
declare class ExternalEventIngress {
|
|
9106
|
-
private readonly host;
|
|
9107
|
-
private readonly sources;
|
|
9108
|
-
private pending;
|
|
9109
|
-
private releaseGuard?;
|
|
9110
|
-
constructor(host: IExternalEventHost);
|
|
9111
|
-
open(options: IExternalEventSourceOptions): IExternalEventSource;
|
|
9112
|
-
closeAll(): void;
|
|
9113
|
-
private hasActiveSource;
|
|
9114
|
-
private close;
|
|
9115
|
-
private maybeRelease;
|
|
9116
|
-
private receive;
|
|
9117
|
-
}
|
|
9118
|
-
//#endregion
|
|
9119
9282
|
//#region src/interactive/interactive-session.d.ts
|
|
9120
9283
|
interface IInteractiveSessionShutdownOptions {
|
|
9121
9284
|
reason?: TSessionEndReason;
|
|
@@ -9193,6 +9356,8 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9193
9356
|
private currentTurnSource;
|
|
9194
9357
|
/** TERM-001: exclusivity + fast-fail over the transport-provided handoff capability. */
|
|
9195
9358
|
private readonly terminalHandoffGate;
|
|
9359
|
+
private readonly externalEventVerifierFactory?;
|
|
9360
|
+
private readonly externalEventGrantHistory?;
|
|
9196
9361
|
/**
|
|
9197
9362
|
* REMOTE-007: the framework's event-emitting "ask the user" default (never undefined). It emits
|
|
9198
9363
|
* `ask_request` and parks the answer in {@link promptRegistry}. `getUserInteraction()` gates the
|
|
@@ -9206,6 +9371,7 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9206
9371
|
private readonly promptFileReferenceTag?;
|
|
9207
9372
|
private readonly resolveDefaultLoopPrompt?;
|
|
9208
9373
|
private readonly userSettingsSources;
|
|
9374
|
+
private readonly statusPush;
|
|
9209
9375
|
constructor(options: TInteractiveSessionOptions);
|
|
9210
9376
|
protected getPendingRequest(): IExecutionPendingRequest | undefined;
|
|
9211
9377
|
getProjectAccess(): TWorkspaceProjectAccess;
|
|
@@ -9234,7 +9400,7 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9234
9400
|
signal?: AbortSignal;
|
|
9235
9401
|
}): Promise<IToolExecutionResult>;
|
|
9236
9402
|
submit(input: string, displayInput?: string, rawInput?: string, options?: ISubmitOptions): Promise<ITurnHandle>;
|
|
9237
|
-
/** Explicit host opt-in for one
|
|
9403
|
+
/** Explicit host opt-in for one external-event grant; its verifier alone decides who is admitted. */
|
|
9238
9404
|
openExternalEventSource(options: IExternalEventSourceOptions): Promise<IExternalEventSource>;
|
|
9239
9405
|
private submitNewTurn;
|
|
9240
9406
|
private resumeQueuedTurn;
|
|
@@ -9249,7 +9415,7 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9249
9415
|
* by the decision recorded on `IScheduledBackgroundTaskRequest`. `turnSource: 'agent-wakeup'` is
|
|
9250
9416
|
* how a consumer tells it apart from a typed prompt; it does not change what the turn may do.
|
|
9251
9417
|
*/
|
|
9252
|
-
requestWakeup(instruction: string, sourceTaskId: string): boolean;
|
|
9418
|
+
requestWakeup(instruction: string, sourceTaskId: string, displayInput?: string): boolean;
|
|
9253
9419
|
private armSessionLoopExpiry;
|
|
9254
9420
|
listSchedules(): IBackgroundTaskState[];
|
|
9255
9421
|
private assertNotSelfPacedTimer;
|
|
@@ -9261,6 +9427,8 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9261
9427
|
createSelfPacedLoop(instruction: string, options?: {
|
|
9262
9428
|
useDefaultPrompt?: boolean;
|
|
9263
9429
|
}): Promise<ISessionLoopState>;
|
|
9430
|
+
/** #3189: stop the one loop waiting for its wake; with several waiting, say how to choose. */
|
|
9431
|
+
stopWaitingSelfPacedLoop(reason?: string): Promise<TWaitingLoopStopOutcome>;
|
|
9264
9432
|
stopSelfPacedLoop(loopId: string, reason?: string): Promise<void>;
|
|
9265
9433
|
private selfPacedWakeId;
|
|
9266
9434
|
private parseSelfPacedWakeId;
|
|
@@ -9287,6 +9455,11 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9287
9455
|
private notifyQueueCleared;
|
|
9288
9456
|
shutdown(options?: IInteractiveSessionShutdownOptions): Promise<void>;
|
|
9289
9457
|
get isInitialized(): boolean;
|
|
9458
|
+
/**
|
|
9459
|
+
* Resolves once initialization has finished — the session is then saved, so it is listed — and
|
|
9460
|
+
* rejects with the reason if it failed. A host waits on it before making this session current.
|
|
9461
|
+
*/
|
|
9462
|
+
whenInitialized(): Promise<void>;
|
|
9290
9463
|
/** Passive, content-free host observation; never registers an answering prompt listener. */
|
|
9291
9464
|
getLocalActivityStatus(): 'working' | 'needs-input' | 'idle' | undefined;
|
|
9292
9465
|
getAutoCompactThresholdSource(): TAutoCompactThresholdSource;
|
|
@@ -9356,6 +9529,8 @@ declare class InteractiveSession extends InteractiveSessionBase implements ISess
|
|
|
9356
9529
|
setAutoCompactThreshold(threshold: TAutoCompactThreshold$2, source?: TAutoCompactThresholdSource): void;
|
|
9357
9530
|
clearConversationHistory(): void;
|
|
9358
9531
|
getName(): string | undefined;
|
|
9532
|
+
/** The one status read every client renders beside the conversation (#3186). */
|
|
9533
|
+
getStatusSnapshot(): ISessionStatusSnapshot;
|
|
9359
9534
|
attachTransport(transport: ITransportAdapter<IInteractiveSession$1>): void;
|
|
9360
9535
|
setName(name: string): void;
|
|
9361
9536
|
private getBackgroundTaskManager;
|
|
@@ -9502,5 +9677,5 @@ interface IInteractiveRuntimeOptions {
|
|
|
9502
9677
|
type IInteractiveRuntimeTestOptions = Omit<IInteractiveRuntimeOptions, 'provider' | 'cwd'>;
|
|
9503
9678
|
declare function createInteractiveRuntime(options: IInteractiveRuntimeOptions): IInteractiveRuntime;
|
|
9504
9679
|
//#endregion
|
|
9505
|
-
export { IHostBundlePluginLoaderOptions as $, ICommandHostPresetApplication as $a, EXECUTION_ORIGIN_METADATA_KEYS as $c, THostSettingsScope as $i, ICommandSessionInfo as $n, IPromptFileReferenceResolveOptions as $o, writeCommandPermissionMode as $r, isSafeSessionId as $s, IReversibleToolSafetyReport as $t, hasBlockingPromptFileReferenceDiagnostics as A, deleteProviderProfile as Aa, IOutputStylePrompt as Ac, IActiveModelChangeResult as Ai, IEditCheckpointRestoreResult as Al, createSystemCommands as An, GOAL_SIGNAL_TOOL_NAME as Ao, isStatusLineCommandSettingsPatch as Ar, ICommandWorkspaceAdapter as As, ISkillPromptContext as At, IForkExecutionOptions as B, TSystemCommandLifecycle as Ba, IBackgroundTaskRunner$1 as Bc, TSettingsScope as Bi, TEffortSelection as Bl, REWIND_COMMAND_ARGUMENT_HINT as Bn, IContextReferenceClearResult as Bo, TPermissionRuleKind as Br, IAdvisorStatus as Bs, TSubagentRunnerFactory as Bt, TSettingsMergeRule as C, IProviderProfileSettings as Ca, TWorkspaceProjectAuthorityCandidate as Cc, readProviderSettings as Ci, IOrgPolicy as Cl, IContributionSource as Cn, IStartupMemory as Co, isAppearanceSettingsPatch as Cr, ICommandPickerAdapter as Cs, BuiltinCommandSource as Ct, buildPromptWithFileReferences as D, TProviderSettingsDocument as Da, TWorkspaceProjectStateDirectories as Dc, readMergedProviderSettingsFromSources as Di, IEditCheckpointInspectionPlan as Dl, TEnvResolvedSettings as Dn, isMemoryType as Do, STATUSLINE_COMMAND_DESCRIPTION as Dr, ICommandSandboxStatus as Ds, retrieveAgentToolDeps as Dt, parsePromptFileReferences as E, IProviderSetupPatch as Ea, TWorkspaceProjectSettingsWriteDecision as Ec, mergeSettings as Ei, IEditCheckpointInspection as El, IResolvedConfig as En, ProjectMemoryStore as Eo, STATUSLINE_COMMAND_ARGUMENT_HINT as Er, ICommandSandboxAdapter as Es, createAgentTool as Et, IPromptHistoryOptions as F, ICommandModule as Fa, IAgentJobLogs as Fc, resolveProviderSettingsWriteTarget as Fi, IAgentDefinition as Fl, createCommandMemoryStores as Fn, IGoalSignal as Fo, IPermissionsCommandState as Fr, TRemoteControlStatus as Fs, ICreateSessionOptions as Ft, selectCommandModules as G, ICommandHostCatalog as Ga, ISpawnProcessTaskRequest as Gc, IProjectSettingsPath as Gi, listCommandEditCheckpointBranches as Gn, createContextReferenceItem as Go, groupPermissionRulesBySource as Gr, IHostToolResultSpillStore as Gs, ISubagentPromptOptions as Gt, ISkillExecutionResult as H, ICommandHostAdapterAccess as Ha, ICreateExecutionWorkspaceTaskSpawnerOptions as Hc, readSettings as Hi, parseModelEffort as Hl, buildRewindCommandSubcommands as Hn, IContextReferenceRemoveResult as Ho, buildPermissionModeSubcommands as Hr, formatAdvisorSpec as Hs, ISubagentOptions as Ht, IRemoteCommandPolicy as I, TCommandModuleSessionRequirement as Ia, IAgentJobMonitors as Ic, createWorkspaceProjectSettingsStore as Ii, IProviderErrorGuidance as Il, hasSensitiveCommandMemoryContent as In, IGoalStartOptions as Io, PERMISSIONS_COMMAND_DESCRIPTION as Ir, TSandboxCommandMode as Is, TSessionResponseFormat as It, BundlePluginInstaller as J, ICommandHostContextReferences as Ja, createMainThreadDetailPage as Jc, TSettingsSource as Ji, rollbackCommandEditCheckpoint as Jn, toContextReferenceRecords as Jo, parsePermissionModeArgument as Jr, createNodeHostSessionStore as Js, getForkWorkerSuffix as Jt, SystemCommandExecutor as K, ICommandHostCheckpoints as Ka, createExecutionWorkspaceTaskSpawner as Kc, IWorkspaceProjectSettingsSource as Ki, listCommandEditCheckpoints as Kn, listActiveContextReferences as Ko, isPermissionMode as Kr, IInteractiveSessionRecord$1 as Ks, TSubagentSuffix as Kt, createDefaultRemoteCommandPolicy as L, DuplicateSystemCommandSemanticRoleError as La, IAgentJobSchedules as Lc, createNodeHostSettingsStore as Li, IModelEffortInputs as Ll, isCommandMemoryType as Ln, TGoalDecision as Lo, PERMISSION_MODE_ARGUMENT_HINT as Lr, ADVISOR_OFF as Ls, IToolCallHandoffPolicy as Lt, IExecutionResult$2 as M, setCurrentProvider as Ma, IAgentJobDispatch as Mc, applyActiveModelChange as Mi, IEditCheckpointTurnInput as Ml, MEMORY_COMMAND_DESCRIPTION as Mn, DEFAULT_GOAL_MAX_ITERATIONS as Mo, IPresetApplicationResult as Mr, IHandoffStaysBehind as Ms, preprocessShellCommands as Mt, TInteractivePermissionHandler as N, upsertProviderProfile as Na, IAgentJobGroups as Nc, applyProviderConfiguration as Ni, TEditCheckpointFileRestoreAction as Nl, MEMORY_COMMAND_USAGE as Nn, DEFAULT_GOAL_NO_PROGRESS_LIMIT as No, applyPresetToSession as Nr, IPermissionRuleLayer as Ns, substituteVariables as Nt, createPromptFileReferenceHistoryEntry as O, buildProviderProfile as Oa, TWorkspaceProjectStateNamespace as Oc, resolveActiveProvider as Oi, IEditCheckpointManifest as Ol, TSandboxSettings as On, buildGoalContinuationPrompt as Oo, applyStatusLineSettings as Or, ICommandSettingsAdapter as Os, storeAgentToolDeps as Ot, TPermissionResultValue$1 as P, validateProviderProfile as Pa, IAgentJobHostContext as Pc, applyProviderSwitch as Pi, ICapabilityDescriptor as Pl, buildMemoryCommandSubcommands as Pn, GoalController as Po, IPermissionRuleGroup as Pr, IWorkspaceMoveRequest as Ps, ILivePromptTracePort as Pt, MarketplaceClient as Q, ICommandHostPlan as Qa, createExecutionWorkspaceSnapshot as Qc, createNodeHostSettingsSource as Qi, EXIT_COMMAND_DESCRIPTION as Qn, IPromptFileReferenceLimits as Qo, retryCommandPermissionDenial as Qr, createUserSessionStore as Qs, IReversibleToolSafetyInput as Qt, ISkillActivationHistoryData as R, ISystemCommand as Ra, MONITOR_SHELL_TOOL as Rc, ISettingsDocumentStore as Ri, IModelEffortResolution as Rl, listCommandUsedMemoryReferences as Rn, extractGoalSignal as Ro, PERMISSION_MODE_COMMAND_DESCRIPTION as Rr, IAdvisorSetResult as Rs, IToolCallHandoffProvenance as Rt, IHookDefinitionSource as S, ILegacyProviderSettings as Sa, TWorkspaceProjectAccess as Sc, readMergedProviderSettings as Si, ICommandResult$1 as Sl, inspectSkillSources as Sn, IProjectMemorySummary as So, applyAppearanceSettings as Sr, ICommandPermissionRulesAdapter as Ss, TMarketplaceSource as St, resolvePromptFileReferences as T, IProviderSetupInput as Ta, TWorkspaceProjectSettingsTarget as Tc, mergeProviders as Ti, IEditCheckpointFileRecord as Tl, ILoadContextOptions as Tn, MEMORY_INDEX_MAX_LINES as To, DEFAULT_STATUS_LINE_COMMAND_SETTINGS as Tr, ICommandRemoteControlAdapter as Ts, CommandRegistry as Tt, executeSkill as U, ICommandHostAgentJobs as Ua, IExecutionWorkspaceTaskSpawner as Uc, updateModelInSettings as Ui, resolveModelEffort as Ul, forkCommandEditCheckpoint as Un, IContextReferenceUpsertResult as Uo, formatCommandPermissionsMessage as Ur, parseAdvisorSpec as Us, ISubagentParentContext as Ut, ISkillExecutionCallbacks as V, TSystemCommandSemanticRole as Va, IBackgroundTaskSpawnerGroupRequest as Vc, deleteSettings as Vi, TEffortSource as Vl, REWIND_COMMAND_DESCRIPTION as Vn, IContextReferenceInventoryLimits as Vo, VALID_PERMISSION_MODES as Vr, ICommandAdvisorAdapter as Vs, createInProcessSubagentRunner as Vt, findUnknownModuleNames as W, ICommandHostBackgroundTasks as Wa, ISpawnAgentTaskRequest as Wc, writeSettings as Wi, inspectCommandEditCheckpoint as Wn, clearContextReferences as Wo, formatInvalidPermissionModeMessage as Wr, resolveStartupAdvisorSpec as Ws, createSubagentSession as Wt, IInstalledPluginRecord as X, ICommandHostGoal as Xa, TExecutionAttachOutcome as Xc, readSettingsSourceText as Xi, CLEAR_COMMAND_DESCRIPTION as Xn, IPromptFileReferenceDiagnostic as Xo, readCommandPermissionsState as Xr, createProjectSessionStore as Xs, IReversibleExecutionOptions as Xt, IBundlePluginInstallerOptions as Y, ICommandHostContextWindow as Ya, IResolveExecutionAttachInput as Yc, createWorkspaceProjectSettingsSources as Yi, switchCommandEditCheckpointBranch as Yn, upsertContextReference as Yo, readCommandPermissionMode as Yr, createNodeToolResultSpillStore as Ys, getSubagentSuffix as Yt, TInstalledPluginsRegistry as Z, ICommandHostMemory as Za, resolveExecutionAttach as Zc, INodeHostSettingsSource as Zi, COST_COMMAND_DESCRIPTION as Zn, IPromptFileReferenceHistoryData as Zo, resolvePermissionModeAdapter as Zr, createUserPromptHistoryFile as Zs, IReversibleToolSafetyContext as Zt, ISessionRecordRestoreResult as _, resetAutoCompactThresholdSetting as _a, IWorkspaceTrustCause as _c, HELP_COMMAND_DESCRIPTION as _i, ICommandSessionReplayValidationReport as _l, ISkillRootInspection as _n, IMemoryRetrievalResult as _o, resolvePluginCommandAdapter as _r, ICommandMCPOAuthStatus as _s, IKnownMarketplaceEntry as _t, PeerMessageIngress as a, AUTO_COMPACT_THRESHOLD_SETTINGS_KEY as aa, WorkspaceSessionLogSource as ac, formatLanguageUsageMessage as ai, BackgroundJobOrchestrator as al, wrapReversibleExecutionTools as an, IMemoryBudget as ao, createSessionExitHostAction as ar, EditCheckpointStore as as, IBundlePluginHookIssue as at, createSubagentLogger as b, IProviderCommandModuleOptions as ba, IWorkspaceTrustStoreSnapshot as bc, ProviderConfigError as bi, IUnknownCommandModuleName as bl, SkillCommandSource as bn, IAppendMemoryInput as bo, IAppearanceSettings as br, ICommandOutputStyleSummary as bs, IMarketplacePluginEntry as bt, IInteractiveSessionShutdownOptions as c, TAutoCompactThreshold$2 as ca, IWorkspaceAncestorTextEntry as cc, BACKGROUND_COMMAND_USAGE as ci, ISessionUsageRecord as cl, PromptExecutor as cn, IMemoryStore as co, formatCommandSessionReplayValidationReport as cr, ICommandEffortAdapter as cs, IBundlePluginMcpFault as ct, IAuthenticatedExternalEvent as d, compactCommandContext as da, IWorkspaceIdentityResolver as dc, closeCommandBackgroundTask as di, ICommandSessionIdentity as dl, IAgentExecutorOptions as dn, ISemanticMemoryAdapter as do, validateCommandSessionReplayLog as dr, ICommandMCPActivationAdapter as ds, IBundleSkill as dt, TSettingsCheck as ea, listResumableSessionSummaries as ec, LANGUAGE_COMMAND_ARGUMENT_HINT as ei, createBackgroundGroupExecutionEntryId as el, TReversibleExecutionIsolation as en, ICommandHostSessionAccess as eo, RENAME_COMMAND_DESCRIPTION as er, IPromptFileReferenceToken as es, createHostBundlePluginLoader as et, IExternalEventReceipt as f, listCommandContextReferences as fa, IWorkspaceProjectAuthority as fc, formatCommandBackgroundTask as fi, ICommandSessionModel as fl, IAgentSession as fn, ISemanticMemoryQueryResult as fo, PLUGIN_COMMAND_ARGUMENT_HINT as fr, ICommandMCPActivationSummary as fs, ILoadedBundlePlugin as ft, IInteractiveSession$1 as g, removeCommandContextReference as ga, IWorkspaceProjectStateStorage as gc, readCommandBackgroundTaskLog as gi, ICommandHostNoCapability as gl, ISkillRootDescriptor as gn, IMemoryPendingRecord as go, createShowPluginManagerIntent as gr, ICommandMCPOAuthRedirectPrompt as gs, NodeHostPluginSettingsStore as gt, TExternalEventSettlement as h, readCommandContextState as ha, IWorkspaceProjectSettingsWriter as hc, parseCommandBackgroundLogCursor as hi, ICommandSessionRuntime as hl, listFrameworkProjectContributionPaths as hn, IMemoryExtractionInput as ho, buildPluginCommandSubcommands as hr, ICommandMCPOAuthLogoutResult as hs, IPluginSettings as ht, IInteractiveRuntime as i, testProviderProfileCommand as ia, WorkspaceSessionLogSink as ic, buildLanguageCommandSubcommands as ii, parseExecutionWorkspaceEntryId as il, evaluateReversibleToolSafety as in, IDurableMemoryReader as io, clearConversationHistory as ir, wrapEditCheckpointTools as is, IBundlePluginFeatures as it, toPromptFileReferenceRecords as j, mergeProviderPatch as ja, IPresetApplicationOptions as jc, IProviderSwitchOptions as ji, IEditCheckpointSummary as jl, MEMORY_COMMAND_ARGUMENT_HINT as jn, createGoalStatusTool as jo, readStatusLineSettings as jr, IHandoffProgress as js, TShellExecFn as jt, formatPromptFileReferenceDiagnostics as k, buildProviderSetupPatch as ka, TWorkspaceTrustState as kc, IActiveModelChangeOptions as ki, IEditCheckpointRecorder as kl, TSettings as kn, buildGoalStartPrompt as ko, buildStatusLineCommandSubcommands as kr, ICommandSettingsDocument as ks, IAgentToolDeps as kt, InteractiveSession as l, addCommandContextReference as la, IWorkspaceDirectoryEntry as lc, buildBackgroundCommandSubcommands as li, ICommandSessionContextWindow as ll, TProviderFactory as ln, IMemoryWriter as lo, parseSessionNameArgument as lr, ICommandHandoffAdapter as ls, IBundlePluginMcpServer as lt, IExternalEventSourceOptions as m, readAutoCompactThresholdSource as ma, IWorkspaceProjectReader as mc, listCommandBackgroundTasks as mi, ICommandSessionPreset as ml, IProjectContributionPath as mn, IMemoryCandidate as mo, RELOAD_PLUGINS_COMMAND_DESCRIPTION as mr, ICommandMCPOAuthLoginResult as ms, TEnabledPlugins as mt, IInteractiveRuntimeTestOptions as n, checkSettingsDocument as na, resolveSessionIdByIdOrName as nc, RECOMMENDED_RESPONSE_LANGUAGES as ni, createExecutionOriginMetadata as nl, TReversibleSafetyStatus as nn, ICommandHostUserInteraction as no, RESUME_COMMAND_DESCRIPTION as nr, IResolvedPromptFileReferences as ns, loadHostBundlePluginsFromScopes as nt, IGenerateSessionNameOptions as o, DEFAULT_AUTO_COMPACT_THRESHOLD as oa, IRestrictedWorkspaceProjectAccess as oc, parseLanguageArgument as oi, IBackgroundJobOrchestratorOptions as ol, IPromptExecutorOptions as on, IMemoryCurationQueue as oo, createSessionRenameHostAction as or, ICommandCostBudget as os, IBundlePluginInspection as ot, IExternalEventSource as p, readAutoCompactThreshold as pa, IWorkspaceProjectMutation as pc, formatCommandBackgroundTaskList as pi, ICommandSessionPermissions as pl, TSessionFactory as pn, IAutomaticMemoryConfig as po, PLUGIN_COMMAND_DESCRIPTION as pr, ICommandMCPOAuthLoginRequest as ps, TBundlePluginSkipReason as pt, PluginCommandSource as q, ICommandHostContext as qa, createLineDetailPage as qc, TProjectSettingsScope as qi, restoreCommandEditCheckpoint as qn, removeContextReference as qo, listCommandSessionAllowedTools as qr, IInteractiveSessionStore$1 as qs, assembleSubagentPrompt as qt, createInteractiveRuntime as r, probeProviderProfile as ra, WorkspaceProjectSessionStore as rc, TRecommendedResponseLanguage as ri, createMainThreadExecutionEntryId as rl, TReversibleSideEffect as rn, ICommandHostWorkspace as ro, VALIDATE_SESSION_COMMAND_DESCRIPTION as rr, TPromptFileReferenceDiagnosticCode as rs, BundlePluginLoader as rt, generateSessionName as s, ICompactContextResult as sa, ITrustedWorkspaceProjectAccess as sc, BACKGROUND_COMMAND_DESCRIPTION as si, summarizeBackgroundJobGroup as sl, IPromptProvider as sn, IMemoryRecaller as so, createShowSessionPickerIntent as sr, ICommandCostBudgetAdapter as ss, IBundlePluginManifest as st, IInteractiveRuntimeOptions as t, checkNodeHostSettingsFile as ta, resolveLatestSessionId as tc, LANGUAGE_COMMAND_DESCRIPTION as ti, createBackgroundTaskExecutionEntryId as tl, TReversibleRollbackLayer as tn, ICommandHostTerminalHandoff as to, RENAME_COMMAND_USAGE as tr, IResolvedPromptFileReference as ts, loadHostBundlePluginInspectionFromScopes as tt, ExternalEventIngress as u, clearCommandContextReferences as ua, IWorkspaceIdentity as uc, cancelCommandBackgroundTask as ui, ICommandSessionHistory as ul, AgentExecutor as un, IPerTurnRecallConfig as uo, readCommandSessionInfo as ur, ICommandHostAdapters as us, IBundlePluginSkip as ut, restoreSessionRecordIntoSession as v, setCommandAutoCompactThreshold as va, IWorkspaceTrustGrant as vc, formatCommandHelpMessage as vi, ICommandSkillListEntry as vl, ISkillSourceInspection as vn, TMemoryCandidateStatus as vo, APPEARANCE_SETTINGS_KEYS as vr, ICommandMCPSourceProblem as vs, IMarketplaceClientOptions as vt, resolvePromptFileReferencePaths as w, IProviderSettingsBuildOptions as wa, TWorkspaceProjectMutationDecision as wc, resolveEnvDefaultProvider as wi, IEditCheckpointFileInspection as wl, createWorkspaceProjectContributionSource as wn, MEMORY_INDEX_MAX_BYTES as wo, readAppearanceSettings as wr, ICommandProcessAdapter as ws, createBuiltinCommandModule as wt, resolveSubagentLogDir as x, IProviderCommandSettingsAdapter as xa, TWorkspaceContributionKind as xc, createProviderFromSettings as xi, TAutoCompactThresholdSource as xl, TSkillSkipReason as xn, IAppendMemoryResult as xo, TAppearanceSettingsPatch as xr, ICommandPermissionModeAdapter as xs, TKnownMarketplacesRegistry as xt, TInteractiveSessionOptions as y, writeAutoCompactThresholdSetting as ya, IWorkspaceTrustStore as yc, IReadProviderSettingsOptions as yi, IModelReapplyOptions as yl, ISkillSourceSkip as yn, TMemoryPolicyMode as yo, DEFAULT_APPEARANCE_SETTINGS as yr, ICommandOutputStyleRegistryAdapter as ys, IMarketplaceManifest as yt, createSkillExecutionPort as z, ISystemCommandSemanticRoles as za, MonitorCommandRefusedError as zc, TSettingsData as zi, TEffortDisposition as zl, recordCommandMemoryEvent as zn, IContextReferenceAddResult as zo, RUNTIME_RULE_SOURCE as zr, IAdvisorSpec as zs, IInProcessSubagentRunnerDeps as zt };
|
|
9506
|
-
//# sourceMappingURL=createInteractiveRuntime-
|
|
9680
|
+
export { TInstalledPluginsRegistry as $, ICommandHostMemory as $a, createLineDetailPage as $c, INodeHostSettingsSource as $i, COST_COMMAND_DESCRIPTION as $n, IPromptFileReferenceHistoryData as $o, resolvePermissionModeAdapter as $r, createNodeHostSessionStore as $s, IReversibleToolSafetyContext as $t, createPromptFileReferenceHistoryEntry as A, buildProviderProfile as Aa, TWorkspaceProjectMutationDecision as Ac, resolveActiveProvider as Ai, IEditCheckpointFileInspection as Al, TSandboxSettings as An, buildGoalContinuationPrompt as Ao, applyStatusLineSettings as Ar, ICommandSandboxAdapter as As, storeAgentToolDeps as At, ISkillActivationHistoryData as B, ISystemCommand as Ba, IAgentJobHostContext as Bc, ISettingsDocumentStore as Bi, ICapabilityDescriptor as Bl, listCommandUsedMemoryReferences as Bn, extractGoalSignal as Bo, PERMISSION_MODE_COMMAND_DESCRIPTION as Br, TRemoteControlStatus as Bs, IToolCallHandoffProvenance as Bt, sandboxApprovalFor as C, IProviderCommandSettingsAdapter as Ca, IWorkspaceTrustCause as Cc, createProviderFromSettings as Ci, ICommandSessionReplayValidationReport as Cl, TSkillSkipReason as Cn, IAppendMemoryResult as Co, TAppearanceSettingsPatch as Cr, ICommandOutputStyleRegistryAdapter as Cs, TKnownMarketplacesRegistry as Ct, resolvePromptFileReferences as D, IProviderSetupInput as Da, TWorkspaceContributionKind as Dc, mergeProviders as Di, TAutoCompactThresholdSource as Dl, ILoadContextOptions as Dn, MEMORY_INDEX_MAX_LINES as Do, DEFAULT_STATUS_LINE_COMMAND_SETTINGS as Dr, ICommandPickerAdapter as Ds, CommandRegistry as Dt, resolvePromptFileReferencePaths as E, IProviderSettingsBuildOptions as Ea, IWorkspaceTrustStoreSnapshot as Ec, resolveEnvDefaultProvider as Ei, IUnknownCommandModuleName as El, createWorkspaceProjectContributionSource as En, MEMORY_INDEX_MAX_BYTES as Eo, readAppearanceSettings as Er, ICommandPermissionRulesAdapter as Es, createBuiltinCommandModule as Et, TInteractivePermissionHandler as F, upsertProviderProfile as Fa, TWorkspaceTrustState as Fc, applyProviderConfiguration as Fi, IEditCheckpointRecorder as Fl, MEMORY_COMMAND_USAGE as Fn, DEFAULT_GOAL_NO_PROGRESS_LIMIT as Fo, applyPresetToSession as Fr, IHandoffProgress as Fs, substituteVariables as Ft, executeSkill as G, ICommandHostAgentJobs as Ga, MonitorCommandRefusedError as Gc, updateModelInSettings as Gi, TEffortDisposition as Gl, forkCommandEditCheckpoint as Gn, IContextReferenceUpsertResult as Go, formatCommandPermissionsMessage as Gr, IAdvisorStatus as Gs, ISubagentParentContext as Gt, IForkExecutionOptions as H, TSystemCommandLifecycle as Ha, IAgentJobMonitors as Hc, TSettingsScope as Hi, IProviderErrorGuidance as Hl, REWIND_COMMAND_ARGUMENT_HINT as Hn, IContextReferenceClearResult as Ho, TPermissionRuleKind as Hr, ADVISOR_OFF as Hs, TSubagentRunnerFactory as Ht, TPermissionResultValue$1 as I, validateProviderProfile as Ia, IOutputStylePrompt as Ic, applyProviderSwitch as Ii, IEditCheckpointRestoreResult as Il, buildMemoryCommandSubcommands as In, GoalController as Io, IPermissionRuleGroup as Ir, IHandoffStaysBehind as Is, ILivePromptTracePort as It, SystemCommandExecutor as J, ICommandHostCheckpoints as Ja, ICreateExecutionWorkspaceTaskSpawnerOptions as Jc, IWorkspaceProjectSettingsSource as Ji, parseModelEffort as Jl, listCommandEditCheckpoints as Jn, listActiveContextReferences as Jo, isPermissionMode as Jr, parseAdvisorSpec as Js, TSubagentSuffix as Jt, findUnknownModuleNames as K, ICommandHostBackgroundTasks as Ka, IBackgroundTaskRunner$1 as Kc, writeSettings as Ki, TEffortSelection as Kl, inspectCommandEditCheckpoint as Kn, clearContextReferences as Ko, formatInvalidPermissionModeMessage as Kr, ICommandAdvisorAdapter as Ks, createSubagentSession as Kt, IPromptHistoryOptions as L, ICommandModule as La, IPresetApplicationOptions as Lc, resolveProviderSettingsWriteTarget as Li, IEditCheckpointSummary as Ll, createCommandMemoryStores as Ln, IGoalSignal as Lo, IPermissionsCommandState as Lr, ILinkedDeviceSummary as Ls, ICreateSessionOptions as Lt, hasBlockingPromptFileReferenceDiagnostics as M, deleteProviderProfile as Ma, TWorkspaceProjectSettingsWriteDecision as Mc, IActiveModelChangeResult as Mi, IEditCheckpointInspection as Ml, createSystemCommands as Mn, GOAL_SIGNAL_TOOL_NAME as Mo, isStatusLineCommandSettingsPatch as Mr, ICommandSettingsAdapter as Ms, ISkillPromptContext as Mt, toPromptFileReferenceRecords as N, mergeProviderPatch as Na, TWorkspaceProjectStateDirectories as Nc, IProviderSwitchOptions as Ni, IEditCheckpointInspectionPlan as Nl, MEMORY_COMMAND_ARGUMENT_HINT as Nn, createGoalStatusTool as No, readStatusLineSettings as Nr, ICommandSettingsDocument as Ns, TShellExecFn as Nt, parsePromptFileReferences as O, IProviderSetupPatch as Oa, TWorkspaceProjectAccess as Oc, mergeSettings as Oi, ICommandResult$1 as Ol, IResolvedConfig as On, ProjectMemoryStore as Oo, STATUSLINE_COMMAND_ARGUMENT_HINT as Or, ICommandProcessAdapter as Os, createAgentTool as Ot, IExecutionResult$2 as P, setCurrentProvider as Pa, TWorkspaceProjectStateNamespace as Pc, applyActiveModelChange as Pi, IEditCheckpointManifest as Pl, MEMORY_COMMAND_DESCRIPTION as Pn, DEFAULT_GOAL_MAX_ITERATIONS as Po, IPresetApplicationResult as Pr, ICommandWorkspaceAdapter as Ps, preprocessShellCommands as Pt, IInstalledPluginRecord as Q, ICommandHostGoal as Qa, createExecutionWorkspaceTaskSpawner as Qc, readSettingsSourceText as Qi, CLEAR_COMMAND_DESCRIPTION as Qn, IPromptFileReferenceDiagnostic as Qo, readCommandPermissionsState as Qr, IInteractiveSessionStore$1 as Qs, IReversibleExecutionOptions as Qt, IRemoteCommandPolicy as R, TCommandModuleSessionRequirement as Ra, IAgentJobDispatch as Rc, createWorkspaceProjectSettingsStore as Ri, IEditCheckpointTurnInput as Rl, hasSensitiveCommandMemoryContent as Rn, IGoalStartOptions as Ro, PERMISSIONS_COMMAND_DESCRIPTION as Rr, IPermissionRuleLayer as Rs, TSessionResponseFormat as Rt, resolveSubagentLogDir as S, IProviderCommandModuleOptions as Sa, IWorkspaceProjectStateStorage as Sc, ProviderConfigError as Si, ICommandHostNoCapability as Sl, SkillCommandSource as Sn, IAppendMemoryInput as So, IAppearanceSettings as Sr, ICommandMCPSourceProblem as Ss, IMarketplacePluginEntry as St, TSettingsMergeRule as T, IProviderProfileSettings as Ta, IWorkspaceTrustStore as Tc, readProviderSettings as Ti, IModelReapplyOptions as Tl, IContributionSource as Tn, IStartupMemory as To, isAppearanceSettingsPatch as Tr, ICommandPermissionModeAdapter as Ts, BuiltinCommandSource as Tt, ISkillExecutionCallbacks as U, TSystemCommandSemanticRole as Ua, IAgentJobSchedules as Uc, deleteSettings as Ui, IModelEffortInputs as Ul, REWIND_COMMAND_DESCRIPTION as Un, IContextReferenceInventoryLimits as Uo, VALID_PERMISSION_MODES as Ur, IAdvisorSetResult as Us, createInProcessSubagentRunner as Ut, createSkillExecutionPort as V, ISystemCommandSemanticRoles as Va, IAgentJobLogs as Vc, TSettingsData as Vi, IAgentDefinition as Vl, recordCommandMemoryEvent as Vn, IContextReferenceAddResult as Vo, RUNTIME_RULE_SOURCE as Vr, TSandboxCommandMode as Vs, IInProcessSubagentRunnerDeps as Vt, ISkillExecutionResult as W, ICommandHostAdapterAccess as Wa, MONITOR_SHELL_TOOL as Wc, readSettings as Wi, IModelEffortResolution as Wl, buildRewindCommandSubcommands as Wn, IContextReferenceRemoveResult as Wo, buildPermissionModeSubcommands as Wr, IAdvisorSpec as Ws, ISubagentOptions as Wt, BundlePluginInstaller as X, ICommandHostContextReferences as Xa, ISpawnAgentTaskRequest as Xc, TSettingsSource as Xi, rollbackCommandEditCheckpoint as Xn, toContextReferenceRecords as Xo, parsePermissionModeArgument as Xr, IHostToolResultSpillStore as Xs, getForkWorkerSuffix as Xt, PluginCommandSource as Y, ICommandHostContext as Ya, IExecutionWorkspaceTaskSpawner as Yc, TProjectSettingsScope as Yi, resolveModelEffort as Yl, restoreCommandEditCheckpoint as Yn, removeContextReference as Yo, listCommandSessionAllowedTools as Yr, resolveStartupAdvisorSpec as Ys, assembleSubagentPrompt as Yt, IBundlePluginInstallerOptions as Z, ICommandHostContextWindow as Za, ISpawnProcessTaskRequest as Zc, createWorkspaceProjectSettingsSources as Zi, switchCommandEditCheckpointBranch as Zn, upsertContextReference as Zo, readCommandPermissionMode as Zr, IInteractiveSessionRecord$1 as Zs, getSubagentSuffix as Zt, IExternalEventSourceOptions as _, readCommandContextState as _a, IWorkspaceIdentityResolver as _c, parseCommandBackgroundLogCursor as _i, ICommandSessionIdentity as _l, listFrameworkProjectContributionPaths as _n, IMemoryExtractionInput as _o, buildPluginCommandSubcommands as _r, ICommandMCPOAuthLoginRequest as _s, IPluginSettings as _t, PeerMessageIngress as a, probeProviderProfile as aa, listResumableSessionSummaries as ac, TRecommendedResponseLanguage as ai, EXECUTION_ORIGIN_METADATA_KEYS as al, TReversibleSideEffect as an, ICommandHostWorkspace as ao, VALIDATE_SESSION_COMMAND_DESCRIPTION as ar, TPromptFileReferenceDiagnosticCode as as, BundlePluginLoader as at, createExternalEventGrantHistory as b, setCommandAutoCompactThreshold as ba, IWorkspaceProjectReader as bc, formatCommandHelpMessage as bi, ICommandSessionPreset as bl, ISkillSourceInspection as bn, TMemoryCandidateStatus as bo, APPEARANCE_SETTINGS_KEYS as br, ICommandMCPOAuthRedirectPrompt as bs, IMarketplaceClientOptions as bt, IInteractiveSessionShutdownOptions as c, DEFAULT_AUTO_COMPACT_THRESHOLD as ca, resolveSessionIdByIdOrName as cc, parseLanguageArgument as ci, createExecutionOriginMetadata as cl, IPromptExecutorOptions as cn, IMemoryCurationQueue as co, createSessionRenameHostAction as cr, ICommandCostBudget as cs, IBundlePluginInspection as ct, ISessionRecordRestoreResult as d, addCommandContextReference as da, WorkspaceSessionLogSource as dc, buildBackgroundCommandSubcommands as di, BackgroundJobOrchestrator as dl, TProviderFactory as dn, IMemoryWriter as do, parseSessionNameArgument as dr, ICommandExternalEventGrant as ds, IBundlePluginMcpServer as dt, createNodeHostSettingsSource as ea, createNodeToolResultSpillStore as ec, retryCommandPermissionDenial as ei, createMainThreadDetailPage as el, IReversibleToolSafetyInput as en, ICommandHostPlan as eo, EXIT_COMMAND_DESCRIPTION as er, IPromptFileReferenceLimits as es, MarketplaceClient as et, restoreSessionRecordIntoSession as f, clearCommandContextReferences as fa, IRestrictedWorkspaceProjectAccess as fc, cancelCommandBackgroundTask as fi, IBackgroundJobOrchestratorOptions as fl, AgentExecutor as fn, IPerTurnRecallConfig as fo, readCommandSessionInfo as fr, ICommandExternalEventsAdapter as fs, IBundlePluginSkip as ft, IExternalEventSource as g, readAutoCompactThresholdSource as ga, IWorkspaceIdentity as gc, listCommandBackgroundTasks as gi, ICommandSessionHistory as gl, IProjectContributionPath as gn, IMemoryCandidate as go, RELOAD_PLUGINS_COMMAND_DESCRIPTION as gr, ICommandMCPActivationSummary as gs, TEnabledPlugins as gt, ExternalEventIngress as h, readAutoCompactThreshold as ha, IWorkspaceDirectoryEntry as hc, formatCommandBackgroundTaskList as hi, ICommandSessionContextWindow as hl, TSessionFactory as hn, IAutomaticMemoryConfig as ho, PLUGIN_COMMAND_DESCRIPTION as hr, ICommandMCPActivationAdapter as hs, TBundlePluginSkipReason as ht, IInteractiveRuntime as i, checkSettingsDocument as ia, isSafeSessionId as ic, RECOMMENDED_RESPONSE_LANGUAGES as ii, createExecutionWorkspaceSnapshot as il, TReversibleSafetyStatus as in, ICommandHostUserInteraction as io, RESUME_COMMAND_DESCRIPTION as ir, IResolvedPromptFileReferences as is, loadHostBundlePluginsFromScopes as it, formatPromptFileReferenceDiagnostics as j, buildProviderSetupPatch as ja, TWorkspaceProjectSettingsTarget as jc, IActiveModelChangeOptions as ji, IEditCheckpointFileRecord as jl, TSettings as jn, buildGoalStartPrompt as jo, buildStatusLineCommandSubcommands as jr, ICommandSandboxStatus as js, IAgentToolDeps as jt, buildPromptWithFileReferences as k, TProviderSettingsDocument as ka, TWorkspaceProjectAuthorityCandidate as kc, readMergedProviderSettingsFromSources as ki, IOrgPolicy as kl, TEnvResolvedSettings as kn, isMemoryType as ko, STATUSLINE_COMMAND_DESCRIPTION as kr, ICommandRemoteControlAdapter as ks, retrieveAgentToolDeps as kt, InteractiveSession as l, ICompactContextResult as la, WorkspaceProjectSessionStore as lc, BACKGROUND_COMMAND_DESCRIPTION as li, createMainThreadExecutionEntryId as ll, IPromptProvider as ln, IMemoryRecaller as lo, createShowSessionPickerIntent as lr, ICommandCostBudgetAdapter as ls, IBundlePluginManifest as lt, ExternalEventGrantHistory as m, listCommandContextReferences as ma, IWorkspaceAncestorTextEntry as mc, formatCommandBackgroundTask as mi, ISessionUsageRecord as ml, IAgentSession as mn, ISemanticMemoryQueryResult as mo, PLUGIN_COMMAND_ARGUMENT_HINT as mr, ICommandHostAdapters as ms, ILoadedBundlePlugin as mt, IInteractiveRuntimeTestOptions as n, TSettingsCheck as na, createUserPromptHistoryFile as nc, LANGUAGE_COMMAND_ARGUMENT_HINT as ni, TExecutionAttachOutcome as nl, TReversibleExecutionIsolation as nn, ICommandHostSessionAccess as no, RENAME_COMMAND_DESCRIPTION as nr, IPromptFileReferenceToken as ns, createHostBundlePluginLoader as nt, IGenerateSessionNameOptions as o, testProviderProfileCommand as oa, listUnreadableSessions as oc, buildLanguageCommandSubcommands as oi, createBackgroundGroupExecutionEntryId as ol, evaluateReversibleToolSafety as on, IDurableMemoryReader as oo, clearConversationHistory as or, wrapEditCheckpointTools as os, IBundlePluginFeatures as ot, TInteractiveSessionOptions as p, compactCommandContext as pa, ITrustedWorkspaceProjectAccess as pc, closeCommandBackgroundTask as pi, summarizeBackgroundJobGroup as pl, IAgentExecutorOptions as pn, ISemanticMemoryAdapter as po, validateCommandSessionReplayLog as pr, ICommandHandoffAdapter as ps, IBundleSkill as pt, selectCommandModules as q, ICommandHostCatalog as qa, IBackgroundTaskSpawnerGroupRequest as qc, IProjectSettingsPath as qi, TEffortSource as ql, listCommandEditCheckpointBranches as qn, createContextReferenceItem as qo, groupPermissionRulesBySource as qr, formatAdvisorSpec as qs, ISubagentPromptOptions as qt, createInteractiveRuntime as r, checkNodeHostSettingsFile as ra, createUserSessionStore as rc, LANGUAGE_COMMAND_DESCRIPTION as ri, resolveExecutionAttach as rl, TReversibleRollbackLayer as rn, ICommandHostTerminalHandoff as ro, RENAME_COMMAND_USAGE as rr, IResolvedPromptFileReference as rs, loadHostBundlePluginInspectionFromScopes as rt, generateSessionName as s, AUTO_COMPACT_THRESHOLD_SETTINGS_KEY as sa, resolveLatestSessionId as sc, formatLanguageUsageMessage as si, createBackgroundTaskExecutionEntryId as sl, wrapReversibleExecutionTools as sn, IMemoryBudget as so, createSessionExitHostAction as sr, EditCheckpointStore as ss, IBundlePluginHookIssue as st, IInteractiveRuntimeOptions as t, THostSettingsScope as ta, createProjectSessionStore as tc, writeCommandPermissionMode as ti, IResolveExecutionAttachInput as tl, IReversibleToolSafetyReport as tn, ICommandHostPresetApplication as to, ICommandSessionInfo as tr, IPromptFileReferenceResolveOptions as ts, IHostBundlePluginLoaderOptions as tt, IInteractiveSession$1 as u, TAutoCompactThreshold$2 as ua, WorkspaceSessionLogSink as uc, BACKGROUND_COMMAND_USAGE as ui, parseExecutionWorkspaceEntryId as ul, PromptExecutor as un, IMemoryStore as uo, formatCommandSessionReplayValidationReport as ur, ICommandEffortAdapter as us, IBundlePluginMcpFault as ut, TExternalEventReceipt as v, removeCommandContextReference as va, IWorkspaceProjectAuthority as vc, readCommandBackgroundTaskLog as vi, ICommandSessionModel as vl, ISkillRootDescriptor as vn, IMemoryPendingRecord as vo, createShowPluginManagerIntent as vr, ICommandMCPOAuthLoginResult as vs, NodeHostPluginSettingsStore as vt, IHookDefinitionSource as w, ILegacyProviderSettings as wa, IWorkspaceTrustGrant as wc, readMergedProviderSettings as wi, ICommandSkillListEntry as wl, inspectSkillSources as wn, IProjectMemorySummary as wo, applyAppearanceSettings as wr, ICommandOutputStyleSummary as ws, TMarketplaceSource as wt, createSubagentLogger as x, writeAutoCompactThresholdSetting as xa, IWorkspaceProjectSettingsWriter as xc, IReadProviderSettingsOptions as xi, ICommandSessionRuntime as xl, ISkillSourceSkip as xn, TMemoryPolicyMode as xo, DEFAULT_APPEARANCE_SETTINGS as xr, ICommandMCPOAuthStatus as xs, IMarketplaceManifest as xt, TExternalEventSettlement as y, resetAutoCompactThresholdSetting as ya, IWorkspaceProjectMutation as yc, HELP_COMMAND_DESCRIPTION as yi, ICommandSessionPermissions as yl, ISkillRootInspection as yn, IMemoryRetrievalResult as yo, resolvePluginCommandAdapter as yr, ICommandMCPOAuthLogoutResult as ys, IKnownMarketplaceEntry as yt, createDefaultRemoteCommandPolicy as z, DuplicateSystemCommandSemanticRoleError as za, IAgentJobGroups as zc, createNodeHostSettingsStore as zi, TEditCheckpointFileRestoreAction as zl, isCommandMemoryType as zn, TGoalDecision as zo, PERMISSION_MODE_ARGUMENT_HINT as zr, IWorkspaceMoveRequest as zs, IToolCallHandoffPolicy as zt };
|
|
9681
|
+
//# sourceMappingURL=createInteractiveRuntime-DoZCRxLM.d.cts.map
|