- Fix PR context injection firing on plain issue comments -- the guard now checks
PR_NUMBERdirectly instead of the combinedISSUE_NUMBER || PR_NUMBERfallback (#151) - Inject authoritative PR context for non-fork runs to prevent the model from targeting a stale PR on the same branch (#149)
- Add OpenCode version pinning support via
opencode_versioninput (#144) - Add
token_permissionsinput for scoped installation tokens (#138) - Short-circuit workflows when the comment doesn't match configured mentions (#119)
- Fix spurious failure comment spam from untracked workflow runs (#115)
- Fix
PR_NUMBERenv var missing in the opencode run step (#117) - Use App token for git push auth so pushes trigger downstream CI (#113)
- Hardened auth + orchestration with structured retry logging (#123, #128, #130)
- Remove unsafe casts, simplify control flow (#134)
- Result usage aligned, tests added (#137)
- 4 dependency update rounds, all tests passing (#120, #132, #137, #150)
Full Changelog: v0.3.6...v0.3.7