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.0Or 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