EscalationConfig
Defined in: escalation/config.ts:11
Configuration for the escalation ladder
Properties
Section titled “Properties”cloudAgentApprovalRequired
Section titled “cloudAgentApprovalRequired”cloudAgentApprovalRequired:
boolean
Defined in: escalation/config.ts:25
Whether cloud agents require explicit approval via label (Default: true)
cloudAgentEnabled
Section titled “cloudAgentEnabled”cloudAgentEnabled:
boolean
Defined in: escalation/config.ts:22
Whether cloud agents (e.g., Cursor) are enabled (Default: false)
costBudgetDaily
Section titled “costBudgetDaily”costBudgetDaily:
number
Defined in: escalation/config.ts:28
Daily cost budget for cloud agents in cents (Default: 0 = no cloud)
maxJulesAttempts
Section titled “maxJulesAttempts”maxJulesAttempts:
number
Defined in: escalation/config.ts:16
Maximum number of initial Jules attempts before escalating (Default: 3)
maxJulesBoostAttempts
Section titled “maxJulesBoostAttempts”maxJulesBoostAttempts:
number
Defined in: escalation/config.ts:19
Maximum number of Jules attempts with boosted context (Default: 3)
maxOllamaAttempts
Section titled “maxOllamaAttempts”maxOllamaAttempts:
number
Defined in: escalation/config.ts:13
Maximum number of Ollama fix attempts before escalating (Default: 2)