Skip to content

CreateRunInput

Defined in: .upstream/src/client/types.ts:201

optional agent?: string

Defined in: .upstream/src/client/types.ts:203


optional baseCommit?: string

Defined in: .upstream/src/client/types.ts:208

Base-commit pin (warren-aaf7): 40-hex SHA the workspace is cut at; PR base stays ref-shaped.


optional cloneFromRunId?: string

Defined in: .upstream/src/client/types.ts:220

Replicate parent (warren-e96f): re-dispatch this run’s config against the project base.


optional continueFromRunId?: string

Defined in: .upstream/src/client/types.ts:218

Continuation parent (warren-4b11): seed the workspace from this run’s branch.


optional dispatcherHandle?: string

Defined in: .upstream/src/client/types.ts:216


optional maxCostUsd?: number

Defined in: .upstream/src/client/types.ts:222

Per-run USD spend cap (warren-a63d): wins over the agent’s own and the project default.


optional modelOverride?: string

Defined in: .upstream/src/client/types.ts:212


optional project?: string

Defined in: .upstream/src/client/types.ts:204


optional prompt?: string

Defined in: .upstream/src/client/types.ts:205


optional providerOverride?: string

Defined in: .upstream/src/client/types.ts:211


optional ref?: string

Defined in: .upstream/src/client/types.ts:206


optional seedId?: string

Defined in: .upstream/src/client/types.ts:215


optional targetBranch?: string

Defined in: .upstream/src/client/types.ts:210

Existing branch to push the workspace back to at reap (warren-05ea / #419).


optional trigger?: string

Defined in: .upstream/src/client/types.ts:214

Run trigger label (warren-97a2); defaults to the server’s own default when omitted.