From ba00e613a86001136cc285e61abef74bf8e4d27d Mon Sep 17 00:00:00 2001 From: Tzufucius <952105672@qq.com> Date: Sun, 15 Feb 2026 09:50:58 +0800 Subject: [PATCH] style: fix code formatting --- pkg/agent/loop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agent/loop.go b/pkg/agent/loop.go index 8c7bcf4f7..f363c2920 100644 --- a/pkg/agent/loop.go +++ b/pkg/agent/loop.go @@ -857,7 +857,7 @@ func (al *AgentLoop) handleCommand(ctx context.Context, msg bus.InboundMessage) if _, exists := al.channelManager.GetChannel(value); !exists && value != "cli" { return fmt.Sprintf("Channel '%s' not found or not enabled", value), true } - + // If message came from CLI, maybe we want to redirect CLI output to this channel? // That would require state persistence about "redirected channel" // For now, just acknowledged.