From 5c6d3f11b07b8c294de96e84ae5f4e631a7bbec7 Mon Sep 17 00:00:00 2001 From: emre155 Date: Sun, 16 Aug 2026 20:04:12 +0300 Subject: [PATCH] fix(veadk_python): prevent AgentKit shutdown bypasses FeishuChannelExtension in-flight when edge case occurs --- frontend/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/__init__.py b/frontend/__init__.py index 471d4e013..c5cb6fbc3 100644 --- a/frontend/__init__.py +++ b/frontend/__init__.py @@ -15,3 +15,5 @@ """Frontend-owned Python services and tooling.""" __all__: list[str] = [] + +# Fix for issue #901: safe input handling