From 109b38c87c221b9f85322d5c597ed723728ae862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=9A=E4=BC=9F?= Date: Mon, 2 Feb 2026 09:09:46 +0800 Subject: [PATCH 1/2] fix: Add SessionInfoUpdate to ToolCallContentVariant --- src/acp/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/acp/helpers.py b/src/acp/helpers.py index 701cda7..ea3767c 100644 --- a/src/acp/helpers.py +++ b/src/acp/helpers.py @@ -45,6 +45,7 @@ | UserMessageChunk | ToolCallStart | ToolCallProgress + | SessionInfoUpdate ) ToolCallContentVariant = ContentToolCallContent | FileEditToolCallContent | TerminalToolCallContent From 3bbc20637883db5116d7bd76aed7ea027d88cd7f Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Sat, 7 Feb 2026 15:12:08 +0000 Subject: [PATCH 2/2] fix: add miss import Signed-off-by: Chojan Shang --- src/acp/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/acp/helpers.py b/src/acp/helpers.py index ea3767c..8830c43 100644 --- a/src/acp/helpers.py +++ b/src/acp/helpers.py @@ -20,6 +20,7 @@ PlanEntryPriority, PlanEntryStatus, ResourceContentBlock, + SessionInfoUpdate, SessionNotification, TerminalToolCallContent, TextContentBlock,