feat(sessions): add daemon notification inbox protocol

This commit is contained in:
Federico Jaramillo Martinez
2026-07-19 01:28:45 +02:00
parent d77ca66f28
commit 6e09df8329
21 changed files with 2290 additions and 59 deletions
@@ -456,7 +456,7 @@ describe("PiSessionService prompt, queue, and auth warnings", () => {
});
await service.status(sessionRef("stop-session"));
service.stop(sessionRef("stop-session"));
await service.stop(sessionRef("stop-session"));
expect(fake.calls.clearQueue).toBe(1);
await service.dispose();