CLI: remove redundant sessionKey assignment in localOpts

This commit is contained in:
zhejian zhang 2026-03-06 14:06:35 +08:00
parent 16a2dc84bd
commit 4134d275ec
1 changed files with 0 additions and 1 deletions

View File

@ -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) {