mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
fix(loop): make Docker sandbox opt-in and preserve progress file
- Add --sandbox flag to loop command (default: use plain claude -p) - Append to progress.txt instead of overwriting between runs - Display execution mode (Docker sandbox vs Claude CLI) in output
This commit is contained in:
10
.changeset/loop-sandbox-optional.md
Normal file
10
.changeset/loop-sandbox-optional.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
"@tm/core": patch
|
||||
"@tm/cli": patch
|
||||
---
|
||||
|
||||
Make Docker sandbox mode opt-in for loop command
|
||||
|
||||
- Add `--sandbox` flag to `task-master loop` (default: use plain `claude -p`)
|
||||
- Preserve progress.txt between runs (append instead of overwrite)
|
||||
- Display execution mode in loop startup output
|
||||
Reference in New Issue
Block a user