mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
fix: route tasks json through lean cli path
This commit is contained in:
@@ -81,6 +81,24 @@ const COMMAND_CASES: readonly CommandCase[] = [
|
||||
args: ["sessions", "--json"],
|
||||
presets: ["real"],
|
||||
},
|
||||
{
|
||||
id: "tasksJson",
|
||||
name: "tasks --json",
|
||||
args: ["tasks", "--json"],
|
||||
presets: ["real"],
|
||||
},
|
||||
{
|
||||
id: "tasksListJson",
|
||||
name: "tasks list --json",
|
||||
args: ["tasks", "list", "--json"],
|
||||
presets: ["real"],
|
||||
},
|
||||
{
|
||||
id: "tasksAuditJson",
|
||||
name: "tasks audit --json",
|
||||
args: ["tasks", "audit", "--json"],
|
||||
presets: ["real"],
|
||||
},
|
||||
{
|
||||
id: "agentsListJson",
|
||||
name: "agents list --json",
|
||||
|
||||
Reference in New Issue
Block a user