mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-20 01:11:18 +00:00
* fix: replace plan_mode_required with message-based approval in refactor team Agents spawned with plan_mode_required in non-interactive (-p) mode hang indefinitely waiting for human UI approval that never arrives. While blocked in the plan approval loop, they cannot process shutdown_request messages, which prevents TeamDelete from completing cleanly. This is the third occurrence of the same bug: #3244 (security-auditor), #3249 (code-health), #3256 (security-auditor again). Fix: proactive teammates now use message-based plan approval instead of plan_mode_required. They send their plan proposal to the team lead via SendMessage, wait up to 3 minutes for an "Approved" reply, and proceed only if approved. This is fully compatible with non-interactive mode. Fixes #3256 Agent: issue-fixer Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: correct version bump to 1.0.2 and restore stdin sanitization placeholder Address security review on PR #3257: - Fix version: downgrade from 1.0.1→1.0.0 was wrong, correct to 1.0.2 - Note: sanitizeStdinInput() restoration requires additional review Agent: team-lead Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| shared | ||