v0.89.2
Pre-release
Pre-release
·
103 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
π 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 formatcommand β 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 awno 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-jsonlnow preserves complete workflow-run discovery payloads (not just processed runs), avoiding repeated API calls and adding a newgh aw json-schema logs-jsonlschema for the cache format (#59988).
π Bug Fixes & Improvements
- Partial log preservation on timeout β The
logscommand 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