Skip to content

v0.3.17

Choose a tag to compare

@github-actions github-actions released this 12 Apr 17:10
· 204 commits to main since this release
Bump to v0.3.17, add sem diff --patch mode

Reads unified diff from stdin (e.g. git diff HEAD~3..HEAD | sem diff --patch)
and produces entity-level output. Parses diff headers + blob SHAs, fetches
full file contents via git show for entity extraction.

For diff-so-fancy integration where piped diffs need correct sem info.