Skip to content

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 04:13
· 76 commits to main since this release
ce0d108

What's Changed

  • chore: Release v3.6.0
  • docs: Add OpenCode integration documentation
  • chore: Bump version to 3.6.0.dev0
  • style: Format code with black 26.1.0
  • style: Format code with black
  • docs: Update README with Claude Code and OpenCode integration highlights
  • feat: Add OpenCode integration for bidirectional AI agent communication
  • chore: Bump version to 3.5.1.dev0 for development

Installation

pip install sugarai==v3.6.0

Or from source:

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

Docker

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