From 4134d275ecbc1d6059295a078059e42a40f4fbb2 Mon Sep 17 00:00:00 2001 From: zhejian zhang <527284545@qq.com> Date: Fri, 6 Mar 2026 14:06:35 +0800 Subject: [PATCH] CLI: remove redundant sessionKey assignment in localOpts --- src/commands/agent-via-gateway.ts | 1 - 1 file changed, 1 deletion(-) 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) {