Skip to content

v0.76.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 May 07:17
· 252 commits to main since this release
Immutable release. Only release title and notes can be modified.
58d1bed

🌟 Release Highlights

This release brings a new replay command for timeline log visualization, inline skill support, improved safe-outputs reliability, and Codex model updates.

✨ What's New

  • replay command β€” Render and stream unified timeline logs directly in your terminal for faster post-run analysis (#34835)
  • Inline skill extraction/runtime β€” Define and run skills inline within workflows, mirroring the inline sub-agent syntax for a more consistent authoring experience (#34874)
  • Codex default model updated to gpt-5.4 β€” Workflows using Codex now use the latest model by default; lockfiles have been regenerated (#34804)
  • tracker-id frontmatter documented β€” The tracker-id field is now fully documented in the reference, making it easier to correlate workflow runs with external tracking systems (#34799)

πŸ› Bug Fixes & Improvements

  • safe-outputs push_to_pull_request_branch β€” Documented as append-only and now auto-linearizes merge commits before a signed push, preventing push failures on branches with merge history (#34834)
  • Codex threat-detection β€” Response-event logs from Codex are now correctly parsed in threat-detection result processing (#34850)
  • Step name alignment stabilized β€” Direct manifest reads are now permitted and agent guidance tightened to prevent step name drift (#34873)
  • Reduced duplicate frontmatter scanning β€” ParseWorkflow no longer scans frontmatter twice, improving compilation performance (#34819)
  • Build & test reliability β€” Integration-tagged builds and CGO fuzz jobs now correctly share test helpers, eliminating spurious CI failures (#34841, #34816)

For complete details, see CHANGELOG.

Generated by πŸš€ Release Β· sonnet46 838.6K


What's Changed

  • Enforce //go:build !integration on untagged unit test files by @Copilot in #34798
  • doc: document tracker-id frontmatter field in main reference by @Copilot in #34799
  • Set Codex default fallback model to gpt-5.4 and regenerate lockfiles by @Copilot in #34804
  • Fix CGO fuzz job compile failure by exposing shared test helpers to integration-tagged builds by @Copilot in #34816
  • Fix failing unit test: align Metrics Trends row labels with test expectations by @Copilot in #34833
  • Reduce duplicate frontmatter scanning in ParseWorkflow by @Copilot in #34819
  • Fix integration-tag test build by making initTestGitRepo helper available to all test variants by @Copilot in #34841
  • [compiler-threat-spec] chore(spec): daily threat spec optimizer 2026-05-26 β€” bump to v1.0.12 by @github-actions[bot] in #34845
  • [community] Update community contributions in README by @github-actions[bot] in #34846
  • Route Antigravity AWF target through Gemini provider key by @Copilot in #34839
  • Handle Codex response-event logs in threat-detection result parsing by @Copilot in #34850
  • fix(safe-outputs): document push_to_pull_request_branch as append-only; auto-linearize merge commits before signed push by @Copilot in #34834
  • feat: add replay command for rendering unified timeline logs by @Copilot in #34835
  • [code-simplifier] Reuse gatewayTimestampToTime in agentEntryToTimelineEvent by @github-actions[bot] in #34864
  • Stabilize Step Name Alignment by permitting direct manifest reads and tightening agent guidance by @Copilot in #34873
  • [jsweep] Clean add_comment.cjs by @github-actions[bot] in #34866
  • Add inline skill extraction/runtime support mirroring inline sub-agents by @Copilot in #34874

Full Changelog: v0.76.0...v0.76.1