Skip to content

v0.9.29

Choose a tag to compare

@davo20019 davo20019 released this 20 Mar 02:48
· 172 commits to master since this release

Fixed

  • manage_goal_tasks short ID resolution: list_tasks displayed short IDs like [399f267d] but all lookup operations required full UUIDs. Sub-agents wasted iterations in task ID lookup loops. Added resolve_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_tasks to higher_threshold_tool list (effective limit: 16).

Full Changelog: v0.9.28...v0.9.29