feat: add experimental.continue_loop_on_deny config option (#4729)

Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Martijn Baay
2025-12-14 17:13:32 -06:00
committed by GitHub
co-authored by Aiden Cline
parent c8fc910533
commit 7368342bab
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -783,6 +783,7 @@ export namespace Config {
.array(z.string())
.optional()
.describe("Tools that should only be available to primary agents."),
continue_loop_on_deny: z.boolean().optional().describe("Continue the agent loop when a tool call is denied"),
})
.optional(),
})