Fix CLI text command hangs (#74220)

* fix(cli): keep agents list off plugin preload

* docs(changelog): note cli text hang fix

* test(cli): update preaction agents list expectations
This commit is contained in:
NianJiu
2026-04-30 14:36:24 +08:00
committed by GitHub
parent c4a4c189f1
commit 43ca7399e5
8 changed files with 73 additions and 20 deletions

View File

@@ -111,6 +111,10 @@ describe("route-args", () => {
json: true,
bindings: true,
});
expect(parseAgentsListRouteArgs(["node", "openclaw", "agents"])).toEqual({
json: false,
bindings: false,
});
});
it("parses config routes", () => {