mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
10 lines
414 B
Markdown
10 lines
414 B
Markdown
---
|
|
"task-master-ai": minor
|
|
---
|
|
|
|
Add verbose output mode to loop command with `--verbose` flag
|
|
|
|
- New `-v, --verbose` flag shows Claude's work in real-time (thinking, tool calls) rather than waiting until the iteration completes
|
|
- New `--no-output` flag excludes full Claude output from iteration results to save memory
|
|
- Improved error handling with proper validation for incompatible options (verbose + sandbox)
|