Skip to content

v0.89.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Sep 07:34
· 102 commits to main since this release
Immutable release. Only release title and notes can be modified.
aa0cabf

🌟 Release Highlights

A small maintenance release focused on logs tooling, release-notes governance, and a documentation fix.

✨ What's New

  • Wildcard support for cached logs β€” gh aw logs --cached-logs now accepts trailing-wildcard prefixes (e.g. logs-*), merging all matching *.jsonl shards, pruning out-of-range files, and writing fresh results to a new collision-resistant shard. Handy for teams sharing rolling log caches. (#60702)
  • Safer release-notes automation β€” agentic workflows that touch release notes must now go through the update-release safe output instead of direct GitHub mutations, keeping agent jobs read-only and closing off a class of unintended writes. (#60701)

πŸ“š Documentation

  • Fixed the Artifacts reference table, which listed aw-info and prompt as current artifact names even though no compiled workflow produces them; the correct info artifact is now documented, and the legacy names are marked back-compat. (#60706)

πŸ”§ Internal

  • Weekly blog post summarizing recent activity. (#60729)

No community-labeled issues were closed in this release window.

Generated by πŸš€ Release Β· copilot Β· auto Β· 23.1 AIC Β· ⊞ 11.9K


What's Changed

  • Require update-release for agent-generated release notes by @pelikhan with @Copilot in #60701
  • [docs] Self-healing documentation fixes from issue analysis - 2026-09-13 by @github-actions[bot] in #60706
  • Support wildcard cached logs files by @pelikhan with @Copilot in #60702
  • [blog] Weekly blog post – 2026-09-14 by @github-actions[bot] in #60729

Full Changelog: v0.89.12...v0.89.13