๐ 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
replaycommand โ 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-idfrontmatter documented โ Thetracker-idfield 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 โ
ParseWorkflowno 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 !integrationon untagged unit test files by @Copilot in #34798 - doc: document
tracker-idfrontmatter 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
initTestGitRepohelper 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
replaycommand 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