From 995468718f05d416794d3a92175eed8d110d8c12 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Wed, 14 Jun 2023 23:33:57 -0400 Subject: [PATCH] fix: update default to match type after renaming --- legacy/src/agentic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/src/agentic.ts b/legacy/src/agentic.ts index 3905614a..1f88a1a4 100644 --- a/legacy/src/agentic.ts +++ b/legacy/src/agentic.ts @@ -67,7 +67,7 @@ export class Agentic { this._humanFeedbackDefaults = { type: 'confirm', - bail: false, + abort: false, editing: false, annotations: false, mechanism: HumanFeedbackMechanismCLI,