From e17818bf6ca4245c4cb15f662e225e2274e9783b Mon Sep 17 00:00:00 2001 From: fujie Date: Mon, 9 Feb 2026 19:54:49 +0800 Subject: [PATCH] chore: re-trigger release for v0.6.0 --- plugins/pipes/github-copilot-sdk/github_copilot_sdk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py b/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py index 77266a1..d40af77 100644 --- a/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py +++ b/plugins/pipes/github-copilot-sdk/github_copilot_sdk.py @@ -3460,3 +3460,4 @@ class Pipe: await client.stop() except Exception as e: pass +# Triggering release after CI fix