mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Addresses review feedback: `gh api | head -n1` can fail under bash pipefail because head closes the pipe early and SIGPIPEs gh api. The tag_name + asset-name filter already returns a single URL, so drop --paginate and the head pipe.