Skip to content

Releases: mikker/semantic-review

Release list

v0.2.0

Choose a tag to compare

@mikker mikker released this 28 Jul 18:39
7a5626b

Add agent-native semantic review workflows.

  • Bundle a manually invoked skill installable with npx skills add mikker/semantic-review
  • Support caller-generated analysis through --emit-prompt and --analysis
  • Add isolated harness and model selection
  • Include untracked files in default reviews
  • Add unit tests and Node/npm package CI

v0.1.0

Choose a tag to compare

@mikker mikker released this 27 Jul 11:38
6a3cddf

First release. An LLM turns a git diff into a narrative, commentable HTML report; the reviewer's comments come back to the invoking agent as plaintext on stdout.

Run with bunx semantic-review / npx semantic-review (needs Bun), or grab the standalone macOS arm64 binary below (no Bun required).