v0.9.29
Fixed
-
manage_goal_tasks short ID resolution:
list_tasksdisplayed short IDs like[399f267d]but all lookup operations required full UUIDs. Sub-agents wasted iterations in task ID lookup loops. Addedresolve_task_id()prefix-matching against goal tasks. -
manage_goal_tasks repetition guard too low: Task planner sub-agent hit consecutive same-tool guard at 8 calls, preventing creation of all tasks for complex multi-step goals. Added
manage_goal_taskstohigher_threshold_toollist (effective limit: 16).
Full Changelog: v0.9.28...v0.9.29