Skip to content

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 09:05

3.5.0 (2026-06-28)

Bug Fixes

  • ci: add explicit return 0 in decision function and guard call (1eeabc6)
  • ci: add explicit return 0 in else branch for consistency (bb26af5)
  • ci: add explicit return 0 to check_agenthood_decision (bd3f78a)
  • ci: address auditor findings — test-runner flag injection, npm ci, npm audit, temp paths (67e9f3e)
  • ci: address auditor high and medium findings (b2bb7ac)
  • ci: address review findings — setup-node in action, smart tester, extract scripts, pin tools (be12b18)
  • ci: address reviewer and warden findings (ac10c87)
  • ci: address warden stale-comment quoting, temp_dir casing, revert vscode npm ci (d7ec7b2)
  • ci: align blocking detection in reviewer.yml with line-start grep pattern (307c75e)
  • ci: anchor blocking regex, ignore-scripts, extract helpers (0969637)
  • ci: anchor blocking=true grep to require closing --> (aae8c1f)
  • ci: change AGENTHOOD_DECISION format to avoid false-positive true|false (672e1dd)
  • ci: export OPENCODE_API_KEY, add setup-node cache, smart test selection (d03f924)
  • ci: fail workflows on blocking findings, restore api-key, fix registry paths, add execute permission (b60e63e)
  • ci: install commitlint packages locally for config resolution (0d3046f)
  • ci: match [blocking] in summary table cells not line start for reviewer (65851d8)
  • ci: narrow stale-comment matching, remove awk guard (7152e36)
  • ci: prevent set -e from killing script on CLI failure (700f36d)
  • ci: resolve commitlint tsx resolution and librarian false-positive (5a2bd81)
  • ci: resolve TASK unbound variable from subshell scoping and commitlint tsx resolution (07df150)
  • ci: restrict blocking check to table rows only (9b562f7)
  • ci: revert stale_previous_comment --arg in jq filter, add pipefail guard (1495f4a)
  • ci: tighten blocking detection to line-start grep, bump header-max-length to 150 (44d9db0)
  • ci: use AGENTHOOD_DECISION for stale comment matching (563665c)

Features

  • ci: mark previous agent PR comments as outdated instead of deleting (2c3b6fa)
  • ci: use structured decision block from LLM for blocking detection (ab32887)