mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
feat(cli): add --watch flag to list command for real-time updates (#1526)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Fixes #1526 PR review comments from CodeRabbit and changeset-bot
This commit is contained in:
12
.changeset/list-watch-compact.md
Normal file
12
.changeset/list-watch-compact.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
"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
|
||||
Reference in New Issue
Block a user