diff --git a/src/commands/agent-via-gateway.ts b/src/commands/agent-via-gateway.ts index 38b964dbe3a..05079f6b446 100644 --- a/src/commands/agent-via-gateway.ts +++ b/src/commands/agent-via-gateway.ts @@ -185,7 +185,6 @@ export async function agentCliCommand(opts: AgentCliOpts, runtime: RuntimeEnv, d const localOpts = { ...opts, agentId: opts.agent, - sessionKey: opts.sessionKey, replyAccountId: opts.replyAccount, }; if (opts.local === true) {