DispatchRunInput
Defined in: .upstream/src/client/types.ts:227
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:228
baseCommit?
Section titled “baseCommit?”
optionalbaseCommit?:string
Defined in: .upstream/src/client/types.ts:234
Maps to CreateRunInput.baseCommit — 40-hex SHA to pin the workspace cut (warren-aaf7).
branch?
Section titled “branch?”
optionalbranch?:string
Defined in: .upstream/src/client/types.ts:232
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:248
Maps to CreateRunInput.cloneFromRunId (warren-e96f).
continueFromRunId?
Section titled “continueFromRunId?”
optionalcontinueFromRunId?:string
Defined in: .upstream/src/client/types.ts:246
Maps to CreateRunInput.continueFromRunId (warren-4b11).
dispatcherHandle?
Section titled “dispatcherHandle?”
optionaldispatcherHandle?:string
Defined in: .upstream/src/client/types.ts:244
maxCostUsd?
Section titled “maxCostUsd?”
optionalmaxCostUsd?:number
Defined in: .upstream/src/client/types.ts:250
Maps to CreateRunInput.maxCostUsd — per-run USD spend cap (warren-a63d).
model?
Section titled “model?”
optionalmodel?:string
Defined in: .upstream/src/client/types.ts:238
Maps to CreateRunInput.modelOverride.
project
Section titled “project”project:
string
Defined in: .upstream/src/client/types.ts:229
prompt
Section titled “prompt”prompt:
string
Defined in: .upstream/src/client/types.ts:230
provider?
Section titled “provider?”
optionalprovider?:string
Defined in: .upstream/src/client/types.ts:240
Maps to CreateRunInput.providerOverride.
seedId?
Section titled “seedId?”
optionalseedId?:string
Defined in: .upstream/src/client/types.ts:243
targetBranch?
Section titled “targetBranch?”
optionaltargetBranch?:string
Defined in: .upstream/src/client/types.ts:236
Maps to CreateRunInput.targetBranch — branch reap pushes back to (#419).
trigger?
Section titled “trigger?”
optionaltrigger?:string
Defined in: .upstream/src/client/types.ts:242
Maps to CreateRunInput.trigger (warren-97a2).