You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle "drop_down" type for custom field resolution (#3) — The ClickUp API returns dropdown field types as "drop_down" (with underscore), but the CLI only matched "dropdown". This caused --field to send raw display names instead of UUIDs, resulting in 400 errors.
fix: resolve statuses from list before falling back to space (#5) — status set and task edit --status failed for lists with custom status overrides because only space-level statuses were checked. Status validation now checks list-level statuses first. Fixes #4.