Skip to content

EscalationConfig

Defined in: escalation/config.ts:11

Configuration for the escalation ladder

cloudAgentApprovalRequired: boolean

Defined in: escalation/config.ts:25

Whether cloud agents require explicit approval via label (Default: true)


cloudAgentEnabled: boolean

Defined in: escalation/config.ts:22

Whether cloud agents (e.g., Cursor) are enabled (Default: false)


costBudgetDaily: number

Defined in: escalation/config.ts:28

Daily cost budget for cloud agents in cents (Default: 0 = no cloud)


maxJulesAttempts: number

Defined in: escalation/config.ts:16

Maximum number of initial Jules attempts before escalating (Default: 3)


maxJulesBoostAttempts: number

Defined in: escalation/config.ts:19

Maximum number of Jules attempts with boosted context (Default: 3)


maxOllamaAttempts: number

Defined in: escalation/config.ts:13

Maximum number of Ollama fix attempts before escalating (Default: 2)