If the in-app ORC executor fails to connect back to the daemon's EPC listener, the only signal is an NSLog line in the host app; the device shows the placeholder view. The daemon still surfaces the 10s acceptJIT timeout, so the user is not fully blind, but there is no on-device error.
Add an in-app error surface (or a structured signal back over the JSON channel) when connectLoopback/previewsmcp_ios_executor_start fails, so a host-side failure that does not break the daemon-side call is visible.
🤖 Generated with Claude Code
If the in-app ORC executor fails to connect back to the daemon's EPC listener, the only signal is an
NSLogline in the host app; the device shows the placeholder view. The daemon still surfaces the 10sacceptJITtimeout, so the user is not fully blind, but there is no on-device error.Add an in-app error surface (or a structured signal back over the JSON channel) when
connectLoopback/previewsmcp_ios_executor_startfails, so a host-side failure that does not break the daemon-side call is visible.🤖 Generated with Claude Code