RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-33/plugins/provider-codex ❯ bb-plugin-provider-codex src/bridge/bridge.resume-usage-replay.test.ts (1 test | 1 failed) 78ms × re-scopes the previous turn's replayed usage under a new session prefix, so it no longer matches its stored turn/started 77ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL bb-plugin-provider-codex src/bridge/bridge.resume-usage-replay.test.ts > re-scopes the previous turn's replayed usage under a new session prefix, so it no longer matches its stored turn/started AssertionError: expected 'bt95552e70-2-turn-fx-1' to be 'bt95552e70-1-turn-fx-1' // Object.is equality Expected: "bt95552e70-1-turn-fx-1" Received: "bt95552e70-2-turn-fx-1" ❯ src/bridge/bridge.resume-usage-replay.test.ts:168:26 166| // drops it ("Dropped orphan thread-state snapshot with no stored 167| // turn/started"). A stable per-thread id mapping would make this pa… 168| expect(replayedTurnId).toBe(storedTurnId); | ^ 169| }, 30_000); 170| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Tests 1 failed (1) Start at 08:07:26 Duration 868ms (transform 410ms, setup 0ms, import 696ms, tests 78ms, environment 0ms)