Skip to content

v0.89.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 15:54
· 103 commits to main since this release
Immutable release. Only release title and notes can be modified.
855b16c

🌟 Release Highlights

This release focuses on frontmatter tooling and log reliability, with a new gh aw format command and safer handling of long-running log downloads.

✨ What's New

  • gh aw format command β€” Canonicalize agentic workflow frontmatter (YAML indentation, field ordering) while preserving comments and Markdown content, for individual workflows, all workflows, or custom directories (#59971).
  • Lossless frontmatter preservation during upgrades β€” gh aw no longer reserializes and reorders frontmatter when updating skill/plugin references during workflow upgrades, keeping comments, whitespace, and quoting byte-for-byte intact outside the intended replacement (#59969).
  • Richer logs discovery cache β€” logs --cached-jsonl now preserves complete workflow-run discovery payloads (not just processed runs), avoiding repeated API calls and adding a new gh aw json-schema logs-jsonl schema for the cache format (#59988).

πŸ› Bug Fixes & Improvements

  • Partial log preservation on timeout β€” The logs command now reserves time before the MCP gateway deadline and periodically persists progress, so results aren't lost if execution hits its timeout (#59964).
  • Static GitHub agent enclave startup fix β€” Corrected guard-policy generation, startup identity checks, and deferred CLI tool refresh for static enclaves declaring tools.github: false, and added clearer error hints for finite-disclosure bit-budget limits (#59878).

πŸ”§ Internal

  • Removed 5 unused functions across the CLI codebase, with test coverage preserved by calling underlying internals directly (#59997).
  • Routine GitHub Actions version updates (#59914).

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


What's Changed

  • Fix static GitHub agent enclave startup by @lpcox with @Copilot in #59878
  • [actions] Update GitHub Actions versions - 2026-09-10 by @github-actions[bot] in #59914
  • Preserve partial logs before command timeouts by @pelikhan with @Copilot in #59964
  • Add frontmatter formatting command by @pelikhan with @Copilot in #59971
  • [blog] Agent of the Day – 2026-09-10 by @github-actions[bot] in #59994
  • [dead-code] chore: remove dead functions β€” 5 functions removed by @github-actions[bot] in #59997
  • Preserve frontmatter formatting during workflow upgrades by @pelikhan with @Copilot in #59969
  • Cache workflow run discovery payloads in logs JSONL by @pelikhan with @Copilot in #59988

Full Changelog: v0.89.1...v0.89.2