Skip to content

v0.7.1

Choose a tag to compare

@hueyexe hueyexe released this 02 Apr 07:57
· 78 commits to main since this release

Idle-Without-Reporting Fix

Teammates occasionally went idle after completing work without sending results back to the lead. Three-layer fix:

  • Stronger teammate system prompt: "You MUST send results via team_message before stopping" injected on every turn, survives compaction
  • Compaction safety: reporting requirement preserved in compaction context for long sessions
  • Idle-without-reporting nudge: when a teammate goes idle without having sent any message to the lead, a one-time promptAsync reminder fires to wake them up. Accounts for both direct messages and broadcasts.

Full Changelog: v0.7.0...v0.7.1