Skip to content

v3.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:46
· 4 commits to main since this release

What's Changed

  • Release v3.10.0 - Task Orchestration ships as advertised
  • Run research and planning stages read-only
  • Harden generate_subtasks parser: line-based, robust dep refs
  • Enforce configured stage and subtask timeouts
  • Harden orchestration: cascade-fail orphaned subtasks + security scan
  • Expose orchestration over MCP + fix e2e-found dependency deadlock
  • Build out Task Orchestration to ship as advertised (v3.10)
  • Reposition Sugar as memory-first, demote issue resolution
  • Bump version to 3.9.2.dev0 for development

Installation

pip install sugarai==v3.10.0

Or from source:

git clone https://github.com/roboticforce/sugar.git
cd sugar
git checkout v3.10.0
pip install -e .

Docker

docker pull ghcr.io/roboticforce/sugar:v3.10.0