v0.7.1
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
promptAsyncreminder fires to wake them up. Accounts for both direct messages and broadcasts.
Full Changelog: v0.7.0...v0.7.1