Verbose: batch rapid tool results

This commit is contained in:
Peter Steinberger
2025-12-03 10:11:41 +00:00
parent 527bed2b53
commit 38a03ff2c8
3 changed files with 63 additions and 11 deletions

View File

@@ -744,7 +744,7 @@ describe("config and templating", () => {
expect(rpcSpy).toHaveBeenCalled();
const payloads = Array.isArray(res) ? res : res ? [res] : [];
expect(payloads.length).toBeGreaterThanOrEqual(2);
expect(payloads[0]?.text).toBe("[🛠️ bash ls]");
expect(payloads[0]?.text).toBe("[🛠️ bash] ls");
expect(payloads[1]?.text).toContain("summary");
});