Download Latest Version gh-aw-wasm-v0.68.3.tar.gz (4.9 MB)
Email in envelope

Get an email when there's a new version of GitHub Agentic Workflows

Home / v0.68.1
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-04-10 3.3 MB
sbom.spdx.json 2026-04-10 5.6 MB
windows-amd64.exe 2026-04-10 26.4 MB
windows-arm64.exe 2026-04-10 24.1 MB
linux-386 2026-04-10 24.8 MB
linux-amd64 2026-04-10 25.8 MB
linux-arm 2026-04-10 24.6 MB
linux-arm64 2026-04-10 23.7 MB
freebsd-arm64 2026-04-10 23.7 MB
gh-aw-wasm-v0.68.1.tar.gz 2026-04-10 4.8 MB
android-arm64 2026-04-10 26.0 MB
checksums.txt 2026-04-10 1.0 kB
darwin-amd64 2026-04-10 26.2 MB
darwin-arm64 2026-04-10 24.4 MB
freebsd-386 2026-04-10 24.6 MB
freebsd-amd64 2026-04-10 25.7 MB
README.md 2026-04-10 10.2 kB
v0.68.1 source code.tar.gz 2026-04-10 245.9 MB
v0.68.1 source code.zip 2026-04-10 248.1 MB
Totals: 19 Items   807.7 MB 1

🌟 Release Highlights

This release delivers a critical Copilot CLI reliability hotfix, a new engine.bare control for AI context management, significant security hardening, and resolutions for 9 community-reported issues.

✨ What's New

  • engine.bare frontmatter field β€” Disable automatic context loading for supported engines, giving you full control over what the AI agent sees. Use bare: true with copilot (suppresses AGENTS.md and user instructions) or claude (suppresses CLAUDE.md memory files). Unsupported engines emit a compiler warning. (#25661)

  • Frontmatter hash checker improvements β€” When a stale lock file is detected, the activation job now emits step-by-step [hash-debug] log lines and creates a clear, actionable issue/comment (with progressive disclosure) to guide you through fixing it. (#25571)

  • actions/github-script upgraded to v9 β€” Scripts now get getOctokit as a built-in context parameter, eliminating the need for dynamic @actions/github imports in safe-output handlers. (#25553)

  • Squash-merge fallback in gh aw add β€” When a repository disallows merge commits, the setup PR now automatically falls back to squash merge rather than failing. (#25609)

πŸ› Bug Fixes & Improvements

  • [Critical] Copilot CLI pinned to v1.0.21 β€” Fixes Copilot-engine workflows that were hanging indefinitely or producing 0-byte output due to incompatibilities with v1.0.22. v1.0.21 is the last confirmed working version. (#25689)

  • Security: agent-stdio.log permissions hardened β€” Log file is now pre-created with 0600 permissions before tee writes, preventing world-readable exposure of MCP gateway bearer tokens. Dynamic gateway token redaction added to redact_secrets.cjs. (#25618)

  • Agent file injection fixed for Codex and Gemini β€” Both engines now read INSTRUCTION from prompt.txt (already assembled by the compiler), eliminating fragile shell-variable injection and double-inclusion of agent file content. (#25681)

  • Claude agent file injection fixed β€” Claude now reliably reads its agent file via prompt.txt in AWF sandbox mode, resolving crashes caused by --env-all not propagating shell variables into AWF containers. (#25589)

  • Write-to-read codemod no longer converts id-token/copilot-requests β€” The "Convert write permissions to read" codemod now correctly skips write-only permissions that cannot meaningfully be set to read. (#25604)

  • Race condition in PR checkout β€” When a PR is merged milliseconds after triggering a workflow (stale state: open in the payload), the agent now re-queries the API before treating the checkout failure as a hard error. (#25581)

  • CLI consistency fixes β€” Aligned --dir flag semantics across add/add-wizard/compile/fix/upgrade; added missing --dir flag to remove; corrected misleading --no-fix description; improved help text for trial, run, mcp add, and pr transfer. (#25658)

  • smoke-gemini now triggers on the smoke label β€” Fixes the Gemini smoke test being excluded from the standard PR smoke suite. (#25639)

πŸ“š Documentation

  • firewall-audit-logs artifact reference β€” New docs/reference/artifacts.md documents all artifact names, their download paths, and the correct way to access token usage data (it lives in firewall-audit-logs, not agent). (#25684)

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release! ### `@adamhenson` - [compiled lock files hardcode github.token in Configure Git credentials steps -- breaks in sandboxed runners](https://github.com/github/gh-aw/issues/25345) _(direct issue)_ ### `@bbonafed` - [MCP Gateway container missing `ACTIONS_ID_TOKEN_REQUEST_URL` / `ACTIONS_ID_TOKEN_REQUEST_TOKEN` env vars](https://github.com/github/gh-aw/issues/25224) _(direct issue)_ ### `@dbudym-cs` - [Failed to register MCP tools | HTTP 400: Bad Request](https://github.com/github/gh-aw/issues/22913) _(direct issue)_ ### `@deyaaeldeen` - [Codemod 'Convert write permissions to read' incorrectly changes id-token: write to read](https://github.com/github/gh-aw/issues/25573) _(direct issue)_ ### `@drehelis` - [codex exec command line argument misplaced](https://github.com/github/gh-aw/issues/25304) _(direct issue)_ ### `@lukeed` - [cli: support merging via squash](https://github.com/github/gh-aw/issues/20552) _(direct issue)_ ### `@Mossaka` - [Pipeline reports failure when Copilot CLI hits rate limit after successful completion](https://github.com/github/gh-aw/issues/21644) _(direct issue)_ ### `@salekseev` - [AWF API proxy doubles https:// scheme in --anthropic-api-target URL](https://github.com/github/gh-aw/issues/25137) _(direct issue)_ ### `@tore-unumed` - [Agent imports: .github/agents/ path does not resolve β€” must be under .github/workflows/](https://github.com/github/gh-aw/issues/19703) _(direct issue)_

⚠️ Attribution Candidates Need Review

The following community issues were closed during this period but could not be automatically linked to a specific merged PR. Please verify whether they should be credited:


For complete details, see CHANGELOG.

Generated by Release Β· ● 696.2K


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.68.0...v0.68.1

Source: README.md, updated 2026-04-10