mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Fixes #1526 PR review comments from CodeRabbit and changeset-bot
13 lines
471 B
Markdown
13 lines
471 B
Markdown
---
|
|
"task-master-ai": minor
|
|
---
|
|
|
|
Add watch mode and compact output to list command
|
|
|
|
- Add `-w/--watch` flag to continuously monitor task changes with real-time updates
|
|
- Add `-c/--compact` flag for minimal task output format
|
|
- Add `--no-header` flag to hide the command header
|
|
- Support file-based watching via fs.watch for local tasks.json
|
|
- Support API-based watching via Supabase Realtime for authenticated users
|
|
- Display last sync timestamp and source in watch mode
|