It would help to optionally fire a notification (desktop and/or webhook) the moment a GPU becomes eligible, so a long gpu-gate wait can be left in the background.
The wait loop in src/gpu_gate/runner.py already has an on_wait hook; a --notify flag could reuse the same point to push a message once selection succeeds.
It would help to optionally fire a notification (desktop and/or webhook) the moment a GPU becomes eligible, so a long
gpu-gate waitcan be left in the background.The wait loop in
src/gpu_gate/runner.pyalready has anon_waithook; a--notifyflag could reuse the same point to push a message once selection succeeds.