From 9fe634895ea67f259f63526e895e626e443b91bd 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 05ccbe449..39032156a 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 {