RelaunchOverrides
Defined in: src/types.ts:126
Optional override bag applied over the original session on relaunch. Every field is
optional: an ABSENT field keeps the original’s value, a PRESENT one (including an
explicit null for model/planGateEnabled) replaces it. Lets a caller relaunch
into a different repo (repoPath) while carrying prompt/model/base-branch/images
forward; images are appended to the original’s carried-over uploads. A bare relaunch
sends no body → no overrides → byte-for-byte the original quick-relaunch.
Properties
Section titled “Properties”baseBranch?
Section titled “baseBranch?”
optionalbaseBranch?:string
Defined in: src/types.ts:128
images?
Section titled “images?”
optionalimages?:string[]
Defined in: src/types.ts:132
model?
Section titled “model?”
optionalmodel?:string|null
Defined in: src/types.ts:130
planGateEnabled?
Section titled “planGateEnabled?”
optionalplanGateEnabled?:boolean|null
Defined in: src/types.ts:131
prompt?
Section titled “prompt?”
optionalprompt?:string
Defined in: src/types.ts:129
repoPath?
Section titled “repoPath?”
optionalrepoPath?:string
Defined in: src/types.ts:127
research?
Section titled “research?”
optionalresearch?:boolean
Defined in: src/types.ts:134
Research task kind override; absent → keep original.