Auto-reply: show tool results before main reply in verbose mode
This commit is contained in:
@@ -744,10 +744,9 @@ describe("config and templating", () => {
|
||||
expect(rpcSpy).toHaveBeenCalled();
|
||||
const payloads = Array.isArray(res) ? res : res ? [res] : [];
|
||||
expect(payloads.length).toBeGreaterThanOrEqual(2);
|
||||
expect(payloads[0]?.text).toContain("summary");
|
||||
expect(payloads.find((p) => p.text?.includes("🛠️"))?.text).toContain(
|
||||
"ls output",
|
||||
);
|
||||
expect(payloads[0]?.text).toContain("🛠️");
|
||||
expect(payloads[0]?.text).toContain("ls output");
|
||||
expect(payloads[1]?.text).toContain("summary");
|
||||
});
|
||||
|
||||
it("prepends session hint when new session and verbose on", async () => {
|
||||
|
||||
Reference in New Issue
Block a user