Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 23:43
· 185 commits to main since this release

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-all

What's not possible via API

  • Comment-level attachments (only task-level via cu attach)
  • @mention targeting individual users (use --notify-all instead)
  • Comment reactions (no API endpoint)
  • ClickUp Brain / AI features (no public API)

Changes

  • 514 tests across 43 files