Interfaces

RemovalPlan

Interface: RemovalPlan

Defined in: src/core/agent/window/turns.ts:167

The span a removal will take, plus every refusal it had to name to get there.

Properties

from

readonly from: number

Defined in: src/core/agent/window/turns.ts:169

First turn index in the span; -1 when nothing may be removed.


observations?

readonly optional observations?: WindowObservations

Defined in: src/core/agent/window/turns.ts:178

What the last-tool-result pin did on this plan (9.57.0) — which turns it held and what the ceiling turned away. Absent when it held nothing, so a window with no pinnable result plans exactly as it did before.


refusals

readonly refusals: readonly WindowRefusal[]

Defined in: src/core/agent/window/turns.ts:172


to

readonly to: number

Defined in: src/core/agent/window/turns.ts:171

Last turn index in the span (inclusive); -1 when nothing may be removed.

On this page