v0.21.0
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 initAll commands use cup now:
cup tasks
cup task abc123
cup sprint
cup update abc123 -s doneConfig 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:
curemoved,cupis the only binary - All docs updated (README, SKILL.md, commands.md, AGENTS.md, shell completions)
- 514 tests across 43 files