You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crates/zeph-core/src/agent/streaming.rs:495 — maybe_redact allocates per SSE chunk when redaction is enabled. Defer to flush_chunks() to reduce N allocations to 1 per turn.