v0.20.0
Task Detail View: Dependencies and Linked Tasks
cu task <id> now shows dependencies (waiting on / blocking) and linked tasks in the detail output, in both TTY and markdown modes.
--notify-all Flag
cu comment and cu reply now accept --notify-all to ping all assignees when posting.
cu comment abc123 -m "Ready for review" --notify-all
cu reply <commentId> -m "Fixed" --notify-allWhat's not possible via API
- Comment-level attachments (only task-level via
cu attach) - @mention targeting individual users (use
--notify-allinstead) - Comment reactions (no API endpoint)
- ClickUp Brain / AI features (no public API)
Changes
- 514 tests across 43 files