diff --git a/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py b/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py index 1e1e027..a14cb7e 100644 --- a/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py +++ b/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py @@ -8908,7 +8908,7 @@ class Pipe: # Use the richer tool status text (which contains filenames/arguments context) # and ensure it's only printed to the stream ONCE per unique tool run. - queue.put_nowait(f"\n> 🧩 **{tool_status_text}**\n") + # queue.put_nowait(f"\n> 🧩 **{tool_status_text}**\n") # Close thinking tag if open before showing tool if state["thinking_started"]: