Skip to content

v0.1.0

Choose a tag to compare

@hueyexe hueyexe released this 16 Mar 23:03
· 106 commits to main since this release

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