feat(FN-3087): add immediate wake controls for agent inbox and message API,

This merge ships five distinct features: experimental-flag gating for research tools in the CLI extension and core settings, immediate wake controls for the agent inbox and message API enabling on-demand heartbeat triggers, separation of plugin lifecycle from setup probe state in the dashboard, grap

Fusion-Task-Id: FN-3087
This commit is contained in:
Fusion
2026-05-07 10:52:12 -07:00
committed by gsxdsm
parent 30767ba0c4
commit 514e5f3b94
8 changed files with 64 additions and 9 deletions

View File

@@ -100,6 +100,7 @@ describe("DependencyGraph highlighting", () => {
expect(edgeCB?.className.baseVal || edgeCB?.className).toContain("graph-edge--highlighted");
fireEvent.click(screen.getByTestId("task-C"));
expect(onOpenDetail).toHaveBeenCalledTimes(1);
expect(onOpenDetail).toHaveBeenCalledWith(expect.objectContaining({ id: "C" }));
});