From 03d6ec10d2733575ed62994bb0b3604a11316069 Mon Sep 17 00:00:00 2001 From: Huaaudio Date: Mon, 23 Mar 2026 13:35:07 +0100 Subject: [PATCH] fix isVoice after revert --- pkg/agent/loop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/agent/loop.go b/pkg/agent/loop.go index 5101d4d06..87f25a892 100644 --- a/pkg/agent/loop.go +++ b/pkg/agent/loop.go @@ -87,6 +87,7 @@ type processOptions struct { SendResponse bool // Whether to send response via bus NoHistory bool // If true, don't load session history (for heartbeat) SkipInitialSteeringPoll bool // If true, skip the steering poll at loop start (used by Continue) + IsVoice bool // If true, treat the message as voice input (transcribe before steering) } type continuationTarget struct {