Releases: YosefHayim/pr-prism
Releases · YosefHayim/pr-prism
v1.1.6
Full Changelog: v1.1.5...v1.1.6
v1.1.5 — feat: strip HTML noise from scraped PR reviews, add token summary
What Changed
PR: #6 — feat: strip HTML noise from scraped PR reviews, add token summary
Bump:
Commits
v1.1.4
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.11...v1.1.0
v1.0.11
Full Changelog: v1.0.10...v1.0.11
v1.0.10 — Auto-resolve, CI fixes, workflow standardization
What Changed
Auto-resolve feature
pr-resolve --autodetects addressed threads via GitHub'sisOutdatedsignal and suggestion block matching- Posts transparent summary comment with resolution counts per category
- Supports
--dry-run,--tag-agents,--commentflags
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)