v1.1.25
clickup_get_task now maps the full subtask tree
Previously clickup_get_task returned only a task's own description, so an agent handed an epic URL couldn't discover or read its children — it had to ask a human to paste every child URL, impractical past one level of nesting. It now traverses the descendant tree in a single request.
What's new
clickup_get_taskpassesinclude_subtasks=trueby default and returns ClickUp's flattened descendant array assubtasks— direct subtasks and sub-subtasks, each slimmed to the same shape aslist_tasksand carryingparent/top_level_parent. One GET is enough to rebuild the whole nesting. Passinclude_subtasks=falseto keep the payload small when you don't need the tree.clickup_list_tasksandclickup_search_tasksgain an opt-ininclude_subtasksflag, since ClickUp's list/team endpoints omit subtasks by default.
Upgrade
brew upgrade aimonitor