mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 04:10:45 +00:00
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:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user