Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 02:26
· 183 commits to main since this release

Binary renamed: cu -> cup

The cu binary has been retired. The CLI is now cup only.

The previous name conflicted with the Unix cu(1) serial communication utility, causing issues on systems where it's installed. cup is short, memorable, and conflict-free.

npm install -g @krodak/clickup-cli && cup init

All commands use cup now:

cup tasks
cup task abc123
cup sprint
cup update abc123 -s done

Config directory (~/.config/cu/) and environment variables (CU_API_TOKEN, CU_TEAM_ID) are unchanged - no migration needed for existing users.

API Limitations documented

README now lists features that exist in the ClickUp UI but aren't possible via API: comment-level attachments, @mention targeting, reactions, Brain/AI, in-comment checklists, voice/video.

Changes

  • Binary: cu removed, cup is the only binary
  • All docs updated (README, SKILL.md, commands.md, AGENTS.md, shell completions)
  • 514 tests across 43 files