style: fix code formatting

This commit is contained in:
Tzufucius 2026-02-15 09:50:58 +08:00
parent 580e9c28cf
commit ba00e613a8

View file

@ -857,7 +857,7 @@ func (al *AgentLoop) handleCommand(ctx context.Context, msg bus.InboundMessage)
if _, exists := al.channelManager.GetChannel(value); !exists && value != "cli" { if _, exists := al.channelManager.GetChannel(value); !exists && value != "cli" {
return fmt.Sprintf("Channel '%s' not found or not enabled", value), true 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? // If message came from CLI, maybe we want to redirect CLI output to this channel?
// That would require state persistence about "redirected channel" // That would require state persistence about "redirected channel"
// For now, just acknowledged. // For now, just acknowledged.