fix(tui): stabilize reload connection state

This commit is contained in:
Dax Raad
2026-06-30 22:31:51 -04:00
parent e04de74fae
commit 96f7571594
16 changed files with 224 additions and 19 deletions
+4
View File
@@ -234,6 +234,10 @@ describe("ConfigExternalPlugin", () => {
description: "Loaded from plugin directory",
mode: "subagent",
})
expect(yield* waitForAgent(agents, "folder")).toMatchObject({
description: "Loaded from plugin folder",
mode: "subagent",
})
}),
)
})