Elicitation arriving during orchestration tool calls (run_inline_tool_loop in agent/mod.rs) still deadlocks — not covered by phase 2 (#2522). The loop calls execute_tool_call_erased sequentially without draining elicitation_rx concurrently. Tracked for phase 3.