mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
fix(loop): improve error handling and use dangerously-skip-permissions (#1576)
This commit is contained in:
10
.changeset/loop-error-handling.md
Normal file
10
.changeset/loop-error-handling.md
Normal 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
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
"@tm/core": patch
|
||||
"@tm/cli": patch
|
||||
"task-master-ai": patch
|
||||
---
|
||||
|
||||
Make Docker sandbox mode opt-in for loop command
|
||||
|
||||
Reference in New Issue
Block a user