fix: Added auto_confirm to the coder agent so sub-agent spawning doesn't freeze

This commit is contained in:
2026-02-19 14:15:42 -07:00
parent ce6f53ad05
commit 58bdd2e584
+3
View File
@@ -12,6 +12,9 @@ variables:
- name: project_dir - name: project_dir
description: Project directory to work in description: Project directory to work in
default: '.' default: '.'
- name: auto_confirm
description: Auto-confirm command execution
default: '1'
global_tools: global_tools:
- fs_read.sh - fs_read.sh