This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Summary
AI summaryFixed API request bodies and view creation to align with ClickUp's OpenAPI specification.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Expose custom field option IDs in clickup_field_list Expose custom field option IDs in clickup_field_list Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Feature | Low |
Expose filtered team task filters in MCP search Expose filtered team task filters in MCP search Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Feature | Low |
Surface breaking changes under ### Changed in changelog Surface breaking changes under ### Changed in changelog Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Feature | Low |
Auto-detect custom task IDs across all task-scoped MCP tools Auto-detect custom task IDs across all task-scoped MCP tools Source: granite4.1:8b-q6_K@2026-05-19 Confidence: low |
— |
| Dependency | Low |
Bump rust-minor-patch group across 1 directory with 3 updates Bump rust-minor-patch group across 1 directory with 3 updates Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump codecov/codecov-action from 5 to 6 Bump codecov/codecov-action from 5 to 6 Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump actions/setup-node from 4 to 6 Bump actions/setup-node from 4 to 6 Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump actions/download-artifact from 4 to 8 Bump actions/download-artifact from 4 to 8 Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump actions/checkout from 4 to 6 Bump actions/checkout from 4 to 6 Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump softprops/action-gh-release from 2 to 3 Bump softprops/action-gh-release from 2 to 3 Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump rust-minor-patch group with 2 updates Bump rust-minor-patch group with 2 updates Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Dependency | Low |
Bump actions/upload-artifact from 4 to 7 Bump actions/upload-artifact from 4 to 7 Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Render markdown in task descriptions Render markdown in task descriptions Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Align CLI and MCP request bodies with ClickUp's OpenAPI spec Align CLI and MCP request bodies with ClickUp's OpenAPI spec Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Align v3 chat tools with documented ClickUp API shape Align v3 chat tools with documented ClickUp API shape Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Fix more API spec mismatches (goal, group, doc edit_page mode) Fix more API spec mismatches (goal, group, doc edit_page mode) Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Send required complex body fields on view create Send required complex body fields on view create Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Rebuild replace-estimates per spec, fix data-loss footgun Rebuild replace-estimates per spec, fix data-loss footgun Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Require tag_bg/tag_fg on rename-tag per spec Require tag_bg/tag_fg on rename-tag per spec Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Bugfix | Medium |
Handle empty 2xx responses without JSON parse failures Handle empty 2xx responses without JSON parse failures Source: granite4.1:30b@2026-05-19-audit Confidence: low |
— |
Full changelog
What's Changed
- Handle empty 2xx responses without JSON parse failures by @m-roberts in https://github.com/nicholasbester/clickup-cli/pull/11
- Expose custom field option IDs in
clickup_field_listby @m-roberts in https://github.com/nicholasbester/clickup-cli/pull/13 - Expose filtered team task filters in MCP search by @m-roberts in https://github.com/nicholasbester/clickup-cli/pull/17
- chore(deps): bump the rust-minor-patch group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/23
- chore(ci): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/20
- chore(ci): bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/5
- chore(ci): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/6
- fix: render markdown in task descriptions (#22) by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/24
- docs: correct MCP and CLI strings that lied about API behaviour by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/25
- fix: align CLI and MCP request bodies with ClickUp's OpenAPI spec by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/26
- chore(ci): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/34
- chore(ci): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/35
- chore(deps): bump the rust-minor-patch group with 2 updates by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/36
- chore(ci): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/nicholasbester/clickup-cli/pull/37
- fix(mcp): auto-detect custom task IDs across all task-scoped MCP tools by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/27
- fix(chat): align v3 chat tools with the documented ClickUp API shape by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/28
- fix: more API spec mismatches (goal, group, doc edit_page mode) by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/29
- fix(view): send required complex body fields on view create by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/31
- fix(task): rebuild replace-estimates per spec, fix data-loss footgun by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/32
- fix(time): require tag_bg/tag_fg on rename-tag per spec by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/33
- docs(changelog): surface breaking changes under ### Changed by @nicholasbester in https://github.com/nicholasbester/clickup-cli/pull/38
New Contributors
- @m-roberts made their first contribution in https://github.com/nicholasbester/clickup-cli/pull/11
- @dependabot[bot] made their first contribution in https://github.com/nicholasbester/clickup-cli/pull/23
- @nicholasbester made their first contribution in https://github.com/nicholasbester/clickup-cli/pull/24
Full Changelog: https://github.com/nicholasbester/clickup-cli/compare/v0.9.1...v0.10.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About nicholasbester/clickup-cli
ClickUp API integration with 143 MCP tools covering all ~130 endpoints. Token-efficient compact responses (~98% smaller than raw JSON), flattening nested objects for minimal context usage. Also works as a standalone CLI.
Related context
Beta — feedback welcome: [email protected]