Built this after support/product kept asking "when did we ship X?" while helping users. Needed a way to instantly answer "did v2.3.1 include that auth fix?" or "which release has this commit?"
wtg takes any GitHub URL (commit, issue, PR, file) or identifier and tells you which release first shipped it. Works with remote GitHub repos without cloning, but also runs locally on any git repo (with graceful degradation when GitHub isn't available). Smart caching and snarky messages included.
Try it without installing: uvx --from wtg-cli wtg https://github.com/go-task/task/issues/1322 Written in Rust, packaged as Python CLI for easy distribution.
Would love feedback!