RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_d5c47f31-487-10/apps/app ❯ src/views/thread-detail/threadDetailPromptSubmission.steer-execution.repro.test.ts (2 tests | 1 failed) 9ms × the Cmd+Enter steer send carries the same picker selection (FAILS on main) 6ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL src/views/thread-detail/threadDetailPromptSubmission.steer-execution.repro.test.ts > #1860 steer shortcut drops the selected execution tuple > the Cmd+Enter steer send carries the same picker selection (FAILS on main) AssertionError: expected { id: 'thread-1', …(2) } to match object { mode: 'steer-if-active', …(2) } (2 matching properties omitted from actual) - Expected + Received { "mode": "steer-if-active", - "model": "gpt-5.6-luna", - "reasoningLevel": "low", } ❯ src/views/thread-detail/threadDetailPromptSubmission.steer-execution.repro.test.ts:54:31 52| // is {id, input, mode:"steer-if-active"} and the server falls bac… 53| // active turn's last execution tuple (gpt-5.6-terra / high). 54| expect(shortcut?.request).toMatchObject({ | ^ 55| mode: "steer-if-active", 56| model: "gpt-5.6-luna", ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Tests 1 failed | 1 passed (2) Start at 15:27:13 Duration 136ms (transform 24ms, setup 18ms, import 18ms, tests 9ms, environment 0ms)