mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
38cc0297a8
Uses 'git merge-base --is-ancestor' per tag (parallelized) to mark upstream versions reachable from HEAD with a '✓ merged' annotation. Kilo's own package version no longer tracks upstream, so semver comparison isn't reliable; the ancestor check is the source of truth and handles non-linear merge history correctly.