From e9347c522aaebb6573ee6d5d284b150a1611c1af 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 82b20e3d1..8843cfc11 100644 --- a/pkg/agent/loop.go +++ b/pkg/agent/loop.go @@ -85,6 +85,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 {