From 8f0d99100b69022547b90db3e1d3cb4102561cda Mon Sep 17 00:00:00 2001 From: Claudius Magicus Date: Fri, 7 Aug 2026 16:09:12 +0200 Subject: [PATCH] chore: strip orphaned whitespace-only line in rate-limit event handler Cosmetic cleanup of a leftover whitespace line after the rate_limit_event branch in _handle_event (from 6ac8d3b), no functional change. --- claude_agent_pipe_sandboxed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_agent_pipe_sandboxed.py b/claude_agent_pipe_sandboxed.py index 3c77df7..eca1474 100644 --- a/claude_agent_pipe_sandboxed.py +++ b/claude_agent_pipe_sandboxed.py @@ -1021,7 +1021,7 @@ async def _handle_event( if status in ("allowed_warning", "rejected"): yield f"\n\n_{line}_\n" return - + if etype == "result": subtype = event.get("subtype") if subtype and subtype != "success":