fix(loop): improve error handling and use dangerously-skip-permissions (#1576)

This commit is contained in:
Ralph Khreish
2026-01-14 20:51:21 +01:00
committed by GitHub
parent a369c2a1a7
commit 097c8edcb0
5 changed files with 111 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
---
"task-master-ai": "patch"
---
Improve loop command error handling and use dangerously-skip-permissions
- Add proper spawn error handling (ENOENT, EACCES) with actionable messages
- Return error info from checkSandboxAuth and runInteractiveAuth instead of silent failures
- Use --dangerously-skip-permissions for unattended loop execution
- Fix null exit code masking issue

View File

@@ -1,6 +1,5 @@
---
"@tm/core": patch
"@tm/cli": patch
"task-master-ai": patch
---
Make Docker sandbox mode opt-in for loop command