Skip to content

v0.88.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 23:36
· 126 commits to main since this release
Immutable release. Only release title and notes can be modified.
69763a0

🌟 Release Highlights

This release fixes a workflow discovery bug in gh aw logs for large repos and hardens MCP policy generation for dynamic GitHub enclaves.

πŸ› Bug Fixes & Improvements

  • Fixed gh aw logs incorrectly reporting remote workflows as missing in repositories with more than 50 workflows β€” remote discovery now requests up to 1,000 workflows instead of relying on gh workflow list's default limit (#59502).
  • Fixed incomplete MCP policy generation for dynamic GitHub enclaves β€” workflows combining tools.github: false with a dynamic GitHub repository enclave now compile to a fully working .lock.yml, resolving empty guard policies, a missing write-sink policy, delegated-only backend gateway readiness issues, short envelope lifetimes, and outdated mcpg versions that previously required manual edits (#59524).

πŸ”§ Internal

  • Removed 5 unused dead functions across pkg/workflow and pkg/cli (#59483).

Generated by πŸš€ Release Β· copilot Β· auto Β· 16.1 AIC Β· ⊞ 11.8K


What's Changed

  • [dead-code] chore: remove dead functions β€” 5 functions removed by @github-actions[bot] in #59483
  • [blog] Agent of the Day – 2026-09-08 by @github-actions[bot] in #59479
  • Fix logs workflow resolution in large repositories by @pelikhan with @Copilot in #59502
  • Generate complete MCP policy and lifetime wiring for dynamic enclaves by @lpcox with @Copilot in #59524

Full Changelog: v0.88.7...v0.88.8