Skip to content

0.10.0 — 2026-06-06

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jun 23:52
53766d1

Release Notes

Changed

  • The shim no longer intercepts gh pr diff <N>. It now passes straight through to the real gh, returning the unified diff that gh pr diff is contractually expected to produce. Previously the shim rewrote it into a JSON change-manifest, which silently broke reviewers and any tooling that parses the diff output shape. Structured PR review is still available through the git-prism MCP tools (review_change, get_change_manifest). (#367)

Fixed

  • The change manifest now labels common non-grammar file types instead of unknown. Common extensions now map to a named language — .sh to shell, .yml to yaml, .j2 to jinja, .md to markdown, .toml to toml, .json to json, and more — so languages_affected reflects a PR's real composition rather than only the tree-sitter-supported subset. Files without a grammar still correctly report functions_changed: null. (#368)

Install git-prism 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikelane/git-prism/releases/download/v0.10.0/git-prism-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mikelane/git-prism/releases/download/v0.10.0/git-prism-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install mikelane/tap/git-prism

Download git-prism 0.10.0

File Platform Checksum
git-prism-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-prism-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-prism-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-prism-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-prism-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum