Hacker News
Encrypting Multi-Agent Messages Broke Codex's Audit Trail — 227-Point HN Debate
GitHub issue #28058 (opened June 13, trending on HN with 227 points / 143 comments) reports that PR #26210 — 'Encrypt multi-agent v2 message payloads,' merged June 5 — leaves the plaintext content field empty for spawn_agent, send_message, and followup_task, storing only ciphertext. The result: rollout history and traces no longer show what task a parent agent gave a child, removing a human-readable audit surface. The proposed fix keeps encrypted delivery but adds a separate non-encrypted audit field.
↳ Follow the thread