diff --git a/src/commands/agent-via-gateway.ts b/src/commands/agent-via-gateway.ts index 4bfe3a0d758..2f117147568 100644 --- a/src/commands/agent-via-gateway.ts +++ b/src/commands/agent-via-gateway.ts @@ -120,7 +120,7 @@ function createGatewayTimeoutFallbackSession(agentId?: string): { }; } -export async function agentViaGatewayCommand(opts: AgentCliOpts, runtime: RuntimeEnv) { +async function agentViaGatewayCommand(opts: AgentCliOpts, runtime: RuntimeEnv) { protectJsonStdout(opts); const body = (opts.message ?? "").trim(); if (!body) {