Skip to content

v0.68.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Apr 04:55
· 194 commits to main since this release
Immutable release. Only release title and notes can be modified.
f916d5d

🌟 Release Highlights

This release delivers targeted bug fixes and internal reliability improvements, including a community-reported fix for on.roles configuration handling and a Codex runtime stability fix.

πŸ› Bug Fixes & Improvements

  • on.roles Single-String Support (#26789) β€” The compiler now accepts a single role string (e.g., roles: write) in addition to an array. Previously, using a string instead of an array produced a misleading compiler error with no clear guidance.
  • Codex AWF Chroot Fix (#26787) β€” Fixed Codex agent failures in chroot environments by relocating runtime state to writable /tmp. Codex workflows on restricted filesystems should now run reliably.
  • Failure Investigator Improvements (#26795) β€” Reduced issue churn in the aw-failure-investigator workflow by prioritizing closure and reusing parent issue tracking across runs.
  • Firewall Update (#26798) β€” Default firewall version bumped to v0.25.23 with regenerated compiled artifacts.

✨ What's New

  • Cross-Repo Compilation Compatibility Checks (#26802) β€” A new daily Claude workflow automatically discovers repositories using gh-aw, runs compilation checks against the latest build, and surfaces compatibility issues before they affect users.

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release!

@jeffhandley


For complete details, see CHANGELOG.

Generated by Release Β· ● 1.3M


What's Changed

  • Reduce aw-failure-investigator issue churn by prioritizing closure and reusing parent tracking by @Copilot in #26795
  • Allow on.roles single-string role values (not just all) by @Copilot in #26789
  • Fix Codex AWF chroot failures by moving Codex runtime state to writable /tmp by @Copilot in #26787
  • chore: bump default firewall version to v0.25.23 and regenerate compiled artifacts by @Copilot in #26798

Full Changelog: v0.68.6...v0.68.7