DispatchRunInput
Defined in: .upstream/src/client/types.ts:170
Ergonomic input for WarrenClient.dispatch: mirrors CreateRunInput with
warren run CLI field names (model/branch/provider), mapped at request time.
Properties
Section titled “Properties”agent:
string
Defined in: .upstream/src/client/types.ts:171
branch?
Section titled “branch?”
optionalbranch?:string
Defined in: .upstream/src/client/types.ts:175
Maps to CreateRunInput.ref — git branch / ref to clone the workspace from.
cloneFromRunId?
Section titled “cloneFromRunId?”
optionalcloneFromRunId?:string
Defined in: .upstream/src/client/types.ts:187
Maps to CreateRunInput.cloneFromRunId (warren-e96f).
continueFromRunId?
Section titled “continueFromRunId?”
optionalcontinueFromRunId?:string
Defined in: .upstream/src/client/types.ts:185
Maps to CreateRunInput.continueFromRunId (warren-4b11).
dispatcherHandle?
Section titled “dispatcherHandle?”
optionaldispatcherHandle?:string
Defined in: .upstream/src/client/types.ts:183
model?
Section titled “model?”
optionalmodel?:string
Defined in: .upstream/src/client/types.ts:179
Maps to CreateRunInput.modelOverride.
project
Section titled “project”project:
string
Defined in: .upstream/src/client/types.ts:172
prompt
Section titled “prompt”prompt:
string
Defined in: .upstream/src/client/types.ts:173
provider?
Section titled “provider?”
optionalprovider?:string
Defined in: .upstream/src/client/types.ts:181
Maps to CreateRunInput.providerOverride.
seedId?
Section titled “seedId?”
optionalseedId?:string
Defined in: .upstream/src/client/types.ts:182
targetBranch?
Section titled “targetBranch?”
optionaltargetBranch?:string
Defined in: .upstream/src/client/types.ts:177
Maps to CreateRunInput.targetBranch — branch reap pushes back to (#419).
