v0.1.0
Initial Release
First working version of the agent teams plugin for OpenCode.
- 13 tools: team lifecycle, peer messaging, shared task board
- SQLite storage (bun:sqlite, WAL mode) for teams, members, tasks, and messages
- Message delivery via
promptAsync(fire-and-forget) - Sub-agent isolation via parent chain tracking
- Toast notifications for spawn, completion, error, and shutdown events
- Session switching via
team_view - Rate limiting with configurable token bucket
Full Changelog: https://github.com/hueyexe/opencode-ensemble/commits/v0.1.0