feat(agent): implement auto-escalation retries and track remediation state
This commit is contained in:
@@ -117,9 +117,6 @@ function validateUnsupportedConfig(config: Config): void {
|
||||
if (config.backends.opencode.enabled) {
|
||||
throw new Error('backends.opencode is not implemented yet. Set backends.opencode.enabled=false.');
|
||||
}
|
||||
if (config.agents.auto_escalate) {
|
||||
throw new Error('agents.auto_escalate is not implemented yet. Set agents.auto_escalate=false.');
|
||||
}
|
||||
}
|
||||
|
||||
export async function startDaemon(config: Config, options?: StartDaemonOptions): Promise<DaemonContext> {
|
||||
|
||||
Reference in New Issue
Block a user