From 9e154055a2ac451f76cdf8c578368e7618a3f2da Mon Sep 17 00:00:00 2001 From: LucasAdel Date: Wed, 22 Oct 2025 20:32:58 +1030 Subject: [PATCH] fix: enable auto_continue_steps for party mode autonomy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: In party mode, agents were being interrupted at every step with 'Continue to next step? (y/n/edit)?' - defeating the purpose of autonomous agent execution. Solution: Changed auto_continue_steps from false to true so agents execute without interruption in party mode. Configuration: auto_continue_steps: true Impact: - Party mode now runs fully autonomous - Agents execute tasks without confirmation prompts - Proper delegation behavior restored 🧠 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- bmad/core/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmad/core/config.yaml b/bmad/core/config.yaml index 54fb933e..f7cb5e00 100644 --- a/bmad/core/config.yaml +++ b/bmad/core/config.yaml @@ -7,7 +7,7 @@ communication_language: "en-AU" output_folder: "/Users/hbl/Documents/BMAD-METHOD/bmad/output" # Auto-execution -auto_continue_steps: false +auto_continue_steps: true # In party mode, agents work autonomously # Party Mode Configuration party_mode: