Skip to content

v0.9.0

Choose a tag to compare

@hueyexe hueyexe released this 08 Apr 00:19
· 76 commits to main since this release

Structured Result Parsing

Teammate messages using <task-result> XML are now parsed and displayed as clean formatted output instead of raw XML.

  • team_results returns structured fields: Status, Summary, Details, Branch
  • Lead system prompt inlines parsed results with details truncated at 500 chars
  • Plain text messages are unaffected — only <task-result> blocks are parsed
  • Full details always available via team_results

Enriched Teammate Context

  • Teammates now see other active teammates' names in their spawn context, enabling peer-to-peer messaging
  • Tightened blocker guidance: teammates are told to wait for the lead rather than attempt workarounds

Install: Version Pinning Recommended

OpenCode has a known bug where unpinned plugins never auto-update after first install. We now recommend pinning to a specific version:

{
  "plugin": ["@hueyexe/opencode-ensemble@0.9.0"]
}

To update, bump the version in your config and restart OpenCode. If stuck on an old version:

rm -rf ~/.cache/opencode/packages/@hueyexe

Full Changelog: v0.8.0...v0.9.0