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-15 00:13:32 +01:00
committed by GitHub
parent c8fc910533
commit 7368342bab
2 changed files with 4 additions and 1 deletions

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(),
})