From 611ad84e87b79be1ded27e7443fbb34358d588f7 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Tue, 18 Nov 2025 08:12:49 +0000 Subject: [PATCH] Removed "ls" alias from agent list command. Co-authored-by: rekram1-node --- packages/opencode/src/cli/cmd/agent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/opencode/src/cli/cmd/agent.ts b/packages/opencode/src/cli/cmd/agent.ts index 1b7b3273b..c45fc676d 100644 --- a/packages/opencode/src/cli/cmd/agent.ts +++ b/packages/opencode/src/cli/cmd/agent.ts @@ -136,7 +136,6 @@ const AgentCreateCommand = cmd({ const AgentListCommand = cmd({ command: "list", describe: "list all available agents", - aliases: ["ls"], async handler() { await Instance.provide({ directory: process.cwd(),