b55743bada
First functional bench run crashed 0/3 on two latent bench-only bugs: (1) the Phase-4 token-count change made complete_with_tools return (text, calls, usage), but the bench preflight still unpacked 2 values; (2) make_bridge never stubbed _send_sbx_input, so the PTY-mirror visibility feature hit ws=None and raised AttributeError on every tool call. Stub it to capture mirrored lines for --verbose. After the fix: 2/3 pass (write+read, script+run). mkdir+list still fails — local-backend run_shell CWD divergence + 3B model churn, not a working-memory regression. Sprint: native-harness-working-memory (bench) — see also46e5620,dc6317f,c83abbeCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>