Skip to content

Releases: YosefHayim/pr-prism

v1.1.6

17 Mar 15:22

Choose a tag to compare

v1.1.5 — feat: strip HTML noise from scraped PR reviews, add token summary

17 Mar 13:31

Choose a tag to compare

What Changed

PR: #6 — feat: strip HTML noise from scraped PR reviews, add token summary
Bump:

Commits

  • feat: strip HTML noise from scraped PR reviews, add token summary (#6) (da7ee02)

v1.1.4

16 Mar 13:58

Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

v1.1.3

16 Mar 07:39

Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Mar 06:55

Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 Mar 18:55

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 Mar 18:44

Choose a tag to compare

Full Changelog: v1.0.11...v1.1.0

v1.0.11

15 Mar 17:23

Choose a tag to compare

Full Changelog: v1.0.10...v1.0.11

v1.0.10 — Auto-resolve, CI fixes, workflow standardization

14 Mar 21:55

Choose a tag to compare

What Changed

Auto-resolve feature

  • pr-resolve --auto detects addressed threads via GitHub's isOutdated signal and suggestion block matching
  • Posts transparent summary comment with resolution counts per category
  • Supports --dry-run, --tag-agents, --comment flags

CI & Workflow fixes

  • Fixed lockfile out of sync with package.json
  • Removed orphaned labeler workflow
  • Standardized publish.yml to tag-only triggers
  • Added release.yml for automated versioning
  • Removed conflicting version-bump.yml

Commits

  • chore: add .pr-prism.example.json config example (3960993)
  • ci: remove hardcoded pnpm version, drop version-bump (handled by release.yml) (abaf48d)
  • chore: bump version to v1.0.10 (fc5896b)
  • ci: add release workflow for automated versioning and GitHub releases (c1a07eb)
  • chore: bump version to v1.0.9 (189c796)
  • feat: add --auto flag for smart thread resolution (#1) (a4790ca)
  • chore: bump version to v1.0.8 (4a10292)
  • ci: remove orphaned labeler workflow (config deleted in 37e732b) (cb88175)
  • docs: add auto-resolve implementation plan (8 tasks) (223c9e9)
  • docs: add auto-resolve design doc (approach B — GitHub signals + suggestion matching) (cdc1e6c)
  • chore: bump version to v1.0.7 (0611670)
  • ci: add npm publish workflow; add bin entries and move runtime deps (8a55ba2)
  • chore: bump version to v1.0.6 (824555e)
  • chore: remove labeler configuration file (37e732b)
  • chore: bump version to v1.0.5 (d420120)
  • docs: rewrite llms.txt for pr-prism, add config section (717152c)
  • chore: bump version to v1.0.4 (31007c9)
  • chore: remove IDE-generated agent files from repo (98974f5)
  • chore: bump version to v1.0.3 (49b3e7b)
  • feat: auto-init pr-review from pr-resolve, surface thread/comment IDs in markdown (9824396)