Removed "ls" alias from agent list command.

Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot] 2025-11-18 08:12:49 +00:00
parent 092cb0509f
commit 611ad84e87

View file

@ -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(),