Skip to content

v0.3.7

Latest

Choose a tag to compare

@elithrar elithrar released this 10 Mar 15:51
b0e0e01
  • Fix PR context injection firing on plain issue comments -- the guard now checks PR_NUMBER directly instead of the combined ISSUE_NUMBER || PR_NUMBER fallback (#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_version input (#144)
  • Add token_permissions input 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_NUMBER env 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