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
readonlyfrom:number
Defined in: src/core/agent/window/turns.ts:169
First turn index in the span; -1 when nothing may be removed.
observations?
readonlyoptionalobservations?: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
readonlyrefusals: readonlyWindowRefusal[]
Defined in: src/core/agent/window/turns.ts:172
to
readonlyto:number
Defined in: src/core/agent/window/turns.ts:171
Last turn index in the span (inclusive); -1 when nothing may be removed.
