RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-8/plugins/provider-claude-code ❯  bb-plugin-provider-claude-code  src/bridge/__tests__/bridge.test.ts (69 tests | 1 failed | 68 skipped) 18ms  × switches a live session into Plan mode when a later turn carries /plan 17ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   bb-plugin-provider-claude-code  src/bridge/__tests__/bridge.test.ts > bridge > switches a live session into Plan mode when a later turn carries /plan AssertionError: expected "vi.fn()" to be called with arguments: [ 'plan' ] Number of calls: 0   ❯ src/bridge/__tests__/bridge.test.ts:1955:39 1953| // ... so the ONLY thing that can put the session into Plan mode… 1954| // live permission-mode switch. On the base commit this is never… 1955| expect(query.setPermissionMode).toHaveBeenCalledWith("plan");  | ^ 1956| // No session rebuild either — the same query stays live. 1957| expect(queries).toHaveLength(1); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed | 68 skipped (69)  Start at  07:28:57  Duration  1.16s (transform 653ms, setup 0ms, import 1.03s, tests 18ms, environment 0ms)